7cbfc1b6d990790fe8eb7792c7f36361d85457bb
[gcc.git] / gcc / ada / ChangeLog
1 2008-10-13 Jakub Jelinek <jakub@redhat.com>
2
3 PR middle-end/37601
4 * gcc-interface/utils.c (gnat_types_compatible_p): Handle
5 NULL TYPE_DOMAIN.
6
7 2008-10-07 Eric Botcazou <ebotcazou@adacore.com>
8
9 * gcc-interface/decl.c (gnat_to_gnu_entity) <object>: Move code
10 dealing with volatileness to after code dealing with renaming.
11
12 2008-10-06 Eric Botcazou <ebotcazou@adacore.com>
13
14 * gcc-interface/decl.c (gnat_to_gnu_entity) <object>: Minor tweaks.
15 * gcc-interface/trans.c (Pragma_to_gnu): Likewise.
16
17 2008-10-06 Eric Botcazou <ebotcazou@adacore.com>
18
19 * gcc-interface/utils.c (can_fold_for_view_convert_p): New predicate.
20 (unchecked_convert): Use it to disable problematic folding with
21 VIEW_CONVERT_EXPR in the general case. Always disable it for the
22 special VIEW_CONVERT_EXPR built for integral types and cope with
23 its addressability issues by preserving the first conversion.
24
25 2008-10-01 Andreas Schwab <schwab@suse.de>
26
27 * system-linux-ppc64.ads: New file.
28 * gcc-interface/Makefile.in: Add multilib handling for
29 powerpc-linux.
30
31 2008-09-26 Eric Botcazou <ebotcazou@adacore.com>
32
33 * decl.c (gnat_to_gnu_entity) <object>: Cap the alignment promotion
34 to that of ptr_mode instead of word_mode.
35
36 2008-09-26 Eric Botcazou <ebotcazou@adacore.com>
37
38 PR ada/5911
39 * gcc-interface/Makefile.in (SPARC/Solaris): Add multilib support.
40
41 2008-09-25 Samuel Tardieu <sam@rfc1149.net>
42
43 PR ada/37641
44 * adaint.c (__gnat_set_non_writable): Use FILE_WRITE_EA
45 instead of deprecated FILE_WRITE_PROPERTIES.
46
47 2008-09-22 Olivier Hainque <hainque@adacore.com>
48
49 * gcc-interface/decl.c (gnat_to_gnu_entity): Even when they
50 are never assigned, volatile entities are not constant for code
51 generation purposes.
52
53 2008-09-21 Laurent Guerby <laurent@guerby.net>
54
55 PR ada/5911
56 * gcc-interface/Makefile.in: Add multilib handling for x86_64
57 and sparc.
58 * system-linux-sparcv9.ads: New file.
59
60 2008-09-20 Eric Botcazou <ebotcazou@adacore.com>
61
62 * exp_dbug.ads: Document new convention for the XVZ variable.
63 * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Array_Type>: Generate
64 debug info if necessary for the type padding the component type.
65 <E_Array_Subtype>: Likewise.
66 (maybe_pad_type): Emit the XVZ variable in units.
67 * gcc-interface/trans.c (Loop_Statement_to_gnu): Fix formatting nits.
68 (Subprogram_Body_to_gnu): Set the source line of the subprogram's node
69 on statements generated to initialize the parameter attributes cache.
70 Set the source line of the end label of the body on the special return
71 statement built for a procedure with copy-in copy-out parameters.
72
73 2008-09-20 Eric Botcazou <ebotcazou@adacore.com>
74
75 PR ada/37585
76 * gcc-interface/utils.c (create_subprog_decl): Disable inlining for
77 inlined external functions if they contain a nested function not
78 declared inline.
79
80 2008-09-18 Jan Hubicka <jh@suse.cz>
81
82 * gcc-interface/utils.c (create_subprog_decl): Use DECL_DECLARED_INLINE_P.
83 (end_subprog_body): Do not set DECL_INLINE.
84
85 2008-09-17 Pascal Rigaux <pixel@mandriva.com>
86
87 PR ada/21327
88 * gnat_ugn.texi: Use proper format in direntry.
89
90 2008-09-15 Eric Botcazou <ebotcazou@adacore.com>
91
92 * gcc-interface/trans.c (gigi): Declare the name of the compilation
93 unit as the first global name.
94
95 2008-09-14 Jan Hubicka <jh@suse.cz>
96
97 * gcc-interface/Make-lang.in (gnat1): Add CFLAGS.
98
99 2008-09-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
100
101 * a-crbtgk.adb, a-direct.ads, a-tasatt.adb, ali.ads,
102 bindgen.adb, checks.adb, einfo.ads, exp_aggr.adb, exp_ch11.adb,
103 exp_ch3.adb, exp_ch4.adb, exp_ch6.adb, exp_ch7.adb, exp_ch9.adb,
104 exp_dbug.ads, exp_disp.adb, exp_dist.adb, exp_pakd.adb,
105 exp_util.adb, g-alveop.ads, g-comlin.adb, g-comlin.ads,
106 g-diopit.adb, g-socket.ads, gcc-interface/decl.c,
107 gcc-interface/gigi.h, gcc-interface/trans.c,
108 lib-load.adb, lib-xref.ads, make.adb, mlib-prj.adb, nlists.ads,
109 opt.ads, par-ch10.adb, par-ch5.adb, par.adb, s-os_lib.ads,
110 s-oscons-tmplt.c, s-parint.ads, s-regpat.ads, s-shasto.ads,
111 s-stausa.ads, s-taprop-vms.adb, sem.adb, sem_ch10.adb,
112 sem_ch11.adb, sem_ch12.adb, sem_ch13.adb, sem_ch3.adb,
113 sem_ch3.ads, sem_ch4.adb, sem_ch6.adb, sem_ch7.adb, sem_ch8.adb,
114 sem_elim.adb, sem_prag.adb, sem_util.adb, sem_util.ads,
115 sem_warn.adb, sinfo.ads, styleg.adb, vms_data.ads: Fix typos in
116 comments.
117 * gnathtml.pl: Fix typos.
118
119 2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
120
121 * gcc-interface/Makefile.in: Switch RTEMS to s-interr-hwint.adb.
122 * s-osinte-rtems.ads: Add shared hardware interrupt adapter
123 layer. RTEMS binds to OS provided adapter routines so there are
124 no modifications to s-osinte-rtems.adb.
125
126 2008-09-09 Arnaud Charlet <charlet@adacore.com>
127 Joel Sherrill <joel.sherrill@oarcorp.com>
128
129 * gcc-interface/Makefile.in: Switch VxWorks to s-interr-hwint.adb.
130
131 * s-interr-vxworks.adb: Renamed to s-interr-hwint.adb
132
133 * s-interr-hwint.adb: New file.
134
135 * s-osinte-vxworks.ads, s-osinte-vxworks.adb: Add new functions
136 needed by s-interr-hwint.adb.
137
138 * s-osinte-vxworks-kernel.adb: New file.
139
140 2008-09-05 Joel Sherrill <joel.sherrill@oarcorp.com>
141
142 * s-stchop-rtems.adb: Add file missed in early commit. Already
143 referenced in gcc-interface/Makefile.in.
144
145 2008-08-30 Thomas Quinot <quinot@adacore.com>
146
147 * gcc-interface/Make-lang.in: Allow s-oscons.{o,ali} to
148 be built even without a separate libada directory.
149
150 2008-08-22 Arnaud Charlet <charlet@adacore.com>
151
152 * lib-xref.ads: Fix typo in subprogram reference definition.
153
154 2008-08-22 Robert Dewar <dewar@adacore.com>
155
156 * s-sopco3.adb, s-sopco4.adb, s-sopco5.adb, s-strops.adb: Minor code fix
157 to avoid warning.
158
159 * g-trasym.adb: Ditto
160
161 * s-utf_32.adb (Get_Category): Fix obvious typo
162
163 * s-wwdcha.adb: Minor code reorganization
164 Remove dead code
165
166 2008-08-22 Robert Dewar <dewar@adacore.com>
167
168 * checks.adb (Determine_Range): Deal with values that might be invalid
169
170 * opt.adb, opt.ads (Assume_No_Invalid_Values[_Config]): New
171 configuration switches.
172
173 * par-prag.adb: Dummy entry for pragma Assume_No_Invalid_Values
174
175 * sem_prag.adb: Implement pragma Assume_No_Default_Values
176
177 * snames.adb, snames.ads, snames.h:
178 Add entries for pragma Assume_No_Invalid_Values
179
180 * switch-c.adb: Add processing for -gnatB switch
181
182 * usage.adb: Add entry for flag -gnatB (no bad invalid values)
183
184 2008-08-22 Javier Miranda <miranda@adacore.com>
185
186 * exp_ch3.adb (Build_Init_Statements): Transfer to the body of the
187 init procedure all the expanded code associated with the spec of
188 task types and protected types.
189
190 2008-08-22 Gary Dismukes <dismukes@adacore.com>
191
192 * exp_aggr.adb (Static_Array_Aggregate): Call Analyze_And_Resolve on the
193 component expression copies rather than directly setting Etype and
194 Is_Static_Expression.
195
196 2008-08-22 Gary Dismukes <dismukes@adacore.com>
197
198 * sem_util.adb (Has_Preelaborable_Initialization): Revise checking of
199 private types to allow for types derived from a private type with
200 preelaborable initialization, but return False for a private extension
201 (unless it has the pragma).
202
203 2008-08-22 Robert Dewar <dewar@adacore.com>
204
205 * opt.ads: Minor code reorganization (put entries in alpha order)
206
207 2008-08-22 Pascal Obry <obry@adacore.com>
208
209 * initialize.c, adaint.c: Use Lock_Task and Unlock_Task for non-blocking
210 spawn.
211
212 2008-08-22 Geert Bosch <bosch@adacore.com>
213
214 * gcc-interface/trans.c: Define FP_ARITH_MAY_WIDEN
215 (convert_with_check): Only use longest_float_type if FP_ARITH_MAY_WIDEN is 0
216
217 2008-08-22 Doug Rupp <rupp@adacore.com>
218
219 * bindgen.adb [VMS] (Gen_Adainit_Ada, Gen_Adainit_C): Import and call
220 __gnat_set_features.
221
222 * init.c
223 (__gnat_set_features): New function.
224 (__gnat_features_set): New tracking variable.
225 (__gl_no_malloc_64): New feature global variable
226
227 2008-08-22 Ed Schonberg <schonberg@adacore.com>
228
229 * sem_ch8.adb (Use_One_Type): Do not emit warning message about redundant
230 use_type_clause in an instance.
231
232 2008-08-22 Bob Duff <duff@adacore.com>
233
234 * exp_ch6.ads: Remove pragma Precondition, since it breaks some builds.
235
236 2008-08-22 Robert Dewar <dewar@adacore.com>
237
238 * exp_ch6.adb: Minor reformatting
239
240 * exp_ch7.adb: Minor reformatting
241
242 * exp_ch7.ads: Put routines in proper alpha order
243
244 * exp_dist.adb: Minor reformatting
245
246 2008-08-22 Vincent Celier <celier@adacore.com>
247
248 * prj.ads: Minor comment update
249
250 2008-08-22 Robert Dewar <dewar@adacore.com>
251
252 * sem_ch5.adb (One_Bound): Fix latent bug involving secondary stack
253
254 2008-08-22 Ed Schonberg <schonberg@adacore.com>
255
256 * exp_tss.adb:
257 (Base_Init_Proc): For a protected subtype, use the base type of the
258 corresponding record to locate the propoer initialization procedure.
259
260 2008-08-22 Robert Dewar <dewar@adacore.com>
261
262 * checks.adb:
263 (In_Subrange_Of): New calling sequence
264 (Determine_Range): Prepare for new processing using base type
265
266 * exp_ch4.adb:
267 (Compile_Time_Compare): Use new calling sequence
268
269 * exp_ch5.adb:
270 (Compile_Time_Compare): Use new calling sequence
271
272 * sem_eval.adb:
273 (Compile_Time_Compare): New calling sequence allows dealing with
274 invalid values.
275 (In_Subrange_Of): Ditto
276
277 * sem_eval.ads:
278 (Compile_Time_Compare): New calling sequence allows dealing with
279 invalid values.
280 (In_Subrange_Of): Ditto
281
282 2008-08-22 Pascal Obry <obry@adacore.com>
283
284 * adaint.c: Fix possible race condition on win32_wait().
285
286 2008-08-22 Bob Duff <duff@adacore.com>
287
288 * exp_ch5.adb, exp_ch7.adb, exp_ch7.ads, exp_util.adb, freeze.adb,
289 exp_ch4.adb, exp_ch6.ads, exp_ch6.adb, sem_ch6.adb, exp_aggr.adb,
290 exp_intr.adb, exp_ch3.adb: Rename:
291 Exp_Ch7.Controlled_Type => Needs_Finalization
292 Exp_Ch7.CW_Or_Controlled_Type => CW_Or_Has_Controlled_Part
293 Exp_Ch5.Expand_N_Extended_Return_Statement.Controlled_Type =>
294 Has_Controlled_Parts
295 (Has_Some_Controlled_Component): Fix bug in array case.
296
297 2008-08-22 Robert Dewar <dewar@adacore.com>
298
299 * sem_ch8.adb: Minor reformatting
300
301 2008-08-22 Kevin Pouget <pouget@adacore.com>
302
303 * s-shasto.ads, s-shasto.adb: Move Shared_Var_ROpen, Shared_Var_WOpen and
304 Shared_Var_Close procedure specifications from package spec to package body.
305
306 * rtsfind.ads: Remove RE_Shared_Var_Close, RE_Shared_Var_ROpen,
307 RE_Shared_Var_WOpen entries.
308
309 * exp_dist.adb: Update RE_Any_Content_Ptr to RE_Any_Container_Ptr in
310 Build_To_Any_Call, Build_TypeCode_Call and Build_From_Any_Call procedures.
311
312 2008-08-22 Eric Botcazou <ebotcazou@adacore.com>
313
314 * init.c: adjust EH support code on Alpha/Tru64 as well.
315
316 * raise-gcc.c: Add back a couple of comments.
317
318 2008-08-22 Ed Schonberg <schonberg@adacore.com>
319
320 * exp_ch5.adb (Expand_Simple_Function_Return): If secondary stack is
321 involved and the return type is class-wide, use the type of the expression
322 for the generated access type. Suppress useless discriminant checks on the
323 allocator.
324
325 2008-08-22 Bob Duff <duff@adacore.com>
326
327 * exp_ch7.adb: Minor comment fix
328
329 * exp_ch6.ads: Minor comment fix
330
331 2008-08-22 Thomas Quinot <quinot@adacore.com>
332
333 * sem_ch8.adb: Minor reformatting
334 Minor code reorganization (introduce subprogram to factor duplicated
335 code).
336
337 2008-08-22 Sergey Rybin <rybin@adacore.com>
338
339 * gnat_ugn.texi: Change the description of gnatcheck default rule
340 settings.
341
342 2008-08-22 Eric Botcazou <ebotcazou@adacore.com>
343
344 * init.c (__gnat_adjust_context_for_raise): Delete for AIX, HP-UX,
345 Solaris, FreeBSD, VxWorks and PowerPC/Linux. For x86{-64}/Linux,
346 do not adjust the PC anymore.
347 (__gnat_error_handler): Do not call __gnat_adjust_context_for_raise
348 on AIX, HP-UX, Solaris, FreeBSD and VxWorks.
349
350 * raise-gcc.c (get_call_site_action_for): Use _Unwind_GetIPInfo
351 instead of _Unwind_GetIP.
352
353 2008-08-22 Gary Dismukes <dismukes@adacore.com>
354
355 * exp_aggr.adb (Static_Array_Aggregate): When a static array aggregate
356 with a range is transformed into a positional aggregate, any copied
357 component literals should be marked Is_Static_Expression.
358
359 * sem_eval.adb (Compile_Time_Known_Value): Don't treat null literals as
360 not being known at at compile time when Configurable_Run_Time_Mode is
361 true.
362
363 2008-08-22 Robert Dewar <dewar@adacore.com>
364
365 * exp_attr.adb:
366 (Expand_N_Attribute_Reference): No validity checking on OUT parameter of
367 Read or Input attribute.
368
369 2008-08-22 Ed Schonberg <schonberg@adacore.com>
370
371 * sem_ch8.adb (Use_One_Type): when checking which of two use_type
372 clauses in related units is redundant, if one of the units is a package
373 instantiation, use its instance_spec to determine which unit is the
374 ancestor of the other.
375
376 2008-08-22 Javier Miranda <miranda@adacore.com>
377
378 * exp_attr.adb (Expand_N_Attribute_Reference): In case of access
379 attributes add missing support to handle designated types that come
380 from the limited view.
381
382 * exp_disp.adb (Expand_Interface_Conversion): Remove wrong assertion.
383
384 2008-08-22 Sergey Rybin <rybin@adacore.com>
385
386 * vms_data.ads: Add entry for new gnatcheck -mNNN option
387
388 * gnat_ugn.texi: Add description for gnatcheck option '-m'
389
390 2008-08-22 Sergey Rybin <rybin@adacore.com>
391
392 * gnat_ugn.texi: Update the gnatcheck subsection for metric rules
393 acoording to the latest changes in the metric rule interface
394
395 2008-08-22 Vincent Celier <celier@adacore.com>
396
397 * make.adb (Check.File_Not_A_Source_Of): New Boolean function
398 (Check): Check if the file names registered in the ALI file for the
399 spec, the body and each of the subunits are the ones expected.
400
401 2008-08-22 Robert Dewar <dewar@adacore.com>
402
403 * g-catiio.adb: Code cleanup.
404
405 2008-08-20 Vincent Celier <celier@adacore.com>
406
407 * make.adb (Gnatmake): Remove extra space in version line
408
409 * ali.adb:
410 (Scan_ALI): Use Name_Find, not Name_Enter to get the name of a subunit,
411 as the name may already have been entered in the table by the Project
412 Manager.
413
414 2008-08-20 Jose Ruiz <ruiz@adacore.com>
415
416 * errno.c (__get_errno, __set_errno for MaRTE): Transform then into
417 weak symbols so we use the version provided by MaRTE when available.
418
419 2008-08-20 Emmanuel Briot <briot@adacore.com>
420
421 * g-catiio.ads, g-catiio.adb:
422 (Value): Avoid an unnecessary system call to Clock in most cases.
423 This call is only needed when only the time is provided in the string,
424 and ignored in all other cases. This is more efficient.
425
426 2008-08-20 Eric Botcazou <ebotcazou@adacore.com>
427
428 * raise-gcc.c: Fix formatting nits.
429
430 2008-08-20 Robert Dewar <dewar@adacore.com>
431
432 * sem_ch13.adb:
433 (Adjust_Record_For_Reverse_Bit_Order): Do not access First_Bit for
434 non-existing component clause.
435
436 * exp_ch5.adb: Minor reformatting
437
438 * g-comlin.adb: Minor reformatting
439
440 * make.adb: Minor reformatting
441
442 * prj-proc.adb: Minor reformatting
443
444 * stylesw.ads: Minor reformatting
445
446 2008-08-20 Vincent Celier <celier@adacore.com>
447
448 * make.adb (Gnatmake_Switch_Found): New Boolean global variable
449 (Switch_May_Be_Passed_To_The_Compiler): New Boolean global variable
450 (Add_Switches): New Boolean parameter Unknown_Switches_To_The_Compiler
451 defaulted to True. Fail when Unknown_Switches_To_The_Compiler is False
452 and a switch is not recognized by gnatmake.
453 (Gnatmake): Implement new scheme for gnatmake switches and global
454 compilation switches.
455 (Switches_Of): Try successively Switches (<file name>),
456 Switches ("Ada"), Switches (others) and Default_Switches ("Ada").
457
458 2008-08-20 Ed Schonberg <schonberg@adacore.com>
459
460 * styleg-c.ads, styleg-c.adb (Missing_Overriding): new procedure to
461 implement style check that overriding operations are explicitly marked
462 at such.
463
464 * style.ads (Missing_Overriding): new procedure that provides interface
465 to previous one.
466
467 * stylesw.ads, stylesw.adb: New style switch -gnatyO, to enable check
468 that the declaration or body of overriding operations carries an
469 explicit overriding indicator.
470
471 * sem_ch8.adb
472 (Analyze_Subprogram_Renaming): if operation is overriding, check whether
473 explicit indicator should be present.
474
475 * sem_ch6.adb (Verify_Overriding_Indicator,
476 Check_Overriding_Indicator): If operation is overriding, check whether
477 declaration and/or body of subprogram should be present
478
479 2008-08-20 Vincent Celier <celier@adacore.com>
480
481 * prj-nmsc.adb (Check_Naming_Schemes): Accept source file names for
482 gprbuild when casing is MixedCase, whatever the casing of the letters
483 in the file name.
484
485 2008-08-20 Gary Dismukes <dismukes@adacore.com>
486
487 * exp_ch3.adb (Build_Array_Init_Proc): Clarify comment related to
488 creating dummy init proc.
489 (Requires_Init_Proc): Return False in the case No_Default_Initialization
490 is in force and the type does not have associated default
491 initialization. Move test of Is_Public (with tests of restrictions
492 No_Initialize_Scalars and No_Default_Initialization) to end, past tests
493 for default initialization.
494
495 2008-08-20 Jerome Lambourg <lambourg@adacore.com>
496
497 * g-comlin.adb (For_Each_Simple_Switch): Take care of switches not part
498 of any alias or prefix but having attached parameters (as \"-O2\").
499
500 2008-08-20 Robert Dewar <dewar@adacore.com>
501
502 * s-fileio.adb: Minor reformatting
503
504 2008-08-20 Thomas Quinot <quinot@adacore.com>
505
506 * exp_strm.adb (Build_Elementary_Input_Call,
507 Build_Elementary_Write_Call): Fix incorrect condition in circuitry that
508 selects the stream attribute routines for long float types.
509
510 2008-08-20 Vincent Celier <celier@adacore.com>
511
512 * prj-proc.adb (Process_Declarative_Items): Add Location for Array_Data
513
514 * prj.ads (Array_Data): Add a component Location
515
516 2008-08-20 Ed Schonberg <schonberg@adacore.com>
517
518 * sem_prag.adb:
519 (Analyze_Pragma, case Obsolescent): Add entity information on the pragma
520 argument for ASIS and navigation use.
521
522 2008-08-20 Ed Schonberg <schonberg@adacore.com>
523
524 * einfo.ads: Add comment.
525
526 2008-08-20 Bob Duff <duff@adacore.com>
527
528 * sem_eval.ads: Minor comment fix.
529
530 2008-08-20 Bob Duff <duff@adacore.com>
531
532 * exp_ch4.adb (Expand_N_And_Then, Expand_N_Or_Else): Improve constant
533 folding. We were folding things like "False and then ...", but not
534 "X and then ..." where X is a constant whose value is known at compile
535 time.
536
537 2008-08-20 Hristian Kirtchev <kirtchev@adacore.com>
538
539 * exp_ch5.adb (Controlled_Type): New routine.
540 (Expand_N_Extended_Return_Statement): When generating a move of the
541 final list in extended return statements, check the type of the
542 function and in the case of double expanded return statements, the type
543 of the returned object.
544 (Expand_Simple_Function_Return): Perform an interface conversion when
545 the type of the returned object is an interface and the context is an
546 extended return statement.
547
548 2008-08-20 Ed Schonberg <schonberg@adacore.com>
549
550 * sem_util.adb (Set_Debug_Info_Needed): If the entity is a private type
551 and the full view is visible, set flag on full view as well.
552
553 2008-08-20 Thomas Quinot <quinot@adacore.com>
554
555 * g-comlin.adb: Minor reformatting
556 Minor code reorganization.
557
558 * freeze.adb: Minor reformatting
559
560 2008-08-20 Vincent Celier <celier@adacore.com>
561
562 * prj-nmsc.adb (Check_File): An excluded Ada source file may be a
563 source of another project.
564
565 2008-08-20 Pascal Obry <obry@adacore.com>
566
567 * s-os_lib.ads: Minor reformatting.
568
569 2008-08-20 Arnaud Charlet <charlet@adacore.com>
570
571 * gnatvsn.ads: Minor reformatting.
572
573 2008-08-20 Arnaud Charlet <charlet@adacore.com>
574
575 * a-crbtgk.adb, repinfo.adb, g-traceb.ads, repinfo.ads,
576 system-linux-s390x.ads, s-fatflt.ads, s-parame-ae653.ads, g-spipat.adb,
577 g-spipat.ads, g-tasloc.adb, g-debpoo.adb, g-except.ads, g-debpoo.ads,
578 mdll-utl.adb, g-string.adb, g-soliop-solaris.ads, par-sync.adb,
579 exp_ch6.ads, a-cihama.ads, g-curexc.ads, system-linux-sh4.ads,
580 g-utf_32.adb, g-hesorg.adb, s-proinf-irix-athread.ads, s-parint.adb,
581 s-parint.ads, exp_ch7.ads, system-linux-alpha.ads, g-dirope.adb,
582 sinfo-cn.adb, par-labl.adb, a-ciorse.adb, g-calend.adb,
583 s-parame-vms-alpha.ads, nlists.h, exp_imgv.adb, exp_fixd.ads,
584 g-calend.ads, gnatcmd.ads, g-table.adb, s-memory-mingw.adb,
585 g-alveop.ads, g-memdum.ads, g-altive.ads, initialize.c, g-regpat.adb,
586 g-busorg.ads, g-regpat.ads, g-encstr.ads, g-regexp.adb, g-regexp.ads,
587 live.ads, g-dyntab.adb, prj-nmsc.ads, par-ch12.adb, 9drpc.adb,
588 g-alvevi.ads, s-memory.adb, math_lib.adb, s-parame.ads, s-memory.ads,
589 s-regexp.adb, a-exexda.adb, i-cstrea-vms.adb, a-exexpr.adb,
590 g-soliop-mingw.ads, s-imgrea.adb, namet.adb, system-vms.ads,
591 s-inmaop-dummy.adb, s-finroo.ads, a-ngcefu.adb, s-hibaen.ads,
592 g-soliop.ads, s-auxdec.adb, g-locfil.ads, gnatxref.adb, memroot.adb,
593 osint-b.ads, memroot.ads, s-parame-hpux.ads, errutil.adb,
594 system-linux-s390.ads, par-util.adb, osint-c.ads, exp_pakd.ads,
595 i-pacdec.ads, par-endh.adb, mlib-tgt.ads, prj-strt.ads,
596 s-osprim-vms.adb, s-proinf.ads, output.ads, g-moreex.ads,
597 a-finali.ads, s-fatlfl.ads, namet.h, mdll.ads, g-dynhta.ads,
598 s-imgenu.ads, par-tchk.adb, g-excact.ads, memtrack.adb, s-fatgen.adb,
599 a-exexpr-gcc.adb, g-arrspl.adb, par-ch4.adb, g-cgideb.adb, freeze.ads,
600 g-altcon.adb, s-fatllf.ads, gnatfind.adb, s-osinte-lynxos-3.adb,
601 a-exextr.adb, g-htable.ads, a-calfor.adb, s-imgcha.adb, argv.c,
602 a-chahan.ads, g-hesora.adb, system-vms_64.ads, par-ch5.adb, g-md5.adb,
603 lib-xref.ads, g-md5.ads, g-casuti.ads, s-fatsfl.ads, exp_dbug.ads,
604 s-htable.ads, a-ngcoar.adb, s-arit64.ads, a-ngelfu.adb, a-filico.ads,
605 par-ch6.adb, s-inmaop.ads, s-parame-vxworks.ads, s-casuti.ads,
606 a-numaux-darwin.adb, a-cohama.ads, system-linux-sparc.ads, g-os_lib.adb,
607 system-vms-ia64.ads, s-parame-vms-restrict.ads, a-clrefi.ads,
608 s-parame-vms-ia64.ads, a-strfix.adb, a-coorse.adb, a-comlin.ads,
609 a-chtgke.adb, s-imgint.adb, g-expect.ads, exp_ch4.ads, s-finimp.adb,
610 mingw32.h, g-heasor.adb, g-alleve.adb, a-ngrear.adb, s-mastop-irix.adb,
611 s-poosiz.adb, link.c: Fix copyright notice.
612
613 2008-08-20 Arnaud Charlet <charlet@adacore.com>
614
615 * g-comlin.ads: Update comments.
616
617 2008-08-20 Ed Schonberg <schonberg@adacore.com>
618
619 * sem_ch8.adb (Analyze_Subprogram_Renaming): Inherit Is_Imported flag.
620
621 2008-08-20 Gary Dismukes <dismukes@adacore.com>
622
623 * exp_ch11.adb:
624 (Expand_Exception_Handlers): Call Make_Exception_Handler instead of
625 Make_Implicit_Exception_Handler when rewriting an exception handler with
626 a choice parameter, and pass the handler's Sloc instead of that of the
627 handled sequence of statements. Make_Implicit_Exception_Handler sets the
628 Sloc to No_Location (unless debugging generated code), which we don't
629 want for the case of a user handler.
630
631 2008-08-20 Robert Dewar <dewar@adacore.com>
632
633 * freeze.adb (Freeze_Record_Type): Improve msg for non-contiguous field
634
635 * sem_ch13.adb:
636 (Adjust_Record_For_Reverse_Bit_Order): Messages about layout are
637 now labeled as info msgs, not warnings.
638
639 * tbuild.ads: Clarify documentation of Make_Implicit_Exception_Handler
640
641 * usage.adb: Minor change to avoid overlong line for -gnatwz/Z
642
643 * a-textio.adb: Remove redundant test.
644
645 * a-witeio.adb: Minor code reorganization
646 Remove redundant test found working on another issue
647
648 * a-ztexio.adb: Minor code reorganization
649 Remove redundant test found working on another issue
650
651 2008-08-20 Thomas Quinot <quinot@adacore.com>
652
653 * s-fileio.adb (Open) Use C helper function to determine whether a
654 given errno value corresponds to a "file not found" error.
655
656 * sysdep.c (__gnat_is_file_not_found_error): New C helper function.
657
658 2008-08-20 Jose Ruiz <ruiz@adacore.com>
659
660 * errno.c (__get_errno for MaRTE): Use the MaRTE function pthread_errno
661 to get access to the per-task errno variable.
662 (__set_errno for MaRTE): Do not redefine this function here since it is
663 already defined in MaRTE.
664
665 2008-08-20 Tristan Gingold <gingold@adacore.com>
666
667 * gnat_ugn.texi: Gcov is not supported on static library on AIX.
668
669 2008-08-20 Robert Dewar <dewar@adacore.com>
670
671 * freeze.adb: Minor reformatting
672
673 * g-comlin.adb: Minor reformatting
674
675 * g-socket.adb: Minor reformatting
676
677 * g-socthi-mingw.adb: Minor reformatting
678
679 * g-stheme.adb: Minor reformatting
680
681 2008-08-20 Ed Schonberg <schonberg@adacore.com>
682
683 * sem_aggr.adb, sem_type.adb, exp_ch9.ads, einfo.ads,
684 exp_ch6.adb, exp_aggr.adb (Valid_Ancestor): Resolve
685 confusion between partial and full views of an ancestor of the context
686 type when the parent is a private extension declared in a parent unit,
687 and full views are available for the context type.
688
689 2008-08-18 Samuel Tardieu <sam@rfc1149.net>
690 Robert Dewar <dewar@adacore.com>
691
692 PR ada/30827
693 * bindgen.adb (Gen_Output_File_Ada): Zero-terminate the
694 version string.
695 Move comment in the right place.
696 * g-comver.adb (Version): Look for a zero-termination in
697 addition to a closing parenthesis.
698
699 2008-08-18 Samuel Tardieu <sam@rfc1149.net>
700
701 * exp_ch13.adb, exp_disp.adb, sem_cat.adb, sem_ch10.adb,
702 * sem_ch12.adb, sem_ch6.adb, sem_ch7.adb, sem_ch8.adb,
703 * sem_prag.adb, sem_util.adb, sem_warn.adb: Use
704 Is_Package_Or_Generic_Package instead of hand-crafted tests.
705
706 2008-08-18 Samuel Tardieu <sam@rfc1149.net>
707
708 PR ada/15808
709 * sem_ch6.adb (Check_Private_Overriding): Check for generic packages
710 as well.
711
712 2008-08-17 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
713
714 * adaint.c (_gnat_set_close_on_exec) [_WIN32]: Implement.
715
716 2008-08-16 Eric Botcazou <ebotcazou@adacore.com>
717
718 * gcc-interface/trans.c (call_to_gnu): Use the Sloc of the call
719 for back-copy statements in lieu of that of the actual.
720
721 2008-08-16 Eric Botcazou <ebotcazou@adacore.com>
722
723 PR ada/20548
724 * gcc-interface/decl.c (gnat_to_gnu_entity): Use DECL_SIZE_UNIT in the
725 setjmp test consistently. Adjust for new behavior of flag_stack_check.
726 * gcc-interface/utils2.c (build_call_alloc_dealloc): Remove redundant
727 test of flag_stack_check. Adjust for new behavior of flag_stack_check.
728
729 2008-08-13 Samuel Tardieu <sam@rfc1149.net>
730
731 PR ada/36777
732 * sem_util.ads, sem_util.adb (Is_Protected_Self_Reference): New.
733 * sem_attr.adb (Check_Type): The current instance of a protected
734 object is not a type name.
735 (Analyze_Access_Attribute): Accept instances of protected objects.
736 (Analyze_Attribute, Attribute_Address clause): Ditto.
737 * exp_attr.adb (Expand_N_Attribute_Reference): Rewrite
738 the prefix as being the current instance if needed.
739
740 2008-08-12 Danny Smith <danyssmith@users.sourceforge.net>
741
742 * gcc-interface/Makefile.in (EXTRA_GNATRTL_NONTASKING_OBJS) [WINDOWS]:
743 Remove duplicate s-win32.o. Add s-winext.o.
744
745 2008-08-12 Danny Smith <danyssmith@users.sourceforge.net>
746
747 * g-stsifd-sockets.adb (Create): Replace Constants.SOCK_STREAM
748 with SOSC.SOCK__STREAM.
749 * g-socthi-mingw.adb (C_Select) Replace Constants.MSG_OOB with
750 SOSC.MSG_OOB.
751
752 2008-08-11 Joel Sherrill <joel.sherrill@oarcorp.com>
753
754 * s-oscons-tmplt.c: RTEMS defines AF_INET6 but does support it.
755 * gsocket.h, socket.c: Update to support RTEMS.
756 * gcc-interface/Make-lang.in: Include CFLAGS_FOR_TARGET when cross.
757
758 2008-08-10 Samuel Tardieu <sam@rfc1149.net>
759 Robert Dewar <dewar@adacore.com>
760
761 * exp_ch4.adb (Expand_N_Op_Expon): Force evaluation of
762 left argument even when right argument is 0.
763 (Expand_N_Op_Mod): Ditto when right argument is 1.
764 (Expand_N_Op_Multiply): Ditto when any argument is 0.
765 (Expand_N_Op_Rem): Ditto when right argument is 1.
766
767 2008-08-09 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
768
769 * gcc-interface/misc.c (gnat_handle_option): Replace set_Wunused
770 by warn_unused.
771
772 2008-08-08 Ed Schonberg <schonberg@adacore.com>
773
774 * freeze.adb (Generate_Prim_Op_References): New procedure, abstracted
775 from Freeze_Entity. Used to generate cross-reference information for
776 types declared in generic packages.
777
778 2008-08-08 Thomas Quinot <quinot@adacore.com>
779
780 * gcc-interface/Makefile.in: Reintroduce g-soccon.ads as a
781 compatibility shim.
782
783 2008-08-08 Thomas Quinot <quinot@adacore.com>
784
785 * gsocket.h:
786 On Windows, include <errno.h> and redefine only selected errno values
787 from their <winsock2.h> definitions.
788
789 * s-osinte-freebsd.ads: Minor reformatting
790
791 * s-osinte-hpux.ads, s-osinte-irix.ads: Minor reformatting
792
793 * g-soccon.ads: New file.
794
795 * g-stheme.adb, g-socthi-vms.adb, g-socthi-vxworks.adb,
796 g-socthi-mingw.adb, g-sttsne-vxworks.adb, g-socthi.adb,
797 g-stsifd-sockets.adb, g-socket.adb, g-socket.ads,
798 g-sothco.adb, g-sothco.ads: Add back GNAT.Sockets.Constants as a child
799 unit, to allow building software that depends on this internal unit
800 with both older and newer compilers.
801
802 2008-08-08 Robert Dewar <dewar@adacore.com>
803
804 * s-strxdr.adb: Minor reformatting
805
806 2008-08-08 Bob Duff <duff@adacore.com>
807
808 * gnat_ugn.texi: The "Run-Time Checks" section said "arithmetic overflow
809 checking for integer operations (including division by zero)", which
810 is wrong -- divide by zero is not part of overflow checking.
811 Also added misc clarification about what check-suppression means.
812
813 * gnat_rm.texi: Clarify the meaning of pragma Suppress.
814
815 2008-08-08 Jerome Lambourg <lambourg@adacore.com>
816
817 * g-comlin.adb (Add_Switch): Handle addition of switches at the
818 begining of the command line.
819 (Append, Add): Renaming of Append to Add as this now allows addition
820 at the begining of the list.
821
822 * g-comlin.ads (Add_Switch): Handle addition of switches at the
823 begining of the command line.
824
825 2008-08-08 Thomas Quinot <quinot@adacore.com>
826
827 * g-sercom.ads:
828 (Name): Document application scope (only legacy PC serial ports on
829 Linux and Windows).
830
831 2008-08-08 Thomas Quinot <quinot@adacore.com>
832
833 * gcc-interface/Makefile.in, gcc-interface/Make-lang.in: Revert
834 previous change, not needed after all.
835
836 2008-08-08 Ed Schonberg <schonberg@adacore.com>
837
838 * exp_ch4.adb (Expand_Allocator_Expression): add check if null
839 exclusion indicator is present
840
841 2008-08-08 Robert Dewar <dewar@adacore.com>
842
843 * g-comlin.adb: Minor code reorganization
844 Minor reformatting
845
846 * g-comlin.ads: Minor reformatting
847
848 * s-fileio.adb: Minor reformatting
849
850 * sem_attr.adb: Minor code reorganization (use Nkind_In)
851 Minor reformatting
852
853 2008-08-06 Samuel Tardieu <sam@rfc1149.net>
854
855 * gcc-interface/Make-lang.in: Use GCC_FOR_TARGET when dealing
856 with s-oscons-tmplt.i.
857
858 2008-08-06 Samuel Tardieu <sam@rfc1149.net>
859
860 * gcc-interface/Make-lang.in (OSCONS_CPPFLAGS): Remove.
861
862 2008-08-06 Ed Schonberg <schonberg@adacore.com>
863
864 * sem_ch3.adb (Analyze_Component_Declaration): Protect against misuse
865 of incomplete type.
866
867 * sem_ch8.adb (Analyze_Object_Renaming): Diagnose properly a renaming
868 of a formal parameter of an incomplete type. Improve error message for
869 other improper uses of incomplete types.
870
871 2008-08-06 Robert Dewar <dewar@adacore.com>
872
873 * gnat_ugn.texi: Clarify -gnato documentation
874
875 2008-08-06 Thomas Quinot <quinot@adacore.com>
876
877 * gcc-interface/Makefile.in,
878 g-socthi-vxworks.adb, g-socthi-mingw.adb, g-sttsne-vxworks.adb,
879 g-socthi.adb, g-socket.adb, g-socket.ads, g-sothco.ads,
880 g-soccon-linux-x86.ads, g-soccon-vxworks.ads, g-soccon-mingw.ads,
881 g-soccon-hpux-ia64.ads, g-soccon-irix.ads, g-soccon-linux-64.ads,
882 g-soccon-aix.ads, g-soccon-solaris.ads, g-soccon-lynxos.ads,
883 g-soccon-vms.ads, g-soccon.ads, g-soccon-freebsd.ads,
884 g-soccon-linux-ppc.ads, g-soccon-tru64.ads, g-soccon-hpux.ads,
885 g-soccon-solaris-64.ads, gen-oscons.c, g-soccon-darwin.ads,
886 g-soccon-mingw-64.ads, g-soccon-linux-mips.ads, g-soccon-rtems.ads:
887 Remove GNAT.Sockets.Constants. This internal package is replaced by
888 System.OS_Constants.
889
890 2008-08-06 Thomas Quinot <quinot@adacore.com>
891
892 * gcc-interface/Makefile.in, gcc-interface/Make-lang.in:
893 Remove obsolete targets referencing gen-soccon
894 When generating s-oscons.ads, use a file name that includes the
895 THREAD_KIND, to ensure that the (potentially different) version from a
896 previous build with a different threads flavour does not get reused.
897
898 2008-08-06 Thomas Quinot <quinot@adacore.com>
899
900 * sem_res.adb: Minor reformatting
901
902 * s-fileio.adb (Open): When file open operation fails, raise Name_Error
903 only when the operating system reports a non-existing file or directory
904 (ENOENT), otherwise raise Name_Error.
905
906 * exp_ch11.adb: Minor reformatting
907
908 2008-08-06 Ed Schonberg <schonberg@adacore.com>
909
910 * sem_ch3.adb (Access_Subprogram_Declaration): If the return type is
911 incomplete, add the access_to_subprogram type to the list of private
912 dependents only if the incomplete type will be completed in the current
913 scope.
914 (Build_Discriminant_Constraints): If the type of the discriminant is
915 access_to_variable, reject a constraint that is access_to_constant.
916
917 2008-08-06 Thomas Quinot <quinot@adacore.com>
918
919 * g-socket-dummy.adb, g-socket-dummy.ads, g-sothco-dummy.adb,
920 g-sothco-dummy.ads, g-socthi-dummy.adb, g-socthi-dummy.ads,
921 g-sttsne-dummy.ads: New files.
922
923 * gcc-interface/Makefile.in, Makefile.rtl: Use placeholder sources
924 with pragma Unimplemented_Unit for sockets packages on Nucleus.
925
926 2008-08-06 Pascal Obry <obry@adacore.com>
927
928 * adaint.c: Another fix for ACL support on Windows.
929
930 2008-08-06 Javier Miranda <miranda@adacore.com>
931
932 * exp_disp (Expand_Interface_Actuals): Adds missing support for
933 expansion of calls to subprograms using selected components.
934
935 2008-08-06 Ed Schonberg <schonberg@adacore.com>
936
937 * sem_res.adb (Resolve_Call): Use base type to determine whether a
938 dereference is needed because a subtype of an access_to_subprogram is
939 simply an access-subtype
940
941 2008-08-06 Jerome Lambourg <lambourg@adacore.com>
942
943 * g-comlin.adb (Set_Command_Line): Now that aliases can contain
944 parameters, always specify the expected separator.
945
946 2008-08-06 Thomas Quinot <quinot@adacore.com>
947
948 * xnmake.adb: Use new XUtil package for platform independent text
949 output.
950
951 2008-08-06 Vincent Celier <celier@adacore.com>
952
953 * gnat_ugn.texi: Document compiler switch -gnateG
954
955 2008-08-06 Quentin Ochem <ochem@adacore.com>
956
957 * s-stausa.adb (Fill_Stack): Fixed pragma assert and top pattern mark
958 in the case of an empty pattern size.
959 (Compute_Result): Do not do any computation in the case of an empty
960 pattern size.
961 (Report_Result): Fixed computation of the overflow guard.
962
963 2008-08-06 Ed Schonberg <schonberg@adacore.com>
964
965 * g-awk.adb (Finalize): Do not use directly objects of the type in the
966 finalization routine to prevent elaboration order anomalies in new
967 finalization scheme.
968
969 2008-08-06 Ed Schonberg <schonberg@adacore.com>
970
971 * sem_ch3.adb (Find_Type_Name): protect against duplicate incomplete
972 declaration for the same type.
973
974 2008-08-06 Thomas Quinot <quinot@adacore.com>
975
976 * sem.adb: Minor rewording (comment)
977
978 2008-08-06 Jerome Lambourg <lambourg@adacore.com>
979
980 * g-comlin.adb (Define_Switch, Get_Switches): New.
981 (Can_Have_Parameter, Require_Parameter, Actual_Switch): New, used when
982 ungrouping switches.
983 (For_Each_Simple_Switch): Allow more control over parameters handling.
984 This generic method now allows ungrouping of switches with parameters
985 and switches with more than one letter after the prefix.
986 (Set_Command_Line): Take care of switches that are prefixed with a
987 switch handling parameters without delimiter (-gnatya and -gnaty3 for
988 example).
989 (Add_Switch, Remove_Switch): Handle parameters possibly present inside
990 a group, as in gnaty3aM80 (3 and 80 are parameters). Report status of
991 the operation.
992 (Start, Alias_Switches, Group_Switches): Take care of parameters
993 possibly present inside a group.
994
995 * g-comlin.ads (Define_Switch): New method used to define a list of
996 expected switches, that are necessary for correctly ungrouping switches
997 with more that one character after the prefix.
998 (Get_Switches): Method that builds a getopt string from the list of
999 switches as set previously by Define_Switch.
1000 (Add_Switch, Remove_Switch): New versions of the methods, reporting the
1001 status of the operation. Also allow the removal of switches with
1002 parameters only.
1003 (Command_Line_Configuration_Record): Maintain a list of expected
1004 switches.
1005
1006 2008-08-06 Doug Rupp <rupp@adacore.com>
1007
1008 * gcc-interface/decl.c (gnat_to_gnu_param): Force 32bit descriptor if
1009 TARGET_MALLOC64 clear.
1010
1011 * gcc-interface/utils2.c (build_call_alloc_dealloc): Force 32bit malloc
1012 if TARGET_MALLOC64 clear.
1013
1014 * gcc-interface/gigi.h (TARGET_ABI_OPEN_VMS): Move here from utils2.c
1015 (TARGET_MALLC64): New macro. Default to clear.
1016
1017 2008-08-06 Doug Rupp <rupp@adacore.com>
1018
1019 * gcc-interface/utils2.c (snames.h) Include
1020 (TARGET_ABI_OPEN_VMS): Initialize.
1021 (build_call_alloc_dealloc); [TARGET_ABI_OPEN_VMS] Allocate on 32bit heap
1022 for Convention C.
1023
1024 2008-08-06 Ed Schonberg <schonberg@adacore.com>
1025
1026 * sem_ch3.adb (Process_Discriminants): diagnose redundant or improper
1027 null exclusion in a discriminant declaration
1028
1029 * sem_ch8.adb (Analyze_Object_Renaming): diagnose null exclusion
1030 indicators when type is not an access type.
1031
1032 * sem_ch12.adb (Formal_Object_Declaration): diagnose null exclusion
1033 indicators when type is not an access type.
1034
1035 2008-08-06 Javier Miranda <miranda@adacore.com>
1036
1037 * exp_disp (Expand_Interface_Conversion): Freeze the entity associated
1038 with the target interface before expanding the code of the interface
1039 conversion.
1040
1041 2008-08-05 Ed Schonberg <schonberg@adacore.com>
1042
1043 * freeze.adb:
1044 (Freeze_Entity): A deferred constant does not violate the restriction
1045 No_Default_Initialization,
1046
1047 * sem_ch3.adb (Process_Subtype): An allocator is a valid construct that
1048 can carry a null exclusion indicator, and on which an error may be
1049 posted if the indicator is redundant.
1050
1051 * sem_ch8.adb (Analyze_Object_Renaming): Verify that a null exclusion
1052 does not apply to a subtype mark that already excludes null.
1053
1054 * sem_ch12.adb (Formal_Object_Declaration): Verify that a null
1055 exclusion does not apply to a subtype mark that already excludes null.
1056
1057 2008-08-05 Thomas Quinot <quinot@adacore.com>
1058
1059 * Makefile.rtl: Compile s-oscons.ads as part of the runtime library.
1060
1061 2008-08-05 Doug Rupp <rupp@adacore.com>
1062
1063 * vms_data.ads: Translation for /POINTER_SIZE qualifier.
1064
1065 2008-08-05 Thomas Quinot <quinot@adacore.com>
1066
1067 * gsocket.h: Make this file includable in a Nucleus environment, which
1068 does not support sockets.
1069
1070 * socket.c: Remove Nucleus-specific hack.
1071
1072 2008-08-05 Pascal Obry <obry@adacore.com>
1073
1074 * adaint.c: Remove support for readable attribute on vxworks and nucleus
1075
1076 2008-08-05 Ed Schonberg <schonberg@adacore.com>
1077
1078 * sem_attr.adb:
1079 (Analyze_Attribute, case 'Result): handle properly the case where some
1080 operand of the expression in a post-condition generates a transient
1081 block.
1082
1083 * sem_ch5.adb (Analyze_Assignment_Statement): Apply conversion to
1084 right-hand side when it is an anonymous access_to_subprogram, to force
1085 static accessibility check when needed.
1086
1087 2008-08-05 Sergey Rybin <rybin@adacore.com>
1088
1089 * gnat_ugn.texi: Changing the description of the gnatcheck metrics
1090 rule according to the change in the rule option.
1091 Add documentation for -gnatw.b/-gnatw.B
1092
1093 2008-08-05 Robert Dewar <dewar@adacore.com>
1094
1095 * ug_words: Add entries for -gnatw.b/-gnatw.B
1096
1097 * vms_data.ads: Add entries for -gnatw.b/-gnatw.B
1098
1099 2008-08-05 Vincent Celier <celier@adacore.com>
1100
1101 * a-wtdeio.adb (Put (Current_Output)): Use Fore in the call to Put
1102 (File).
1103
1104 * a-ztdeio.adb: Ditto.
1105
1106 2008-08-05 Pascal Obry <obry@adacore.com>
1107
1108 * adaint.c, adaint.h, s-os_lib.adb, s-os_lib.ads: Add support for the
1109 readable attribute.
1110
1111 2008-08-05 Vincent Celier <celier@adacore.com>
1112
1113 * s-wchwts.adb:
1114 (Wide_String_To_String): Returns a String with the same 'First as its
1115 parameter S.
1116 (Wide_Wide_String_To_String): Ditto
1117
1118 * s-wchwts.ads:
1119 (Wide_String_To_String): Document that the lowest index of the returned
1120 String is equal to S'First.
1121
1122 2008-08-05 Thomas Quinot <quinot@adacore.com>
1123
1124 * xoscons.adb, xutil.ads, xutil.adb, s-oscons-tmplt.c: New files.
1125
1126 * gcc-interface/Makefile.in, gcc-interface/Make-lang.in: Generate
1127 s-oscons.ads
1128
1129 2008-08-05 Robert Dewar <dewar@adacore.com>
1130
1131 * opt.ads (Warn_On_Biased_Representation): New flag
1132
1133 * sem_ch13.adb:
1134 (Analyze_Attribute_Definition_Clause): Issue warning when biased
1135 representation is required.
1136 (Minimum_Size): Don't allow biasing if enum rep clause case
1137
1138 * sem_warn.adb:
1139 (Set_Dot_Warning_Switch): Add handling of -gnatw.b/B switches
1140 (Set_Warning_Switch): Include -gnatw.b in -gnatwa, -gnatw.B in gnatws
1141
1142 * usage.adb: Add lines for -gnatw.b/B switches
1143
1144 2008-08-05 Pascal Obry <obry@adacore.com>
1145
1146 * a-coinve.adb: Reorder the code to avoid uninitialized warning.
1147
1148 * adaint.c: In UNIX cases do not call __gnat_stat but stat directly.
1149
1150 2008-08-05 Thomas Quinot <quinot@adacore.com>
1151
1152 * socket.c: Minor reformatting.
1153
1154 2008-08-05 Robert Dewar <dewar@adacore.com>
1155
1156 * sem_ch3.adb: Minor reformatting
1157
1158 * prj-nmsc.adb: Minor reformatting
1159
1160 2008-08-05 Ed Schonberg <schonberg@adacore.com>
1161
1162 * sem_ch12.adb (Validate_Array_Type_Instance): Only apply complex
1163 visibility check on the component type if the simple test fails.
1164
1165 2008-08-05 Jose Ruiz <ruiz@adacore.com>
1166
1167 * init.c (__gnat_install_handler for linux): If we are building the
1168 Xenomai run time then we need to do two additional things: avoid
1169 memory swapping and transform the Linux environment task into a native
1170 Xenomai task.
1171
1172 * gcc-interface/Makefile.in (LIBGNAT_TARGET_PAIRS for xenomai run
1173 time): Use interface to Xenomai native skin and avoid linux-specific
1174 way of setting CPU affinity.
1175 (EH_MECHANISM for the xenomai run time): Use sjlj exception mechanism.
1176
1177 2008-08-05 Bob Duff <duff@adacore.com>
1178
1179 * checks.ads: Minor comment fix
1180
1181 2008-08-05 Thomas Quinot <quinot@adacore.com>
1182
1183 * g-sercom.adb, g-sercom.ads, g-sercom-mingw.adb,
1184 g-sercom-linux.adb (Data_Bits): Change literals B7 and B8 to CS7 and
1185 CS8.
1186
1187 2008-08-05 Robert Dewar <dewar@adacore.com>
1188
1189 * mlib.adb: Minor code reorganization
1190 Minor reformatting
1191
1192 * make.adb: Minor reformatting
1193
1194 * prj-attr.ads: Minor reformatting
1195
1196 * s-os_lib.adb: Minor reformatting
1197
1198 * s-fileio.adb: Minor code reorganization
1199 Minor reformatting
1200
1201 * prj.ads: Minor reformatting
1202
1203 2008-08-05 Bob Duff <duff@adacore.com>
1204
1205 * sem_ch3.adb (Analyze_Object_Declaration): Avoid type Any_Access in
1206 unresolved initial value of "null", because it causes implicitly
1207 generated "=" operators to be ambiguous, and because this type should
1208 not be passed to gigi.
1209
1210 2008-08-05 Vincent Celier <celier@adacore.com>
1211
1212 * mlib.adb: Update comments.
1213
1214 * make.adb (Switches_Of): Check for Switches (others), before checking
1215 for Default_Switches ("Ada").
1216 (Gnatmake): Use Builder'Switches (others) in preference to
1217 Builder'Default_Switches ("Ada") if there are several mains.
1218
1219 * prj-attr-pm.adb:
1220 (Add_Attribute): Add component Others_Allowed in Attribute_Record
1221 aggregate.
1222
1223 * prj-attr.adb:
1224 Add markers to indicates that attributes Switches allow others as index
1225 (Others_Allowed_For): New Boolean function, returning True for
1226 attributes with the mark.
1227 (Initialize): Recognize optional letter 'O' as the marker for
1228 associative array attributes where others is allowed as the index.
1229
1230 * prj-attr.ads:
1231 (Others_Allowed_For): New Boolean function
1232 (Attribute_Record): New Boolean component Others_Allowed
1233
1234 * prj-dect.adb:
1235 (Parse_Attribute_Declaration): For associative array attribute where
1236 others is allowed as the index, allow others as an index.
1237
1238 * prj-nmsc.adb:
1239 (Process_Binder): Skip associative array attributes with index others
1240 (Process_Compiler): Ditto
1241
1242 * prj-util.adb:
1243 (Value_Of (Index, In_Array)): Make no attempt to put in lower case when
1244 index is All_Other_Names.
1245
1246 * prj.ads:
1247 (All_Other_Names): New constant
1248
1249 * prj-proc.adb:
1250 (Process_Declarative_Items): Skip associative array attribute when index
1251 is reserved word "others".
1252
1253 2008-08-05 Vasiliy Fofanov <fofanov@adacore.com>
1254
1255 * gen-oscons.c: Adapt for VMS where termios.h is not available.
1256
1257 2008-08-05 Thomas Quinot <quinot@adacore.com>
1258
1259 * a-rttiev.adb: Minor reformatting (comments)
1260
1261 * gen-soccon.c: Rename to gen-oscons.c
1262
1263 * gen-oscons.c: New file. Now generate System.OS_Constants instead of
1264 GNAT.Sockets.Constants.
1265 Add new constants for GNAT.Serial_Communications and System.File_IO.
1266
1267 2008-08-05 Javier Miranda <miranda@adacore.com>
1268
1269 * sem_util.adb (Collect_Interfaces_Info): Minor reformating.
1270 * exp_ch3.adb (Build_Offset_To_Top_Functions): Code cleanup: the
1271 implementation of this routine has been simplified.
1272
1273 2008-08-05 Pascal Obry <obry@adacore.com>
1274
1275 * adaint.c, adaint.h, s-os_lib.adb, s-os_lib.ads: Fix the
1276 Set_Read_Only Win32 implementation.
1277
1278 2008-08-05 Thomas Quinot <quinot@adacore.com>
1279
1280 * exp_strm.adb: Minor reformatting (comments)
1281
1282 * sem_ch12.adb: Minor reformatting.
1283
1284 2008-08-05 Robert Dewar <dewar@adacore.com>
1285
1286 * sem_ch3.adb: Minor reformatting
1287
1288 * checks.adb: Minor reformatting
1289
1290 2008-08-05 Thomas Quinot <quinot@adacore.com>
1291
1292 * tbuild.ads (New_External_Name): Update spec to reflect relaxed
1293 restriction on Prefix.
1294
1295 2008-08-05 Jerome Lambourg <lambourg@adacore.com>
1296
1297 * g-comlin.adb (Sort_Sections, Group_Switches): New/Modified internal
1298 methods needed to handle switch sections when building a command line.
1299 (Define_Section, Add_Switch, Remove_Switch, Is_New_Section,
1300 Current_Section): New public methods or methods modified to handle
1301 building command lines with sections.
1302 (Set_Command_Line): Take into account sections when analysing a switch
1303 string.
1304 (Start): Sort the switches by sections before iterating the command line
1305 elements.
1306
1307 * g-comlin.ads (Define_Section, Add_Switch, Remove_Switch,
1308 Is_New_Section, Current_Section): New methods or methods modified to
1309 handle building command lines with sections.
1310
1311 2008-08-05 Ed Schonberg <schonberg@adacore.com>
1312
1313 * exp_strm.adb (Build_Record_Or_Elementary_Input_Function): For access
1314 discriminants, indicate that the corresponding object declaration has
1315 no initialization, to prevent spurious warnings when the access type is
1316 null-excluding.
1317
1318 2008-08-05 Ed Schonberg <schonberg@adacore.com>
1319
1320 * sem_res.adb (Resolve_Call): If this is a call to the predefined
1321 Abort_Task, warn if the call appears within a protected operation.
1322
1323 2008-08-04 Robert Dewar <dewar@adacore.com>
1324
1325 * exp_ch4.adb (Expand_N_In): Suppress range warnings in instances
1326
1327 2008-08-04 Ed Schonberg <schonberg@adacore.com>
1328
1329 * sem_ch3.adb:
1330 (Replace_Anonymous_Access_To_Protected_Subprogram): Handle properly an
1331 anonymous access to protected subprogram that is the return type of the
1332 specification of a subprogram body.
1333
1334 * sem_ch6.adb:
1335 (Analyze_Subprogram_Body): if the return type is an anonymous access to
1336 subprogram, freeze it now to prevent access anomalies in the back-end.
1337
1338 * exp_ch9.adb: Minor code cleanup.
1339 Make sure that new declarations are inserted into the tree before
1340 analysis (from code reading).
1341
1342 2008-08-04 Robert Dewar <dewar@adacore.com>
1343
1344 * exp_ch5.adb:
1345 (Expand_Simple_Function_Return): Check No_Secondary_Stack restriction
1346 at point of return.
1347
1348 2008-08-04 Thomas Quinot <quinot@adacore.com>
1349
1350 * sem_type.adb, sem_ch4.adb, sprint.adb, exp_ch3.adb: Minor reformatting
1351
1352 2008-08-04 Vasiliy Fofanov <fofanov@adacore.com>
1353
1354 * g-soccon-mingw.ads: Fix value for MSG_WAITALL
1355
1356 2008-08-04 Javier Miranda <miranda@adacore.com>
1357
1358 * sem_prag.adb (Process_Convention): Add missing support for
1359 N_Private_Extension_Declaration nodes.
1360
1361 2008-08-04 Robert Dewar <dewar@adacore.com>
1362
1363 * exp_ch4.adb: Minor reformatting
1364
1365 2008-08-04 Pascal Obry <obry@adacore.com>
1366
1367 * adaint.h: Add missing prototype.
1368
1369 * adaint.c: Refine support for Windows file attributes.
1370
1371 2008-08-04 Robert Dewar <dewar@adacore.com>
1372
1373 * sem_res.adb:
1374 (Valid_Conversion): Catch case of designated types having different
1375 sizes, even though they statically match.
1376
1377 2008-08-04 Javier Miranda <miranda@adacore.com>
1378
1379 * sem_eval.adb (Subtypes_Statically_Match): Remove superfluous patch
1380 added in previous patch to handle access to subprograms.
1381
1382 2008-08-04 Robert Dewar <dewar@adacore.com>
1383
1384 * freeze.adb:
1385 (Freeze_Entity): Only check No_Default_Initialization restriction for
1386 constructs that come from source
1387
1388 2008-08-04 Thomas Quinot <quinot@adacore.com>
1389
1390 * exp_ch6.adb: Minor comment fix.
1391
1392 * sem_ch4.adb: Minor reformatting.
1393
1394 2008-08-04 Robert Dewar <dewar@adacore.com>
1395
1396 * sem_res.adb: (Large_Storage_Type): Improve previous change.
1397
1398 2008-08-04 Pascal Obry <obry@adacore.com>
1399
1400 * adaint.c, s-os_lib.adb, s-os_lib.ads: Use Windows ACL to deal with
1401 file attributes.
1402
1403 2008-08-04 Javier Miranda <miranda@adacore.com>
1404
1405 * sem_ch3.adb (Access_Subprogram_Declaration): Adding missing support
1406 for N_Formal_Object_Declaration nodes. Adding kludge required by
1407 First_Formal to provide its functionality with access to functions.
1408 (Replace_Anonymous_Access_To_Protected_Subprogram): Add missing support
1409 for anonymous access types returned by functions.
1410
1411 * sem_ch5.adb (Analyze_Assignment): Code cleanup to avoid duplicate
1412 conversion of null-excluding access types (required only once to force
1413 the generation of the required runtime check).
1414
1415 * sem_type.adb (Covers): minor reformating
1416
1417 * checks.adb (Null_Exclusion_Static_Checks): Avoid reporting errors
1418 with internally generated nodes. Avoid generating the error inside init
1419 procs.
1420
1421 * sem_res.adb (Resolve_Membership_Test): Minor reformating.
1422 (Resolve_Null): Generate the null-excluding check in case of assignment
1423 to a null-excluding object.
1424 (Valid_Conversion): Add missing support for anonymous access to
1425 subprograms.
1426
1427 * sem_ch6.adb (Check_Return_Subtype_Indication): Add missing support for
1428 anonymous access types whose designated type is an itype. This case
1429 occurs with anonymous access to protected subprograms types.
1430 (Analyze_Return_Type): Add missing support for anonymous access to
1431 protected subprogram.
1432
1433 * sem_eval.adb (Subtypes_Statically_Match): In case of access to
1434 subprograms addition of missing check on matching convention. Required
1435 to properly handle access to protected subprogram types.
1436
1437 * exp_ch3 (Build_Assignment): Code cleanup removing duplicated check on
1438 null excluding access types.
1439
1440 2008-08-04 Ed Schonberg <schonberg@adacore.com>
1441
1442 * sem_ch12.adb: Add comments
1443
1444 * sem_ch4.adb (Analyze_Allocator): If the designated type is a non-null
1445 access type and the allocator is not initialized, warn rather than
1446 reporting an error.
1447
1448 2008-08-04 Robert Dewar <dewar@adacore.com>
1449
1450 * exp_ch4.adb: Minor reformatting
1451
1452 * exp_dist.adb: Minor reformatting
1453
1454 * g-comlin.adb: Minor reformatting
1455
1456 2008-08-04 Gary Dismukes <dismukes@adacore.com>
1457
1458 * exp_aggr.adb (Build_Record_Aggr_Code): Perform a conversion of the
1459 target to the type of the aggregate in the case where the target object
1460 is class-wide.
1461
1462 * exp_ch5.adb (Expand_Simple_Function_Return): When the function's
1463 result type is class-wide and inherently limited, and the expression
1464 has a specific type, create a return object of the specific type, for
1465 more efficient handling of returns of build-in-place aggregates (avoids
1466 conversions of the class-wide return object to the specific type on
1467 component assignments).
1468
1469 * sem_ch6.adb (Check_Return_Subtype_Indication): Suppress the error
1470 about a type mismatch for a class-wide function with a return object
1471 having a specific type when the object declaration doesn't come from
1472 source. Such an object can result from the expansion of a simple return.
1473
1474 2008-08-04 Vasiliy Fofanov <fofanov@adacore.com>
1475
1476 * g-soccon-mingw-64.ads, system-mingw-x86_64.ads: New files.
1477
1478 * gcc-interface/Makefile.in: Use 64bit-specific system files when
1479 compiling for 64bit windows.
1480
1481 2008-08-04 Jerome Lambourg <lambourg@adacore.com>
1482
1483 * g-comlin.adb (Group_Switches): Preserve the switch order when
1484 grouping and allow switch grouping of switches with more than one
1485 character extension (e.g. gnatw.x).
1486 (Args_From_Expanded): Remove this now obsolete method.
1487
1488 2008-08-04 Ed Schonberg <schonberg@adacore.com>
1489
1490 * exp_ch4.adb (Get_Allocator_Final_List): Freeze anonymous type for
1491 chain at once, to ensure that type is properly decorated for back-end,
1492 when allocator appears within a loop.
1493
1494 2008-08-04 Kevin Pouget <pouget@adacore.com>
1495
1496 * snames.h, snames.adb, snames.ads:
1497 Add Attr_To_Any, Attr_From_Any and Attr_TypeCode defines.
1498
1499 * exp_dist.ads, exp_dist.adb: Add Build_From_Any_Call,
1500 Build_To_Any_Call and Build_TypeCode_Call procedures.
1501
1502 * exp_attr.adb, sem_attr.adb: Add corresponding cases.
1503
1504 * rtsfind.ads: Add corresponding names.
1505
1506 * tbuild.adb: Update prefix restrictions to allow '_' character.
1507
1508 2008-08-04 Doug Rupp <rupp@adacore.com>
1509
1510 * gigi.h (fill_vms_descriptor): Add third parameter gnat_actual
1511 * trans.c (call_to_gnu): Call fill_vms_descriptor with new parameter.
1512 * utils2.c (fill_vms_descriptor): Add third parameter for error sloc and
1513 use it. Calculate pointer range overflow using 64bit types.
1514
1515 2008-08-04 Ed Schonberg <schonberg@adacore.com>
1516
1517 * sem_ch3.adb (Access_Definition): A formal object declaration is a
1518 legal context for an anonymous access to subprogram.
1519
1520 * sem_ch4.adb (Analyze_One_Call): If the call can be interpreted as an
1521 indirect call, report success to the caller to include possible
1522 interpretation.
1523
1524 * sem_ch6.adb (Check_Return_Type_Indication): Apply proper conformance
1525 check when the type
1526 of the extended return is an anonymous access_to_subprogram type.
1527
1528 * sem_res.adb:
1529 (Resolve_Call): Insert a dereference if the type of the subprogram is an
1530 access_to_subprogram and the context requires its return type, and a
1531 dereference has not been introduced previously.
1532
1533 2008-08-04 Arnaud Charlet <charlet@adacore.com>
1534
1535 * usage.adb (Usage): Minor rewording of -gnatwz switch, to improve
1536 gnatcheck support in GPS.
1537
1538 2008-08-04 Vincent Celier <celier@adacore.com>
1539
1540 * mlib.adb (Create_Sym_Links): Create relative symbolic links when
1541 requested
1542
1543 2008-08-04 Vincent Celier <celier@adacore.com>
1544
1545 * gprep.adb (Process_One_File): Call Prep.Preprocess with a Boolean
1546 variable, but don't check the resulting value as it has no impact on
1547 the processing.
1548
1549 * opt.ads:
1550 (Generate_Processed_File): New Boolean flag, set to True in the compiler
1551 when switch -gnateG is used.
1552
1553 * prep.adb:
1554 (Preprocess): new Boolean out parameter Source_Modified. Set it to True
1555 when the source is modified by the preprocessor and there is no
1556 preprocessing errors.
1557
1558 * prep.ads (Preprocess): new Boolean out parameter Source_Modified
1559
1560 * sinput-l.adb:
1561 (Load_File): Output the result of preprocessing if the source text was
1562 modified.
1563
1564 * switch-c.adb (Scan_Front_End_Switches): Recognize switch -gnateG
1565
1566 * switch-m.adb (Normalize_Compiler_Switches): Normalize switch -gnateG
1567
1568 * ug_words: Add VMS equivalent for -gnateG
1569
1570 * vms_data.ads:
1571 Add VMS option /GENERATE_PROCESSED_SOURCE, equivalent to switch -gnateG
1572
1573 2008-08-04 Doug Rupp <rupp@adacore.com>
1574
1575 * gcc-interface/utils2.c:
1576 (fill_vms_descriptor): Raise CE if attempt made to pass 64bit pointer
1577 in 32bit descriptor.
1578
1579 2008-08-04 Robert Dewar <dewar@adacore.com>
1580
1581 * par-ch10.adb: Minor reformatting
1582
1583 * i-cobol.adb: Minor reformatting.
1584
1585 2008-08-04 Ed Schonberg <schonberg@adacore.com>
1586
1587 * sem_ch3.adb (Access_Definition): Create an itype reference for an
1588 anonymous access return type of a regular function that is not a
1589 compilation unit.
1590
1591 2008-08-04 Vincent Celier <celier@adacore.com>
1592
1593 * prj-attr.adb: New Builder attribute Global_Compilation_Switches
1594
1595 * snames.adb: New standard name Global_Compilation_Switches
1596
1597 * snames.ads: New standard name Global_Compilation_Switches
1598
1599 * make.adb: Correct spelling error in comment
1600
1601 2008-08-04 Arnaud Charlet <charlet@adacore.com>
1602
1603 * sem_prag.adb (Check_Form_Of_Interface_Name): Fix handling for CLI
1604 target.
1605
1606 2008-08-04 Thomas Quinot <quinot@adacore.com>
1607
1608 * sem_ch10.adb: Minor comment fix.
1609
1610 2008-08-04 Robert Dewar <dewar@adacore.com>
1611
1612 * restrict.adb: Improved messages for restriction warnings
1613
1614 * restrict.ads: Improved messages for restriction messages
1615
1616 * s-rident.ads (Profile_Name): Add No_Profile
1617
1618 2008-08-04 Robert Dewar <dewar@adacore.com>
1619
1620 * system-darwin-x86.ads: Correct bad definition of Max_Nonbinary_Modulus
1621
1622 2008-08-04 Robert Dewar <dewar@adacore.com>
1623
1624 * freeze.adb (Freeze_Entity): Check for size clause for boolean warning
1625
1626 2008-08-04 Vincent Celier <celier@adacore.com>
1627
1628 * prj-proc.adb:
1629 (Copy_Package_Declarations): When inheriting package Naming from a
1630 project being extended, do not inherit source exception names.
1631
1632 2008-08-04 Ed Schonberg <schonberg@adacore.com>
1633
1634 * sem_prag.adb (Check_Precondition_Postcondition): When scanning the
1635 list of declaration to find previous subprogram, do not go to the
1636 original node of a generic unit.
1637
1638 2008-08-02 Eric Botcazou <ebotcazou@adacore.com>
1639
1640 * gcc-interface/utils2.c (build_binary_op) <PLUS_EXPR, MINUS_EXPR>:
1641 New case. Convert BOOLEAN_TYPE operation to the default integer type.
1642
1643 2008-08-01 Eric Botcazou <ebotcazou@adacore.com>
1644
1645 * gcc-interface/ada-tree.h (DECL_PARM_ALT): Now DECL_PARM_ALT_TYPE.
1646 * gcc-interface/decl.c (gnat_to_gnu_param): Fix formatting, simplify
1647 and adjust for above renaming.
1648 * gcc-interface/utils.c (convert_vms_descriptor): Likewise. Add new
1649 gnu_expr_alt_type parameter. Convert the expression to it instead
1650 of changing its type in place.
1651 (build_function_stub): Adjust call to above function.
1652
1653 2008-08-01 Eric Botcazou <ebotcazou@adacore.com>
1654
1655 * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Constant>: Remove dead
1656 code. Do not get full definition of deferred constants with address
1657 clause for a use. Do not ignore deferred constant definitions with
1658 address clause. Ignore constant definitions already marked with the
1659 error node.
1660 <object>: Remove obsolete comment. For a deferred constant with
1661 address clause, get the initializer from the full view.
1662 * gcc-interface/trans.c (gnat_to_gnu) <N_Attribute_Definition_Clause>:
1663 Rework and remove obsolete comment.
1664 <N_Object_Declaration>: For a deferred constant with address clause,
1665 mark the full view with the error node.
1666 * gcc-interface/utils.c (convert_to_fat_pointer): Rework and fix
1667 formatting nits.
1668
1669 2008-08-01 Hristian Kirtchev <kirtchev@adacore.com>
1670
1671 * rtsfind.ads: Add block IO versions of stream routines for Strings.
1672
1673 * bindgen.adb, gnat_rm.texi, gnat_ugn.texi, opt.ads,
1674 sem_prag.adb, snames.adb, snames.ads, snames.h,
1675 par-prag.adb: Undo previous stream related changes.
1676
1677 * s-rident.ads: Add new restriction No_Stream_Optimizations.
1678
1679 * s-ststop.ads, s-ststop.adb: Comment reformatting.
1680 Define enumeration type to designate different IO mechanisms.
1681 Enchance generic package Stream_Ops_Internal to include an
1682 implementation of Input and Output.
1683
1684 * exp_attr.adb (Find_Stream_Subprogram): If restriction
1685 No_Stream_Optimization is active, choose the default byte IO
1686 implementations of stream attributes for Strings.
1687 Otherwise use the corresponding block IO version.
1688
1689 2008-08-01 Olivier Hainque <hainque@adacore.com>
1690
1691 * gcc-interface/decl.c (gnat_to_gnu_entity) <case E_Function>: Do not
1692 turn Ada Pure into GCC const, now implicitely implying nothrow as well.
1693
1694 2008-08-01 Robert Dewar <dewar@adacore.com>
1695
1696 * par-ch3.adb (P_Defining_Identifier): Avoid repeated attempt to
1697 convert plain identifier into defining identifier.
1698
1699 2008-08-01 Robert Dewar <dewar@adacore.com>
1700
1701 * sem_prag.adb (Check_Form_Of_Interface_Name): Refine and improve
1702 warnings
1703
1704 * lib-xref.adb: Add error defense.
1705
1706 2008-08-01 Bob Duff <duff@adacore.com>
1707
1708 * ioexcept.ads, sequenio.ads, directio.ads: Correct comment.
1709
1710 2008-08-01 Gary Dismukes <dismukes@adacore.com>
1711
1712 * exp_ch6.adb (Expand_Call): Adjustment to previous fix for passing
1713 correct accessibility levels. In the "when others" case, retrieve the
1714 access level of the Etype of Prev rather than Prev_Orig, because the
1715 original exression has not always been analyzed.
1716
1717 2008-08-01 Robert Dewar <dewar@adacore.com>
1718
1719 * prj-nmsc.adb: Minor reformatting
1720
1721 * sem_ch4.adb: Minor reformatting
1722 Minor code reorganization
1723
1724 * prj.ads: Minor reformatting
1725
1726 * s-os_lib.adb: Minor reformatting
1727
1728 * par-prag.adb (Prag, case Wide_Character_Encoding): Deal with upper
1729 half encodings
1730
1731 * scans.ads: Minor reformatting.
1732
1733 * sem_prag.adb (Analyze_Pragma): Put entries in alpha order
1734 (Analyze_Pragma): Make sure all GNAT pragmas call GNAT_Pragma
1735
1736 * sem_res.adb:
1737 (Resolve_Call): Check violation of No_Specific_Termination_Handlers
1738
1739 * sem_ch12.adb: Minor comment reformatting
1740
1741 * par-ch3.adb (P_Type_Declaration): Properly handle missing type
1742 keyword
1743
1744 2008-08-01 Robert Dewar <dewar@adacore.com>
1745
1746 * sem_ch6.adb (Process_PPCs): Don't copy spec PPC to body if not
1747 generating code
1748
1749 2008-08-01 Ed Schonberg <schonberg@adacore.com>
1750
1751 * checks.adb (Apply_Float_Conversion_Check): If the expression to be
1752 converted is a real literal and the target type has static bounds,
1753 perform the conversion exactly to prevent floating-point anomalies on
1754 some targets.
1755
1756 2008-08-01 Vincent Celier <celier@adacore.com>
1757
1758 * prj-attr.adb: New attribute Compiler'Name_Syntax (<lang>)
1759
1760 * prj-nmsc.adb (Process_Compiler): Recognize attribute Name_Syntax
1761
1762 * prj.adb (Object_Exist_For): Use Object_Generated, not
1763 Objects_Generated that is removed and was never modified anyway.
1764
1765 * prj.ads:
1766 (Path_Syntax_Kind): New enumeration type
1767 (Language_Config): New component Path_Syntax, defaulted to Host.
1768 Components PIC_Option and Objects_Generated removed, as they are not
1769 used.
1770
1771 * snames.adb: New standard name Path_Syntax
1772
1773 * snames.ads: New standard name Path_Syntax
1774
1775 2008-08-01 Vincent Celier <celier@adacore.com>
1776
1777 * mlib-utl.adb:
1778 (Adalib_Path): New variable to store the path of the adalib directory
1779 when procedure Specify_Adalib_Dir is called.
1780 (Lib_Directory): If Adalib_Path is not null, return its value
1781 (Specify_Adalib_Dir): New procedure
1782
1783 * mlib-utl.ads (Specify_Adalib_Dir): New procedure
1784
1785 2008-08-01 Ed Schonberg <schonberg@adacore.com>
1786
1787 * sem_prag.adb:
1788 (Check_Precondition_Postcondition): If not generating code, analyze the
1789 expression in a postcondition that appears in a subprogram body, so that
1790 it is properly decorated for ASIS use.
1791
1792 2008-08-01 Gary Dismukes <dismukes@adacore.com>
1793
1794 * exp_ch6.adb (Expand_Call): Remove ugly special-case code that resets
1795 Orig_Prev to Prev in the case where the actual is N_Function_Call or
1796 N_Identifier. This was interfering with other cases that are rewritten
1797 as N_Identifier, such as allocators, resulting in passing of the wrong
1798 accessibility level, and based on testing this code is apparently no
1799 longer needed at all.
1800
1801 2008-08-01 Ed Schonberg <schonberg@adacore.com>
1802
1803 * sem_ch4.adb (Analyze_One_Call): Handle complex overloading of a
1804 procedure call whose prefix
1805 is a parameterless function call that returns an access_to_procedure.
1806
1807 2008-08-01 Jose Ruiz <ruiz@adacore.com>
1808
1809 * adaint.c (__gnat_tmp_name): Refine the generation of temporary names
1810 for RTX. Adding a suffix that is incremented at each iteration.
1811
1812 2008-08-01 Robert Dewar <dewar@adacore.com>
1813
1814 * sem_ch6.adb (Analyze_Subprogram_Body): Remove special casing of
1815 Raise_Exception
1816
1817 2008-08-01 Jerome Lambourg <lambourg@adacore.com>
1818
1819 * s-os_lib.adb (Normalize_Pathname): Take care of double-quotes in
1820 paths, which are authorized by Windows but can lead to errors when used
1821 elsewhere.
1822
1823 2008-08-01 Ed Schonberg <schonberg@adacore.com>
1824
1825 * sem_ch12.ads (Need_Subprogram_Instance_Body): new function, to create
1826 a pending instantiation for the body of a subprogram that is to be
1827 inlined.
1828
1829 * sem_ch12.adb:
1830 (Analyze_Subprogram_Instantiation): use Need_Subprogram_Instance_Body.
1831
1832 * sem_prag.adb (Make_Inline): If the pragma applies to an instance,
1833 create a pending instance for its body, so that calls to the subprogram
1834 can be inlined by the back-end.
1835
1836 2008-08-01 Jose Ruiz <ruiz@adacore.com>
1837
1838 * gnat_ugn.texi: Document the RTX run times (rts-rtx-rtss and
1839 rts-rtx-w32).
1840
1841 2008-08-01 Robert Dewar <dewar@adacore.com>
1842
1843 * scng.adb (Error_Illegal_Wide_Character): Bump scan pointer
1844
1845 2008-08-01 Doug Rupp <rupp@adacore.com>
1846
1847 * gnat_rm.texi: Document new mechanism Short_Descriptor.
1848
1849 * types.ads (Mechanism_Type): Modify range for new Short_Descriptor
1850 mechanism values.
1851
1852 * sem_prag.adb (Set_Mechanism_Value): Enhance for Short_Descriptor
1853 mechanism and Short_Descriptor mechanism values.
1854
1855 * snames.adb (preset_names): Add short_descriptor entry.
1856
1857 * snames.ads: Add Name_Short_Descriptor.
1858
1859 * types.h: Add new By_Short_Descriptor mechanism values.
1860
1861 * sem_mech.adb (Set_Mechanism_Value): Enhance for Short_Descriptor
1862 mechanism and Short_Descriptor mechanism values.
1863
1864 * sem_mech.ads (Mechanism_Type): Add new By_Short_Descriptor mechanism
1865 values.
1866 (Descriptor_Codes): Modify range for new mechanism values.
1867
1868 * treepr.adb (Print_Entity_Enfo): Handle new By_Short_Descriptor
1869 mechanism values.
1870
1871 * gcc-interface/decl.c (gnat_to_gnu_entity): Handle By_Short_Descriptor.
1872 (gnat_to_gnu_param): Handle By_Short_Descriptor.
1873
1874 * gcc-interface/gigi.h (build_vms_descriptor64): Remove prototype.
1875 (build_vms_descriptor32): New prototype.
1876 (fill_vms_descriptor): Remove unneeded gnat_actual parameter.
1877
1878 * gcc-interface/trans.c (call_to_gnu): Removed unneeded gnat_actual
1879 argument in call fill_vms_descriptor.
1880
1881 * gcc-interface/utils.c (build_vms_descriptor32): Renamed from
1882 build_vms_descriptor and enhanced to hande Short_Descriptor mechanism.
1883 (build_vms_descriptor): Renamed from build_vms_descriptor64.
1884 (convert_vms_descriptor32): New function.
1885 (convert_vms_descriptor64): New function.
1886 (convert_vms_descriptor): Rewrite to handle both 32bit and 64bit
1887 descriptors.
1888
1889 * gcc-interface/utils2.c (fill_vms_descriptor): Revert previous changes,
1890 no longer needed.
1891
1892 2008-08-01 Jose Ruiz <ruiz@adacore.com>
1893
1894 * adaint.c (__gnat_tmp_name): RTSS applications do not support tempnam
1895 nor tmpnam, so we always use c:\WINDOWS\Temp\gnat-XXXXXX as temporary
1896 name.
1897
1898 2008-08-01 Jose Ruiz <ruiz@adacore.com>
1899
1900 * cstreams.c (__gnat_full_name): RTSS applications cannot ask for the
1901 current directory so only fully qualified names are allowed.
1902
1903 2008-08-01 Robert Dewar <dewar@adacore.com>
1904
1905 * gnat_ugn.texi:
1906 Minor editing, remove uncomfortable use of semicolon
1907
1908 * s-ststop.adb: Add some ??? comments
1909
1910 * sem_ch10.adb: Minor reformatting
1911
1912 * snames.ads:
1913 Minor comment fixes, some pragmas were not properly
1914 categorized in the comments, documentation change only
1915
1916 * xref_lib.adb: Minor reformatting
1917
1918 * sinput.adb: Minor reformatting
1919
1920 * gnatchop.adb: Minor reformatting
1921
1922 * sem_util.ads: Minor reformatting.
1923
1924 * opt.ads: Minor documentation fix
1925
1926 * scng.adb: Minor reformatting
1927
1928 * prj-part.adb: Update comments
1929
1930 2008-08-01 Ed Schonberg <schonberg@adacore.com>
1931
1932 * exp_disp.adb (Expand_Interface_Conversion): If the target type is a
1933 tagged synchronized type, use corresponding record type.
1934
1935 2008-08-01 Doug Rupp <rupp@adacore.com>
1936
1937 * mlib-tgt-specific-vms-alpha.adb (Build_Dynamic_Library): Output a
1938 dummy transfer address for debugging.
1939
1940 * mlib-tgt-specific-vms-ia64.adb (Build_Dynamic_Library): Likewise.
1941
1942 * vms_data.ads: vms_data.ads: New qualfier /MACHINE_CODE_LISTING
1943
1944 2008-07-31 Eric Botcazou <ebotcazou@adacore.com>
1945
1946 * gcc-interface/decl.c (gnat_to_gnu_entity): Fix formatting.
1947 * gcc-interface/utils.c (create_field_decl): Avoid superfluous work.
1948
1949 2008-07-31 Pascal Obry <obry@adacore.com>
1950
1951 * prj-nmsc.adb: Keep Object and Exec directory casing.
1952
1953 2008-07-31 Jose Ruiz <ruiz@adacore.com>
1954
1955 * system-rtx-rtss.ads
1956 Change the default stack size. It is important to set the commit part.
1957
1958 * s-taprop-rtx.adb
1959 (Initialize): Get the clock resolution.
1960 (RT_Resolution): Return the clock resolution that is indicated by the
1961 system.
1962
1963 * s-parame-vxworks.adb
1964 Document that this body is used for RTX in RTSS (kernel) mode.
1965
1966 * gcc-interface/Makefile.in
1967 (LIBGNAT_TARGET_PAIRS for the rtx_rtss run time): Use the
1968 s-parame-vxworks.adb body in order to have reasonable stack sizes in
1969 RTX RTSS kernel mode. Virtual memory is not used in that case, so we
1970 cannot ask for too big values.
1971
1972 2008-07-31 Robert Dewar <dewar@adacore.com>
1973
1974 * exp_aggr.adb: Minor reformatting
1975
1976 * makeutl.adb: Minor reformatting
1977
1978 * prj-env.adb: Minor reformatting
1979
1980 2008-07-31 Hristian Kirtchev <kirtchev@adacore.com>
1981
1982 * exp_disp.adb (Prim_Op_Kind): Retrieve the full view when a private
1983 tagged type is completed by a concurrent type.
1984
1985 2008-07-31 Gary Dismukes <dismukes@adacore.com>
1986
1987 * sem_aggr.adb:
1988 (Resolve_Record_Aggregate): Bypass error that a type without
1989 components must have a "null record" aggregate when compiling for Ada
1990 2005, since it's legal to give an aggregate of form (others => <>)
1991 for such a type.
1992
1993 2008-07-31 Javier Miranda <miranda@adacore.com>
1994
1995 * sem_ch4.adb (Valid_First_Argument_Of): Complete its functionality to
1996 handle synchronized types. Required to handle well the object.operation
1997 notation applied to synchronized types.
1998
1999 2008-07-31 Quentin Ochem <ochem@adacore.com>
2000
2001 * s-stausa.adb (Fill_Stack): Stack_Used_When_Filling is now stored
2002 anymore - just used internally.
2003 Added handling of very small tasks - when the theoretical size is
2004 already full at the point of the call.
2005 (Report_Result): Fixed result computation, Stack_Used_When_Filling does
2006 not need to be added to the result.
2007
2008 2008-07-31 Hristian Kirtchev <kirtchev@adacore.com>
2009
2010 * sem_ch6.adb (Disambiguate_Spec): Continue the disambiguation if the
2011 corresponding spec is a primitive wrapper. Update comment.
2012
2013 2008-07-31 Hristian Kirtchev <kirtchev@adacore.com>
2014
2015 * bindgen.adb Comment reformatting. Update the list of run-time globals.
2016 (Gen_Adainit_Ada): Add the declaration, import and value set for
2017 configuration flag Canonical_Streams.
2018 (Gen_Adainit_C): Add the declaration and initial value of external
2019 symbol __gl_canonical_streams.
2020
2021 * init.c: Update the list of global values computed by the binder.
2022
2023 * opt.ads: Add flag Canonical_Streams.
2024
2025 * par-prag.adb (Prag): Include Pragma_Canonical_Streams to the list of
2026 semantically handled pragmas.
2027
2028 * sem_prag.adb: Add an entry into enumeration type Sig_Flags.
2029 (Analyze_Pragma): Add case for pragma Canonical_Streams.
2030
2031 * snames.adb: Add character value for name Canonical_Streams.
2032
2033 * snames.ads:
2034 Add Name_Canonical_Streams to the list of configuration pragmas.
2035 Add Pragma_Canonical_Streams to enumeration type Pragma_Id.
2036
2037 * snames.h: Add a definition for Pragma_Canonical_Streams.
2038
2039 * s-ststop.adb:
2040 Add a flag and import to seize the value of external symbol
2041 __gl_canonical_streams. Update comment and initial value of constant
2042 Use_Block_IO.
2043
2044 * gnat_rm.texi: Add section of pragma Canonical_Streams.
2045
2046 * gnat_ugn.texi:
2047 Add pragma Canonical_Streams to the list of configuration pragmas.
2048
2049 2008-07-31 Ed Schonberg <schonberg@adacore.com>
2050
2051 * sem_ch10.adb (Build_Unit_Name): If the unit name in a with_clause
2052 has the form A.B.C and B is a unit renaming, analyze its compilation
2053 unit and add a with_clause on A.b to the context.
2054
2055 2008-07-31 Vincent Celier <celier@adacore.com>
2056
2057 * makeutl.adb (Executable_Prefix_Path): If Locate_Exec_On_Path fails,
2058 return the empty string, instead of raising Constraint_Error.
2059
2060 2008-07-31 Gary Dismukes <dismukes@adacore.com>
2061
2062 * checks.ads (Apply_Accessibility_Check): Add parameter Insert_Node.
2063
2064 * checks.adb (Apply_Accessibility_Check): Insert the check on
2065 Insert_Node.
2066
2067 * exp_attr.adb:
2068 (Expand_N_Attribute_Refernce, Attribute_Access): Pass attribute node
2069 to new parameter Insert_Node on call to Apply_Accessibility_Check.
2070 Necessary to distinguish the insertion node because the dereferenced
2071 formal may come from a rename, but the check must be inserted in
2072 front of the attribute.
2073
2074 * exp_ch4.adb:
2075 (Expand_N_Allocator): Pass actual for new Insert_Node parameter on
2076 call to Apply_Accessibility_Check.
2077 (Expand_N_Type_Conversion): Pass actual for new Insert_Node parameter
2078 on call to Apply_Accessibility_Check.
2079 Minor reformatting
2080
2081 2008-07-31 Javier Miranda <miranda@adacore.com>
2082
2083 * sem_type.adb (Has_Compatible_Type): Complete support for synchronized
2084 types when the candidate type is a synchronized type.
2085
2086 * sem_res.adb (Resolve_Actuals): Reorganize code handling synchronized
2087 types, and complete management of synchronized types adding missing
2088 code to handle formal that is a synchronized type.
2089
2090 * sem_ch4.adb (Try_Primitive_Operation): Avoid testing attributes that
2091 are not available and cause the compiler to blowup. Found compiling
2092 test with switch -gnatc
2093
2094 * sem_ch6.adb (Check_Synchronized_Overriding): Remove local subprogram
2095 Has_Correct_Formal_Mode plus code cleanup.
2096
2097 2008-07-31 Bob Duff <duff@adacore.com>
2098
2099 * sinput.adb (Skip_Line_Terminators): Fix handling of LF/CR -- it was
2100 recognized as two end-of-lines, but it should be just one.
2101
2102 2008-07-31 Thomas Quinot <quinot@adacore.com>
2103
2104 * exp_ch9.adb: Minor reformatting
2105
2106 * tbuild.ads: Fix several occurrences of incorrectly referring to
2107 Name_Find as Find_Name.
2108
2109 2008-07-31 Ed Schonberg <schonberg@adacore.com>
2110
2111 * exp_aggr.adb (Aggr_Size_OK): If the aggregate has a single component
2112 and the context is an object declaration with non-static bounds, treat
2113 the aggregate as non-static.
2114
2115 2008-07-31 Vincent Celier <celier@adacore.com>
2116
2117 * prj-part.adb, prj-part.ads, prj.adb, prj.ads, prj-env.adb:
2118 Move back spec of Parse_Single_Project to body, as it is not called
2119 outside of package Prj.Part.
2120 (Project_Data): Remove components Linker_Name, Linker_Path and
2121 Minimum_Linker_Options as they are no longer set.
2122 Remove function There_Are_Ada_Sources from package Prj and move code
2123 in the only place it was used, in Prj.Env.Set_Ada_Paths.
2124
2125 2008-07-31 Arnaud Charlet <charlet@adacore.com>
2126
2127 * mlib-utl.ads: Fix typo.
2128
2129 2008-07-31 Robert Dewar <dewar@adacore.com>
2130
2131 * sem_ch12.adb: Minor reformatting
2132
2133 2008-07-31 Sergey Rybin <rybin@adacore.com>
2134
2135 * gnat_ugn.texi: Change the description of the
2136 Overly_Nested_Control_Structures: now the rule always requires a
2137 positive parameter for '+R' option
2138
2139 2008-07-31 Thomas Quinot <quinot@adacore.com>
2140
2141 * g-pehage.adb: Minor reformatting
2142
2143 2008-07-31 Pascal Obry <obry@adacore.com>
2144
2145 * s-finimp.ads: Minor reformatting.
2146
2147 2008-07-31 Vincent Celier <celier@adacore.com>
2148
2149 * s-regexp.ads: Minor comment fix
2150
2151 2008-07-31 Arnaud Charlet <charlet@adacore.com>
2152
2153 * s-direio.adb (Reset): Replace pragma Unmodified by Warnings (Off),
2154 so that we can compile this file successfully with -gnatc.
2155
2156 2008-07-31 Hristian Kirtchev <kirtchev@adacore.com>
2157
2158 * exp_attr.adb (Find_Stream_Subprogram): Check the base type instead
2159 of the type when looking for stream subprograms for type String,
2160 Wide_String and Wide_Wide_String.
2161
2162 * s-ststop.adb: Change the initialization expression of constant
2163 Use_Block_IO.
2164
2165 2008-07-31 Geert Bosch <bosch@adacore.com>
2166
2167 * arit64.c:
2168 New file implementing __gnat_mulv64 signed integer multiplication with
2169 overflow checking
2170
2171 * fe.h (Backend_Overflow_Checks_On_Target): Define for use by Gigi
2172
2173 * gcc-interface/gigi.h:
2174 (standard_types): Add ADT_mulv64_decl
2175 (mulv64_decl): Define subprogram declaration for __gnat_mulv64
2176
2177 * gcc-interface/utils.c:
2178 (init_gigi_decls): Add initialization of mulv64_decl
2179
2180 * gcc-interface/trans.c:
2181 (build_unary_op_trapv): New function
2182 (build_binary_op_trapv): New function
2183 (gnat_to_gnu): Use the above functions instead of
2184 build_{unary,binary}_op
2185
2186 * gcc-interface/Makefile.in
2187 (LIBGNAT_SRCS): Add arit64.c
2188 (LIBGNAT_OBJS): Add arit64.o
2189
2190 2008-07-31 Vincent Celier <celier@adacore.com>
2191
2192 * prj-nmsc.adb (Check_Library_Attributes): Check if Linker'Switches or
2193 Linker'Default_Switches are declared. Warn if they are declared.
2194
2195 2008-07-31 Ed Schonberg <schonberg@adacore.com>
2196
2197 * exp_ch6.adb (Make_Build_In_Place_Call_In_Object_Declaration): Use
2198 Insert_Actions to place the pointer declaration in the code, rather
2199 than Insert_Before_And_Analyze, so that insertions of temporaries are
2200 kept in the proper order when transient scopes are present.
2201
2202
2203 2008-07-31 Robert Dewar <dewar@adacore.com>
2204
2205 * einfo.adb (Spec_PPC): Now defined for generic subprograms
2206
2207 * einfo.ads (Spec_PPC): Now defined for generic subprograms
2208
2209 * sem_prag.adb (Check_Precondition_Postcondition): Handle generic
2210 subprogram case
2211
2212 2008-07-31 Vincent Celier <celier@adacore.com>
2213
2214 * s-os_lib.adb: Minor comment fix
2215
2216 2008-07-31 Ed Schonberg <schonberg@adacore.com>
2217
2218 * sem_ch6.adb (Analyze_Generic_Subprogram_Body): After analysis,
2219 transfer pre/postconditions from generic copy to original tree, so that
2220 they will appear in each instance.
2221 (Process_PPCs): Do not transform postconditions into a procedure in a
2222 generic context, to prevent double expansion of check pragmas.
2223
2224 * sem_attr.adb: In an instance, the prefix of the 'result attribute
2225 can be the renaming of the
2226 current instance, so check validity of the name accordingly.
2227
2228 2008-07-31 Robert Dewar <dewar@adacore.com>
2229
2230 * mlib-utl.ads: Minor reformatting
2231
2232 2008-07-31 Ed Schonberg <schonberg@adacore.com>
2233
2234 sem_attr.adb: 'Result can have an ambiguous prefix, and is resolved
2235 from context. This attribute must be usable in Ada95 mode.
2236 The attribute can appear in the body of a function marked
2237 Inline_Always, but in this case the postocondition is not enforced.
2238
2239 sem_prag.adb (Check_Precondition_Postcondition): within the expansion
2240 of an inlined call pre- and postconditions are legal
2241
2242 2008-07-31 Vincent Celier <celier@adacore.com>
2243
2244 * prj.adb, prj.ads, clean.adb, prj-nmsc.adb: Remove declarations that
2245 were for gprmake only
2246
2247 2008-07-31 Robert Dewar <dewar@adacore.com>
2248
2249 * gnat_ugn.texi: Update -gnatN documentation.
2250
2251 * gnat_rm.texi: Add note about pre/postcondition
2252 pragmas not checked in conjunction with front-end inlining.
2253
2254 2008-07-31 Robert Dewar <dewar@adacore.com>
2255
2256 * g-pehage.adb, g-pehage.ads: Minor reformatting
2257
2258 2008-07-31 Arnaud Charlet <charlet@adacore.com>
2259
2260 * mlib-utl.ads, prj-makr.ads: Add comments.
2261
2262 2008-07-30 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2263
2264 * gcc-interface/Makefile.in (EXTRA_GNATRTL_NONTASKING_OBJS)
2265 [WINDOWS]: Add s-winext.o.
2266
2267 2008-07-30 Eric Botcazou <ebotcazou@adacore.com>
2268
2269 PR ada/36554
2270 * back_end.adb (Call_Back_End): Pass Standard_Boolean to gigi.
2271 * gcc-interface/gigi.h (gigi): Take new standard_boolean parameter.
2272 * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Enumeration_Subtype>:
2273 Set precision to 1 for subtype of BOOLEAN_TYPE.
2274 (set_rm_size): Set TYPE_RM_SIZE_NUM for BOOLEAN_TYPE.
2275 (make_type_from_size): Deal with BOOLEAN_TYPE.
2276 * gcc-interface/misc.c (gnat_print_type): Likewise.
2277 * gcc-interface/trans.c (gigi): Take new standard_boolean parameter.
2278 Set boolean_type_node as its translation in the table, as well
2279 as boolean_false_node for False and boolean_true_node for True.
2280 * gcc-interface/utils.c (gnat_init_decl_processing): Create custom
2281 8-bit boolean_type_node and set its TYPE_RM_SIZE_NUM.
2282 (create_param_decl): Deal with BOOLEAN_TYPE.
2283 (build_vms_descriptor): Likewise.
2284 (build_vms_descriptor64): Likewise.
2285 (convert): Deal with BOOLEAN_TYPE like with ENUMERAL_TYPE.
2286
2287 2008-07-30 Robert Dewar <dewar@adacore.com>
2288
2289 * exp_ch9.adb: Minor reformatting
2290
2291 * exp_util.ads (Find_Prim_Op): Document that Program_Error is raised
2292 if no primitive operation is found.
2293
2294 * exp_util.adb: (Find_Prim_Op): Add comments for previous change
2295
2296 * sem_ch8.adb: Minor reformatting
2297
2298 2008-07-30 Laurent Pautet <pautet@adacore.com>
2299
2300 * g-pehage.adb:
2301 Remove a limitation on the length of the words handled by the minimal
2302 perfect hash function generator.
2303
2304 * g-pehage.ads:
2305 Detail the use of subprograms Insert, Initialize, Compute and Finalize.
2306 Fix some typos.
2307
2308 2008-07-30 Robert Dewar <dewar@adacore.com>
2309
2310 * gnatlink.adb: Minor reformatting
2311
2312 2008-07-30 Thomas Quinot <quinot@adacore.com>
2313
2314 * rtsfind.adb (Check_RPC): Check version consistency even when not
2315 generating RCI stubs. Provide more detailed error message in case of
2316 mismatch.
2317
2318 2008-07-30 Ed Schonberg <schonberg@adacore.com>
2319
2320 * sem_ch8.adb (Analyze_Subprogram_Renaming): When renaming an attribute
2321 as a actual in an instance, check for a missing attribute to prevent
2322 program_error on an illegal program.
2323
2324 * exp_util.adb (Find_Prim_Op): Rather than Assert (False), raise program
2325 error if primitive is not found, so that exception can be handled
2326 elsewhere on illegal programs.
2327
2328 2008-07-30 Robert Dewar <dewar@adacore.com>
2329
2330 * uintp.adb (UI_GCD): Fix potential overflow
2331
2332 2008-07-30 Hristian Kirtchev <kirtchev@adacore.com>
2333
2334 * einfo.adb: Flag245 is now used.
2335 (Is_Primitive_Wrapper, Set_Is_Primitive_Wrapper): Relax the assertion
2336 check to include functions.
2337 (Is_Private_Primitive, Set_Is_Private_Primitive): New subprograms.
2338 (Wrapped_Entity, Set_Wrapped_Entity): Relax the assertion check to
2339 include functions.
2340 (Write_Entity_Flags): Move flag Is_Primitive, add Is_Private_Primitive
2341 to the list of displayed flags.
2342
2343 * einfo.ads: Update comment on the usage of Is_Primitive_Wrapper and
2344 Wrapped_Entity. These two flags are now present in functions.
2345 New flag Is_Private_Primitive.
2346 (Is_Private_Primitive, Set_Is_Private_Primitive): New subprograms.
2347
2348 * exp_ch9.adb:
2349 (Build_Wrapper_Bodies): New subprogram.
2350 (Build_Wrapper_Body): The spec and body have been moved to in
2351 Build_Wrapper_ Bodies. Code cleanup.
2352 (Build_Wrapper_Spec): Moved to the spec of Exp_Ch9. Code cleanup.
2353 Wrappers are now generated for primitives declared between the private
2354 and full view of a concurrent type that implements an interface.
2355 (Build_Wrapper_Specs): New subprogram.
2356 (Expand_N_Protected_Body): Code reformatting. Replace the wrapper body
2357 creation mechanism with a call to Build_Wrapper_Bodies.
2358 (Expand_N_Protected_Type_Declaration): Code reformatting. Replace the
2359 wrapper spec creation mechanism with a call to Build_Wrapper_Specs.
2360 (Expand_N_Task_Body): Replace the wrapper body creation
2361 mechanism with a call to Build_Wrapper_Bodies.
2362 (Expand_N_Task_Type_Declaration): Replace the wrapper spec
2363 creation mechanism with a call to Build_Wrapper_Specs.
2364 (Is_Private_Primitive_Subprogram): New subprogram.
2365 (Overriding_Possible): Code cleanup.
2366 (Replicate_Entry_Formals): Renamed to Replicate_Formals, code cleanup.
2367
2368 * exp_ch9.ads (Build_Wrapper_Spec): Moved from the body of Exp_Ch9.
2369
2370 * sem_ch3.adb: Add with and use clause for Exp_Ch9.
2371 (Process_Full_View): Build wrapper specs for all primitives
2372 that belong to a private view completed by a concurrent type
2373 implementing an interface.
2374
2375 * sem_ch6.adb (Analyze_Subprogram_Body): When the current subprogram
2376 is a primitive of a
2377 concurrent type with a private view that implements an interface, try to
2378 find the proper spec.
2379 (Analyze_Subprogram_Declaration): Mark a subprogram as a private
2380 primitive if the type of its first parameter is a non-generic tagged
2381 private type.
2382 (Analyze_Subprogram_Specification): Code reformatting.
2383 (Disambiguate_Spec): New routine.
2384 (Find_Corresponding_Spec): Add a flag to controll the output of errors.
2385 (Is_Private_Concurrent_Primitive): New routine.
2386
2387 * sem_ch6.ads:
2388 (Find_Corresponding_Spec): Add a formal to control the output of errors.
2389
2390 2008-07-30 Doug Rupp <rupp@adacore.com>
2391
2392 * gigi.h (build_vms_descriptor64): New function prototype.
2393 (fill_vms_descriptor): Modified function prototype.
2394
2395 * utils.c (build_vms_descriptor64): New function.
2396
2397 * utils2.c (fill_vms_descriptor): Fix handling on 32bit systems.
2398
2399 * trans.c (call_to_gnu): Call fill_vms_descriptor with new third
2400 argument.
2401
2402 * decl.c (gnat_to_gnu_tree): For By_Descriptor mech, build both a
2403 64bit and 32bit descriptor and save the 64bit version as an alternate
2404 TREE_TYPE in the parameter.
2405 (make_type_from_size) <RECORD_TYPE>: Use the appropriate mode for the
2406 thin pointer.
2407
2408 * ada-tree.h (DECL_PARM_ALT, SET_DECL_PARM_ALT): New macros.
2409
2410 2008-07-30 Robert Dewar <dewar@adacore.com>
2411
2412 * make.adb: Minor reformatting
2413
2414 * mlib-utl.adb: Minor reformatting
2415
2416 * osint.ads: Minor reformatting
2417
2418 2008-07-30 Jose Ruiz <ruiz@adacore.com>
2419
2420 * adaint.c
2421 (__gnat_file_exists): Do not use __gnat_stat for RTX.
2422 (__main for RTX in RTSS mode): Create this dummy procedure symbol to
2423 avoid the use of this symbol from libgcc.a in RTX kernel mode.
2424
2425 * cio.c
2426 (put_int, put_int_stderr, put_char, put_char_stderr): For RTX we call
2427 the function RtPrintf for console output.
2428
2429 * argv.c Do not use the environ variable for RTX.
2430
2431 * gnatlink.adb (gnatlink): The part that handles the --RTS option has
2432 been moved before the call to Osint.Add_Default_Search_Dirs in order
2433 to take into account the flags in system.ads (RTX_RTSS_Kernel_Module)
2434 from the appropriate run time.
2435
2436 * targparm.ads
2437 (RTX_RTSS_Kernel_Module_On_Target): Add this flag that is set to True if
2438 target is a RTSS module for RTX.
2439
2440 * targparm.adb (Targparm_Tags, RTX_Str, Targparm_Str): Add tag RTX for
2441 RTX_RTSS_Kernel_Module
2442 (Get_Target_Parameters): Add processing of RTX_RTSS_Kernel_Module flag.
2443
2444 * gcc-interface/Makefile.in (LIBGNAT_TARGET_PAIRS for RTX): Use gcc
2445 exception handling mechanism for Windows and RTX in Win32 mode, but
2446 not for RTX in kernel mode (RTSS).
2447 (LIBGNAT_SRCS): Remove ada.h
2448
2449 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
2450
2451 * gcc-interface/Make-lang.in (ALL_ADAFLAGS): Remove X_ADAFLAGS and
2452 T_ADAFLAGS, replace ALL_ADA_CFLAGS with ADA_CFLAGS.
2453 (ALL_ADA_CFLAGS): Remove, replace throughout with ADA_CFLAGS.
2454 * gcc-interface/Makefile.in (XCFLAGS, X_CFLAGS, X_CPPFLAGS, T_CPPFLAGS,
2455 X_ADA_CFLAGS, T_ADA_CFLAGS, X_ADAFLAGS, T_ADAFLAGS, ADA_CFLAGS,
2456 ALL_ADA_CFLAGS): Remove.
2457 (ALL_ADAFLAGS, MOST_ADAFLAGS): Remove X_ADAFLAGS and T_ADAFLAGS,
2458 replace ALL_ADA_CFLAGS with ADA_CFLAGS.
2459 (GCC_CFLAGS): Remove X_CFLAGS.
2460 (LOOSE_CFLAGS): Remove X_CFLAGS and XCFLAGS.
2461 (ALL_CPPFLAGS): Remove X_CPPFLAGS and T_CPPFLAGS.
2462 (ADA_CFLAGS): Substitute.
2463
2464 2008-07-30 Laurent Guerby <laurent@guerby.net>
2465
2466 PR ada/5911
2467 * gcc-interface/Makefile.in (MULTISUBDIR, RTSDIR): New variables.
2468 Pass MULTISUBDIR to recursive make. Use $(RTSDIR) instead of rts.
2469 Replace stamp-gnatlib* by stamp-gnatlib*-rts.
2470 * gcc-interface/Make-lang.in: Replace stamp-gnatlib2
2471 by stamp-gnatlib2-rts.
2472
2473 2008-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2474
2475 PR documentation/15479
2476 * gnat-style.texi: Remove AdaCore copyright statement and GPL
2477 statement for GNAT. Add @copying stanza, use it. Update to
2478 GFDL 1.2. Do not list GFDL as Invariant Section, do not list
2479 title as Front-Cover Text.
2480 * gnat_rm.texi: Likewise.
2481 * gnat_ugn.texi: Likewise.
2482
2483 2008-07-29 Jan Hubicka <jh@suse.cz>
2484
2485 * trans.c (process_inlined_subprograms): Remove tree_really_inline
2486 check.
2487
2488 2008-07-29 Arnaud Charlet <charlet@adacore.com>
2489
2490 * gcc-interface: New directory.
2491
2492 * ada-tree.def, cuintp.c, gigi.h, Makefile.in, targtyps.c, ada.h,
2493 utils.c, ada-tree.h, decl.c, lang.opt, Make-lang.in, trans.c,
2494 config-lang.in, deftarg.c, lang-specs.h, misc.c, utils2.c: Moved
2495 to gcc-interface subdirectory.
2496
2497 2008-07-29 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2498
2499 * Makefile.in (EXTRA_GNATRTL_NONTASKING_OBJS): Remove extra s-win32.o.
2500
2501 2008-07-28 Jan Hubicka <jh@suse.cz>
2502
2503 * misc.c (gnat_post_options): Do not set flag_no_inline.
2504
2505 2008-07-28 Richard Guenther <rguenther@suse.de>
2506
2507 Merge from gimple-tuples-branch.
2508
2509 2008-07-22 Olivier Hainque <hainque@adacore.com>
2510
2511 * gigi.h (end_subprog_body): New ELAB_P argument, saying if
2512 this is called for an elab proc to be discarded if empty.
2513 * utils.c (end_subprog_body): Honor ELAB_P.
2514 (build_function_stub): Adjust call to end_subprog_body.
2515 * trans.c (Subprogram_Body_to_gnu): Likewise.
2516 (gigi): Reorganize processing of elab procs to prevent
2517 gimplifying twice, using the new end_subprog_body argument.
2518
2519 2008-07-19 Richard Guenther <rguenther@suse.de>
2520
2521 * Make-lang.in (trans.o): Add tree-iterator.h dependency.
2522 (utils.o): Likewise.
2523 * trans.c: Include tree-iterator.h.
2524 (gnat_gimplify_expr): Adjust prototype. Fix typo.
2525 (gnat_gimplify_stmt): Use SET_EXPR_LOCATION.
2526 (set_expr_location_from_node): Likewise.
2527 (gigi): Tuplify.
2528 * ada-tree.h (union lang_tree_node): Use TREE_CHAIN instead
2529 of GENERIC_NEXT.
2530 * utils.c: Include tree-iterator.h.
2531 * gigi.h (gnat_gimplify_expr): Adjust prototype.
2532
2533 2008-07-18 Aldy Hernandez <aldyh@redhat.com>
2534
2535 * trans.c: Include gimple.h instead of tree-gimple.h.
2536 * utils.c: Same.
2537
2538 2008-07-14 Aldy Hernandez <aldyh@redhat.com>
2539
2540 * trans.c (gnat_gimplify_expr): Use gimplify_assign.
2541
2542 2008-07-25 Jan Hubicka <jh@suse.cz>
2543
2544 * utils.c (end_subprog_body): Remove inline trees check.
2545 * misc.c (gnat_post_options): Do not set flag_inline_trees.
2546
2547 2008-07-25 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2548
2549 * raise-gcc.c: Move tsystem.h before tm.h.
2550
2551 2008-07-20 Arnaud Charlet <charlet@adacore.com>
2552
2553 * gnathtml.pl: New file.
2554
2555 2008-07-19 Olivier Hainque <hainque@adacore.com>
2556
2557 * targtyps.c (get_target_default_allocator_alignment): Use
2558 MALLOC_ABI_ALIGNMENT.
2559
2560 2008-07-17 Olivier Hainque <hainque@adacore.com>
2561
2562 * adaint.c (__MINGW32__ section): Include ctype.h and define
2563 a fallback ISALPHA if IN_RTS.
2564 (__gnat_is_absolute_path): Use ISALPHA instead of isalpha.
2565
2566 2008-07-17 Olivier Hainque <hainque@adacore.com>
2567
2568 * utils.c (create_var_decl_1): Relax expectations on the PUBLIC_FLAG
2569 argument, to apply to references in addition to definitions. Prevent
2570 setting TREE_STATIC on externals.
2571 (gnat_pushdecl): Always clear DECL_CONTEXT on public externals.
2572
2573 2008-07-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2574
2575 PR documentation/15479
2576 * gnat_ugn.texi (@ovar): New macro, from autoconf.texi.
2577 Replace backets around optional parameters with @ovar
2578 where possible, use @r{[}, @r{]} otherwise.
2579 Replace some @r, @i, and @emph with @var where appropriate.
2580
2581 2008-07-02 Eric Botcazou <ebotcazou@adacore.com>
2582
2583 * decl.c (make_type_from_size) <INTEGER_TYPE>: Fix typo and tidy up.
2584
2585 2008-06-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2586
2587 * ada-tree.h (SET_TYPE_LANG_SPECIFIC, SET_DECL_LANG_SPECIFIC): Fix
2588 -Wc++-compat warnings.
2589 * adaint.c (__gnat_locate_regular_file, __gnat_locate_exec,
2590 __gnat_locate_exec_on_path): Likewise.
2591 * decl.c (annotate_value): Likewise.
2592 * misc.c (gnat_handle_option): Likewise.
2593 * trans.c (gnat_to_gnu, extract_encoding, decode_name,
2594 post_error_ne_tree): Likewise.
2595
2596 2008-06-27 Eric Botcazou <ebotcazou@adacore.com>
2597
2598 * utils.c (convert) <CONSTRUCTOR>: When converting it to a packable
2599 version of its type, attempt to first convert its elements.
2600
2601 2008-06-26 Chris Proctor <chrisp_42@bigpond.com>
2602
2603 * Makefile.in: Fix *86 kfreebsd target specific pairs.
2604
2605 2008-06-25 Samuel Tardieu <sam@rfc1149.net>
2606
2607 * Makefile.in: Use mlib-tgt-specific-linux.adb for sh4 as well.
2608
2609 2008-06-24 Eric Botcazou <ebotcazou@adacore.com>
2610
2611 * utils2.c (known_alignment): Derive the alignment from pointed-to
2612 types only if it is otherwise unknown.
2613 <INTEGER_CST>: Tidy.
2614 <MULT_EXPR>: Likewise.
2615 <POINTER_PLUS_EXPR>: If the alignment of the offset is unknown, use
2616 that of the base.
2617
2618 2008-06-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2619
2620 PR ada/36573
2621 * s-osinte-hpux-dce.ads (SA_ONSTACK): Define.
2622
2623 2008-06-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2624
2625 * gnat_rm.texi (Implementation Defined Characteristics)
2626 (Standard Library Routines): Use @smallexample for indented
2627 text. Drop Indentation outside examples.
2628 * gnat_ugn.texi: Likewise.
2629
2630 2008-06-13 Olivier Hainque <hainque@adacore.com>
2631
2632 * decl.c (FORCE_PREFERRED_STACK_BOUNDARY_IN_MAIN): Define to 0
2633 if undefined.
2634 (gnat_to_gnu_entity) <case E_Function/Procedure>: Request stack
2635 realignment with force_align_arg_pointer attribute on foreign
2636 convention subprograms if FORCE_PREFERRED_STACK_BOUNDARY_IN_MAIN.
2637
2638 2008-06-13 Olivier Hainque <hainque@adacore.com>
2639
2640 * utils.c (rest_of_record_type_compilation): When computing
2641 encodings for the components of a variable size type, early
2642 strip conversions on the current position expression to make
2643 sure it's shape is visible. Use remove_conversions for this
2644 purpose.
2645
2646 2008-06-12 Eric Botcazou <ebotcazou@adacore.com>
2647
2648 * decl.c (gnat_to_gnu_entity) <E_Record_Subtype>: In the case of a
2649 constrained subtype of a discriminated type, discard the fields that
2650 are beyond its limits according to its size.
2651
2652 2008-06-10 Olivier Hainque <hainque@adacore.com>
2653
2654 * utils.c (create_subprog_decl): If this is for the 'main' entry
2655 point according to the asm name, redirect main_identifier_node.
2656
2657 2008-06-09 Eric Botcazou <ebotcazou@adacore.com>
2658
2659 * decl.c (components_to_record): Adjust the packedness for the
2660 qualified union as well.
2661
2662 2008-06-09 Arnaud Charlet <charlet@adacore.com>
2663
2664 * Make-lang.in: Use -gnatwns instead of -gnatws to make sytyle
2665 checks non fatal.
2666
2667 2008-06-07 Samuel Tardieu <sam@rfc1149.net>
2668
2669 * sem_res.adb (Large_Storage_Type): A type is large if it
2670 requires as many bits as Positive to store its values and its
2671 bounds are known at compile time.
2672 * sem_ch13.adb (Minimum_Size): Note that this function returns
2673 0 if the size is not known at compile time.
2674
2675 2008-06-06 Nicolas Setton <setton@adacore.com>
2676 Olivier Hainque <hainque@adacore.com>
2677
2678 * ada-tree.h (DECL_PARALLEL_TYPE): New language specific
2679 attribute, parallel descriptive type attached to another
2680 type for debug info generation purposes.
2681 * utils.c (add_parallel_type): New function, register
2682 parallel type to be attached to a type.
2683 (get_parallel_type): New function, fetch a registered
2684 parallel type, if any.
2685 (rest_of_record_type_compilation): Register the parallel
2686 type we make for variable size records.
2687 * gigi.h (add_parallel_type, get_parallel_type): Declare.
2688 * decl.c (gnat_to_gnu_entity, maybe_pad_type): Register the
2689 parallel debug types we make.
2690 * trans.c (extract_encoding, decode_name): New functions.
2691 (gigi): If the DWARF attribute extensions are available, setup
2692 to use them.
2693 * lang.opt: Register language specific processing request
2694 for -gdwarf+.
2695 * misc.c (gnat_dwarf_extensions): New global variable. How much
2696 do we want of our DWARF extensions. 0 by default.
2697 (gnat_handle_option) <OPT_gdwarf_>: Increment gnat_dwarf_extensions.
2698 (gnat_post_options): Map gnat_dwarf_extensions to the
2699 commonuse_gnu_debug_info_extensions for later processing.
2700
2701 2008-06-04 Samuel Tardieu <sam@rfc1149.net>
2702
2703 * einfo.ads, einfo.adb: Remove unused flag Function_Returns_With_DSP.
2704
2705 2008-06-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2706
2707 * Makefile.in (common_tools): Fix typos in $(exeext) extension.
2708 * gnat_ugn.texi (Style Checking)
2709 (Adding the Results of Compiler Checks to gnatcheck Output)
2710 (Example of Binder Output File): Fix typos.
2711 * ali.ads, einfo.ads, exp_ch4.adb, exp_ch6.adb,
2712 exp_dbug.ads, exp_dist.adb, exp_smem.adb, g-socket.ads,
2713 s-osinte-rtems.ads, s-shasto.ads, s-stausa.adb,
2714 s-stausa.ads, sem_cat.adb, sem_ch12.adb, sem_ch3.adb,
2715 sem_ch4.adb, sem_ch6.adb, sem_ch8.adb, sem_util.ads,
2716 sinfo.ads, utils.c: Fix typos in comments.
2717 * sem_ch6.adb, vms_data.ads: Fix typos in strings.
2718
2719 2008-05-29 Thomas Quinot <quinot@adacore.com>
2720
2721 * sem_eval.adb: Minor reformatting
2722
2723 2008-05-29 Ed Schonberg <schonberg@adacore.com>
2724
2725 * sem_ch6.adb (Analyze_Subprogram_Specification): if the return type
2726 is abstract, do not apply abstractness check on subprogram if this is
2727 a renaming declaration.
2728
2729 2008-05-29 Arnaud Charlet <charlet@adacore.com>
2730
2731 PR ada/864
2732 * osint.ads, osint.adb (Program_Name): New parameter "Prog" to
2733 allow recognition of program suffix in addition to prefix.
2734
2735 * gnatchop.adb (Locate_Executable): Add support for prefix.
2736
2737 * make.adb, gnatcmd.adb, gnatlink.adb, prj-makr.adb,
2738 mlib-utl.adb: Adjust calls to Program_Name.
2739
2740 2008-05-29 Robert Dewar <dewar@adacore.com>
2741
2742 * sem_ch3.adb: Minor reformatting
2743 * sem_prag.adb: Minor reformatting
2744 * sem_res.adb: Minor reformatting
2745 * sinput-p.ads: Minor reformatting
2746
2747 2008-05-29 Javier Miranda <miranda@adacore.com>
2748
2749 * sem_util.adb:
2750 (Abstract_Interface_List): Add missing support for full type-declaration
2751 associated with synchronized types.
2752
2753 2008-05-29 Robert Dewar <dewar@adacore.com>
2754
2755 * sem_eval.adb (Is_Same_Value): Take care of several more cases
2756
2757 2008-05-28 Ed Schonberg <schonberg@adacore.com>
2758
2759 * sem_ch5.adb (Analyze_Assignment): If the name is of a local anonymous
2760 access type, wrap the expression in a conversion to force an
2761 accessibility check.
2762
2763 * sem_aggr.adb (Aggegate_Constraint_Checks): Apply conversion to force
2764 accessibility checks even when expansion is disabled in order to
2765 generate messages in the presence of previous errors or in
2766 semantics-only mode.
2767
2768 2008-05-28 Eric Botcazou <ebotcazou@adacore.com>
2769
2770 * system-lynxos-ppc.ads (Always_Compatible_Rep): Set to False.
2771 * system-lynxos-x86.ads (Always_Compatible_Rep): Set to False.
2772
2773 2008-05-28 Vincent Celier <celier@adacore.com>
2774
2775 PR ada/34446
2776 * gnat_ugn.texi: Document restriction introduced on 2007-04-20 in
2777 preprocessing expressions
2778
2779 2008-05-28 Vincent Celier <celier@adacore.com>
2780
2781 * sinput-p.adb (Source_File_Is_Subunit): Allow special character used
2782 for preprocessing
2783
2784 * sinput-p.ads: Minor comment update and reformatting
2785
2786 2008-05-28 Ed Schonberg <schonberg@adacore.com>
2787
2788 * sem_res.adb (Valid_Conversion): An anonymous access_to_subprogram
2789 type has a deeper level than any master only when it is the type of an
2790 access parameter.
2791
2792 2008-05-28 Javier Miranda <miranda@adacore.com>
2793
2794 * sem_ch3.adb (Derive_Progenitor_Subprograms): Add documentation.
2795
2796 2008-05-28 Javier Miranda <miranda@adacore.com>
2797
2798 * sem_util.ads (Find_Overridden_Synchronized_Primitive): Removed.
2799 * sem_util.adb (Find_Overridden_Synchronized_Primitive): Removed.
2800 * sem_ch6.adb (Check_Synchronized_Overriding): Remove one formal.
2801 Add code that was previously located in
2802 Find_Overridden_Synchronized_Primitive because it is only used here.
2803
2804 2008-05-28 Sergey Rybin <rybin@adacore.com>
2805
2806 * sem_prag.adb (Process_Extended_Import_Export_Subprogram_Pragma): Set
2807 Entity field for formal_parameter_NAME in MECHANISM_ASSOCIATION.
2808
2809 2008-05-28 Robert Dewar <dewar@adacore.com>
2810
2811 * restrict.ads:
2812 Add missing restrictions, and properly label all GNAT defined ones
2813
2814 * rtsfind.ads:
2815 Add entry for Ada_Real_Time.Timing_Events.Timing_Event
2816 Add entry for Ada.Task_Termination.Set_Specific_Handler
2817 Add entry for Ada.Task_Termination.Specific_Handler
2818
2819 * s-rident.ads:
2820 Add missing restrictions and properly mark all gnat defined ones
2821
2822 * sem_ch3.adb:
2823 (Analyze_Object_Declaration): Check No_Local_Timing_Events restriction
2824
2825 * sem_res.adb:
2826 (Resolve_Call): Check violation of No_Specific_Termination_Handlers
2827
2828 * gnat_rm.texi: Add missing restrictions, and properly label all
2829 GNAT defined ones
2830
2831 2008-05-28 Robert Dewar <dewar@adacore.com>
2832
2833 * restrict.adb:
2834 (Check_Restriction): violation of restriction No_Finalization is
2835 treated as a serious error to stop expansion
2836
2837 2008-05-28 Robert Dewar <dewar@adacore.com>
2838
2839 * exp_util.adb: Minor reformatting
2840 * exp_util.ads: Minor reformatting.
2841
2842 2008-05-28 Arnaud Charlet <charlet@adacore.com>
2843
2844 * Make-lang.in: Remove gprmake.
2845
2846 * gprmake.adb, makegpr.ads, makegpr.adb: Removed.
2847
2848 2008-05-28 Ed Schonberg <schonberg@adacore.com>
2849
2850 * sem_ch3.adb (Diagnose_Interface): Cleanup error messages involving
2851 improper progenitor names, and avoid cascaded errors.
2852
2853 2008-05-28 Robert Dewar <dewar@adacore.com>
2854
2855 * gnat_rm.texi: Add note on Old giving warning when applied to constant
2856
2857 * sem_attr.adb (Analyze_Attribute, case Old): Give warning if prefix is
2858 a constant
2859
2860 2008-05-28 Robert Dewar <dewar@adacore.com>
2861
2862 * exp_fixd.adb (Build_Multiply): Correct one-off error in computing
2863 size
2864
2865 2008-05-28 Robert Dewar <dewar@adacore.com>
2866
2867 * exp_ch5.adb:
2868 (Expand_Simple_Function_Return): Copy unaligned result into temporary
2869
2870 2008-05-28 Javier Miranda <miranda@adacore.com>
2871
2872 * sem_ch3.adb (Derive_Progenitor_Primitives): Add missing support
2873 for user-defined predefined primitives.
2874
2875 * sem_util.adb (Matches_Prefixed_View_Profile): Ditto.
2876 (Find_Overridden_Synchronized_Primitive): Ditto.
2877
2878 * sem_ch6.adb (Check_Synchronized_Overriding): Ditto.
2879
2880 2008-05-27 Arnaud Charlet <charlet@adacore.com>
2881
2882 * a-ststio.adb, s-direio.adb:
2883 Further code clean up of previous change.
2884 Update comments.
2885
2886 2008-05-27 Vincent Celier <celier@adacore.com>
2887
2888 * prj-nmsc.adb: Minor reformatting
2889
2890 2008-05-27 Bob Duff <duff@adacore.com>
2891
2892 * sem_ch3.adb (Build_Incomplete_Type_Declaration): In the case of an
2893 untagged private type with a tagged full type, where the full type has
2894 a self reference, create the corresponding class-wide type early, in
2895 case the self reference is "access T'Class".
2896
2897 2008-05-27 Ed Schonberg <schonberg@adacore.com>
2898
2899 * exp_aggr.adb (Build_Array_Aggr_Code): If component type includes
2900 tasks and context is an object declaration. create master entity before
2901 expansion.
2902
2903 2008-05-27 Robert Dewar <dewar@adacore.com>
2904
2905 * mlib-prj.adb: Minor reformatting
2906
2907 * prj-part.adb: Minor reformatting
2908
2909 * prj.ads: Minor reformatting
2910
2911 * exp_ch3.adb: Minor reformatting.
2912
2913 * sem_ch3.ads: Minor reformatting
2914
2915 * sem_eval.adb: Minor reformatting
2916
2917 2008-05-27 Vincent Celier <celier@adacore.com>
2918
2919 * gnatcmd.adb:
2920 <prefix>-gnat stack spawns gnatstack, not <prefix>-gnatstack
2921
2922 2008-05-27 Ed Schonberg <schonberg@adacore.com>
2923
2924 * exp_aggr.adb (Expand_Array_Aggregate): If the aggregate contains
2925 tasks, create an activation chain now, before the expansion into
2926 assignments and build-in-place calls that require the presence of an
2927 activation chain.
2928 (Backend_Processing_Possible): If the component type is inherently
2929 limited, the aggregate must be expanded into individual built-in-place
2930 assignments.
2931
2932 * sem_ch6.adb (Build_Extra_Formals): Use underlying type of result to
2933 determine whether an allocation extra parameter must be built, to
2934 handle case of a private type whose full type is a discriminated type
2935 with defaults.
2936
2937 2008-05-27 Bob Duff <duff@adacore.com>
2938
2939 * gnat_rm.texi:
2940 Document the new behavior regarding trampolines.
2941
2942 2008-05-27 Arnaud Charlet <charlet@adacore.com>
2943
2944 * a-direio.adb, a-sequio.adb: Replace address clause by
2945 unrestricted_access, simpler and compatible with .NET.
2946
2947 2008-05-27 Vincent Celier <celier@adacore.com>
2948
2949 * prj-part.adb:
2950 (Project_Path_Name_Of.Try_Path): Do not use Locate_Regular_File to find
2951 a project file, so that symbolic links are not resolved.
2952
2953 2008-05-27 Arnaud Charlet <charlet@adacore.com>
2954
2955 * a-ztexio.adb, a-textio.adb, a-witeio.adb, s-direio.adb:
2956 Replace heavy address clause by 'Unrestricted_Access, cleaner and more
2957 portable across GNAT targets, since this kind of address clause is not
2958 supported by VM back-ends (.NET/JGNAT).
2959
2960 2008-05-27 Arnaud Charlet <charlet@adacore.com>
2961
2962 * bindgen.adb: Update comments.
2963
2964 * s-tasinf-mingw.adb: Add "with" of System.OS_Interface
2965
2966 2008-05-27 Vincent Celier <celier@adacore.com>
2967
2968 * gnatcmd.adb, prj-proc.adb, make.adb, mlib-prj.adb, prj.adb,
2969 prj.ads, makegpr.adb, makeutl.adb, clean.adb, prj-nmsc.adb,
2970 mlib-tgt.adb, prj-env.adb, prj-env.ads:
2971 (Path_Information): New record type
2972 Use component of type Path_Information when there are two paths, one in
2973 canonical format and one in display format.
2974 Update the project manager to these new components.
2975
2976 2008-05-27 Robert Dewar <dewar@adacore.com>
2977
2978 * makeutl.adb: Minor reformatting
2979 * prj-nmsc.adb: Minor reformatting
2980 * s-stausa.adb: Minor reformatting
2981 * s-stausa.ads: Minor reformatting
2982 * sem_ch6.adb: Minor reformatting
2983
2984 2008-05-27 Thomas Quinot <quinot@adacore.com>
2985
2986 * sem_res.adb: Minor comment fixes
2987
2988 2008-05-27 Thomas Quinot <quinot@adacore.com>
2989
2990 * makeutl.adb: Minor code reorganization
2991
2992 * exp_aggr.adb: Add ??? comment
2993 Fix typo
2994
2995 * exp_ch6.adb: Minor reformatting
2996
2997 2008-05-27 Quentin Ochem <ochem@adacore.com>
2998
2999 * s-stausa.adb (Initialize): Updated result initialization, and
3000 initialization of environment stack.
3001 (Fill_Stack): Improved computation of the pattern zone, taking into
3002 account already filled at the calling point.
3003 (Get_Usage_Range): Now uses Min_Measure and Max_Measure instead of
3004 Measure and Overflow_Guard.
3005 (Report_Result): Fixed computation of the result using new fields of
3006 Stack_Analyzer.
3007
3008 * s-stausa.ads (Initialize_Analyzer): Replaced Size / Overflow_Guard
3009 params by more explicit Stack_Size / Max_Pattern_Size params.
3010 (Stack_Analyzer): Added distinct Stack_Size & Pattern_Size fields.
3011 Added Stack_Used_When_Filling field.
3012 (Task_Result): Replaced Measure / Overflow_Guard by more explicit
3013 Min_Measure and Max_Measure fields.
3014
3015 * s-tassta.adb (Task_Wrapper): Updated call to Initialize_Analyzer.
3016
3017 2008-05-27 Vincent Celier <celier@adacore.com>
3018
3019 * prj-nmsc.adb:
3020 (Check_File): Make sure that a unit that replaces the same unit in a
3021 project being extended is properly processed.
3022
3023 2008-05-27 Ed Schonberg <schonberg@adacore.com>
3024
3025 * sem_ch3.adb:
3026 (Get_Discr_Value): Remove obsolete code that failed to find the value
3027 of a discriminant for an inherited task component appearing in a type
3028 extension.
3029
3030 2008-05-27 Thomas Quinot <quinot@adacore.com>
3031
3032 (System.File_IO.{Close, Delete, Reset}):
3033 Change File parameter from "in out AFCB_Ptr" to "access AFCB_Ptr".
3034
3035 (Ada.*_IO.{Close, Delete, Reset, Set_Mode}):
3036 Pass File parameter by reference.
3037
3038 2008-05-27 Vincent Celier <celier@adacore.com>
3039
3040 * prj-nmsc.adb:
3041 (Process_Sources_In_Multi_Language_Mode): Check that there are not two
3042 sources of the same project that have the same object file name.
3043 (Find_Explicit_Sources): Always remove a source exception that was not
3044 found.
3045
3046 2008-05-27 Thomas Quinot <quinot@adacore.com>
3047
3048 * sem_ch3.adb: Minor reformatting
3049
3050 2008-05-27 Ed Schonberg <schonberg@adacore.com>
3051
3052 * sem_ch6.adb:
3053 (Is_Interface_Conformant): Handle properly a primitive operation that
3054 overrides an interface function with a controlling access result.
3055 (Type_Conformance): If Skip_Controlling_Formals is true, when matching
3056 inherited and overriding operations, omit as well the conformance check
3057 on result types, to prevent spurious errors.
3058
3059 2008-05-27 Vincent Celier <celier@adacore.com>
3060
3061 * makeutl.ads, makeutl.adb:
3062 (Set_Location): New procedure
3063 (Get_Location): New function
3064 (Update_Main): New procedure
3065
3066 2008-05-27 Vincent Celier <celier@adacore.com>
3067
3068 * prj-nmsc.adb:
3069 (Check_Library): Allow standard project to be extended as a static
3070 library project.
3071 (Get_Mains): Do not inherit attribute Main in an extending library
3072 project.
3073
3074 2008-05-27 Eric Botcazou <ebotcazou@adacore.com>
3075
3076 * system-darwin-ppc.ads (Always_Compatible_Rep): Set to False.
3077 * system-darwin-x86.ads (Always_Compatible_Rep): Likewise.
3078 * system-freebsd-x86.ads (Always_Compatible_Rep): Likewise.
3079 * system-linux-ppc.ads (Always_Compatible_Rep): Likewise.
3080 * system-linux-x86_64.ads (Always_Compatible_Rep): Likewise.
3081 * system-linux-x86.ads (Always_Compatible_Rep): Likewise.
3082 * system-mingw.ads (Always_Compatible_Rep): Likewise.
3083 * system-solaris-sparc.ads (Always_Compatible_Rep): Likewise.
3084 * system-solaris-sparcv9.ads (Always_Compatible_Rep): Likewise.
3085 * system-solaris-x86.ads (Always_Compatible_Rep): Likewise.
3086
3087 2008-05-27 Ed Schonberg <schonberg@adacore.com>
3088
3089 * sem_attr.adb: add guard to previous patch.
3090
3091 2008-05-27 Ed Schonberg <schonberg@adacore.com>
3092
3093 * exp_disp.adb (Build_Dispatch_Tables): For a private type completed by
3094 a synchronized tagged type, do not attempt to build dispatch table for
3095 full view. The table is built for the corresponding record type, which
3096 has its own declaration.
3097
3098 2008-05-27 Gary Dismukes <dismukes@adacore.com>
3099
3100 * sem_ch3.adb (Fixup_Bad_Constraint): Set the Etype on the bad subtype
3101 to the known type entity E, rather than setting it to Any_Type. Fixes
3102 possible blowup in function Base_Init_Proc, as called from Freeze_Entity
3103 for objects whose type had an illegal constraint.
3104
3105 2008-05-27 Vincent Celier <celier@adacore.com>
3106
3107 * gnat_ugn.texi:
3108 Add succinct documentation for attribute Excluded_Source_List_File
3109
3110 2008-05-27 Vincent Celier <celier@adacore.com>
3111
3112 * prj-attr.adb: Add new project level attribute Map_File_Option
3113
3114 * prj-nmsc.adb (Process_Linker): Process new attribute Map_File_Option
3115
3116 * prj.ads: Minor reformatting and comment update
3117 (Project_Configuration): New component Map_File_Option
3118
3119 * snames.adb: New standard name Map_File_Option
3120
3121 * snames.ads: New standard name Map_File_Option
3122
3123 2008-05-27 Vincent Celier <celier@adacore.com>
3124
3125 * xsnames.adb: Remove unused variable Oname
3126
3127 2008-05-27 Doug Rupp <rupp@adacore.com>
3128
3129 * exp_ch6.adb:
3130 (Expand_N_Function_Call): Fix comments. Minor reformatting.
3131
3132 * exp_vfpt.ads:
3133 (Expand_Vax_Foreign_Return): Fix comments.
3134
3135 2008-05-27 Thomas Quinot <quinot@adacore.com>
3136
3137 * exp_dist.adb: Minor reformating
3138
3139 2008-05-26 Gary Dismukes <dismukes@adacore.com>
3140
3141 * exp_ch3.adb (Expand_N_Object_Declaration): Remove checks for
3142 No_Default_Initialization, which is now delayed until the freeze point
3143 of the object. Add a comment about deferral of the check.
3144
3145 * freeze.adb (Freeze_Entity): The check for No_Default_Initialization
3146 on objects is moved here.
3147
3148 2008-05-26 Eric Botcazou <ebotcazou@adacore.com>
3149
3150 * s-casi16.adb (Uhalf): Rewrite it as integer with small alignment.
3151 (Compare_Array_S16): Adjust for above change.
3152 * s-casi32.adb (Uword): Likewise.
3153 (Compare_Array_S32): Likewise.
3154 * s-casi64.adb (Uword): Likewise.
3155 (Compare_Array_S64): Likewise.
3156 * s-caun16.adb (Uhalf): Likewise.
3157 (Compare_Array_U16): Likewise.
3158 * s-caun32.adb (Uword): Likewise.
3159 (Compare_Array_U32): Likewise.
3160 * s-caun64.adb (Uword): Likewise.
3161 (Compare_Array_U64): Likewise.
3162
3163 2008-05-26 Robert Dewar <dewar@adacore.com>
3164
3165 * exp_ch6.adb: Add ??? comment for previous change
3166
3167 * exp_vfpt.adb: Minor reformatting
3168
3169 * exp_vfpt.ads: Add ??? comment for last change
3170
3171 * sem_attr.adb: Add some ??? comments for previous change
3172
3173 * s-vaflop.ads: Add comments for previous change
3174
3175 2008-05-26 Doug Rupp <rupp@adacore.com>
3176
3177 * s-vaflop-vms-alpha.adb:
3178 Remove System.IO use clause, to prevent spurious ambiguities when
3179 package is access through rtsfind.
3180
3181 2008-05-26 Sergey Rybin <rybin@adacore.com>
3182
3183 * tree_io.ads (ASIS_Version_Number): Update because of the changes
3184 made in front-end
3185
3186 2008-05-26 Ed Schonberg <schonberg@adacore.com>
3187
3188 * sem_attr.adb:
3189 (Resolve_Attribute, case 'address): S (A .. B)' address can be safely
3190 converted to S (A)'address only if A .. B is known to be a non-null
3191 range.
3192
3193 2008-05-26 Doug Rupp <rupp@adacore.com>
3194
3195 * s-vaflop.adb:
3196 (Return_D, Return_F, Return_G): New functions.
3197
3198 * s-vaflop.ads:
3199 (Return_D, Return_F, Return_G): New functions.
3200
3201 * exp_vfpt.adb:
3202 (Expand_Vax_Foreign_Return): New procedure
3203
3204 * exp_vfpt.ads:
3205 (Expand_Vax_Foreign_Return): New procedure
3206
3207 * rtsfind.ads:
3208 (RE_Return_D, RE_Return_F, RE_Return_G): New RE_Ids
3209 (RE_Return_D, RE_Return_F, RE_Return_G): New RE_Unit_Table elements
3210
3211 * exp_ch6.adb:
3212 Import Exp_Vfpt
3213 (Expand_N_Function_Call): Call Expand_Vax_Foreign_Return.
3214
3215 * s-vaflop-vms-alpha.adb:
3216 (Return_D, Return_F, Return_G): New functions.
3217
3218 2008-05-26 Gary Dismukes <dismukes@adacore.com>
3219
3220 * exp_ch3.adb (Build_Array_Init_Proc): Only set Init_Proc to a dummy
3221 init proc entity when there is actual default initialization associated
3222 with the component type, to avoid spurious errors on objects of scalar
3223 array types that are marked Is_Public when No_Default_Initialization
3224 applies.
3225
3226 2008-05-26 Thomas Quinot <quinot@adacore.com>
3227
3228 * rtsfind.ads, rtsfind.adb:
3229 (RE_Get_RACW): New runtime library entity provided by PolyORB s-parint.
3230 (Check_RPC): Support per-PCS-kind API versioning.
3231
3232 exp_dist.ads, exp_dist.adb:
3233 (Build_Stub_Tag, Get_Stub_Elements): New utility subprograms.
3234 (PolyORB_Support.Add_RACW_From_Any): Offload common code to new runtime
3235 library function Get_RACW.
3236 (PolyORB_Support.Add_RACW_To_Any): Offload common code to new runtime
3237 library function Get_Reference.
3238 (PolyORB_Support.Add_RACW_Read_Attribute): Use Get_RACW instead of going
3239 through an intermediate Any.
3240 (PolyORB_Support.Add_RACW_Write_Attribute): Use Get_Reference instead of
3241 going through an intermediate Any.
3242
3243 * sem_dist.adb: Minor reformatting.
3244
3245 2008-05-26 Javier Miranda <miranda@adacore.com>
3246
3247 * einfo.ads (Abstract_Interface_Alias): Renamed as Interface_Alias.
3248 (Set_Abstract_Interface_Alias): Renamed as Set_Interface_Alias.
3249 (Is_Internal): Adding documentation on internal entities that have
3250 attribute Interface_Alias (old attribute Abstract_Interface_Alias)
3251
3252 * einfo.adb (Abstract_Interface_Alias): Renamed as Interface_Alias.
3253 (Set_Abstract_Interface_Alias): Renamed as Set_Interface_Alias.
3254 Added assertion to force entities with this attribute to have
3255 attribute Is_Internal set to True.
3256 (Next_Tag_Component): Simplify assertion using attribute Is_Tag.
3257
3258 * sem_ch3.adb (Derive_Interface_Subprograms): This subprogram has been
3259 renamed as Derive_Progenitor_Subprograms. In addition, its code is
3260 a new implementation.
3261 (Add_Interface_Tag_Components): Remove special management of
3262 synchronized interfaces.
3263 (Analyze_Interface_Declaration): Minor reformating
3264 (Build_Derived_Record_Type): Minor reformating
3265 (Check_Abstract_Overriding): Avoid reporting error in case of abstract
3266 predefined primitive inherited from interface type because the body of
3267 internally generated predefined primitives of tagged types are generated
3268 later by Freeze_Type
3269 (Derive_Subprogram): Avoid generating an internal name if the parent
3270 subprogram overrides an interface primitive.
3271 (Derive_Subprograms): New implementation that keeps separate the
3272 management of tagged types not implementing interfaces, from tagged
3273 types that implement interfaces.
3274 (Is_Progenitor): New implementation.
3275 (Process_Full_View): Add documentation
3276 (Record_Type_Declaration): Replace call to Derive_Interface_Subprograms
3277 by call to Derive_Progenitor_Subprograms.
3278
3279 * sem_ch6.ads (Is_Interface_Conformant): New subprogram.
3280 (Check_Subtype_Conformant, Subtype_Conformant): Adding new argument
3281 Skip_Controlling_Formals.
3282
3283 * sem_ch6.adb (Is_Interface_Conformant): New subprogram.
3284 (Check_Conventions): New implementation. Remove local subprogram
3285 Skip_Check. Remove formal Search_From of routine Check_Convention.
3286 (Check_Subtype_Conformant, Subtype_Conformant): Adding new argument
3287 Skip_Controlling_Formals.
3288 (New_Overloaded_Entity): Enable addition of predefined dispatching
3289 operations.
3290
3291 * sem_disp.ads
3292 (Find_Primitive_Covering_Interface): New subprogram.
3293
3294 * sem_disp.adb (Check_Dispatching_Operation): Disable registering
3295 the task body procedure as a primitive of the corresponding tagged
3296 type.
3297 (Check_Operation_From_Private_Type): Avoid adding twice an entity
3298 to the list of primitives.
3299 (Find_Primitive_Covering_Interface): New subprogram.
3300 (Override_Dispatching_Operation): Add documentation.
3301
3302 * sem_type.adb (Covers): Minor reformatings
3303
3304 * sem_util.ads (Collect_Abstract_Interfaces): Renamed as
3305 Collect_Interfaces.
3306 Rename formal.
3307 (Has_Abstract_Interfaces): Renamed as Has_Interfaces.
3308 (Implements_Interface): New subprogram.
3309 (Is_Parent): Removed.
3310 (Primitive_Names_Match): New subprogram.
3311 (Remove_Homonym): Moved here from Derive_Interface_Subprograms.
3312 (Ultimate_Alias): New subprogram.
3313
3314 * sem_util.adb (Collect_Abstract_Interfaces): Renamed as
3315 Collect_Interfaces.
3316 Remove special management for synchronized types. Rename formal. Remove
3317 internal subprograms Interface_Present_In_Parent and Add_Interface.
3318 (Has_Abstract_Interfaces): Renamed as Has_Interfaces. Replace assertion
3319 on non-record types by code to return false in such case.
3320 (Implements_Interface): New subprogram.
3321 (Is_Parent): Removed. No special management is now required for
3322 synchronized types covering interfaces.
3323 (Primitive_Names_Match): New subprogram.
3324 (Remove_Homonym): Moved here from Derive_Interface_Subprograms.
3325 (Ultimate_Alias): New subprogram.
3326
3327 * exp_ch3.adb (Add_Internal_Interface_Entities): New subprogram.
3328 Add internal entities associated with secondary dispatch tables to
3329 the list of tagged type primitives that are not interfaces.
3330 (Freeze_Record_Type): Add new call to Add_Internal_Interface_Entities
3331 (Make_Predefined_Primitive_Specs): Code reorganization to improve
3332 the management of predefined equality operator. In addition, if
3333 the type has an equality function corresponding with a primitive
3334 defined in an interface type, the inherited equality is abstract
3335 as well, and no body can be created for it.
3336
3337 * exp_disp.ads (Is_Predefined_Dispatching_Operation): Moved from
3338 exp_util to exp_disp.
3339 (Is_Predefined_Interface_Primitive): New subprogram. Returns True if
3340 an entity corresponds with one of the predefined primitives required
3341 to implement interfaces.
3342 Update copyright notice.
3343
3344 * exp_disp.adb (Set_All_DT_Position): Add assertion. Exclude from the
3345 final check on abstract subprograms all the primitives associated with
3346 interface primitives because they must be visible in the public and
3347 private part.
3348 (Write_DT): Use Find_Dispatching_Type to locate the name of the
3349 interface type. This allows the use of this routine, for debugging
3350 purposes, when the tagged type is not fully decorated.
3351 (Is_Predefined_Dispatching_Operation): Moved from exp_util to exp_disp.
3352 Factorize code calling new subprogram Is_Predefined_Interface_Primitive.
3353 (Is_Predefined_Interface_Primitive): New subprogram. Returns True if an
3354 entity corresponds with one of the predefined primitives required to
3355 implement interfaces.
3356
3357 * exp_util.adb (Find_Interface_ADT): New implementation
3358 (Find_Interface): Removed.
3359
3360 * sprint.adb (Sprint_Node_Actual): Generate missing output for the
3361 list of interfaces associated with nodes
3362 N_Formal_Derived_Type_Definition and N_Private_Extension_Declaration.
3363
3364 2008-05-26 Thomas Quinot <quinot@adacore.com>
3365
3366 * exp_ch5.adb (Make_Tag_Ctrl_Assignment): Add missing guard on
3367 condition for assignment to temporary.
3368
3369 2008-05-26 Ed Schonberg <schonberg@adacore.com>
3370
3371 * exp_ch4.adb (Expand_Concatenate_Other): Add explicit constraint
3372 checks on the upper bound if the index type is a modular type, to
3373 prevent wrap-around computations when size is close to upper bound of
3374 type.
3375
3376 2008-05-26 Robert Dewar <dewar@adacore.com>
3377
3378 * sem_ch3.adb: Minor reformatting
3379
3380 2008-05-26 Ed Schonberg <schonberg@adacore.com>
3381
3382 * sem_ch12.adb (Remove_Parent): Use specification of instance
3383 to retrieve generic parent,
3384 to handle properly the case where the instance is a child unit.
3385 Add guard to handle properly wrapper packages.
3386 Minor reformatting
3387
3388 2008-05-26 Thomas Quinot <quinot@adacore.com>
3389
3390 * sinfo.ads: Minor reformatting
3391
3392 2008-05-26 Hristian Kirtchev <kirtchev@adacore.com>
3393
3394 * exp_ch4.adb (Expand_N_Type_Conversion): Minor code reformatting.
3395 Generate a tag check when the result subtype of a function, defined by
3396 an access definition, designates a specific tagged type.
3397 (Make_Tag_Check): New routine.
3398
3399 2008-05-26 Arnaud Charlet <charlet@adacore.com>
3400
3401 * ceinfo.adb, csinfo.adb: Remove warnings. Update headers.
3402
3403 2008-05-26 Eric Botcazou <ebotcazou@adacore.com>
3404
3405 * gigi.h (gigi): Remove bogus ATTRIBUTE_UNUSED marker.
3406 (builtin_decl_for): Likewise.
3407 * trans.c (gigi): Likewise.
3408 * utils.c (def_builtin_1): Fix formatting.
3409
3410 2008-05-26 Hristian Kirtchev <kirtchev@adacore.com>
3411
3412 * exp_ch3.adb (Build_Init_Statements): Alphabetize local variables.
3413 Create the statements which map a string name to protected or task
3414 entry indix.
3415
3416 * exp_ch9.adb: Add with and use clause for Stringt.
3417 Minor code reformatting.
3418 (Build_Entry_Names): New routine.
3419 (Make_Initialize_Protection, Make_Task_Create_Call): Generate a value
3420 for flag Build_Entry_Names which controls the allocation of the data
3421 structure for the string names of entries.
3422
3423 * exp_ch9.ads (Build_Entry_Names): New subprogram.
3424
3425 * exp_util.adb (Entry_Names_OK): New function.
3426
3427 * exp_util.ads (Entry_Names_OK): New function.
3428
3429 * rtsfind.ads: Add RO_PE_Set_Entry_Name and RO_TS_Set_Entry_Name to
3430 enumerations RE_Id and RE_Unit_Table.
3431
3432 * s-taskin.adb Add with and use clause for Ada.Unchecked_Deallocation.
3433 (Free_Entry_Names_Array): New routine.
3434
3435 * s-taskin.ads: Comment reformatting.
3436 Add types String_Access, Entry_Names_Array, Entry_Names_Array_Access.
3437 Add component Entry_Names to record Ada_Task_Control_Block.
3438 (Free_Entry_Names_Array): New routine.
3439
3440 * s-tassta.adb (Create_Task): If flag Build_Entry_Names is set,
3441 dynamically allocate an array
3442 of string pointers. This structure holds string entry names.
3443 (Free_Entry_Names): New routine.
3444 (Free_Task, Vulnerable_Free_Task): Deallocate the entry names array.
3445 (Set_Entry_Names): New routine.
3446
3447 * s-tassta.ads:
3448 (Create_Task): Add formal Build_Entry_Names. The flag is used to
3449 control the allocation of the data structure which stores entry names.
3450 (Set_Entry_Name): New routine.
3451
3452 * s-tpoben.adb:
3453 Add with and use clause for Ada.Unchecked_Conversion.
3454 (Finalize): Deallocate the entry names array.
3455 (Free_Entry_Names): New routine.
3456 (Initialize_Protection_Entries): When flag Build_Entry_Names is set,
3457 create an array of string pointers to hold the entry names.
3458 (Set_Entry_Name): New routine.
3459
3460 * s-tpoben.ads:
3461 Add field Entry_Names to record Protection_Entries.
3462 (Initialize_Protection_Entries): Add formal Build_Entry_Names.
3463 (Set_Entry_Name): New routine.
3464
3465 2008-05-26 Vincent Celier <celier@adacore.com>
3466
3467 * prj-nmsc.adb:
3468 (Process_Project_Level_Simple_Attributes): process attribute Library_GCC
3469
3470 * prj.ads:
3471 (Project_Configuration): New component Shared_Lib_Driver
3472
3473 2008-05-26 Ed Schonberg <schonberg@adacore.com>
3474
3475 * inline.adb:
3476 (Cleanup_Scopes): For a protected operation, transfer finalization list
3477 to protected body subprogram, to force cleanup actions when needed.
3478
3479 2008-05-26 Robert Dewar <dewar@adacore.com>
3480
3481 * sem_cat.adb: Minor reformatting
3482
3483 * gnatname.adb: Minor reformatting
3484
3485 * osint.ads: Minor reformatting
3486
3487 * s-carun8.ads: Minor reformatting
3488
3489 * g-heasor.ads: Minor comment fix (unit is now pure)
3490
3491 2008-05-26 Robert Dewar <dewar@adacore.com>
3492
3493 * exp_ch2.adb:
3494 (Expand_Current_Value): Properly type generated integer literal
3495
3496 2008-05-26 Sergey Rybin <rybin@adacore.com>
3497
3498 * gnat_ugn.texi: Add description for the new gnatcheck rule -
3499 Separate_Numeric_Error_Handlers.
3500
3501 2008-05-26 Pascal Obry <obry@adacore.com>
3502
3503 * sem_aggr.adb: Minor reformatting.
3504
3505 2008-05-26 Jose Ruiz <ruiz@adacore.com>
3506
3507 * s-osinte-aix.adb:
3508 (To_Target_Priority): Setting the time slice value to 0 or greater sets
3509 the scheduling policy to FIFO within priorities or round-robin
3510 respectively.
3511 Hence, the priority must be set in this case to the one selected by the
3512 user.
3513
3514 2008-05-26 Ed Schonberg <schonberg@adacore.com>
3515
3516 * sem_ch12.adb:
3517 (Remove_Parent): If the enclosing scope is an instance whose generic
3518 parent is declared within some parent scope of the just completed
3519 instance, make full views of the entities in that parent visible, when
3520 applicable.
3521
3522 2008-05-26 Kai Tietz <kai.tietz@onevision.com>
3523
3524 * mingw32.h (STD_MINGW): Set to true for target w64.
3525
3526 2008-05-25 Eric Botcazou <ebotcazou@adacore.com>
3527
3528 * trans.c (Attribute_to_gnu) <Code_Address>: Set TREE_NO_TRAMPOLINE
3529 instead of TREE_STATIC on the ADDR_EXPR.
3530
3531 2008-05-24 Eric Botcazou <ebotcazou@adacore.com>
3532
3533 * trans.c (gnat_to_gnu): Do not set source location info on NOP_EXPRs.
3534 (Sloc_to_locus): Do not overwrite known GCC locations when translating
3535 GNAT standard locations.
3536
3537 2008-05-23 Eric Botcazou <ebotcazou@adacore.com>
3538
3539 * gigi.h (mark_visited): Declare.
3540 * decl.c (gnat_to_gnu_entity): Use mark_visited instead of marking
3541 only the topmost node of expressions.
3542 (elaborate_expression_1): Look deeper for read-only variables.
3543 * trans.c (add_decl_expr): Use mark_visited instead of marking by hand.
3544 (mark_visited): Move logic to mark_visited_r. Invoke walk_tree.
3545 (mark_visited_r): New function.
3546
3547 2008-05-23 Vincent Celier <celier@adacore.com>
3548
3549 * snames.adb: New standard name Excluded_Source_List_File.
3550
3551 * snames.ads: New standard name Excluded_Source_List_File.
3552
3553 * prj-attr.adb: New project level attribute Excluded_Source_List_File.
3554
3555 * prj-nmsc.adb: (Find_Excluded_Sources): New parameter Project.
3556 Get excluded sources from
3557 file indicated by attribute Excluded_Source_List_File, when present and
3558 neither Excluded_Source_Files nor Locally_Removed_Files are declared.
3559
3560 2008-05-23 Robert Dewar <dewar@adacore.com>
3561
3562 * exp_dist.adb: Minor reformatting
3563
3564 2008-05-23 Ed Schonberg <schonberg@adacore.com>
3565
3566 * sem_attr.adb (Resolve_Attribute, case 'address): If the prefix is a
3567 slice, convert it to an indexed component, which is equivalent, more
3568 efficient, and usable even if the slice itself is not addressable.
3569
3570 2008-05-23 Olivier Hainque <hainque@adacore.com>
3571
3572 * gnat_ugn.texi (Calling Conventions): Document that the Intrinsic
3573 convention also allows access to named compiler built-in subprograms
3574 such as the GCC __builtin family.
3575
3576 2008-05-23 Vincent Celier <celier@adacore.com>
3577
3578 * prj-nmsc.adb (Check_Naming_Schemes): Check a file for spec, body and
3579 sep. If there are several possibilities, choose the one with the
3580 longer prefix.
3581
3582 2008-05-23 Vincent Celier <celier@adacore.com>
3583
3584 * gnatlink.adb (Process_Args): Do not disable scanning of ALI file for
3585 back end switches when executable specified with --GCC= is same as
3586 default, even if there are additional options.
3587
3588 * gnat_ugn.texi:
3589 Document when the back end switches from the ALI file are taken into
3590 account when gnatlink is invoked with --GCC=
3591
3592 2008-05-23 Thomas Quinot <quinot@adacore.com>
3593
3594 * s-os_lib.adb:
3595 (copy_File): Do not open destination file if source file is unreadable.
3596
3597 2008-05-23 Eric Botcazou <ebotcazou@adacore.com>
3598
3599 * utils.c (handle_type_generic_attribute): Adjust to accept
3600 fixed arguments before an elipsis.
3601
3602 2008-05-21 Thomas Quinot <quinot@adacore.com>
3603
3604 * g-sothco.ads, g-sothco.adb: New files.
3605
3606 2008-05-20 Thomas Quinot <quinot@adacore.com>
3607
3608 * Makefile.rtl (GNAT.Sockets.Thin_Common): New unit.
3609
3610 * g-sttsne-vxworks.adb: Add missing dependency on Sockets.Constants.
3611 Add missing "with" of Ada.Unchecked_Conversion
3612
3613 * g-soccon-linux-ppc.ads, g-soccon-linux-64.ads, g-soccon-lynxos.ads,
3614 g-soccon-linux-x86.ads, g-soccon-hpux-ia64.ads,
3615 g-soccon-solaris-64.ads, g-soccon-tru64.ads, g-soccon-aix.ads,
3616 g-soccon-irix.ads, g-soccon-hpux.ads, g-soccon-solaris.ads,
3617 g-soccon-vms.ads, g-soccon-mingw.ads, g-soccon-vxworks.ads,
3618 g-socthi-vxworks.adb, g-soccon-freebsd.ads, g-soccon.ads:
3619 Move common code out of GNAT.Sockets.Thin implementations and into
3620 Thin_Common.
3621 New constant SIZEOF_fd_set
3622 New flag Has_Sockaddr_Len
3623 New constants SIZEOF_sockaddr_in, SIZEOF_sockaddr_in6
3624
3625 * g-stsifd-sockets.adb
3626 (Create): Remove call to Set_Length; use Set_Family to set the family
3627 and (on appropriate platforms) length fields in struct sockaddr.
3628
3629 * g-socthi.adb, g-socthi.ads, g-socthi-vms.ads, g-socthi-vms.adb,
3630 g-socthi-mingw.adb, g-socthi-mingw.ads, g-socthi-vxworks.adb,
3631 g-soccon-darwin.ads, g-soccon-darwin.ads: New constant SIZEOF_fd_set
3632 Move common code out of GNAT.Sockets.Thin implementations and into
3633 Thin_Common.
3634
3635 * g-socket.ads, g-socket.adb:
3636 Move common code out of GNAT.Sockets.Thin implementations and into
3637 Thin_Common.
3638 (Connect_Socket, Accept_Socket): Provide new versions of these two
3639 routines that operate with a user specified timeout.
3640 (Bind_Socket, Connect_Socket, Send_Socket): Remove calls to Set_Length,
3641 this is now handled automatically by Set_Family on platforms that
3642 require it.
3643
3644 * gen-soccon.c:
3645 Move common code out of GNAT.Sockets.Thin implementations and into
3646 Thin_Common.
3647 (SIZEOF_sockaddr_in6): On platforms where IPv6 is not supported, define
3648 this constant to 0 (not -1) because we use it to initialize an
3649 unsigned_char value.
3650 Align values for numeric constants only.
3651 Handle the case of systems that do not support AF_INET6.
3652 New constant SIZEOF_fd_set
3653 New flag Has_Sockaddr_Len
3654 New constants SIZEOF_sockaddr_in, SIZEOF_sockaddr_in6
3655
3656 * gsocket.h: New flag Has_Sockaddr_Len
3657 New constants SIZEOF_sockaddr_in, SIZEOF_sockaddr_in6
3658
3659 2008-05-20 Santiago Uruena <uruena@adacore.com>
3660
3661 * i-cobol.ads: Interfaces.COBOL should be preelaborate.
3662
3663 2008-05-20 Arnaud Charlet <charlet@adacore.com>
3664
3665 * s-linux-hppa.ads (atomic_lock_t): Put back proper alignment now that
3666 the underlying issue with malloc/free has been fixed. Remove associated
3667 comments.
3668 Minor reformatting.
3669 Related to PR ada/24533
3670
3671 2008-05-20 Robert Dewar <dewar@adacore.com>
3672
3673 * ali.adb: Correct casing of ASCII.NUL
3674
3675 * styleg-c.adb (Check_Identifier): Handle case of names in ASCII
3676 properly.
3677
3678 2008-05-20 Robert Dewar <dewar@adacore.com>
3679 Gary Dismukes <dismukes@adacore.com>
3680
3681 * checks.adb (Apply_Arithmetic_Overflow_Check): Avoid intermediate
3682 overflow if result converted to wider integer type.
3683 (Apply_Type_Conversion_Checks): Don't emit checks on conversions to
3684 discriminated types when discriminant checks are suppressed.
3685
3686 2008-05-20 Vincent Celier <celier@adacore.com>
3687
3688 * cstand.adb (Print_Standard): Issue the correct Size clause for type
3689 Wide_Wide_Character.
3690
3691 2008-05-20 Tristan Gingold <gingold@adacore.com>
3692
3693 * decl.c: Do not emit a variable for a object that has an address
3694 representation clause whose value is known at compile time.
3695 When a variable has an address clause whose value is known at compile
3696 time, refer to this variable by using directly the address instead of
3697 dereferencing a pointer.
3698
3699 2008-05-20 Robert Dewar <dewar@adacore.com>
3700
3701 PR ada/30740
3702 * einfo.ads, einfo.adb (Non_Binary_Modulus): Applies to all types and
3703 subtypes, always False for non-modular types.
3704 Shared_Var_Assign_Proc (node22) and Shared_Var_Read_Proc (node 15)
3705 entry nodes have been replaced by Shared_Var_Procs_Instance (node22)
3706 for Shared_Storage package.
3707 (Is_RACW_Stub_Type): New entity flag.
3708
3709 * exp_ch4.adb
3710 (Expand_N_Op_Expon): Avoid incorrect optimization of a*(2**b) in the
3711 case where we have a modular type with a non-binary modules.
3712 Comments reformattings.
3713
3714 * sem_intr.adb: Simplify code not that Non_Binary_Modulus applies to
3715 all types.
3716
3717 2008-05-20 Javier Miranda <miranda@adacore.com>
3718
3719 * exp_aggr.adb
3720 (Build_Record_Aggr_Code): Fix wrong tests checking progenitors. Previous
3721 tests did not covered the case in which the type of the aggregate has
3722 no progenitors but some its parents has progenitors.
3723
3724 2008-05-20 Gary Dismukes <dismukes@adacore.com>
3725 Hristian Kirtchev <kirtchev@adacore.com>
3726
3727 * exp_ch3.adb
3728 (Expand_N_Object_Declaration): Correct the condition which triggers the
3729 generation of a call to Displace when initializing a class-wide object.
3730 (Build_Dcheck_Functions): Build discriminant-checking for null variants
3731 when Frontend_Layout_On_Target is true to ensure that they're available
3732 for calling when a record variant size function is built in Layout.
3733
3734 2008-05-20 Ed Schonberg <schonberg@adacore.com>
3735
3736 * exp_ch5.adb (Expand_Assign_Record): Within an initialization
3737 procedure for a derived type retrieve the discriminant values from the
3738 parent using the corresponding discriminant.
3739 (Expand_N_Assignment_Statement): Skip generation of implicit
3740 if-statement associated with controlled types if we are
3741 compiling with restriction No_Finalization.
3742
3743 2008-05-20 Vincent Celier <celier@adacore.com>
3744
3745 * prj.adb (Hash (Project_Id)): New function
3746 (Project_Empty): Add new component Interfaces_Defined
3747
3748 * prj.ads (Source_Data): New component Object_Linked
3749 (Language_Config): New components Object_Generated and Objects_Linked
3750 (Hash (Project_Id)): New function
3751 (Source_Data): New Boolean components In_Interfaces and
3752 Declared_In_Interfaces.
3753 (Project_Data): New Boolean component Interfaces_Defined
3754
3755 * prj-attr.adb:
3756 New project level attribute Object_Generated and Objects_Linked
3757 Add new project level attribute Interfaces
3758
3759 * prj-dect.adb: Use functions Present and No throughout
3760 (Parse_Variable_Declaration): If a string type is specified as a simple
3761 name and is not found in the current project, look for it also in the
3762 ancestors of the project.
3763
3764 * prj-makr.adb:
3765 Replace procedure Make with procedures Initialize, Process and Finalize
3766 to implement H414-023: process different directories with different
3767 patterns.
3768 Use functions Present and No throughout
3769
3770 * prj-makr.ads:
3771 Replace procedure Make with procedures Initialize, Process and Finalize
3772
3773 * prj-nmsc.adb
3774 (Add_Source): Set component Object_Exists and Object_Linked accordnig to
3775 the language configuration.
3776 (Process_Project_Level_Array_Attributes): Process new attributes
3777 Object_Generated and Object_Linked.
3778 (Report_No_Sources): New Boolean parameter Continuation, defaulted to
3779 False, to indicate that the erreor/warning is a continuation.
3780 (Check): Call Report_No_Sources with Contnuation = True after the first
3781 call.
3782 (Error_Msg): Process successively contnuation character and warning
3783 character.
3784 (Find_Explicit_Sources): Check that all declared sources have been found
3785 (Check_File): Indicate in hash table Source_Names when a declared source
3786 is found.
3787 (Check_File): Set Other_Part when found
3788 (Find_Explicit_Sources): In multi language mode, check if all exceptions
3789 to the naming scheme have been found. For Ada, report an error if an
3790 exception has not been found. Otherwise, disregard the exception.
3791 (Check_Interfaces): New procedure
3792 (Add_Source): When Other_Part is defined, set mutual pointers in spec
3793 and body.
3794 (Check): In multi-language mode, call Check_Interfaces
3795 (Process_Sources_In_Multi_Language_Mode): Set In_Interfaces to False
3796 for an excluded source.
3797 (Remove_Source): A source replacing a source in the interfaces is also
3798 in the interfaces.
3799
3800 * prj-pars.adb: Use function Present
3801
3802 * prj-part.adb: Use functions Present and No throughout
3803 (Parse_Single_Project): Set the parent project for child projects
3804 (Create_Virtual_Extending_Project): Register project with no qualifier
3805 (Parse_Single_Project): Allow an abstract project to be extend several
3806 times. Do not allow an abstract project to extend a non abstract
3807 project.
3808
3809 * prj-pp.adb: Use functions Present and No throughout
3810 (Print): Take into account the full associative array attribute
3811 declarations.
3812
3813 * prj-proc.adb: Use functions Present and No throughout
3814 (Expression): Call itself with the same From_Project_Node for the
3815 default value of an external reference.
3816
3817 * prj-strt.adb: Use functions Present and No throughout
3818 (Parse_Variable_Reference): If a variable is specified as a simple name
3819 and is not found in the current project, look for it also in the
3820 ancestors of the project.
3821
3822 * prj-tree.ads, prj-tree.adb (Present): New function
3823 (No): New function
3824 Use functions Present and No throughout
3825 (Parent_Project_Of): New function
3826 (Set_Parent_Project_Of): New procedure
3827
3828 * snames.ads, snames.adb:
3829 Add new standard names Object_Generated and Objects_Linked
3830
3831 2008-05-20 Hristian Kirtchev <kirtchev@adacore.com>
3832
3833 * exp_ch6.adb (Expand_Call): Add guard to ensure that both the parent
3834 and the derived type are of the same kind.
3835 (Expand_Call): Generate type conversions for actuals of
3836 record or array types when the parent and the derived types differ in
3837 size and/or packed status.
3838
3839 2008-05-20 Javier Miranda <miranda@adacore.com>
3840 Ed Schonberg <schonberg@adacore.com>
3841
3842 * exp_disp.adb (Make_DT, Make_Secondary_DT, Make_Tags): Avoid
3843 generating dispatch tables of locally defined tagged types statically.
3844 Remove implicit if-statement that is no longer required.
3845 (Expand_Dispatching_Call): If this is a call to an instance of the
3846 generic dispatching constructor, the type of the first argument may be
3847 a subtype of Tag, so always use the base type to recognize this case.
3848
3849 2008-05-20 Thomas Quinot <quinot@adacore.com>
3850
3851 * exp_dist.adb
3852 (GARLIC_Support.Add_RACW_Read_Attribute): When a zero value is received,
3853 and the RACW is null-excluding, raise CONSTRAINT_ERROR instead of
3854 assigning NULL into the result, to avoid a spurious warning.
3855 (Add_RACW_Features, case Same_Scope): Add assertion that designated type
3856 is not frozen.
3857 (Add_Stub_Type): Set entity flag Is_RACW_Stub_Type on generated stub
3858 type.
3859 (Build_From_Any_Function, Build_To_Any_Function,
3860 Build_TypeCode_Function): For a type that has user-specified stream
3861 attributes, use an opaque sequence of octets as the representation.
3862
3863 2008-05-20 Kevin Pouget <pouget@adacore.com>
3864
3865 * exp_smem.ads, exp_smem.adb: Construction of access and assign
3866 routines has been replaced by an instantiation of
3867 System.Shared_Storage.Shared_Var_Procs generic package, while expanding
3868 shared variable declaration.
3869 Calls to access and assign routines have been replaced by calls to
3870 Read/Write routines of System.Shared_Storage.Shared_Var_Procs
3871 instantiated package.
3872
3873 * rtsfind.ads: RE_Shared_Var_Procs entry has been added in RE_Unit_Table
3874 It identifies the new generic package added in s-shasto.
3875
3876 * s-shasto.adb, s-shasto.ads: A new generic package has been added, it
3877 is instantiated for each shared passive variable. It provides
3878 supporting procedures called upon each read or write access by the
3879 expanded code.
3880
3881 * sem_attr.adb:
3882 For this runtime unit (always compiled in GNAT mode), we allow
3883 stream attributes references for limited types for the case where
3884 shared passive objects are implemented using stream attributes,
3885 which is the default in GNAT's persistent storage implementation.
3886
3887 2008-05-20 Ed Schonberg <schonberg@adacore.com>
3888
3889 * freeze.adb
3890 (Freeze_Enumeration_Type): For a subtype that inherits a foreign
3891 convention from its base type, do not set the type to that of integer,
3892 because it may inherit a size clause.
3893 Warn on a size clause with a size different
3894 from that of Integer, if the type has convention C.
3895
3896 2008-05-20 Vincent Celier <celier@adacore.com>
3897
3898 * gnatname.adb
3899 (Scan_Args): Rewrite to take into account new switch --and to separate
3900 arguments into sections.
3901 (Gnatname): Call Prj.Makr.Initialize, then Prj.Makr.Process for each
3902 section, then Finalize.
3903
3904 2008-05-20 Tristan Gingold <gingold@adacore.com>
3905
3906 * init.c: Enable stack probing on ppc-linux.
3907
3908 * tracebak.c: Add symbolic traceback for ppc-linux.
3909
3910 * system-linux-ppc.ads: Enable stack probing on ppc-linux.
3911
3912 2008-05-20 Arnaud Charlet <charlet@adacore.com>
3913
3914 * Makefile.in
3915 (common-tools): New rule, to avoid parallel build failure on gnat tools.
3916 Reenable parallel builds on this Makefile.
3917
3918 * Make-lang.in: Update dependencies.
3919
3920 2008-05-20 Robert Dewar <dewar@adacore.com>
3921
3922 * opt.ads (Treat_Restrictions_As_Warnings): New switch
3923
3924 * sem_prag.adb, par-prag.adb, restrict.ads: Implement flag
3925 Treat_Restrictions_As_Warnings.
3926
3927 * switch-c.adb: Recognize new switch -gnatr
3928
3929 * usage.adb: Add line for -gnatr
3930
3931 2008-05-20 Hristian Kirtchev <kirtchev@adacore.com>
3932
3933 * par-ch3.adb
3934 (P_Access_Definition): Change the error message when parsing "access
3935 all" in Ada 95 mode. The message no longer forces the user to recompile
3936 in 05 mode only to discover that anonymous access types are not allowed
3937 to have "all".
3938
3939 2008-05-20 Hristian Kirtchev <kirtchev@adacore.com>
3940
3941 * par-ch9.adb
3942 (P_Protected): Update the error message on missing "-gnat05" switch when
3943 using interfaces in conjunction with protected types. Remove the
3944 incorrect error message associated with the presence of "private" after
3945 a "with".
3946
3947 2008-05-20 Ed Schonberg <schonberg@adacore.com>
3948
3949 * sem_aggr.adb: Update comments.
3950 Improve previous change for PR ada/17985
3951
3952 2008-05-20 Thomas Quinot <quinot@adacore.com>
3953
3954 * sem_cat.adb
3955 (Set_Categorization_From_Scope): Do not set In_Remote_Types unless in
3956 the visible part of the spec of a remote types unit.
3957 (Validate_Remote_Access_Object_Type_Declaration):
3958 New local subprogram Is_Valid_Remote_Object_Type, replaces
3959 Is_Recursively_Limited_Private.
3960 (Validate_RACW_Primitives): Enforce E.2.2(14) rules: the types of all
3961 non-controlling formals (and the return type, even though this is not
3962 explicit in the standard) must support external streaming.
3963 (Validate_RCI_Subprogram_Declaration): Enforce E.2.3(14) rules: same
3964 as above for of RAS types and RCI subprograms. (The return type is not
3965 checked yet).
3966 Update comments related to RACWs designating limited interfaces per
3967 ARG ruling on AI05-060.
3968
3969 * sem_util.ads, sem_util.adb
3970 (Is_Remote_Access_To_Class_Wide_Type): Only rely on Is_Remote_Types and
3971 Is_Remote_Call_Interface to identify RACW types in a stable and
3972 consistent way. We used to rely in this predicate on the privateness of
3973 the designated type and its ancestors, but depending on the currently
3974 visible private parts, this caused false negatives. We now uniformly
3975 rely on checks made at the point where the RACW type is declared.
3976 (Inspect_Deferred_Constant_Completion): Moved from Sem_Ch7.
3977
3978 2008-05-20 Javier Miranda <miranda@adacore.com>
3979 Ed Schonberg <schonberg@adacore.com>
3980 Hristian Kirtchev <kirtchev@adacore.com>
3981
3982 * sem_ch3.adb
3983 (Analyze_Object_Declaration): Fix over-conservative condition
3984 restricting use of predefined assignment with tagged types that have
3985 convention CPP.
3986 (Analyze_Object_Declaration): Relax the check regarding deferred
3987 constants declared in scopes other than packages since they can be
3988 completed with pragma Import.
3989 Add missing escaping of all-caps word 'CPP' in error messages.
3990 (Build_Discriminated_Subtype): Do not inherit representation clauses
3991 from parent type if subtype already carries them, because they are
3992 inherited earlier during derivation and already include those that may
3993 come from a partial view.
3994
3995 * sem_ch9.adb, sem_ch5.adb, sem_ch6.adb (Analyze_Subprogram_Body):
3996 Check the declarations of a subprogram body for proper deferred
3997 constant completion.
3998
3999 * sem_ch7.ads, sem_ch7.adb
4000 (Inspect_Deferred_Constant_Completion): Moved to sem_util.
4001
4002 2008-05-20 Ed Schonberg <schonberg@adacore.com>
4003 Thomas Quinot <quinot@adacore.com>
4004
4005 * sem_ch4.adb
4006 (Try_Indexed_Call): Handle properly a construct of the form F(S) where
4007 F is a parameterless function that returns an array, and S is a subtype
4008 mark.
4009 (Analyze_Call): Insert dereference when the prefix is a parameterless
4010 function that returns an access to subprogram and the call has
4011 parameters.
4012 Reject a non-overloaded call whose name resolves to denote
4013 a primitive operation of the stub type generated to support a remote
4014 access-to-class-wide type.
4015
4016 2008-05-20 Ed Schonberg <schonberg@adacore.com>
4017
4018 * sem_ch8.adb
4019 (Note_Redundant_Use): Diagnose a redundant use within a subprogram body
4020 when there is a use clause for the same entity in the context.
4021 (Analyze_Subprogram_Renaming): A renaming_as_body is legal if it is
4022 created for a stream attribute of an abstract type or interface type.
4023
4024 2008-05-20 Thomas Quinot <quinot@adacore.com>
4025
4026 * sem_dist.ads, sem_dist.adb (Is_RACW_Stub_Type_Operation): New
4027 subprogram.
4028
4029 * sem_type.adb
4030 (Add_One_Interp): Ignore any interpretation that is a primitive
4031 operation of an RACW stub type (these primitives are only executed
4032 through dispatching, never through static calls).
4033 (Collect_Interps): When only one interpretation has been found, set N's
4034 Entity and Etype to that interpretation, otherwise Entity and Etype may
4035 still refer to an interpretation that was ignored by Add_One_Interp,
4036 in which case would end up with being marked as not overloaded but with
4037 an Entity attribute not pointing to its (unique) correct interpretation.
4038
4039 2008-05-20 Ed Schonberg <schonberg@adacore.com>
4040
4041 * sem_eval.adb
4042 (Eval_Slice): Warn when a slice whose discrete range is a subtype name
4043 denotes the whole array of its prefix.
4044
4045 2008-05-20 Robert Dewar <dewar@adacore.com>
4046
4047 * sem_res.adb (Resolve_Op_Not): Warn on double negation
4048
4049 2008-05-20 Ed Schonberg <schonberg@adacore.com>
4050
4051 * sprint.adb
4052 (Print_Itype): Do not modify the sloc of the component type of a
4053 (packed) array itype, because it is an unrelated type whose source
4054 location is independent of the point of creation of the itype itself.
4055
4056 2008-05-20 Thomas Quinot <quinot@adacore.com>
4057
4058 * uintp.adb, urealp.adb: Replace calls to Increment_Last + Set with
4059 Append.
4060
4061 2008-05-20 Robert Dewar <dewar@adacore.com>
4062 Vincent Celier <celier@adacore.com>
4063
4064 * vms_data.ads: Add entry for -gnatr
4065 Put GNAT SYNC section in proper alpha order
4066 Add VMS qualifier /DISPLAY_PROGRESS equivalent to gnatmake switch -d
4067
4068 * gnat_ugn.texi: Add documentation for new gnatname switch --and
4069 Update the style checks section
4070 Add documentation of -gnatr
4071 Add to the "Adding the Results of Compiler Checks to gnatcheck Output"
4072 subsection the explanation how compiler checks should be disabled for
4073 gnatcheck.
4074 Update the list of Ada 95 reserved words used by in the project language
4075 Add documentation for project qualifiers.
4076 Document that abstract projects may be extended by different projects in
4077 the same project tree.
4078 Add documentation for gnatmake switch -d
4079
4080 * ug_words: Add -gnatyy VMS equivalence string.
4081 Add entry for -gnatr
4082
4083 2008-05-20 Bob Duff <duff@adacore.com>
4084
4085 * a-rttiev.adb
4086 (Set_Handler): Remove code from both of these that implements
4087 RM-D.15(15/2), because it causes a race condition and potential
4088 deadlock.
4089 (Process_Queued_Events): Add comment explaining "exception when others
4090 => null". Add clarifying ".all", even though implicit .all is legal
4091 here.
4092
4093 2008-05-20 Arnaud Charlet <charlet@adacore.com>
4094
4095 * s-winext.ads: Replace representation clause by pragma Pack. Gives
4096 equivalent representation, but has the advantage of allowing
4097 compilation of this file under 64 bits platforms.
4098
4099 * s-os_lib.adb (Normalize_Pathname): Mark Cur_Dir constant.
4100
4101 * s-osinte-irix.ads: (Alternate_Stack_Size): Add dummy declaration.
4102
4103 * adaint.c:
4104 Don't define dummy implementation of convert_addresses on ppc-linux.
4105
4106 2008-05-20 Ed Schonberg <schonberg@adacore.com>
4107
4108 * exp_ch7.adb
4109 (Expand_Ctrl_Function_Call): Do not attach result to finalization list
4110 if expression is aggregate component.
4111
4112 2008-05-20 Robert Dewar <dewar@adacore.com>
4113
4114 * g-byorma.adb, gnatlink.adb, prepcomp.adb, sinfo.ads,
4115 sem_ch12.adb: Update comments. Minor reformatting.
4116
4117 * exp_ch2.adb: Typo
4118
4119 * s-unstyp.ads: Fixed some typos in comments.
4120
4121 2008-05-20 Arnaud Charlet <charlet@adacore.com>
4122
4123 * s-taspri-vxworks.ads (Task_Address, Task_Address_Size): New
4124 type/constant.
4125
4126 * g-socthi-vxworks.ads: Update to latest socket changes.
4127
4128 * a-caldel-vms.adb: Resync with a-caldel spec.
4129
4130 * exp_ch9.ads, sem_ch8.ads, inline.adb: Minor reformatting.
4131 Update comments.
4132
4133 2008-05-17 Eric Botcazou <ebotcazou@adacore.com>
4134
4135 * trans.c (gnat_to_gnu) <N_Validate_Unchecked_Conversion>: Account
4136 for dummy types pointed to by the converted pointer types.
4137
4138 2008-05-15 Eric Botcazou <ebotcazou@adacore.com>
4139
4140 * trans.c (add_decl_expr): At toplevel, mark the TYPE_ADA_SIZE field
4141 of records and unions.
4142 (gnat_to_gnu) <N_Validate_Unchecked_Conversion>: Fix formatting.
4143
4144 2008-05-14 Samuel Tardieu <sam@rfc1149.net>
4145 Robert Dewar <dewar@adacore.com>
4146
4147 * sem_attr.adb (Analyze_Attribute, Attribute_Old case): Add
4148 restrictions to the prefix of 'Old.
4149 * sem_util.ads, sem_util.adb (In_Parameter_Specification): New.
4150 * gnat_rm.texi ('Old): Note that 'Old cannot be applied to local
4151 variables.
4152
4153 2008-05-13 Eric Botcazou <ebotcazou@adacore.com>
4154
4155 PR ada/24880
4156 PR ada/26635
4157 * utils.c (convert) <INTEGER_TYPE>: When converting an additive
4158 expression to an integral type with lower precision, use NOP_EXPR
4159 directly in a couple of special cases.
4160
4161 2008-05-12 Samuel Tardieu <sam@rfc1149.net>
4162 Ed Schonberg <schonberg@adacore.com>
4163
4164 * sem_ch3.adb (Build_Derived_Record_Type): Accept statically matching
4165 constraint expressions.
4166
4167 2008-05-12 Tomas Bily <tbily@suse.cz>
4168
4169 * utils2.c (known_alignment, contains_save_expr_p)
4170 (gnat_mark_addressable): Use CASE_CONVERT.
4171 * decl.c (annotate_value): Likewise.
4172 * trans.c (maybe_stabilize_reference): Likewise.
4173 * utils2.c (build_binary_op): Use CONVERT_EXPR_P.
4174 * utils.c (rest_of_record_type_compilation): Likewise.
4175 * trans.c (protect_multiple_eval, Attribute_to_gnu)
4176 (protect_multiple_eval): Likewise.
4177
4178 2008-05-08 Andreas Schwab <schwab@suse.de>
4179
4180 * utils.c (handle_pure_attribute, init_gigi_decls): Rename
4181 DECL_IS_PURE to DECL_PURE_P.
4182
4183 2008-05-05 Eric Botcazou <ebotcazou@adacore.com>
4184
4185 * decl.c (maybe_pad_type): Add ??? comment.
4186
4187 2008-05-03 Eric Botcazou <ebotcazou@adacore.com>
4188
4189 * decl.c (components_to_record): Zero the alignment of the qualified
4190 union built for the variant part upon creating it.
4191
4192 2008-05-03 Eric Botcazou <ebotcazou@adacore.com>
4193
4194 * decl.c (maybe_pad_type): Try to get a form of the type with integral
4195 mode even if the alignment is not a factor of the original size. But
4196 make sure to create the inner field with the original size. Reorder.
4197 * trans.c (addressable_p) <COMPONENT_REF>: Treat the field of a padding
4198 record as always addressable.
4199 * utils.c (convert): Deal specially with conversions between original
4200 and packable versions of a record type.
4201 * utils2.c (build_binary_op) <MODIFY_EXPR>: Be more restrictive when
4202 recognizing an assignment between padded objects.
4203
4204 2008-05-01 Eric Botcazou <ebotcazou@adacore.com>
4205
4206 * decl.c (make_packable_type): Resize the last component to its RM size
4207 only if it is of an aggregate type.
4208 * trans.c (call_to_gnu): Fix nit in comment.
4209 (gnat_to_gnu): Likewise.
4210
4211 2008-04-30 Samuel Tardieu <sam@rfc1149.net>
4212
4213 * Makefile.in: Adapt sh4-linux target.
4214
4215 2008-04-29 Ed Schonberg <schonberg@adacore.com>
4216
4217 PR ada/35792
4218 * sem_ch3.adb (Find_Type_Name): Refuse completion of an incomplete
4219 tagged type by an untagged protected or task type.
4220
4221 2008-04-28 Eric Botcazou <ebotcazou@adacore.com>
4222 Tristan Gingold <gingold@adacore.com>
4223
4224 PR ada/36007
4225 * decl.c (gnat_to_gnu_entity) <object>: Do not promote alignment
4226 of aliased objects with an unconstrained nominal subtype.
4227 Cap the promotion to the effective alignment of the word mode.
4228
4229 2008-04-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4230
4231 * Make-lang.in (ada.tags, check-acats, ada/treeprs.ads)
4232 (ada/einfo.h, ada/sinfo.h, ada/nmake.adb, ada/nmake.ads):
4233 Use '&&' instead of ';'.
4234
4235 2008-04-24 Olivier Hainque <hainque@adacore.com>
4236
4237 * trans.c (Attribute_to_gnu) <case Attr_Length>: Length computation
4238 doesn't require signed arithmetic anymore.
4239
4240 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
4241
4242 * trans.c (Attribute_to_gnu): Don't set TREE_INVARIANT.
4243 (call_to_gnu): Don't set TREE_INVARIANT.
4244 * utils2.c (gnat_build_constructor): Don't set TREE_INVARIANT.
4245
4246 2008-04-22 Joel Sherrill <joel.sherrill@oarcorp.com>
4247
4248 * s-osinte-rtems.adb: Add sigalstack function.
4249 * s-osinte-rtems.ads: Add SO_ONSTACK and sigalstack
4250 function. Add Alternate_Stack and Alternate_Stack_Size.
4251 Add missing process_shared field to pthread_condattr_t
4252 and change ss_low_priority to int from timespec.
4253
4254 2008-04-22 Samuel Tardieu <sam@rfc1149.net>
4255
4256 * i-forbla.adb: Link against -llapack and -lblas by default
4257 instead of the private -lgnalasup.
4258
4259 2008-04-21 Olivier Hainque <hainque@adacore.com>
4260
4261 Access to most C builtins from Ada
4262 * utils.c: #include "langhooks.h" and define GCC_DIAG_STYLE.
4263 (handle_pure_attribute, handle_novops_attribute,
4264 handle_nonnull_attribute, handle_sentinel_attribute,
4265 handle_noreturn_attribute, handle_malloc_attribute,
4266 handle_type_generic_attribute): New attribute handlers, from C fe.
4267 (gnat_internal_attribute_table): Map the new handlers.
4268 (gnat_init_decl_processing): Move call to gnat_install_builtins to ...
4269 (init_gigi_decls): ... here.
4270 (handle_const_attribute, handle_nothrow_attribute, builtin_decl_for):
4271 Move to a section dedicated to builtins processing.
4272 (build_void_list_node, builtin_type_for_size): New functions.
4273 (def_fn_type, get_nonnull_operand): Likewise.
4274 (install_builtin_elementary_type, install_builtin_function_types,
4275 install_builtin_attributes): Likewise.
4276 (fake_attribute_handler): Fake handler for attributes we don't
4277 support in Ada.
4278 (def_builtin_1): New function, worker for DEF_BUILTIN.
4279 (install_builtin_functions): New function.
4280 (gnat_install_builtins): Move to the builtins processing section.
4281 Now calling the newly introduced installers.
4282
4283 2008-04-20 Eric Botcazou <ebotcazou@adacore.com>
4284
4285 * decl.c (gnat_to_gnu_entity) <object>: Also promote the alignment of
4286 constant objects, but not exceptions.
4287 * trans.c (add_decl_expr): Use gnat_types_compatible_p for type
4288 compatibility test.
4289 * utils.c (create_var_decl_1): Likewise.
4290 * utils2.c (build_binary_op) <MODIFY_EXPR>: Also use the padded view of
4291 the type when copying to padded object and the source is a constructor.
4292
4293 2008-04-18 Eric Botcazou <ebotcazou@adacore.com>
4294
4295 * decl.c (gnat_to_gnu_entity) <object>: When trying to promote the
4296 alignment, reset it to zero if it would end up not being greater
4297 than that of the type.
4298
4299 2008-04-18 Eric Botcazou <ebotcazou@adacore.com>
4300
4301 * decl.c (maybe_pad_type): Only generate the XVS parallel type if
4302 the padded type has a variable size.
4303
4304 2008-04-18 Eric Botcazou <ebotcazou@adacore.com>
4305
4306 * decl.c (gnat_to_gnu_entity) <E_Subprogram_Type>: Use the return by
4307 target pointer mechanism as soon as the size is not constant.
4308
4309 2008-04-18 Eric Botcazou <ebotcazou@adacore.com>
4310
4311 * gigi.h (create_var_decl_1): Declare.
4312 (create_var_decl): Turn into a macro invoking create_var_decl_1.
4313 (create_true_var_decl): Likewise.
4314 * utils.c (create_var_decl_1): Make global and reorder parameters.
4315 (create_var_decl): Delete.
4316 (create_true_var_decl): Likewise.
4317
4318 2008-04-17 Eric Botcazou <ebotcazou@adacore.com>
4319
4320 * decl.c (gnat_to_gnu_entity) <object>: Promote the alignment of
4321 objects by default.
4322 * fe.h (Debug_Flag_Dot_A): Delete.
4323 * debug.adb (-gnatd.a): Update documentation.
4324
4325 2008-04-17 Samuel Tardieu <sam@rfc1149.net>
4326
4327 * g-socket.ads, g-socket.adb (Get_Address): Make Stream a
4328 "not null" parameter.
4329
4330 2008-04-17 Samuel Tardieu <sam@rfc1149.net>
4331
4332 * g-socket.adb: Add a message "IPv6 not supported" to the
4333 Socket_Error exception.
4334
4335 2008-04-16 Samuel Tardieu <sam@rfc1149.net>
4336
4337 PR ada/29015
4338 * sem_ch12.adb (Instantiate_Type): Check whether the full view of
4339 the type is known instead of the underlying type.
4340
4341 2008-04-15 Ed Schonberg <schonberg@adacore.com>
4342
4343 PR ada/22387
4344 * exp_ch5.adb (Expand_Assign_Record): Within an initialization
4345 procedure for a derived type retrieve the discriminant values from
4346 the parent using the corresponding discriminant.
4347
4348 2008-04-15 Samuel Tardieu <sam@rfc1149.net>
4349 Gary Dismukes <dismukes@adacore.com>
4350
4351 PR ada/28733
4352 * sem_ch8.adb (Analyze_Use_Package): Do not allow "use" of something
4353 which is not an entity (and hence not a package).
4354 (End_Use_Package): Ditto.
4355
4356 2008-04-15 Ed Schonberg <schonberg@adacore.com>
4357
4358 PR ada/16086
4359 * sem_ch12.adb (Analyze_Formal_Subprogram): The default can be any
4360 protected operation that matches the signature, not only an entry, a
4361 regular subprogram or a literal.
4362
4363 2008-04-15 Eric Botcazou <ebotcazou@adacore.com>
4364
4365 * ada-tree.h (DECL_BY_COMPONENT_PTR_P): Use DECL_LANG_FLAG_3.
4366 * decl.c (gnat_to_gnu_entity) <object>: Call maybe_pad_type only
4367 if a size or alignment is specified. Do not take into account
4368 alignment promotions for the computation of the object's size.
4369 <type>: Call maybe_pad_type only if a size or alignment is specified.
4370 (maybe_pad_type): Really reuse the RM_Size of the original type if
4371 requested.
4372 * trans.c (Attribute_to_gnu): Fix a couple of nits.
4373 * utils2.c (build_binary_op) <MODIFY_EXPR>: Merge related conditional
4374 statements. Use the padded view of the type when copying between
4375 padded objects of the same underlying type.
4376
4377 2008-04-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4378
4379 * vms_data.ads: Fix typo in constant.
4380 * gen-soccon.c: Fix typo in error string.
4381 * gnat_rm.texi (Pragma Optimize_Alignment, Pragma Postcondition):
4382 Fix typos.
4383 * a-calcon.ads, a-calend-vms.adb, a-calend.adb, a-crdlli.ads,
4384 bcheck.adb, checks.adb, einfo.ads, errout.adb, erroutc.adb,
4385 erroutc.ads, exp_attr.adb, exp_ch11.adb, exp_ch2.adb,
4386 exp_ch5.adb, exp_ch9.adb, exp_ch9.ads, exp_pakd.adb,
4387 exp_util.adb, fmap.adb, g-soccon-linux-mips.ads,
4388 g-soccon-rtems.ads, g-timsta.adb, g-timsta.ads, lib-writ.ads,
4389 mlib-tgt-specific-linux.adb, mlib-tgt-specific-tru64.adb,
4390 s-interr-vxworks.adb, s-interr.adb, s-osinte-lynxos.ads,
4391 s-rident.ads, s-taprop-solaris.adb, s-tassta.adb, s-win32.ads,
4392 sem_aggr.adb, sem_attr.ads, sem_ch10.adb, sem_ch13.ads,
4393 sem_ch3.adb, sem_ch6.adb, sem_ch7.adb, sem_ch8.adb, sem_ch9.adb,
4394 sem_prag.ads, sem_res.adb, sem_util.adb, sem_util.ads,
4395 sinfo.ads: Fix typos in comments.
4396
4397 2008-04-14 Robert Dewar <dewar@adacore.com>
4398
4399 * sem_prag.adb (Analyze_Pragma, Linker_Section case): Extend error
4400 to every non-object and change error message.
4401
4402 2008-04-14 Robert Dewar <dewar@adacore.com>
4403
4404 * sem_util.ads, sem_util.adb (In_Subprogram): Remove.
4405 * sem_attr.adb (Anayze_Attribute): Check for Current_Subprogram
4406 directly.
4407
4408 2008-04-14 Samuel Tardieu <sam@rfc1149.net>
4409
4410 PR ada/18680
4411 * sem_prag.adb (Analyze_Pragma, Linker_Section case): Refuse to
4412 apply pragma Linker_Section on type.
4413
4414 2008-04-14 Samuel Tardieu <sam@rfc1149.net>
4415
4416 PR ada/16098
4417 * sem_prag.adb (Error_Pragma_Ref): New.
4418 (Process_Convention): Specialized message for non-local
4419 subprogram renaming. Detect the problem in homonyms as well.
4420
4421 2008-04-14 Samuel Tardieu <sam@rfc1149.net>
4422
4423 PR ada/15915
4424 * sem_util.ads, sem_util.adb (Denotes_Variable): New function.
4425 * sem_ch12.adb (Instantiate_Object): Use it.
4426 * sem_ch13.adb (Analyze_Attribute_Definition_Clause): Ensure that
4427 storage pool denotes a variable as per RM 13.11(15).
4428
4429 2008-04-14 Samuel Tardieu <sam@rfc1149.net>
4430
4431 * sem_util.ads, sem_util.adb (In_Subprogram): New function.
4432 * sem_attr.adb (Analyze_Attribute, Attribute_Old case): Use it.
4433
4434 2008-04-14 Rolf Ebert <rolf.ebert.gcc@gmx.de>
4435
4436 PR ada/20822
4437 * xgnatugn.adb (Put_Line): New procedure, ensuring Unix
4438 line endings even on non-Unix platforms.
4439
4440 2008-04-14 Samuel Tardieu <sam@rfc1149.net>
4441
4442 PR ada/35050
4443 * xref_lib.adb (Parse_Identifier_Info): Correctly parse and ignore the
4444 renaming information.
4445
4446 2008-04-13 Samuel Tardieu <sam@rfc1149.net>
4447
4448 PR ada/17985
4449 * sem_aggr.adb (Valid_Ancestor_Type): A type is not an ancestor of
4450 itself.
4451
4452 2008-04-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4453
4454 * sfn_scan.adb, sfn_scan.ads, sinfo.ads,
4455 sinput-d.ads, sinput-l.adb, sinput-l.ads, sinput.ads,
4456 snames.ads, sprint.adb, stand.ads, stringt.ads,
4457 styleg.adb, styleg.ads, stylesw.adb, stylesw.ads,
4458 switch.ads, sysdep.c, table.adb, table.ads,
4459 targparm.ads, tb-gcc.c, tbuild.ads, tracebak.c,
4460 trans.c, tree_io.adb, treepr.adb, types.adb, types.ads,
4461 uintp.adb, uintp.ads, utils.c, utils2.c, validsw.ads,
4462 vms_conv.adb, vms_conv.ads, vms_data.ads, widechar.adb,
4463 widechar.ads, xeinfo.adb, xgnatugn.adb, xr_tabls.adb,
4464 xr_tabls.ads, xref_lib.adb, xref_lib.ads, xsinfo.adb:
4465 Fix comment typos.
4466
4467 * sem_ch10.adb, sem_ch10.ads,
4468 sem_ch12.adb, sem_ch12.ads, sem_ch13.adb, sem_ch13.ads,
4469 sem_ch3.adb, sem_ch4.adb, sem_ch5.adb, sem_ch6.adb,
4470 sem_ch6.ads, sem_ch8.adb, sem_ch8.ads, sem_ch9.adb,
4471 sem_elab.adb, sem_elab.ads, sem_elim.ads, sem_eval.adb,
4472 sem_eval.ads, sem_intr.adb, sem_mech.adb, sem_mech.ads,
4473 sem_prag.adb, sem_prag.ads, sem_res.adb, sem_res.ads,
4474 sem_type.adb, sem_util.adb, sem_util.ads, sem_warn.adb,
4475 sem_warn.ads: Fix comment typos.
4476
4477 * s-secsta.adb, s-sequio.ads, s-shasto.ads,
4478 s-soflin.ads, s-stalib.ads, s-stausa.adb,
4479 s-stausa.ads, s-strxdr.adb, s-taenca.adb, s-taenca.ads,
4480 s-taprob.adb, s-taprop-hpux-dce.adb, s-taprop-irix.adb,
4481 s-taprop-linux.adb, s-taprop-mingw.adb, s-taprop-posix.adb,
4482 s-taprop-solaris.adb, s-taprop-tru64.adb, s-taprop-vms.adb,
4483 s-taprop-vxworks.adb, s-taprop.ads, s-tarest.adb,
4484 s-tarest.ads, s-tasini.adb, s-tasini.ads, s-taskin.ads,
4485 s-tasque.ads, s-tassta.adb, s-tassta.ads, s-tasuti.ads,
4486 s-tpoben.adb, s-tpoben.ads, s-tpobop.adb,
4487 s-tpopsp-posix.adb, s-tpopsp-rtems.adb, s-tposen.adb,
4488 s-tposen.ads, s-traceb-hpux.adb, s-traces.ads,
4489 s-trafor-default.ads, s-unstyp.ads, s-utf_32.ads,
4490 s-vaflop.adb, s-vaflop.ads, s-valrea.adb, s-valuti.adb,
4491 s-wchstw.ads, s-wchwts.adb, s-wchwts.ads, scans.ads,
4492 scn.adb, scng.adb, seh_init.c, sem.ads, sem_aggr.adb,
4493 sem_attr.adb, sem_attr.ads, sem_case.adb, sem_case.ads,
4494 sem_cat.adb, sem_cat.ads: Fix comment typos.
4495
4496 2008-04-12 Joel Sherrill <joel@oarcorp.com>
4497
4498 PR ada/35825
4499 * g-soccon-rtems.ads: Add IP_PKTINFO as unsupported.
4500
4501 2008-04-12 Arnaud Charlet <charlet@adacore.com>
4502
4503 * s-linux-hppa.ads: Fix syntax errors.
4504
4505 2008-04-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4506
4507 * gnat_ugn.texi: Fix typos.
4508 * raise-gcc.c, repinfo.adb, repinfo.ads, restrict.adb,
4509 restrict.ads, rtsfind.adb, rtsfind.ads, s-arit64.ads,
4510 s-asthan-vms-alpha.adb, s-auxdec.ads, s-casuti.ads,
4511 s-fatflt.ads, s-fatgen.adb, s-fatlfl.ads,
4512 s-fatllf.ads, s-fatsfl.ads, s-filofl.ads,
4513 s-finimp.adb, s-finroo.ads, s-fishfl.ads,
4514 s-fvadfl.ads, s-fvaffl.ads, s-fvagfl.ads,
4515 s-hibaen.ads, s-htable.ads, s-imgcha.adb,
4516 s-imgenu.ads, s-imgint.adb, s-imgrea.adb,
4517 s-inmaop-dummy.adb, s-inmaop.ads, s-interr-vms.adb,
4518 s-interr-vxworks.adb, s-interr.adb, s-interr.ads,
4519 s-intman-vxworks.ads, s-intman.ads, s-mastop-irix.adb,
4520 s-os_lib.adb, s-os_lib.ads, s-osinte-aix.ads,
4521 s-osinte-darwin.ads, s-osinte-freebsd.ads,
4522 s-osinte-hpux.ads, s-osinte-lynxos-3.adb,
4523 s-osinte-lynxos-3.ads, s-osinte-lynxos.ads,
4524 s-osinte-rtems.ads, s-osinte-solaris-posix.ads,
4525 s-osprim-mingw.adb, s-osprim-vms.adb, s-parame-ae653.ads,
4526 s-parame-hpux.ads, s-parame-vms-alpha.ads,
4527 s-parame-vms-ia64.ads, s-parame-vms-restrict.ads,
4528 s-parame-vxworks.ads, s-parame.ads, s-parint.adb,
4529 s-parint.ads, s-poosiz.adb, s-proinf-irix-athread.ads,
4530 s-proinf.ads, s-regexp.adb, s-regpat.adb, s-regpat.ads,
4531 s-rident.ads: Fix comment typos.
4532
4533 2008-04-09 Samuel Tardieu <sam@rfc1149.net>
4534
4535 PR ada/28305
4536 * sem_ch6.adb (Build_Body_To_Inline): Do not save and restore
4537 environment if generic instance is a top-level one.
4538
4539 2008-04-09 Doug Rupp <rupp@adacore.com>
4540
4541 * decl.c (validate_size): Set minimum size for fat pointers same as
4542 access types. Code clean ups.
4543
4544 * gmem.c (xstrdup32): New macro for 32bit dup on VMS, noop otherwise
4545 (__gnat_gmem_a2l_initialize): Dup exename into 32 bit memory on VMS
4546
4547 * s-auxdec-vms_64.ads, s-auxdec.ads (Short_Address_Size): New constant
4548
4549 * s-crtl.ads (malloc32) New function, alias for malloc
4550 (realloc32) New function, alias for realloc
4551
4552 * socket.c (__gnat_new_socket_set): Malloc fd_set in 32 bits on VMS
4553
4554 * utils2.c (build_call_alloc_dealloc): Return call to short malloc if
4555 allocator size is 32 and default pointer size is 64.
4556 (find_common_type): Document assumption on t1/t2 vs lhs/rhs. Force use of
4557 lhs type if smaller, whatever the modes.
4558
4559 * gigi.h (malloc32_decl): New macro definition
4560
4561 * utils.c (init_gigi_decls): New malloc32_decl
4562 Various code clean ups.
4563
4564 * s-asthan-vms-alpha.adb (Process_AST.To_Address): Unchecked convert to
4565 Task_Address vice System.Address.
4566
4567 * s-taspri-vms.ads: Import System.Aux_DEC
4568 (Task_Address): New subtype of System.Aux_DEC.Short_Address
4569 (Task_Address_Size): New constant size of System.Aux_DEC.Short_Address
4570
4571 * s-asthan-vms-alpha.adb (Process_AST.To_Address): Unchecked convert to
4572 Task_Address vice System.Address.
4573
4574 * s-inmaop-vms.adb: Import System.Task_Primitives
4575 (To_Address): Unchecked convert to Task_Address vice System.Address
4576
4577 * s-taprop-vms.adb (Timed_Delay): Always set the timer even if delay
4578 expires now.
4579 (To_Task_ID) Unchecked convert from Task_Adddress vice System.Address
4580 (To_Address) Unchecked convert to Task_Address vice System.Address
4581
4582 * s-tpopde-vms.adb: Remove unnecessary warning pragmas
4583
4584 * g-socthi-vms.ads: Add 32bit size clauses on socket access types.
4585
4586 2008-04-08 Eric Botcazou <ebotcazou@adacore.com>
4587
4588 * gigi.h (standard_datatypes): Add ADT_fdesc_type and ADT_null_fdesc.
4589 (fdesc_type_node): Define.
4590 (null_fdesc_node): Likewise.
4591 * decl.c (gnat_to_gnu_entity) <E_Access_Subprogram_Type>: If the target
4592 uses descriptors for vtables and the type comes from a dispatch table,
4593 return the descriptor type.
4594 * trans.c (Attribute_to_gnu) <Attr_Unrestricted_Access>: If the target
4595 uses descriptors for vtables and the type comes from a dispatch table,
4596 build a descriptor in the static case and copy the existing one in the
4597 non-static case.
4598 (gnat_to_gnu) <N_Null>: If the target uses descriptors for vtables and
4599 the type is a pointer-to-subprogram coming from a dispatch table,
4600 return the null descriptor.
4601 <N_Unchecked_Type_Conversion>: If the target uses descriptors for
4602 vtables, the source type is the descriptor type and the target type
4603 is a pointer type, first build the pointer.
4604 * utils.c (init_gigi_decls): If the target uses descriptors for vtables
4605 build the descriptor type and the null descriptor.
4606
4607 2008-04-08 Eric Botcazou <ebotcazou@adacore.com>
4608
4609 * decl.c (prepend_attributes): Fix typo.
4610 * trans.c (Pragma_to_gnu): Likewise.
4611 * utils.c (gnat_genericize): Likewise.
4612
4613 2008-04-08 Eric Botcazou <ebotcazou@adacore.com>
4614 Richard Kenner <kenner@adacore.com>
4615
4616 * ada-tree.h (TYPE_PACKED_ARRAY_TYPE_P): Only set it when bit-packed.
4617 * decl.c (gnat_to_gnu_entity): Adjust for above change.
4618 <E_Record_Type>: Try to get a better form of the component for
4619 packing, even if it has an integral mode.
4620 <E_Record_Subtype>: Likewise.
4621 * trans.c (gnat_to_gnu): Do not require BLKmode for the special
4622 exception suppressing the final conversion between record types.
4623
4624 2008-04-08 Eric Botcazou <ebotcazou@adacore.com>
4625
4626 * decl.c (gnat_to_gnu_entity) <object>: If -gnatd.a and not optimizing
4627 alignment for space, promote the alignment of non-scalar variables with
4628 no size and alignment.
4629 * gigi.h (gnat_types_compatible_p): Declare.
4630 * misc.c (LANG_HOOKS_TYPES_COMPATIBLE_P): Set to above predicate.
4631 * trans.c (gnat_to_gnu): Revert revision 129339 change. Minor cleanup.
4632 * utils.c (gnat_types_compatible_p) : New predicate.
4633 (convert): Use it throughout to test for cases where a mere view
4634 conversion is sufficient.
4635 * utils2.c (build_binary_op): Minor tweaks.
4636 (build_unary_op): Likewise.
4637
4638 2008-04-08 Eric Botcazou <ebotcazou@adacore.com>
4639
4640 * decl.c (adjust_packed): Expand comment.
4641
4642 2008-04-08 Arnaud Charlet <charlet@adacore.com>
4643
4644 * s-tasuti.ads: Use Task_Address instead of System.Address.
4645
4646 * makeutl.adb (Path_Or_File_Name): New function
4647
4648 * nlists.ads, itypes.ads: Update comments.
4649
4650 * s-crtl.ads (malloc32, realloc32): New functions.
4651
4652 * s-auxdec.ads (Short_Address_Size): New constant.
4653
4654 * a-taside.adb, s-tasdeb.adb: Use Task_Address.
4655
4656 * s-ststop.ads, s-ststop.adb: New file.
4657
4658 * exp_tss.ads, s-taprop-lynxos.adb: Update comments.
4659 Minor reformatting.
4660
4661 2008-04-08 Pascal Obry <obry@adacore.com>
4662
4663 * g-sercom.ads, g-sercom.adb (Data_Rate): Add B115200.
4664 (Stop_Bits_Number): New type.
4665 (Parity_Check): Likewise.
4666 (Set): Add parameter to set the number of stop bits and
4667 the parity. Parameter timeout is now a duration instead
4668 of a plain integer.
4669
4670 * g-sercom-linux.adb:
4671 Implement the stop bits and parity support for GNU/Linux.
4672 Fix handling of timeout, it must be given in tenth of seconds.
4673
4674 * g-sercom-mingw.adb:
4675 Implement the stop bits and parity support for Windows.
4676 Use new s-win32.ads unit instead of declaring Win32 services
4677 directly into this body.
4678 Update handling of timeout as now a duration.
4679
4680 * s-win32.ads, s-winext.ads: New files.
4681
4682 2008-04-08 Eric Botcazou <ebotcazou@adacore.com>
4683 Arnaud Charlet <charlet@adacore.com>
4684
4685 * s-osinte-linux-alpha.ads, s-osinte-linux-hppa.ads: Removed.
4686
4687 s-taspri-posix-noaltstack.ads, s-linux.ads, s-linux-alpha.ads,
4688 s-linux-hppa.ads: New files. Disable alternate stack on ia64-hpux.
4689
4690 * s-osinte-lynxos-3.ads,
4691 (Alternate_Stack): Remove when not needed. Simplify declaration
4692 otherwise.
4693 (Alternate_Stack_Size): New constant.
4694
4695 s-osinte-mingw.ads, s-taprop-mingw.adb: Code clean up: avoid use of
4696 'Unrestricted_Access.
4697
4698 * s-osinte-hpux.ads, s-osinte-solaris-posix.ads, s-osinte-aix.ads,
4699 s-osinte-lynxos.ads, s-osinte-freebsd.ads s-osinte-darwin.ads,
4700 s-osinte-tru64.ads, s-osinte-irix.ads, s-osinte-linux.ads,
4701 s-osinte-solaris.ads, s-osinte-vms.ads
4702 (SA_ONSTACK): New constant.
4703 (stack_t): New record type.
4704 (sigaltstack): New imported function.
4705 (Alternate_Stack): New imported variable.
4706 (Alternate_Stack_Size): New constant.
4707
4708 * system-linux-x86_64.ads: (Stack_Check_Probes): Set to True.
4709
4710 * s-taspri-lynxos.ads, s-taspri-solaris.ads, s-taspri-tru64.ads,
4711 s-taspri-hpux-dce.ads, s-taspri-dummy.ads, s-taspri-posix.ads,
4712 s-taspri-vms.ads (Task_Address): New subtype of System.Address
4713 (Task_Address_Size): New constant size of System.Address
4714 (Alternate_Stack_Size): New constant.
4715
4716 * s-taprop-posix.adb, s-taprop-linux.adb (Get_Stack_Attributes): Delete.
4717 (Enter_Task): Do not notify stack to System.Stack_Checking.Operations.
4718 Establish the alternate stack if the platform makes use of n alternate
4719 signal stack for stack overflows.
4720 (Create_Task): Take into account the alternate stack in the stack size.
4721 (Initialize): Save the address of the alternate stack into the ATCB for
4722 the environment task.
4723 (Create_Task): Fix assertions for NPTL library (vs old LinuxThreads).
4724
4725 * s-parame.adb (Minimum_Stack_Size): Increase value to 16K
4726
4727 * system-linux-x86.ads: (Stack_Check_Probes): Set to True.
4728
4729 * s-intman-posix.adb:
4730 (Initialize): Set SA_ONSTACK for SIGSEGV if the platform makes use of an
4731 alternate signal stack for stack overflows.
4732
4733 * init.c (__gnat_adjust_context_for_raise, Linux version): On i386 and
4734 x86-64, adjust the saved value of the stack pointer if the signal was
4735 raised by a stack checking probe.
4736 (HP-UX section): Use global __gnat_alternate_stack as signal handler
4737 stack and only for SIGSEGV.
4738 (Linux section): Likewise on x86 and x86-64.
4739 [VxWorks section]
4740 (__gnat_map_signal): Now static.
4741 (__gnat_error_handler): Not static any more.
4742 (__gnat_adjust_context_for_raise): New function. Signal context
4743 adjustment for PPC && !VTHREADS && !RTP, as required by the zcx
4744 propagation circuitry.
4745 (__gnat_error_handler): Second argument of a sigaction handler is a
4746 pointer, not an int, and is unused.
4747 Adjust signal context before mapping to exception.
4748 Install signal handlers for LynxOS case.
4749
4750 * s-taskin.ads (Common_ATCB): New field Task_Alternate_Stack.
4751 (Task_Id): Set size to Task_Address_Size
4752 (To_Task_id): Unchecked convert from Task_Address vice System.Address
4753 (To_Address): Unchecked convert to Task_Address vice System.Address
4754
4755 * s-tassta.adb (Task_Wrapper): Define the alternate stack and save its
4756 address into the ATCB if the platform makes use of an alternate signal
4757 stack for stack overflows.
4758 (Free_Task): Add call to Finalize_Attributes_Link.
4759 Add argument Relative_Deadline to pass the value specified for
4760 the task. This is not yet used for any target.
4761
4762 * s-tassta.ads (Create_Task): Add argument Relative_Deadline to pass
4763 the value specified for the task.
4764
4765 2008-04-08 Arnaud Charlet <charlet@adacore.com>
4766
4767 (s-osinte-vxworks6.ads): Removed, merged with s-osinte-vxworks.ads/.adb
4768 (s-vxwext.ads, s-vxwext-kernel.ads, s-vxwext-rtp.ads,
4769 s-vxwext-rtp.adb): New files.
4770
4771 * s-taprop-vxworks.adb, s-osinte-vxworks.ads, s-osinte-vxworks.adb:
4772 Minor updates to accomodate changes above.
4773
4774 2008-04-08 Pascal Obry <obry@adacore.com>
4775
4776 * a-exetim-mingw.adb, s-gloloc-mingw.adb, s-taprop-mingw.adb,
4777 s-tasinf-mingw.ad{s,b}, s-taspri-mingw.ads:
4778 Use new s-win32.ads unit instead of declaration
4779 from s-osinte-mingw.ads.
4780
4781 * s-osinte-mingw.ads:
4782 Move all non tasking based interface to s-win32.ads.
4783
4784 * s-osprim-mingw.adb:
4785 Remove duplicated declarations and use s-win32.ads
4786 unit instead.
4787
4788 2008-04-08 Vincent Celier <celier@adacore.com>
4789 Arnaud Charlet <charlet@adacore.com>
4790
4791 * mlib-tgt-aix.adb, mlib-tgt-darwin.adb, mlib-tgt-hpux.adb,
4792 mlib-tgt-irix.adb, mlib-tgt-linux.adb, mlib-tgt-lynxos.adb,
4793 mlib-tgt-solaris.adb, mlib-tgt-tru64.adb, mlib-tgt-vms.adb,
4794 mlib-tgt-vms.ads, mlib-tgt-vms-alpha.adb, mlib-tgt-vms-ia64.adb,
4795 mlib-tgt-vxworks.adb, mlib-tgt-mingw.adb: Renamed into...
4796
4797 * mlib-tgt-specific-aix.adb, mlib-tgt-specific-darwin.adb,
4798 mlib-tgt-specific-hpux.adb, mlib-tgt-specific-irix.adb,
4799 mlib-tgt-specific-linux.adb, mlib-tgt-specific-lynxos.adb,
4800 mlib-tgt-specific-solaris.adb, mlib-tgt-specific-tru64.adb,
4801 mlib-tgt-vms_common.adb, mlib-tgt-vms_common.ads,
4802 mlib-tgt-specific-vms-alpha.adb, mlib-tgt-specific-vms-ia64.adb,
4803 mlib-tgt-specific-vxworks.adb, mlib-tgt-specific-xi.adb,
4804 mlib-tgt-specific-mingw.adb: New names.
4805
4806 * Makefile.in:
4807 On VxWorks platforms use s-stchop-limit.ads for s-stchop.ads
4808 Get rid of gnatbl.
4809 (EXTRA_GNATRTL_NONTASKING_OBJS): Add s-win32.o
4810 Files mlib-tgt-*.adb have been renamed mlib-tgt-specific-*.adb
4811 Minor updates for VMS
4812
4813 * gnatbl.c: Removed.
4814
4815 2008-04-08 Thomas Quinot <quinot@adacore.com>
4816
4817 * g-expect-vms.adb, a-textio.adb, a-witeio.adb, exp_dbug.adb,
4818 g-expect.adb, g-locfil.adb, gnatchop.adb, gnatdll.adb, gnatlbr.adb,
4819 gnatmem.adb, g-regist.adb, i-vxwork.ads, mlib-utl.adb, i-vxwork-x86.ads,
4820 a-ztexio.adb, g-enblsp-vms-alpha.adb, g-enblsp-vms-ia64.adb,
4821 s-os_lib.adb, s-regpat.adb, s-regpat.ads: Fix incorrect casing of
4822 ASCII.NUL throughout.
4823
4824 2008-04-08 Arnaud Charlet <charlet@adacore.com>
4825 Matthew Heaney <heaney@adacore.com>
4826
4827 * a-cgcaso.adb, a-convec.adb: (Swap, Sift): Avoid use of complex
4828 renaming.
4829
4830 * a-cgaaso.ads, a-secain.ads, a-slcain.ads, a-shcain.ads,
4831 a-crdlli.ads, a-coormu.ads, a-ciormu.ads: modified header to conform
4832 to convention for non-RM specs.
4833 Add descriptive header, and documented each operation
4834 document each operation
4835
4836 2008-04-08 Robert Dewar <dewar@adacore.com>
4837 Bob Duff <duff@adacore.com>
4838 Gary Dismukes <dismukes@adacore.com>
4839 Ed Schonberg <schonberg@adacore.com>
4840
4841 * alloc.ads: Add entries for Obsolescent_Warnings table
4842
4843 * einfo.ads, einfo.adb: Minor reformatting.
4844 (Is_Discriminal): New subprogram.
4845 (Is_Prival): New subprogram.
4846 (Is_Protected_Component): New subprogram.
4847 (Is_Protected_Private): Removed.
4848 (Object_Ref, Set_Object_Ref): Removed.
4849 (Prival, Set_Prival): Change assertion.
4850 (Privals_Chain, Set_Privals_Chain): Removed.
4851 (Prival_Link, Set_Prival_Link): New subprogram.
4852 (Protected_Operation, Set_Protected_Operation): Removed.
4853 (Protection_Object, Set_Protection_Object): New subprogram.
4854 (Write_Field17_Name): Remove case for Object_Ref.
4855 (Write_Field20_Name): Add case for Prival_Link.
4856 (Write_Field22_Name): Remove case for Protected_Operation,
4857 Privals_Chain.
4858 Add case for Protection_Object.
4859 (Can_Use_Internal_Rep): Make this into a [base type only] attribute,
4860 so clients
4861 (Overlays_Constant): New flag
4862 (Is_Constant_Object): New predicate
4863 (Is_Standard_Character_Type): New predicate
4864 (Optimize_Alignment_Space): New flag
4865 (Optimize_Alignment_Time): New flag
4866 (Has_Postconditions): New flag
4867 (Obsolescent_Warrning): Field removed
4868 (Spec_PPC_List): New field
4869 (Relative_Deadline_Variable, Set_Relative_Deadline_Variable): Add
4870 subprograms to get and set the relative deadline associated to a task.
4871
4872 * exp_attr.adb (May_Be_External_Call): Account for the case where the
4873 Access attribute is part of a named parameter association.
4874 (Expand_Access_To_Protected_Op): Test for the attribute occurring
4875 within an init proc and use that directly as the scope rather than
4876 traversing up to the protected operation's enclosing scope. Only apply
4877 assertion on Is_Open_Scopes in the case the scope traversal is done.
4878 For the init proc case use the address of the first formal (_init) as
4879 the protected object reference.
4880 Implement Invalid_Value attribute
4881 (Expand_N_Attribute_Reference): Case Attribute_Unrestricted_Access.
4882 contents of the dispatch table there is no need to duplicate the
4883 itypes associated with record types (i.e. the implicit full view
4884 of private types).
4885 Implement Enum_Val attribute
4886 (Expand_N_Attribute_Reference, case Old): Properly handle appearence
4887 within _Postconditions procedure
4888 (Expand_N_Attribute_Reference, case Result): Implement new attribute
4889
4890 * exp_ch5.adb (Expand_N_Simple_Return_Statement): Handle case in which
4891 a return statement calls a function that is not available in
4892 configurable runtime.
4893 (Analyze_If_Statement): don't optimize simple True/False cases in -O0
4894 (Expand_Non_Function_Return): Generate call to _Postconditions proc
4895 (Expand_Simple_Function_Return): Ditto
4896
4897 * frontend.adb: Add call to Sem_Aux.Initialize
4898
4899 * sem_aux.ads, sem_aux.adb: New file.
4900
4901 * par-prag.adb: Add entries for pragmas Precondition/Postcondition
4902 Add new Pragma_Relative_Deadline.
4903 Add support for pragmas Check and Check_Policy
4904
4905 * sem_attr.ads, sem_attr.adb (Check_Not_CPP_Type): New subprogram.
4906 (Check_Stream_Attribute): Add missing check (not allowed in CPP types)
4907 (Analyze_Attribute): In case of attributes 'Alignment and 'size add
4908 missing check because they are not allowed in CPP tagged types.
4909 Add Sure parameter to Note_Possible_Modification calls
4910 Add implementation of Invalid_Value attribute
4911 Implement new attribute Has_Tagged_Values
4912 Implement Enum_Val attribute
4913 (Analyze_Attribute, case Range): Set Name_Req True for prefix of
4914 generated attributes.
4915 (Analyze_Attribute, case Result): If prefix of the attribute is
4916 overloaded, it always resolves to the enclosing function.
4917 (Analyze_Attribute, case Result): Properly deal with analysis when
4918 Postconditions are not active.
4919 (Resolve_Attribute, case Result): Properly deal with appearence during
4920 preanalysis in spec.
4921 Add processing for attribute Result
4922
4923 * sem_ch6.ads, sem_ch6.adb (Check_Overriding_Indicator): Code cleanup
4924 for operators.
4925 (Analyze_Subprogram_Body): Install private_with_clauses when the body
4926 acts as a spec.
4927 (Check_Inline_Pragma): recognize an inline pragma that appears within
4928 the subprogram body to which it applies.
4929 (Analyze_Function_Return): Check that type of the expression of a return
4930 statement in a function with a class-wide result is not declared at a
4931 deeper level than the function.
4932 (Process_PPCs): Deal with enabling/disabling, using PPC_Enabled flag
4933 (Verify_Overriding_Indicator): Handle properly subprogram bodies for
4934 user- defined operators.
4935 (Install_Formals): Moved to spec to allow use from Sem_Prag for
4936 analysis of precondition/postcondition pragmas.
4937 (Analyze_Subprogram_Body.Last_Real_Spec_Entity): New name for
4938 Last_Formal, along with lots of comments on what this is about
4939 (Analyze_Subprogram_Body): Fix case where we move entities from the
4940 spec to the body when there are no body entities (now possible with
4941 precondition and postcondition pragmas).
4942 (Process_PPCs): New procedure
4943 (Analyze_Subprogram_Body): Add call to Process_PPCs
4944
4945 * sem_ch8.adb (Use_One_Type): refine warning on a redundant use_type
4946 clause.
4947 (Pop_Scope): Restore Check_Policy_List on scope exit
4948 (Push_Scope): Save Check_Policy_List on scope entry
4949 Change name In_Default_Expression => In_Spec_Expression
4950 Change name Analyze_Per_Use_Expression => Preanalyze_Spec_Expression
4951 Change name Pre_Analyze_And_Resolve => Preanalyze_And_Resolve
4952 (Analyze_Object_Renaming): Allow 'Reference as object
4953 (Analyze_Pragma, case Restriction_Warnings): Call GNAT_Pragma
4954 (Process_Restrictions_Or_Restriction_Warnings): Check for bad spelling
4955 of restriction identifier.
4956 Add Sure parameter to Note_Possible_Modication calls
4957
4958 * sem_prag.ads, sem_prag.adb (Analyze_Pragma, case Stream_Convert):
4959 Don't check for primitive operations when calling Rep_Item_Too_Late.
4960 (Process_Import_Or_Interface): Do not place flag on formal
4961 subprograms.
4962 (Analyze_Pragma, case Export): If the entity is a deferred constant,
4963 propagate information to full view, which is the one elaborated by the
4964 back-end.
4965 (Make_Inline): the pragma is effective if it applies to an internally
4966 generated subprogram declaration for a body that carries the pragma.
4967 (Analyze_Pragma, case Optimize_Alignment): Set new flag
4968 Optimize_Alignment_Local.
4969 (Analyze_PPC_In_Decl_Part): New procedure
4970 (Get_Pragma_Arg): Moved to outer level
4971 (Check_Precondition_Postcondition): Change to allow new visibility
4972 rules for package spec
4973 (Analyze_Pragma, case Check_Policy): Change placement rules to be
4974 same as pragma Suppress/Unsuppress.
4975 Change name In_Default_Expression => In_Spec_Expression
4976 Change name Analyze_Per_Use_Expression => Preanalyze_Spec_Expression
4977 Change name Pre_Analyze_And_Resolve => Preanalyze_And_Resolve
4978 (Check_Precondition_Postcondition): Do proper visibility preanalysis
4979 for the case of these pragmas appearing in the spec.
4980 (Check_Enabled): New function
4981 (Initialize): New procedure
4982 (Tree_Read): New procedure
4983 (Tree_Write): New procedure
4984 (Check_Precondition_Postcondition): New procedure
4985 Implement pragmas Check and Check_Policy
4986 Merge Assert processing with Check
4987
4988 * sem_warn.adb (Warn_On_Known_Condition): Handle pragma Check
4989 New warning flag -gnatw.e
4990
4991 * sinfo.ads, sinfo.adb (Has_Relative_Deadline_Pragma): New function
4992 returning whether a task (or main procedure) has a pragma
4993 Relative_Deadline.
4994 (Set_Has_Relative_Deadline_Pragma): Procedure to indicate that a task
4995 (or main procedure) has a pragma Relative_Deadline.
4996 Add Next_Pragma field to N_Pragma node
4997 (PPC_Enabled): New flag
4998 (Next_Pragma): Now used for Pre/Postcondition processing
4999
5000 * snames.h, snames.ads, snames.adb: New standard name
5001 Inherit_Source_Path
5002 Add entry for 'Invalid_Value attribute
5003 Add entry for new attribute Has_Tagged_Values
5004 Add entry for Enum_Val attribute
5005 Add new standard names Aggregate, Configuration and Library.
5006 Add _Postconditions
5007 Add _Result
5008 Add Pragma_Precondition
5009 Add Pragma_Postcondition
5010 Add Attribute_Result
5011 New standard name Archive_Builder_Append_Option
5012 (Preset_Names): Add _relative_deadline and relative_deadline definitions
5013 There was also a missing non_preemptive_within_priorities.
5014 (Get_Pragma_Id, Is_Pragma_Name): Add support for pragma
5015 Relative_Deadline.
5016 Add support for pragmas Check and Check_Policy
5017
5018 * tree_gen.adb: Call Sem_Aux.Tree_Write
5019
5020 * tree_in.adb: Call Sem_Aux.Tree_Read
5021
5022 * exp_ch11.adb (Expand_N_Raise_Statement): New Build_Location calling
5023 sequence
5024
5025 * exp_intr.adb (Expand_Source_Info): New Build_Location calling
5026 sequence
5027
5028 * exp_prag.adb (Expand_Pragma_Relative_Deadline): New procedure.
5029 (Expand_N_Pragma): Call the appropriate procedure for expanding pragma
5030 Relative_Deadline.
5031 (Expand_Pragma_Check): New procedure
5032
5033 * sinput.ads, sinput.adb (Build_Location_String): Now appends to name
5034 buffer.
5035
5036 * sinfo.adb (PPC_Enabled): New flag
5037
5038 2008-04-08 Robert Dewar <dewar@adacore.com>
5039 Gary Dismukes <dismukes@adacore.com>
5040 Javier Miranda <miranda@adacore.com>
5041 Ed Schonberg <schonberg@adacore.com>
5042
5043 * fe.h: Remove global Optimize_Alignment flag, no longer used
5044
5045 * layout.adb: Test Optimize_Alignment flags rather than global switch
5046
5047 * lib.ads, lib.adb: New OA_Setting field in library record
5048
5049 * lib-load.adb: New OA_Setting field in library record
5050
5051 * lib-writ.ads, lib-writ.adb (Collect_Withs, Write_With_Lines): Place
5052 units mentioned in limited_with_ clauses in the ali file, with an
5053 'Y' marker.
5054 New Ox fields in U line
5055
5056 * opt.adb: New flag Optimize_Alignment_Local
5057 (Check_Policy_List[_Config]): New flags
5058
5059 * opt.ads (Invalid_Value_Used): New flag
5060 New switch Optimize_Alignment_Local
5061 (Warn_On_Parameter_Order): New flag
5062 (Check_Policy_List[_Config]): New flags
5063
5064 * ali.ads, ali.adb: Add indicator 'Y' to mark mark the presence of
5065 limited_with clauses.
5066 New data structures for Optimize_Alignment
5067
5068 * bcheck.adb (Check_Consistent_Restriction_No_Default_Initialization):
5069 New procedure
5070 (Check_Consistent_Optimize_Alignment): Rework for new structure
5071 (Check_Consistent_Restrictions): Fix incorrect error message
5072
5073 sem_ch10.adb (Decorate_Tagged_Type): Set the Parent field of a newly
5074 created class-wide type (to the Parent field of the specific type).
5075 (Install_Siblings): Handle properly private_with_clauses on subprogram
5076 bodies and on generic units.
5077 (Analyze_With_Clause, Install_Limited_Withed_Unit): Guard against an
5078 illegal limited_with_clause that names a non-existent package.
5079 (Check_Body_Required): Determine whether a unit named a limited_with
5080 clause needs a body.
5081 (Analyze_Context): A limited_with_clause is illegal on a unit_renaming.
5082 Capture Optimize_Alignment settings to set new OA_Setting field in
5083 library record.
5084 (Build_Limited_Views): Include task and protected type declarations.
5085
5086 * sem_ch3.ads, sem_ch3.adb (Analyze_Object_Declaration): Handle the
5087 case of a possible constant redeclaration where the current object is
5088 an entry index constant.
5089 (Analyze_Object_Declaration): Generate an error in case of CPP
5090 class-wide object initialization.
5091 (Analyze_Object_Declaration): Add extra information on warnings for
5092 declaration of unconstrained objects.
5093 (Access_Type_Declaration): Set Associated_Final_Chain to Empty, to avoid
5094 conflicts with the setting of Stored_Constraint in the case where the
5095 access type entity has already been created as an E_Incomplete_Type due
5096 to a limited with clause.
5097 Use new Is_Standard_Character_Type predicate
5098 (Analyze_Object_Declaration): Apply access_constant check only after
5099 expression has been resolved, given that it may be overloaded with
5100 several access types.
5101 (Constant_Redeclaration): Additional legality checks for deferred
5102 constant declarations tha involve anonymous access types and/or null
5103 exclusion indicators.
5104 (Analyze_Type_Declaration): Set Optimize_Alignment flags
5105 (Analyze_Subtype_Declaration): Ditto
5106 (Analyze_Object_Declaration): Ditto
5107 (Analyze_Object_Declaration): Don't count tasks in generics
5108 Change name In_Default_Expression => In_Spec_Expression
5109 Change name Analyze_Per_Use_Expression => Preanalyze_Spec_Expression
5110 Change name Pre_Analyze_And_Resolve => Preanalyze_And_Resolve
5111 (Process_Discriminants): Additional check for illegal use of default
5112 expressions in access discriminant specifications in a type that is not
5113 explicitly limited.
5114 (Check_Abstract_Overriding): If an inherited function dispaches on an
5115 access result, it must be overridden, even if the type is a null
5116 extension.
5117 (Derive_Subprogram): The formals of the derived subprogram have the
5118 names and defaults of the parent subprogram, even if the type is
5119 obtained from the actual subprogram.
5120 (Derive_Subprogram): In the presence of interfaces, a formal of an
5121 inherited operation has the derived type not only if it descends from
5122 the type of the formal of the parent operation, but also if it
5123 implements it. This is relevant for the renamings created for the
5124 primitive operations of the actual for a formal derived type.
5125 (Is_Progenitor): New predicate, to determine whether the type of a
5126 formal in the parent operation must be replaced by the derived type.
5127
5128 * sem_util.ads, sem_util.adb (Has_Overriding_Initialize): Make
5129 predicate recursive to handle components that have a user-defined
5130 Initialize procedure. Handle controlled derived types whose ancestor
5131 has a user-defined Initialize procedured.
5132 (Note_Possible_Modification): Add Sure parameter, generate warning if
5133 sure modification of constant
5134 Use new Is_Standard_Character_Type predicate
5135 (Find_Parameter_Type): when determining whether a protected operation
5136 implements an interface operation, retrieve the type of the formal from
5137 the entity when the formal is an access parameter or an
5138 anonymous-access-to-subprogram.
5139 Move Copy_Parameter_List to sem_util, for use when building stubbed
5140 subprogram bodies.
5141 (Has_Access_Values): Tagged types now return False
5142 (Within_HSS_Or_If): New procedure
5143 (Set_Optimize_Alignment_Flags): New procedure
5144 Change name In_Default_Expression => In_Spec_Expression
5145 Change name Analyze_Per_Use_Expression => Preanalyze_Spec_Expression
5146 Change name Pre_Analyze_And_Resolve => Preanalyze_And_Resolve
5147
5148 2008-04-08 Tristan Gingold <gingold@adacore.com>
5149
5150 * s-fileio.adb: Name_Error shouldn't be raised for a tempory file.
5151
5152 2008-04-08 Tristan Gingold <gingold@adacore.com>
5153
5154 PR ada/10768
5155
5156 * cuintp.c: Fix 16 bits issue for AVR.
5157 On AVR, integer is 16 bits, so it can't be used to do math with
5158 Base (=32768).
5159 So use long_integer instead.
5160
5161 2008-04-08 Hristian Kirtchev <kirtchev@adacore.com>
5162
5163 * a-calend-vms.ads, a-calend-vms.adb: Add with and use clause for
5164 System.OS_Primitives.
5165 Change type of various constants, parameters and local variables from
5166 Time to representation type OS_Time.
5167 (To_Ada_Time, To_Unix_Time): Correct sign of origin shift.
5168 Remove the declaration of constant Mili_F from several routines. New
5169 body for internal package Conversions_Operations.
5170 (Time_Of): Add default parameters for several formals.
5171
5172 * a-caldel.adb: Minor reformatting
5173
5174 * a-calend.ads, a-calend.adb: New body for internal package
5175 Conversions_Operations.
5176 (Time_Of): Add default parameters for several formals.
5177
5178 * Makefile.rtl: Add a-ststop
5179 Add Ada.Calendar.Conversions to the list of runtime files.
5180 Add g-timsta
5181
5182 * a-calcon.adb, a-calcon.ads: New files.
5183
5184 2008-04-08 Jose Ruiz <ruiz@adacore.com>
5185 Tristan Gingold <gingold@adacore.com>
5186
5187 * s-interr-dummy.adb, s-interr-vms.adb, s-interr-sigaction.adb
5188 (Install_Restricted_Handlers): New procedure
5189 which is a simplified version of Install_Handlers that does not store
5190 previously installed.
5191
5192 * s-interr-vxworks.adb: Fix ACATS cxc3001
5193 On VxWorks interrupts can't be detached.
5194 (Install_Restricted_Handlers): New procedure.
5195
5196 * s-interr.ads, s-interr.adb (Install_Restricted_Handlers): New
5197 procedure.
5198
5199 2008-04-08 Olivier Hainque <hainque@adacore.com>
5200
5201 * s-intman-vxworks.ads, s-intman-vxworks.adb
5202 (Map_And_Raise_Exception): Remove. Was an import of only part of the
5203 required services already implemented elsewhere.
5204 (Notify_Exception): Delete body, import __gnat_error_handler instead.
5205 (Initialize): Add SA_SIGINFO to the sa_flags, to get the sigcontext
5206 argument passed to the handler, which we need for ZCX propagation
5207 purposes.
5208
5209 2008-04-08 Hristian Kirtchev <kirtchev@adacore.com>
5210
5211 * adaint.h, adaint.c (__gnat_current_time_string): New routine.
5212
5213 * g-timsta.adb, g-timsta.ads: New files.
5214
5215 2008-04-08 Robert Dewar <dewar@adacore.com>
5216
5217 * a-except-2005.ads, a-except-2005.adb, a-except.ads, a-except.adb
5218 (Raise_Exception): In accordance with AI-446, raise CE for Null_Id
5219 (Raise_Exception_Always): Fix documentation accordingly
5220
5221 2008-04-08 Robert Dewar <dewar@adacore.com>
5222
5223 * a-strbou.ads, a-strbou.adb (From_String): New procedure (for use by
5224 Stream_Convert)
5225
5226 * sem_ch13.ads (Rep_Item_Too_Late): Document that Stream_Convert sets
5227 FOnly
5228
5229 2008-04-08 Javier Miranda <miranda@adacore.com>
5230 Robert Dewar <dewar@adacore.com>
5231 Ed Schonberg <schonberg@adacore.com>
5232
5233 * a-tags.adb (Register_Interface_Offset): New subprogram.
5234 (Set_Dynamic_Offset_To_Top): New subprogram (see previous comment).
5235 (To_Predef_Prims_Table_Ptr): Removed.
5236 (Acc_Size): Removed.
5237 (To_Acc_Size): Removed.
5238 (Parent_Size): Modified to the call the subprogram returning the size of
5239 the parent by means of the new TSD component Size_Func.
5240
5241 * a-tags.ads (Offset_To_Top_Ptr): New access type declaration.
5242 (DT_Offset_To_Top_Offset): New constant value that is used to generate
5243 code referencing the Offset_To_Top component of the dispatch table's
5244 prologue.
5245 (Prim_Ptr): New declaration of access to procedure. Used to avoid the
5246 use of 'address to initialize dispatch table slots.
5247 (Size_Func): New component of the TSD. Used by the run-time to call the
5248 size primitive of the tagged type.
5249
5250 * checks.adb (Apply_Access_Check): Avoid check when accessing the
5251 Offset_To_Top component of a dispatch table.
5252 (Null_Exclusion_Static_Checks): If the non-null access type appears in a
5253 deferred constant declaration. do not add a null expression, to prevent
5254 spurious errors when full declaration is analyzed.
5255 (Apply_Discriminant_Check): If both discriminant constraints share a
5256 node which is not static but has no side effects, do not generate a
5257 check for that discriminant.
5258 (Generate_Index_Checks): Set Name_Req to true in call to duplicate
5259 subexpr, since the prefix of an attribute is a name.
5260
5261 * checks.ads: Fix nit in comment.
5262
5263 * exp_ch3.ads, exp_ch3.adb (Freeze_Record_Type): Do not add the spec
5264 and body of predefined primitives in case of CPP tagged type
5265 derivations.
5266 (Freeze_Type): Deal properly with no storage pool case
5267 (Make_Predefined_Primitive_Specs): Generate specification of abstract
5268 primitive Deep_Adjust if a nonlimited interface is derived from a
5269 limited interface.
5270 (Build_Dcheck_Functions): Create discriminant-checking functions only
5271 for variants that have some component(s).
5272 (Build_Slice_Assignment): In expanded code for slice assignment, handle
5273 properly the case where the slice bounds extend to the last value of the
5274 underlying representation.
5275 (Get_Simple_Init_Val): New calling sequence, accomodate Invalid_Value
5276 (Is_Variable_Size_Record): An array component has a static size if
5277 index bounds are enumeration literals.
5278
5279 * exp_disp.adb (Make_DT): Use the first subtype to determine whether
5280 an external tag has been specified for the type.
5281 (Building_Static_DT): Add missing support for private types.
5282 (Make_DT): Add declaration of Parent_Typ to ensure consistent access
5283 to the entity associated with the parent of Typ. This is done to
5284 avoid wrong access when the parent is a private type.
5285 (Expand_Interface_Conversion): Improve error message when the
5286 configurable runtime has no support for dynamic interface conversion.
5287 (Expand_Interface_Thunk): Add missing support to interface types in
5288 configurable runtime.
5289 (Expand_Dispatching_Call): remove obsolete code.
5290 (Make_DT): Replace occurrences of RE_Address by RE_Prim_Ptr, and
5291 ensure that all subtypes and aggregates associated with dispatch
5292 tables have the attribute Is_Dispatch_Table_Entity set to true.
5293 (Register_Primitive): Rename one variable to improve code reading.
5294 Replace occurrences of RE_Addres by RE_Prim_Ptr. Register copy o
5295 of the pointer to the 'size primitive in the TSD.
5296
5297 * rtsfind.ads (RE_DT_Offset_To_Top_Offset): New entity.
5298 (RE_Offset_To_Top_Ptr): New entity.
5299 (RE_Register_Interface_Offset): New entity.
5300 (RE_Set_Dynamic_Offset_To_Top): New entity.
5301 (RE_Set_Offset_To_Top): Removed entity.
5302 (RE_Prim_Ptr): New entity
5303 (RE_Size_Func): New entity
5304 (RE_Size_Ptr): New entity
5305 (RTU_Id): Add Ada_Dispatching and Ada_Dispatching_EDF.
5306 (Ada_Dispatching_Child): Define this new subrange.
5307 (RE_Id): Add new required run-time calls (RE_Set_Deadline, RE_Clock,
5308 RE_Time_Span, and RE_Time_Span_Zero).
5309 (RE_Unit_Table): Add new required run-time calls
5310
5311 * rtsfind.adb (Get_Unit_Name): Add processing for Ada.Dispatching
5312 children.
5313
5314 * exp_atag.ads, exp_atag.adb (Build_Offset_To_Top): New subprogram.
5315 (Build_Set_Static_Offset_To_Top): New subprogram. Generates code that
5316 initializes the Offset_To_Top component of a dispatch table.
5317 (Build_Predef_Prims): Removed.
5318 (Build_Get_Predefined_Prim_Op_Address): Replace call to Predef_Prims by
5319 its actual code.
5320 (Build_Set_Size_Function): New subprogram.
5321
5322 * exp_ch13.adb: Do not generate storage variable for storage_size zero
5323 (Expand): Handle setting/restoring flag Inside_Freezing_Actions
5324
5325 2008-04-08 Robert Dewar <dewar@adacore.com>
5326
5327 * a-ztdeau.adb, a-tideau.adb, a-wtdeau.adb (Puts_Dec): Fix error in
5328 computing Fore when Exp > 0
5329
5330 2008-04-08 Robert Dewar <dewar@adacore.com>
5331
5332 * back_end.adb: Remove Big_String_Ptr declarations (now in Types)
5333
5334 * errout.adb: Remove Big_String_Ptr declarations (now in Types)
5335 Change name Is_Style_Msg to Is_Style_Or_Info_Msg
5336
5337 * fmap.adb: Remove Big_String declarations (now in Types)
5338 (No_Mapping_File): New Boolean global variable
5339 (Initialize): When mapping file cannot be read, set No_Mapping_File to
5340 False.
5341 (Update_Mapping_File): Do nothing if No_Mapping_File is True. If the
5342 tables were empty before adding entries, open the mapping file
5343 with Truncate = True, instead of delete/re-create.
5344
5345 * fname-sf.adb: Remove Big_String declarations (now in Types)
5346
5347 * s-strcom.adb, g-dyntab.ads, g-table.ads, s-carsi8.adb,
5348 s-stalib.ads, s-carun8.adb: Add zero size Storage_Size clauses for
5349 big pointer types
5350
5351 * table.ads: Add for Table_Ptr'Storage_Size use 0
5352
5353 * types.ads: Add Big_String declarations
5354 Add Size_Clause of zero for big pointer types
5355
5356 2008-04-08 Vincent Celier <celier@adacore.com>
5357
5358 * clean.adb (Parse_Cmd_Line): Recognize switch --subdirs=
5359 (Usage): Add line for switch --subdirs=
5360 Add new switch -eL, to follow symbolic links when processing project
5361 files.
5362
5363 * gnatcmd.adb: Process switches -eL and --subdirs=
5364 (Non_VMS_Usage): Output "gnaampcmd" instead of "gnat", and call
5365 Program_Name to get proper tool names when AAMP_On_Target is set.
5366 (Gnatcmd): Call Add_Default_Search_Dirs and Get_Target_Parameters to get
5367 AAMP_On_Target set properly for use of GNAAMP tools (this is needed by
5368 Osint.Program_Name).
5369
5370 * gnatname.adb: (Scan_Args): Recognize switches -eL and --subdirs=
5371 (Usage): Add lines for switches -eL and --subdirs=
5372
5373 * makeusg.adb: Add line for switch --subdirs=
5374
5375 * prj.ads:
5376 (Source_Data): New Boolean component Compiled, defaulted to True
5377 (Empty_File_Name: New global variable in private part, initialized in
5378 procedure Initialize.
5379 (Subdirs_Option): New constant string
5380 (Subdirs): New String_Ptr global variable
5381 (Language_Config): New component Include_Compatible_Languages
5382 (Project_Qualifier): New type for project qualifiers
5383 (Project_Data): New component Qualifier
5384 (Project_Configuration): New component Archive_Builder_Append_Option
5385
5386 * prj-nmsc.adb (Get_Unit_Exceptions): When a unit is already in
5387 another imported project indicate the name of this imported project.
5388 (Check_File): When a unit is in two project files, indicate the project
5389 names and the paths of the source files for each project.
5390 (Add_Source): Set Compiled to False if compiler driver is empty. Only
5391 set object, dependency and switches file names if Compiled is True.
5392 (Process_Compiler): Allow the empty string for value of attribute Driver
5393 (Get_Directories): When Subdirs is not null and Object_Dir is not
5394 specified, locate and create if necessary the actual object dir.
5395 (Locate_Directory): When Subdirs is not empty and Create is not the
5396 empty string, locate and create if necessary the actual directory
5397 as a subdirectory of directory Name.
5398 (Check_Library_Attributes.Check_Library): Allow a project where the only
5399 "sources" are header files of file based languages to be imported by
5400 library projects, in multi-language mode (gprbuild).
5401 (Check_Library_Attributes.Check_Library): In multi-language mode
5402 (gprbuild), allow a library project to import a project with no
5403 sources, even when this is not declared explicitly.
5404 (Check_If_Externally_Built): A virtual project extending an externally
5405 built project is also externally built.
5406 (Check_Library_Attributes): For a virtual project extending a library
5407 project, inherit the library directory.
5408 (Process_Project_Level_Array_Attributes): Process new attribute
5409 Inherit_Source_Path.
5410 For projects with specified qualifiers "standard", "library" or
5411 "abstract", check that the project conforms to the qualifier.
5412 (Process_Project_Level_Simple_Attributes): Process new attribute
5413 Archive_Builder_Append_Option.
5414
5415 * switch-m.adb: (Scan_Make_Switches): Process switch --subdirs=
5416 (Normalize_Compiler_Switches): Only keep compiler switches that are
5417 passed to gnat1 by the gcc driver and that are stored in the ALI file
5418 by gnat1.
5419 Do not take into account switc -save-temps
5420
5421 * makegpr.adb (Compile_Link_With_Gnatmake): Transmit switch -eL if
5422 gprmake is called with -eL.
5423 (Scan_Arg): Recognize switch -eL
5424 (Usage): Add line for switch -eL
5425
5426 * prj.adb (Initialize): Initialize Empty_File_Name
5427 (Project_Empty): New component Qualifier
5428
5429 * prj-attr.ads, prj-attr.adb: New project level attribute
5430 Inherit_Source_Path.
5431 New project level attribute Archive_Builder_Append_Option
5432
5433 * prj-dect.adb: Replace System.Strings by GNAT.Strings.
5434
5435 * prj-ext.adb (Initialize_Project_Path): In Multi_Language mode, add
5436 <prefix>/lib/gnat in the project path, after <prefix>/share/gpr, for
5437 upward compatibility.
5438
5439 * prj-part.adb (Project_Path_Name_Of.Try_Path): In high verbosity, put
5440 each Trying ..." on different lines.
5441 (Parse_Single_Project): Recognize project qualifiers. Fail in qualifier
5442 is "configuration" when not in configuration. Fail when in configuration
5443 when a specified qualifier is other than "configuration".
5444
5445 * prj-proc.adb (Process_Declarative_Items): Link new elements of copied
5446 full associative array together.
5447 (Recursive_Process): Put the project qualifier in the project data
5448
5449 * prj-tree.ads, prj-tree.adb: (Project_Qualifier_Of): New function
5450 (Set_Project_Qualifier_Of): New procedure
5451
5452 2008-04-08 Robert Dewar <dewar@adacore.com>
5453
5454 * errout.ads: Update comments for new handling of info: messages
5455
5456 * erroutc.adb (Matches): New procedure
5457 (Warning_Specifically_Suppressed): Modified to handle multiple * chars
5458 (Is_Style_Or_Info_Msg): New name for Is_Style_Msg, now set for
5459 info messages as well as style messages.
5460
5461 * erroutc.ads: Remove unneeded fields from Specific_Warning_Entry
5462
5463 * sem_elab.adb (Supply_Bodies): Create actual bodies for stubbed
5464 subprograms.
5465 (Check_A_Call): Special "info: " warnings now have ? in the text
5466 (Elab_Warning): Use info message in static case
5467
5468 2008-04-08 Ed Schonberg <schonberg@adacore.com>
5469
5470 * exp_aggr.adb (Static_Array_Aggregate): Use Max_Aggr_Size to determine
5471 whether an array aggregate with static bounds and scalar components
5472 should be expanded into a static constant.
5473
5474 2008-04-08 Gary Dismukes <dismukes@adacore.com>
5475 Ed Schonberg <schonberg@adacore.com>
5476 Robert Dewar <dewar@adacore.com>
5477
5478 * sem_cat.adb (Validate_RCI_Subprogram_Declaration): Add tests of
5479 Has_Stream_Attribute_ Definition when checking for available stream
5480 attributes on parameters of a limited type in Ada 2005. Necessary for
5481 proper recognition of visible stream attribute clauses.
5482 (Has_Stream_Attribute_Definition): If the type is derived from a
5483 private type, then use the derived type's underlying type for checking
5484 whether it has stream attributes.
5485 (Validate_Object_Declaration): The check for a user-defined Initialize
5486 procedure applies also to types with controlled components or a
5487 controlled ancestor.
5488 Reject an object declaration in a preelaborated unit if the type is a
5489 controlled type with an overriding Initialize procedure.
5490 (Validate_Remote_Access_To_Class_Wide_Type): Return without further
5491 checking when the parent of a dereference is a selected component and
5492 the name has not been analyzed.
5493
5494 * sem_ch4.adb (Analyze_Selected_Component): Add checking for selected
5495 prefixes that are invalid explicit dereferences of remote
5496 access-to-class-wide values, first checking whether the selected
5497 component is a prefixed form of call to a tagged operation.
5498 (Analyze_Call): Remove code that issues an error for limited function
5499 calls in illegal contexts, as we now support all of the contexts that
5500 were forbidden here.
5501 Allow a function call that returns a task.and appears as the
5502 prefix of a selected component.
5503 (Analyze_Reference): Give error message if we try to make a 'Reference
5504 for an object that is atomic/aliased without its type having the
5505 corresponding attribute.
5506 (Analyze_Call): Remove condition checking for attributes to allow
5507 calls to functions with inherently limited results as prefixes of
5508 attributes. Remove related comment about Class attributes.
5509 (Analyze_Selected_Component): If the prefix is a remote type, check
5510 whether this is a prefixed call before reporting an error.
5511 (Complete_Object_Operation): If the controlling formal is an access to
5512 variable reject an actual that is a constant or an access to one.
5513 (Try_Object_Operation): If prefix is a tagged protected object,retrieve
5514 primitive operations from base type.
5515
5516 * exp_ch4.adb (Expand_N_Indexed_Component): Test for prefix that is a
5517 build-in-place
5518 function call and call Make_Build_In_Place_Call_In_Anonymous_Context.
5519 (Expand_N_Selected_Component): Test for prefix that is a build-in-place
5520 function call and call Make_Build_In_Place_Call_In_Anonymous_Context.
5521 (Expand_N_Slice): Test for prefix that is a build-in-place function call
5522 and call Make_Build_In_Place_Call_In_Anonymous_Context.
5523 (Analyze_Call): Remove code that issues an error for limited function
5524 calls in illegal contexts, as we now support all of the contexts that
5525 were forbidden here.
5526 New calling sequence for Get_Simple_Init_Val
5527 (Expand_Boolean_Operator): Add call to Silly_Boolean_Array_Xor_Test
5528 (Expand_N_Op_Not): Add call to Silly_Boolan_Array_Not_Test
5529
5530 2008-04-08 Hristian Kirtchev <kirtchev@adacore.com>
5531 Ed Schonberg <schonberg@adacore.com>
5532 Robert Dewar <dewar@adacore.com>
5533
5534 * exp_ch2.adb: Minor reformatting.
5535 (Expand_Entry_Index_Parameter): Set the type of the identifier.
5536 (Expand_Entry_Reference): Add call to Expand_Protected_Component.
5537 (Expand_Protected_Component): New routine.
5538 (Expand_Protected_Private): Removed.
5539 Add Sure parameter to Note_Possible_Modification calls
5540
5541 * sem_ch12.ads, sem_ch12.adb (Analyze_Subprogram_Instantiation): The
5542 generated subprogram declaration must inherit the overriding indicator
5543 from the instantiation node.
5544 (Validate_Access_Type_Instance): If the designated type of the actual is
5545 a limited view, use the available view in all cases, not only if the
5546 type is an incomplete type.
5547 (Instantiate_Object): Actual is illegal if the formal is null-excluding
5548 and the actual subtype does not exclude null.
5549 (Process_Default): Handle properly abstract formal subprograms.
5550 (Check_Formal_Package_Instance): Handle properly defaulted formal
5551 subprograms in a partially parameterized formal package.
5552 Add Sure parameter to Note_Possible_Modification calls
5553 (Validate_Derived_Type_Instance): if the formal is non-limited, the
5554 actual cannot be limited.
5555 (Collect_Previous_Instances): Generate instance bodies for subprograms
5556 as well.
5557
5558 * sem_ch13.adb (Analyze_Attribute_Definition_Clause, case Small): Don't
5559 try to set RM_Size.
5560 Add Sure parameter to Note_Possible_Modification calls
5561 (Analyze_At_Clause): Preserve Comes_From_Source on Rewrite call
5562 (Analyze_Attribute_Definition_Clause, case Attribute_Address): Check for
5563 constant overlaid by variable and issue warning.
5564 Use new Is_Standard_Character_Type predicate
5565 (Analyze_Record_Representation_Clause): Check that the specified
5566 Last_Bit is not less than First_Bit - 1.
5567 (Analyze_Attribute_Definition_Clause, case Address): Check for
5568 self-referential address clause
5569
5570 * sem_ch5.ads, sem_ch5.adb (Diagnose_Non_Variable_Lhs): Rewrite the
5571 detection mechanism when the lhs is a prival.
5572 (Analyze_Assignment): Call Check_Unprotected_Access to detect
5573 assignment of a pointer to protected data, to an object declared
5574 outside of the protected object.
5575 (Analyze_Loop_Statement): Check for unreachable code after loop
5576 Add Sure parameter to Note_Possible_Modication calls
5577 Protect analysis from previous syntax error such as a scope mismatch
5578 or a missing begin.
5579 (Analyze_Assignment_Statement): The assignment is illegal if the
5580 left-hand is an interface.
5581
5582 * sem_res.ads, sem_res.adb (Resolve_Arithmetic_Op): For mod/rem check
5583 violation of restriction No_Implicit_Conditionals
5584 Add Sure parameter to Note_Possible_Modication calls
5585 Use new Is_Standard_Character_Type predicate
5586 (Make_Call_Into_Operator): Preserve Comes_From_Source when rewriting
5587 call as operator. Fixes problems (e.g. validity checking) which
5588 come from the result looking as though it does not come from source).
5589 (Resolve_Call): Check case of name in named parameter if style checks
5590 are enabled.
5591 (Resolve_Call): Exclude calls to Current_Task as entry formal defaults
5592 from the checking that such calls should not occur from an entry body.
5593 (Resolve_Call): If the return type of an Inline_Always function
5594 requires the secondary stack, create a transient scope for the call
5595 if the body of the function is not available for inlining.
5596 (Resolve_Actuals): Apply Ada2005 checks to view conversions of arrays
5597 that are actuals for in-out formals.
5598 (Try_Object_Operation): If prefix is a tagged protected object,retrieve
5599 primitive operations from base type.
5600 (Analyze_Selected_Component): If the context is a call to a protected
5601 operation the parent may be an indexed component prior to expansion.
5602 (Resolve_Actuals): If an actual is of a protected subtype, use its
5603 base type to determine whether a conversion to the corresponding record
5604 is needed.
5605 (Resolve_Short_Circuit): Handle pragma Check
5606
5607 * sem_eval.adb: Minor code reorganization (usea Is_Constant_Object)
5608 Use new Is_Standard_Character_Type predicate
5609 (Eval_Relational_Op): Catch more cases of string comparison
5610
5611 2008-04-08 Robert Dewar <dewar@adacore.com>
5612 Gary Dismukes <dismukes@adacore.com>
5613
5614 * s-rident.ads: Add No_Default_Initialization restriction
5615
5616 * exp_tss.adb:
5617 (Has_Non_Null_Base_Init_Proc): Handle No_Default_Initialization case
5618 (Set_TSS): Handle No_Default_Initialization case
5619
5620 * exp_ch6.adb (Expand_N_Subprogram_Body): Handle restriction
5621 No_Default_Initialization
5622 (Expand_N_Subprogram_Body): Remove redundant initialization of out
5623 parameters when Normalize_Scalars is active.
5624 (Add_Final_List_Actual_To_Build_In_Place_Call): Add formal Sel_Comp
5625 Fix casing error in formal parameter name in call
5626 (Register_Predefined_DT_Entry): Replace occurrences of RE_Address by
5627 (Expand_Call, Propagate_Tag): Call Kill_Current_Values when processing a
5628 dispatching call on VM targets.
5629
5630 2008-04-08 Gary Dismukes <dismukes@adacore.com>
5631 Thomas Quinot <quinot@adacore.com>
5632
5633 * exp_ch7.adb (Find_Final_List): Change the test for generating a
5634 selected component from an access type's Associated_Final_Chain to
5635 check for the presence of that field, rather than assuming it exists
5636 for all named access types.
5637 (Make_Clean): New formal Chained_Cleanup_Action allowing to specify a
5638 procedure to call at the end of the generated cleanup procedure.
5639 (Expand_Cleanup_Actions): When a new cleanup procedure is generated, and
5640 and an At_End_Proc already exists in the handled sequence of statements
5641 for which cleanup actions are being expanded, the original cleanup
5642 action must be preserved.
5643
5644 2008-04-08 Hristian Kirtchev <kirtchev@adacore.com>
5645 Ed Schonberg <schonberg@adacore.com>
5646 Robert Dewar <dewar@adacore.com>
5647 Gary Dismukes <dismukes@adacore.com>
5648
5649 * exp_ch9.ads, exp_ch9.adb (Build_Protected_Entry,
5650 Build_Unprotected_Subprogram_Body): Generate debug info for
5651 declarations related to the handling of private data in task and
5652 protected types.
5653 (Debug_Private_Data_Declarations): New subprogram.
5654 (Install_Private_Data_Declarations): Remove all debug info flagging.
5655 This is now done by Debug_Private_Data_Declarations at the correct
5656 stage of expansion.
5657 (Build_Simple_Entry_Call): If the task name is a function call, expand
5658 the prefix into an object declaration, and make the surrounding block a
5659 task master.
5660 (Build_Master_Entity): An internal block is a master if it wraps a call.
5661 Code reformatting, update comments. Code clean up.
5662 (Make_Task_Create_Call): Use 'Unrestricted_Access instead of 'Address.
5663 (Replicate_Entry_Formals): If the formal is an access parameter or
5664 anonymous access to subprogram, copy the original tree to create new
5665 entities for the formals of the subprogram.
5666 (Expand_N_Task_Type_Declaration): Create a Relative_Deadline variable
5667 for tasks to store the value passed using pragma Relative_Deadline.
5668 (Make_Task_Create_Call): Add the Relative_Deadline argument to the
5669 run-time call to create a task.
5670 (Build_Wrapper_Spec): If the controlling argument of the interface
5671 operation is an access parameter with a non-null indicator, use the
5672 non-null indicator on the wrapper.
5673
5674 * sem_ch9.adb (Analyze_Protected_Type): Only retrieve the full view when
5675 present, which it may not be in the case where the type entity is an
5676 incomplete view brought in by a limited with.
5677 (Analyze_Task_Type): Only retrieve the full view when present, which it
5678 may not be in the case where the type entity is an incomplete view brought
5679 in by a limited with.
5680 (Analyze_Protected_Definition): Set Is_Frozen on all itypes generated for
5681 private components of a protected type, to prevent the generation of freeze
5682 nodes for which there is no proper scope of elaboration.
5683
5684 * exp_util.ads, exp_util.adb
5685 (Remove_Side_Effects): If the expression is a function call that returns a
5686 task, expand into a declaration to invoke the build_in_place machinery.
5687 (Find_Protection_Object): New routine.
5688 (Remove_Side_Effects): Also make a copy of the value
5689 for attributes whose result is of an elementary type.
5690 (Silly_Boolean_Array_Not_Test): New procedure
5691 (Silly_Boolean_Array_Xor_Test): New procedure
5692 (Is_Volatile_Reference): New function
5693 (Remove_Side_Effects): Use Is_Volatile_Reference
5694 (Possible_Bit_Aligned_Component): Handle slice case properly
5695
5696 * exp_pakd.adb (Expand_Packed_Not): Move silly true/true or false/false
5697 case test to Exp_Util
5698 (Expand_Packed_Xor): Move silly true/true case test to Exp_Util
5699
5700 2008-04-08 Thomas Quinot <quinot@adacore.com>
5701
5702 * exp_dist.ads, exp_dist.adb: Fix casing error in formal parameter name
5703 in call
5704 (Add_RACW_Features): When processing an RACW in another unit than the
5705 main unit, set Body_Decls to No_List to indicate that the bodies of
5706 the type's TSS must not be generated.
5707 (GARLIC_Support.Add_RACW_Read_Attribute,
5708 GARLIC_Support.Add_RACW_Write_Attribute): Do not generate bodies if
5709 Body_Decls is No_List.
5710 (PolyORB_Support.Add_RACW_Read_Attribute,
5711 PolyORB_Support.Add_RACW_Write_Attribute,
5712 PolyORB_Support.Add_RACW_From_Any,
5713 PolyORB_Support.Add_RACW_To_Any,
5714 PolyORB_Support.Add_RACW_TypeCode): Same.
5715 (Transmit_As_Unconstrained): New function.
5716 (Build_Ordered_Parameters_List): Use the above to order parameters.
5717 (GARLIC_Support.Build_General_Calling_Stubs):
5718 Use the above to determine which parameters to unmarshall using 'Input
5719 at the point where their temporary is declared (as opposed to later on
5720 with a 'Read call).
5721 (PolyORB_Support.Build_General_Calling_Stubs):
5722 Use the above to determine which parameters to unmarshall using From_Any
5723 at the point where their temporary is declared (as opposed to later on
5724 with an assignment).
5725
5726 2008-04-08 Ed Schonberg <schonberg@adacore.com>
5727
5728 * exp_strm.adb (Build_Record_Or_Elementary_Input_Function): If this is
5729 an Input function for an access type, do not perform default
5730 initialization on the local variable that receives the value, to
5731 prevent spurious warnings when the type is null-excluding.
5732
5733 2008-04-08 Robert Dewar <dewar@adacore.com>
5734 Ed Schonberg <schonberg@adacore.com>
5735
5736 * freeze.adb (Freeze_Entity): Improve warnings on access types in pure
5737 units.
5738 (Size_Known): Generic formal scalar types have known at compile
5739 time size, so remove check.
5740 Fix casing error in formal parameter name in call
5741 (Freeze_Subprogram): If the subprogram is a user-defined operator,
5742 recheck its overriding indication.
5743
5744 2008-04-08 Vincent Celier <celier@adacore.com>
5745
5746 * gnat1drv.adb: Send all messages indicating an error to standard error
5747
5748 2008-04-08 Robert Dewar <dewar@adacore.com>
5749
5750 * gnatbind.adb (Restriction_Could_Be_Set): New procedure
5751 (List_Applicable_Restrictions): Do not list existing restrictions
5752
5753 2008-04-08 Thomas Quinot <quinot@adacore.com>
5754
5755 * g-socket.ads, g-socket.adb: Improve documentation of GNAT.Sockets:
5756 add a pointer to generic sockets literature
5757 do not mention that the given example is "typical" usage.
5758 Remove obsolete comment about multicast not being supported on Windows.
5759 (Connect_Socket): Make Server mode IN rather than IN OUT
5760 since this formal is never modified.
5761
5762 2008-04-08 Robert Dewar <dewar@adacore.com>
5763
5764 * sprint.adb (Write_Itype): Handle Itypes whose Parent field points to
5765 the declaration for some different entity.
5766 (Sprint_Node_Actual, case N_Derived_Type_Definition): When an interface
5767 list is precent (following the parent subtype indication), display
5768 appropriate "and" keyword.
5769
5770 * itypes.adb: Remove unnecessary calls to Init_Size_Align and Init_Esize
5771 Remove unnecessary calls to Init_Size_Align and Init_Esize.
5772 Add notes on use of Parent field of an Itype
5773
5774 2008-04-08 Ed Schonberg <schonberg@adacore.com>
5775 Robert Dewar <dewar@adacore.com>
5776 Gary Dismukes <dismukes@adacore.com>
5777
5778 * lib-xref.adb (Is_On_LHS): Remove dead code
5779 (Output_Overriden_Op): If the overridden operation is itself inherited,
5780 list the ancestor operation, which is the one whose body or absstract
5781 specification is actually being overridden. For source navigation
5782 purposes.
5783
5784 * sem_ch7.adb (Is_Primitive_Of): use base type to determine whether
5785 operation is primitive for the type.
5786 (Declare_Inherited_Private_Subprograms): If the new operation overrides
5787 an inherited private subprogram, set properly the Overridden_Operation
5788 attribute, for better cross-reference information.
5789 (Analyze_Package_Specification): Do late analysis of spec PPCs
5790 (Install_Private_Declaration, Uninstall_Declarations): Save/restore
5791 properly the full view and underlying full views of a private type in a
5792 child unit, whose full view is derived from a private type in a parent
5793 unit, and whose own full view becomes visible in the child body.
5794
5795 * sem_disp.adb (Check_Dispatching_Operation): When a body declares a
5796 primitive operation after the type has been frozen, add an explicit
5797 reference to the type and the operation, because other primitive
5798 references have been emitted already.
5799 (Expand_Call, Propagate_Tag): Call Kill_Current_Values when processing a
5800 dispatching call on VM targets.
5801
5802 2008-04-08 Vincent Celier <celier@adacore.com>
5803 Thomas Quinot <quinot@adacore.com>
5804
5805 * make.adb: (Gnatmake_Called): Remove, no longer necessary
5806 (Compile_Surces): Call Delete_Temp_Config_Files only if Gnatmake_Called
5807 is True and Debug_Flag_N is False. Debug_Flag_N means "keep temp files".
5808 (Insert_Project_Sources): Take into account index in multi-unit source
5809 files.
5810 After building a library project, delete all temporary files.
5811 (Initialize): Reset current output after parsing project file.
5812 (Collect_Arguments_And_Compile): Never insert in the queue the sources
5813 of library projects that are externally built.
5814 Put file name in error and inform messages if -df is used
5815 (Display): If invoked with -d7, do not display path names, but only
5816 file names.
5817
5818 * makeutl.ads (Path_Or_File_Name): New function
5819 (Path_Or_File_Name): New function
5820
5821 2008-04-08 Arnaud Charlet <charlet@adacore.com>
5822
5823 * Make-lang.in: Disable warnings during first stage of bootstrap
5824 Get rid of gnatbl.
5825 Update dependencies.
5826
5827 2008-04-08 Vincent Celier <celier@adacore.com>
5828
5829 * mlib-prj.adb (Build_Library): Compare with ALI file name in canonical
5830 case to decide if ALI object file is included in library.
5831 (Build_Library): Never attempt to build a library if the project is
5832 externally built.
5833
5834 2008-04-08 Thomas Quinot <quinot@adacore.com>
5835
5836 * nlists.adb (Is_Non_Empty_List): Remove redundant test. First
5837 (No_List) is defined to return Empty.
5838
5839 2008-04-08 Jose Ruiz <ruiz@adacore.com>
5840
5841 * osint.ads, osint.adb (Get_Libraries_From_Registry): Improve
5842 documentation.
5843 Update comments.
5844 (Read_Default_Search_Dirs): Do not consider spaces as path separators
5845 because spaces may be part of legal paths.
5846
5847 2008-04-08 Robert Dewar <dewar@adacore.com>
5848
5849 * par-ch11.adb (P_Exception_Handler): Check indentation level for
5850 handler
5851
5852 2008-04-08 Ed Schonberg <schonberg@adacore.com>
5853
5854 * par-ch3.adb (P_Type_Declaration) Reject the keyword "synchronized"
5855 in a type declaration, if this is not an interface declaration or
5856 private type extension.
5857
5858 2008-04-08 Vincent Celier <celier@adacore.com>
5859
5860 * prj-util.adb (Executable_Of): New String parameter Language. When
5861 Ada_Main is False and Language is not empty, attempt to remove the body
5862 suffix or the spec suffix of the language to get the base of the
5863 executable file name.
5864 (Put): New Boolean parameter Lower_Case, defauilted to False. When
5865 Lower_Case is True, put the value in lower case in the name list.
5866 (Executable_Of): If there is no executable suffix in the configuration,
5867 then do not modify Executable_Extension_On_Target.
5868
5869 * prj-util.ads (Executable_Of): New String parameter Language,
5870 defaulted to the empty string.
5871 (Put): New Boolean parameter Lower_Case, defauilted to False
5872
5873 2008-04-08 Robert Dewar <dewar@adacore.com>
5874
5875 * scng.adb (Scan_Identifier): Handle case of identifier starting with
5876 wide character using UTF-8 encoding.
5877
5878 2008-04-08 Javier Miranda <miranda@adacore.com>
5879
5880 * sem.adb (Analyze): Consider case in which we analyze an empty node
5881 that was generated by a call to a runtime function that is not
5882 available under the configurable runtime.
5883
5884 * sem.ads (Inside_Freezing_Actions): New flag.
5885 (Save_Check_Policy_List): New field in scope stack entry
5886
5887 2008-04-08 Ed Schonberg <schonberg@adacore.com>
5888 Robert Dewar <dewar@adacore.com>
5889
5890 * sem_aggr.adb (Analyze_N_Extension_Aggregate): Add legality checks for
5891 the ancestor part of an extension aggregate for a limited type.
5892 (Resolve_Array_Aggregate): Issue warning for sliding of aggregate with
5893 enumeration index bounds.
5894 (Resolve_Array_Aggregate): Add circuit for diagnosing missing choices
5895 when array is too short.
5896 (Check_Expr_OK_In_Limited_Aggregate): Move function
5897 Check_Non_Limited_Type from Resolve_Record_Aggregate to top level (and
5898 change name).
5899 (Resolve_Array_Aggregate.Resolve_Aggr_Expr):
5900 Check_Expr_OK_In_Limited_Aggregates called to check for illegal limited
5901 component associations.
5902 (Check_Non_Limited_Type): Moved to outer level and renamed.
5903 (Resolve_Record_Aggregate): In an extension aggregate, an association
5904 with a box initialization can only designate a component of the
5905 extension, not a component inherited from the given ancestor
5906
5907 * sem_case.adb: Use new Is_Standard_Character_Type predicate
5908
5909 2008-04-08 Robert Dewar <dewar@adacore.com>
5910
5911 * s-imgdec.adb (Set_Decimal_Digits): Fix error when input is zero with
5912 negative scale
5913 (Set_Decimal_Digits): Properly handle Aft=0 (equivalent to Aft=1)
5914 Properly handle case where Aft > Scale and input number is less than
5915 one.
5916
5917 2008-04-08 Hristian Kirtchev <kirtchev@adacore.com>
5918
5919 * s-stoele.ads, s-soflin.ads: Move the location of
5920 Dummy_Communication_Block from System.Storage_Elements to
5921 System.Soft_Links.
5922
5923 * s-tpobop.ads: Add comment on usage of Dummy_Communication_Block to
5924 emulate Communication_Block in certain scenarios.
5925
5926 2008-04-08 Hristian Kirtchev <kirtchev@adacore.com>
5927
5928 * s-strxdr.adb, s-stratt.ads, s-stratt.adb (Block_IO_OK): New
5929 subprogram.
5930 Add new subtype S_WWC, unchecked conversion routines From_WWC and
5931 To_WWC.
5932 (I_WWC, O_WWC): New routines for input and output of
5933 Wide_Wide_Character.
5934
5935 2008-04-08 Robert Dewar <dewar@adacore.com>
5936
5937 * stringt.adb (Write_String_Table_Entry): Handle wide characters
5938 properly
5939
5940 2008-04-08 Robert Dewar <dewar@adacore.com>
5941
5942 * styleg.adb (Check_Comment): Allow special char after -- in
5943 non-end-of-line case
5944
5945 2008-04-08 Robert Dewar <dewar@adacore.com>
5946
5947 * stylesw.adb: Implement -gnaty + - y options
5948 (Set_GNAT_Style_Check_Options): Includ I in style check string
5949
5950 * stylesw.ads: Add comments for new style switch options
5951
5952 2008-04-08 Sergey Rybin <rybin@adacore.com>
5953
5954 * tree_io.ads: Increase ASIS_Version_Number because of adding Sem_Aux
5955 to the set of the GNAT components needed by ASIS.
5956
5957 2008-04-08 Bob Duff <duff@adacore.com>
5958
5959 * types.h: Change CE_Null_Exception_Id to the correct value (8, was 9).
5960
5961 2008-04-08 Tristan Gingold <gingold@adacore.com>
5962
5963 * vxaddr2line.adb: Use Unsigned_32 instead of Integer for address type.
5964 Improve error message generation.
5965
5966 2008-04-08 Vincent Celier <celier@adacore.com>
5967
5968 * a-direct.adb (Start_Search): Check for Name_Error before checking for
5969 Use_Error, as specified in the RM. Check if directory is open and raise
5970 Use_Error if it is not.
5971
5972 2008-04-08 Vincent Celier <celier@adacore.com>
5973 Robert Dewar <dewar@adacore.com>
5974
5975 * vms_conv.adb (Output_Version): Print "GNAAMP" instead of "GNAT when
5976 AAMP_On_Target is set.
5977
5978 * vms_data.ads: Add NOxxx to style check switch list
5979 Add entry COMPONENTS for -gnatVe
5980 Add VMS qualifiers for -eL (/FOLLOW_LINKS_FOR_FILES) and --subdirs=
5981 (/SUBDIRS=).
5982 (GCC_Switches): Add /ALL_BACK_END_WARNINGS.
5983 Add qualifiers for gnatmetric coupling options
5984 Add note that -gnata enables all checks
5985 Add entries [NO]PARAMETER_ORDER for -gnatw.p[P]
5986 Fix inconsistency for VMS qualifier for the gnatpp '-rnb' option
5987 New warning flag -gnatw.e
5988
5989 * usage.adb: Add entries for -gnaty+ -gnaty- -gnatyy
5990 Add entry for -gnatyN (forgotten before)
5991 Line for new warning switch -gnatw.p
5992 New warning flag -gnatw.e
5993
5994 * gnat_ugn.texi: Add documentation fpr project file switch -aP
5995 Document -gnaty - + y
5996 Replace occurences of "package specification" with "package spec"
5997 Define preprocessing symbols in documentation of gnatprep
5998 Clarify reason for distinguishing overflow checking
5999 Add documentation for project-aware tool switches -eL and --subdirs=
6000 Complete list of configuration pragmas
6001 Specify that, even when gnatmake switch -x is used, mains on the command
6002 line need to be sources of project files.
6003 Editing of gnatcheck/gnatmetric doc.
6004 Add documentation for -gnatw.p/-gnatw.P
6005 Add missing documentation for -fno-inline-functions.
6006 Add documentation for -gnatw.e
6007
6008 * gnat_rm.texi: Add documentation for No_Default_Initialization
6009 Replace occurences of "package specification" with "package spec"
6010 Document use of * in Warnings Off string
6011 Update documentation of alignment/component clauses.
6012 Add documentation for Invalid_Value
6013 Document new consistency rule for Optimize_Alignment
6014 Add documentation for Precondition and Postcondition pragmas
6015 Add documentation for Check and Check_Policy pragmas
6016 Document new Enum_Val attribute
6017 Remove requirement for static string in pragma Assert
6018 Add documentation on GNAT.Time_Stamp
6019
6020 * ug_words: add entry for -gnatVe
6021 Add entries for -gnat.p[P] /WARNINGS=[NO]PARAMETER_ORDER
6022 Add entry for -gnatw.e
6023
6024 * debug.adb: Add missing documentation for d.a flag
6025 Document new -gnatd.a switch.
6026 Add documentation for new gnatmake debug switch -df
6027
6028 2008-04-08 Thomas Quinot <quinot@adacore.com>
6029
6030 * gen-soccon.c: Bump year in copyright notices.
6031
6032 * g-soccon-vxworks.ads: Add new constant IP_PKTINFO
6033
6034 2008-04-08 Eric Botcazou <ebotcazou@adacore.com>
6035
6036 * ctrl_c.c: Improve handling of ctrl-c on LynxOS and Windows.
6037 Minor reformatting.
6038
6039 2008-04-08 Robert Dewar <dewar@adacore.com>
6040 Bob Duff <duff@adacore.com>
6041
6042 * impunit.adb: Add Interfaces.Java.JNI, System.Strings.Stream_Ops,
6043 Ada.Calendar.Conversions, Ada.Dispatching.EDF, GNAT.Time_Stamp
6044
6045 * s-intman-mingw.adb: Minor comment fix -- spell 'explicitly' correctly
6046
6047 * g-trasym.adb: Minor comment fix -- spell 'explicitly' correctly
6048
6049 * g-trasym.ads: Minor comment improvements
6050
6051 * s-stalib.adb: Minor comment fix -- spell 'explicitly' correctly
6052
6053 * a-sequio.ads, a-direio.ads: improve message for tagged type
6054
6055 * a-strunb.ads: Minor reformatting
6056
6057 * a-tifiio.adb: Minor reformatting
6058
6059 * atree.adb (Fix_Parents): Use clearer names for formals
6060 Cleanup and simplify code
6061 Use named notation in calls
6062
6063 * exp_fixd.adb (Do_Multiply_Fixed_Universal): Use named notation in
6064 confusing calls
6065
6066 * uintp.adb: Used named notation for some confusing calls
6067
6068 * bindusg.adb: Minor change in one line of output
6069
6070 * cstand.adb: Minor reformatting of src representation of Standard
6071
6072 * a-assert.ads: Add comment.
6073
6074 * g-decstr.adb: Fix bad indentation
6075
6076 * expander.ads, expander.adb: Code clean up.
6077
6078 * sem_dist.ads: Minor comment improvement
6079
6080 * sem_type.adb, g-dirope.ads, g-exctra.ads, s-valwch.adb,
6081 s-wchstw.adb, targparm.ads, widechar.adb: Minor reformatting
6082
6083 * i-cstrin.adb: Fix casing error in formal parameter name in call
6084
6085 2008-04-08 Ed Schonberg <schonberg@adacore.com>
6086
6087 * binde.adb (Gather_All_Links, Gather_Dependencies): units that are
6088 mentioned in limited_with_clauses to do create semantic dependencies
6089 even though they appear in the ali file.
6090
6091 2008-04-08 Emmanuel Briot <briot@adacore.com>
6092
6093 * g-comlin.ads, g-comlin.adb (Expansion): Remove unreachable return
6094 statement.
6095 (Get_Configuration): New subprogram.
6096
6097 * prj-pp.ads, prj-pp.adb (Pretty_Print): new parameters Id and Id_Tree
6098 These optional parameters help preserve the casing of the project's name
6099 when pretty-printing.
6100
6101 2008-04-08 Jerome Lambourg <lambourg@adacore.com>
6102 Arnaud Charlet <charlet@adacore.com>
6103
6104 * bindgen.adb (Gen_Adainit_Ada): If the main program is a CIL function,
6105 then use __gnat_set_exit_status to report the returned status code.
6106
6107 * comperr.adb (Compiler_Abort): Convert most bug boxes into clean error
6108 messages on .NET, since some constructs of the language are not
6109 properly supported.
6110
6111 * gnatlink.adb (Gnatlink): In case the command line is too long for the
6112 .NET linker, gnatlink now concatenate all .il files and pass this to
6113 ilasm.
6114
6115 2008-04-07 Aurelien Jarno <aurelien@aurel32.net>
6116 Xavier Grave <grave@ipno.in2p3.fr>
6117
6118 * Makefile.in: Add make ifeq define for mips/mipsel support.
6119 * g-soccon-linux-mips.ads, system-linux-mipsel.ads,
6120 system-linux-mips.ads: New files.
6121
6122 2008-04-07 Aurelien Jarno <aurelien@aurel32.net>
6123
6124 * sysdep.c: add __GLIBC__ to the #ifdef preprocessor macros to
6125 detect systems using GNU libc.
6126 * gsocket.h: ditto.
6127 * socket.c: ditto.
6128 * adaint.c: ditto.
6129 * link.c: ditto.
6130
6131 2008-04-07 Aurelien Jarno <aurelien@aurel32.net>
6132
6133 * s-osinte-linux-kfreebsd.ads (SC_NPROCESSORS_ONLN): New
6134 constant constant for sysconf call.
6135 (bit_field): New packed boolean type used by cpu_set_t.
6136 (cpu_set_t): New type corresponding to the C type with
6137 the same name. Note that on the Ada side we use a bit
6138 field array for the affinity mask. There is not need
6139 for the C macro for setting individual bit.
6140 (pthread_setaffinity_np): New imported routine.
6141 * Makefile.in: Use s-tasinf-linux.ads and s-tasinf-linux.adb
6142 on GNU/kFreeBSD.
6143
6144 2008-04-07 Eric Botcazou <ebotcazou@adacore.com>
6145
6146 * utils2.c (build_binary_op): Fold ARRAY_REF and ARRAY_RANGE_REF too.
6147
6148 2008-04-07 Eric Botcazou <ebotcazou@adacore.com>
6149
6150 * gigi.h (create_subprog_type): Remove returns_with_dsp parameter.
6151 * decl.c (gnat_to_gnu_entity): Adjust for above new prototype.
6152 * utils.c (create_subprog_type): Remove returns_with_dsp parameter.
6153 * trans.c (gnat_to_gnu) <N_Return_Statement>: Remove code dealing with
6154 Return by Depressed Stack Pointer.
6155
6156 2008-04-06 Eric Botcazou <ebotcazou@adacore.com>
6157
6158 * decl.c (is_variable_size): Do not unconditionally return false
6159 on non-strict alignment platforms.
6160
6161 2008-04-06 Eric Botcazou <ebotcazou@adacore.com>
6162
6163 * decl.c (rest_of_type_decl_compilation_no_defer): New local function
6164 used to process all the variants of the specified type.
6165 (gnat_to_gnu_entity): Invoke rest_of_type_decl_compilation for enumeral
6166 types too. Call rest_of_type_decl_compilation_no_defer if undeferring.
6167 (rest_of_type_decl_compilation): Likewise.
6168 * utils.c (gnat_pushdecl): Propagate the name to all variants of type.
6169
6170 2008-04-03 Paolo Bonzini <bonzini@gnu.org>
6171
6172 * gigi.h (insert_block): Kill.
6173 * utils.c (insert_block): Kill.
6174
6175 2008-04-02 Eric Botcazou <ebotcazou@adacore.com>
6176
6177 * decl.c (gnat_to_gnu_entity) <object>: For a constant object whose
6178 type has self-referential size, get the size from the initializing
6179 expression directly if it is also a constant whose nominal type
6180 has self-referential size.
6181
6182 2008-04-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6183
6184 PR ada/33688
6185 * g-soccon-darwin.ads: Define new constant IP_PKTINFO.
6186
6187 PR ada/33857
6188 * env.c: Always include crt_externs.h if __APPLE__ is defined.
6189 (__gnat_setenv): Use setenv instead of putenv if __APPLE__ is defined.
6190
6191 2008-04-01 Andreas Jaeger <aj@suse.de>
6192
6193 * g-soccon-linux-ppc.ads: Add new constants SO_REUSEPORT and
6194 IP_PKTINFO.
6195
6196 2008-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6197
6198 * g-table.adb, g-tasloc.adb, g-traceb.ads,
6199 g-trasym.adb, g-utf_32.adb, gen-soccon.c, gigi.h, gmem.c,
6200 gnatbind.adb, gnatchop.adb, gnatcmd.adb,
6201 gnatcmd.ads, gnatdll.adb, gnatfind.adb,
6202 gnatlink.adb, gnatmem.adb, gprep.adb,
6203 i-cstrea-vms.adb, i-cstrin.adb, i-pacdec.ads,
6204 i-vxwork.ads, impunit.adb, init.c, initialize.c, inline.adb,
6205 layout.adb, lib-writ.adb, lib-writ.ads, lib-xref.adb,
6206 lib-xref.ads, lib.adb, link.c, live.ads,
6207 make.adb, makegpr.adb, makeutl.adb, math_lib.adb,
6208 mdll-utl.adb, mdll.ads, memroot.adb, memroot.ads,
6209 misc.c, mlib-prj.adb, mlib-tgt-hpux.adb,
6210 mlib-tgt-linux.adb, mlib-tgt-tru64.adb, mlib-tgt.ads,
6211 namet.adb, namet.h, nlists.adb, nlists.ads,
6212 nlists.h, opt.ads, osint-b.ads, osint-c.adb,
6213 osint-c.ads, osint.adb, osint.ads, output.ads,
6214 par-ch10.adb, par-ch12.adb, par-ch2.adb, par-ch3.adb,
6215 par-ch4.adb, par-ch5.adb, par-ch6.adb, par-ch9.adb,
6216 par-endh.adb, par-labl.adb, par-prag.adb,
6217 par-sync.adb, par-tchk.adb, par-util.adb,
6218 par.adb, prep.adb, prep.ads, prepcomp.adb, prj-attr.ads,
6219 prj-dect.adb, prj-env.adb, prj-ext.adb, prj-nmsc.adb,
6220 prj-nmsc.ads, prj-pp.adb, prj-proc.adb,
6221 prj-strt.ads, prj-tree.ads, prj.adb, prj.ads: Fix comment typos.
6222
6223 2008-03-31 Eric Botcazou <ebotcazou@adacore.com>
6224
6225 * decl.c (gnat_to_gnu_entity) <object>: Do not force a non-null
6226 size if it has overflowed.
6227
6228 2008-03-31 Olivier Hainque <hainque@adacore.com>
6229 Eric Botcazou <ebotcazou@adacore.com>
6230
6231 * utils2.c (find_common_type): Document assumption on t1/t2 vs
6232 lhs/rhs. Force use of lhs type if smaller, whatever the modes.
6233
6234 2008-03-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6235
6236 * a-textio.ads, a-witeio.ads, a-ztexio.ads, ali.ads,
6237 einfo.ads, erroutc.adb, erroutc.ads, exp_attr.adb,
6238 exp_imgv.adb, exp_intr.adb, exp_pakd.adb,
6239 exp_pakd.ads, exp_prag.adb, exp_smem.adb,
6240 exp_tss.ads, exp_util.adb, exp_util.ads,
6241 exp_vfpt.adb, freeze.adb, freeze.ads,
6242 frontend.adb, g-alleve.adb, g-altcon.adb,
6243 g-altive.ads, g-alveop.ads, g-alvevi.ads,
6244 g-arrspl.adb, g-busorg.ads, g-calend.adb,
6245 g-calend.ads, g-casuti.ads, g-cgideb.adb,
6246 g-comlin.adb, g-comlin.ads, g-curexc.ads,
6247 g-debpoo.adb, g-debpoo.ads, g-decstr.adb,
6248 g-dirope.adb, g-dirope.ads, g-dynhta.ads,
6249 g-dyntab.adb, g-encstr.ads, g-excact.ads,
6250 g-except.ads, g-expect.ads, g-heasor.adb,
6251 g-hesora.adb, g-hesorg.adb, g-htable.ads,
6252 g-locfil.ads, g-md5.adb, g-md5.ads,
6253 g-memdum.ads, g-moreex.ads, g-os_lib.adb,
6254 g-pehage.adb, g-pehage.ads, g-regexp.adb,
6255 g-regexp.ads, g-regpat.adb, g-regpat.ads,
6256 g-soccon-aix.ads, g-soccon-darwin.ads,
6257 g-soccon-freebsd.ads, g-soccon-hpux-ia64.ads,
6258 g-soccon-hpux.ads, g-soccon-irix.ads,
6259 g-soccon-linux-64.ads, g-soccon-linux-ppc.ads,
6260 g-soccon-linux-x86.ads, g-soccon-lynxos.ads,
6261 g-soccon-mingw.ads, g-soccon-solaris-64.ads,
6262 g-soccon-solaris.ads, g-soccon-tru64.ads,
6263 g-soccon-vms.ads, g-soccon-vxworks.ads,
6264 g-soccon.ads, g-socket.adb, g-socket.ads,
6265 g-socthi-mingw.adb, g-socthi-vms.adb,
6266 g-socthi-vxworks.adb, g-soliop-mingw.ads,
6267 g-soliop-solaris.ads, g-soliop.ads, g-spipat.adb,
6268 g-spipat.ads, g-string.adb, g-stsifd-sockets.adb: Fix comment
6269 typos.
6270
6271 2008-03-27 Eric Botcazou <ebotcazou@adacore.com>
6272
6273 * decl.c (gnat_to_gnu_entity) <E_Procedure>: Also set the public flag
6274 if the procedure is imported.
6275
6276 2008-03-26 Arnaud Charlet <charlet@adacore.com>
6277
6278 * adaint.c: Fix warnings.
6279
6280 2008-03-26 Arnaud Charlet <charlet@adacore.com>
6281
6282 * g-dirope.ads, g-dirope.adb: (Dir_Type_Value): Moved to spec.
6283
6284 2008-03-26 Arnaud Charlet <charlet@adacore.com>
6285
6286 * a-witeio.adb: Fix problem with Current_Output (introduce Self).
6287 Fix problem of status check for null file
6288
6289 2008-03-26 Arnaud Charlet <charlet@adacore.com>
6290
6291 * s-proinf-irix-athread.ads, s-vxwork-mips.ads,
6292 s-traces.ads, s-vxwork-arm.ads, s-vxwork-ppc.ads, s-vxwork-sparcv9.ads,
6293 s-tasinf-mingw.ads, s-tasinf-linux.ads, s-tasdeb.ads, mlib-tgt.ads,
6294 i-cstrin.ads, uintp.adb, g-catiio.adb, s-vmexta.ads,
6295 s-trafor-default.ads, s-vxwork-m68k.ads: Minor reformatting. Update
6296 comments.
6297
6298 2008-03-26 Thomas Quinot <quinot@adacore.com>
6299
6300 PR ada/33688
6301 * g-socket.ads, g-socket.adb (Options, Set_Socket_Option,
6302 Get_Socket_Option): Add support for Receive_Packet_Info.
6303
6304 * g-soccon.ads, g-soccon-tru64.ads, g-soccon-aix.ads,
6305 g-soccon-irix.ads, g-soccon-hpux.ads, g-soccon-solaris.ads,
6306 g-soccon-vms.ads, g-soccon-mingw.ads, g-soccon-freebsd.ads,
6307 g-soccon-hpux-ia64.ads, g-soccon-solaris-64.ads, g-soccon-darwin.ads,
6308 g-soccon-lynxos.ads, g-soccon-linux-64.ads, g-soccon-linux-x86.ads: Add
6309 new constants SO_REUSEPORT and IP_PKTINFO
6310
6311 2008-03-26 Robert Dewar <dewar@adacore.com>
6312
6313 * a-taster.adb, s-shasto.adb, s-soflin.adb, s-taasde.adb, s-taenca.adb,
6314 a-sytaco.adb, a-sytaco.ads, a-tasatt.adb, a-taside.adb,
6315 a-intnam-lynxos.ads, a-retide.adb, a-intnam-tru64.ads, a-intnam-aix.ads,
6316 a-intnam-irix.ads, a-intnam-hpux.ads, a-intnam-linux.ads,
6317 a-intnam-solaris.ads, a-caldel-vms.adb, a-intnam-vms.ads,
6318 a-excpol-abort.adb, a-intnam-mingw.ads, s-interr.adb, s-interr.ads,
6319 s-intman.ads, s-gloloc.adb, s-osinte-lynxos-3.ads,
6320 s-interr-sigaction.adb, s-osinte-hpux.ads, s-osinte-solaris-posix.ads,
6321 a-intnam-freebsd.ads, s-osinte-freebsd.ads, s-osinte-lynxos.ads,
6322 s-taspri-lynxos.ads, s-osinte-tru64.ads, s-osinte-tru64.ads,
6323 s-taspri-tru64.ads, s-osinte-aix.ads, s-osinte-irix.ads,
6324 s-osinte-hpux-dce.ads, s-taprop-hpux-dce.adb, s-taspri-hpux-dce.ads,
6325 s-osinte-linux.ads, s-osinte-dummy.ads, s-taprop-dummy.adb,
6326 s-taspri-dummy.ads, s-interr-dummy.adb, s-osinte-solaris.ads,
6327 s-osinte-mingw.ads, s-taprop-solaris.adb, s-taspri-solaris.ads,
6328 s-inmaop-vms.adb, s-interr-vms.adb, s-intman-vms.ads, s-osinte-vms.ads,
6329 s-osinte-vms.ads, s-taprop-vms.adb, s-taspri-vms.ads,
6330 s-taspri-mingw.ads, s-interr-vxworks.adb, s-inmaop-posix.adb,
6331 s-intman-vxworks.ads, s-osinte-vxworks.ads, s-osprim-vxworks.adb,
6332 s-taspri-vxworks.ads, s-taspri-posix.ads, a-caldel.adb, a-calend.adb,
6333 a-elchha.adb, a-dynpri.adb, a-except.adb, a-except.ads, a-interr.ads,
6334 a-textio.adb, a-tigeau.ads, atree.adb, s-taprob.adb, s-taprop.ads,
6335 s-tarest.adb, s-tarest.ads, s-tasini.adb, s-taskin.adb, s-taskin.ads,
6336 s-tasque.adb, s-tasren.adb, s-tasren.ads, s-tassta.adb, s-tassta.ads,
6337 s-tasuti.adb, s-tataat.adb, s-tataat.ads, s-tpoben.adb, s-tpoben.ads,
6338 s-tpobop.adb, s-tpobop.ads, s-tposen.adb, s-tposen.ads, s-valrea.adb,
6339 s-valuti.adb, a-intnam-darwin.ads, s-osinte-darwin.ads, s-solita.adb,
6340 a-ztinau.ads, s-osinte-linux-hppa.ads, a-except-2005.adb,
6341 a-except-2005.ads, a-rttiev.adb, s-osinte-vxworks6.ads, s-regexp.adb,
6342 s-tasloc.adb: Minor reformatting.
6343 Update comments.
6344 Remove "used for" sections from comments.
6345
6346 2008-03-26 Robert Dewar <dewar@adacore.com>
6347
6348 * s-tpopsp-posix.adb, s-tpopsp-solaris.adb, s-tpopsp-posix-foreign.adb,
6349 s-tpopsp-lynxos.adb, s-tpopde-vms.ads, s-tpopde-vms.adb,
6350 s-tpopsp-vxworks.adb, s-casi16.adb, s-caun16.adb, s-inmaop.ads,
6351 s-tadeca.adb, s-tadeca.ads, s-tadert.adb, s-tadert.ads, s-tpinop.adb,
6352 s-tpinop.ads, s-tporft.adb, a-rbtgso.adb, a-crbtgo.ads, a-crbtgo.adb,
6353 a-crbtgk.ads, a-crbtgk.adb, a-ciorse.adb, a-cihama.ads, a-cihama.adb,
6354 a-cidlli.ads, a-cidlli.adb, a-chtgop.ads, a-chtgop.adb, a-cgcaso.ads,
6355 a-cgcaso.adb, a-cgaaso.adb, a-ciormu.adb, a-cihase.adb, a-swuwha.ads,
6356 a-rbtgso.ads, a-cgaaso.ads, a-cgaaso.ads, a-ciorma.adb, a-chtgke.ads,
6357 a-chtgke.adb, a-llfzti.ads, a-ztenau.adb, a-ztenau.ads, a-stzhas.ads,
6358 a-szbzha.ads, a-szbzha.adb, a-crdlli.ads, a-crdlli.ads, a-crdlli.adb,
6359 i-forbla-darwin.adb, i-forbla.ads, s-regexp.adb, a-nllrar.ads,
6360 a-nlrear.ads, a-nucoar.ads, a-nurear.ads, i-forlap.ads, s-gearop.adb,
6361 s-gearop.ads, s-gecobl.adb, s-gecobl.ads, s-gecola.adb, s-gecola.ads,
6362 s-gerebl.adb, s-gerela.ads, a-swuwha.adb, i-forbla-unimplemented.ads,
6363 double spaced if it fits on one line and otherwise single spaced.
6364
6365 2008-03-26 Arnaud Charlet <charlet@adacore.com>
6366
6367 * s-taprop-irix.adb, s-taprop-tru64.adb, s-taprop-lynxos.adb,
6368 s-taprop-linux.adb, s-taprop-mingw.adb, s-taprop-vxworks.adb,
6369 s-taprop-posix.adb (Create_Task): Do not attempt to set task priority
6370 or task info if the thread could not be created.
6371
6372 2008-03-26 Arnaud Charlet <charlet@adacore.com>
6373
6374 * gnatvsn.ads (Library_Version): Bump to 4.4.
6375 (Current_Year): Bump to 2008.
6376
6377 2008-03-26 Robert Dewar <dewar@adacore.com>
6378
6379 * ali.ads, ali.adb (Optimize_Alignment_Setting): New field in ALI record
6380
6381 * bcheck.adb (Check_Consistent_Optimize_Alignment): New procedure
6382
6383 * debug.adb: Add debug flags d.r and d.v
6384 Add debug flag .T (Optimize_Alignment (Time))
6385 Add debug flag .S (Optimize_Alignment (Space))
6386
6387 * freeze.adb (Freeze_Record_Type): Set OK_To_Reorder_Components
6388 depending on setting of relevant debug flags.
6389 Replace use of Warnings_Off by Has_Warnings_Off
6390 (Freeze_Entity): In circuit for warning on suspicious convention
6391 actuals, do not give warning if subprogram has same entity as formal
6392 type, or if subprogram does not come from source.
6393 (Freeze_Entity): Don't reset Is_Packed for fully rep speced record
6394 if Optimize_Alignment set to Space.
6395
6396 * frontend.adb: Add call to Sem_Warn.Initialize
6397 Add call to Sem_Warn.Output_Unused_Warnings_Off_Warnings
6398 Reset Optimize_Alignment mode from debug switches .S and .T
6399
6400 * layout.adb (Layout_Composite_Object): Rewritten for
6401 Optimize_Aligment pragma.
6402
6403 * lib-writ.ads, lib-writ.adb: New Ox parameter for Optimize_Alignment
6404 mode.
6405
6406 * opt.ads, opt.adb: (Optimize_Alignment): New global switch
6407
6408 * par-prag.adb (N_Pragma): Chars field removed, use Chars
6409 (Pragma_Identifier (.. instead, adjustments throughout to accomodate
6410 this change. Add entry for pragma Optimize_Alignment
6411
6412 * sem_prag.adb (N_Pragma): Chars field removed, use Chars
6413 (Pragma_Identifier (..
6414 instead, adjustments throughout to accomodate this change.
6415 (Process_Compile_Time_Warning_Or_Error): Use !! for generated msg
6416 (Favor_Top_Level): Use new function Is_Access_Subprogram_Type
6417 Add implementation of pragma Optimize_Alignment
6418
6419 2008-03-26 Vincent Celier <celier@adacore.com>
6420
6421 * a-szuzti.adb, a-swuwti.adb, a-suteio.adb (functions Get_Line):
6422 Improve memory usage to avoid use of stack.
6423
6424 2008-03-26 Robert Dewar <dewar@adacore.com>
6425
6426 * a-teioed.ads: Correct value of Default_Fill
6427
6428 * a-teioed.adb (Image): Use Fill_Character instead of '*' to fill
6429
6430 2008-03-26 Robert Dewar <dewar@adacore.com>
6431
6432 * a-ztexio.adb, a-ztexio.ads, a-witeio.ads, a-witeio.adb: Fix problem
6433 with Current_Output (introduce Self).
6434
6435 2008-03-26 Robert Dewar <dewar@adacore.com>
6436
6437 * checks.adb (Ensure_Valid): Capture valid status if possible
6438 (eliminate checks)
6439
6440 2008-03-26 Robert Dewar <dewar@adacore.com>
6441
6442 * stand.ads: Deal with reordering of package standard declarations
6443
6444 * cstand.adb: Put package Standard declarations in proper order
6445
6446 2008-03-26 Robert Dewar <dewar@adacore.com>
6447
6448 * einfo.ads, einfo.adb (N_Pragma): Chars field removed, use Chars
6449 (Pragma_Identifier (.. instead.
6450 (OK_To_Reorder_Components): New flag
6451 (Has_Entries): Code cleanup.
6452 (Warnings_Off_Used): New flag
6453 (Warnings_Off_Used_Unmodified): New flag
6454 (Warnings_Off_Used_Unreferenced): New flag
6455 (Has_Warnings_Off): New function
6456 (Has_Unmodified): New function
6457 (Has_Unreferenced): New function
6458 (Is_Trivial_Subprogram): New flag
6459 (Is_Static_Dispatch_Table_Entity): New attribute.
6460 Change name Access_Subprogram_Type_Kind to Access_Subprogram_Kind
6461 (more consistent with other similar names)
6462 (Access_Subprogram_Type): New classification function
6463
6464 2008-03-26 Robert Dewar <dewar@adacore.com>
6465
6466 * errout.ads: Document new !! insertion sequence
6467
6468 * errout.adb (N_Pragma): Chars field removed, use Chars
6469 (Pragma_Identifier (.. instead.
6470 Replace use of Warnings_Off by Has_Warnings_Off
6471 (Error_Msg_Internal): Don't delete warning ending in !!
6472
6473 2008-03-26 Robert Dewar <dewar@adacore.com>
6474
6475 * par.adb (Check_No_Right_Paren): Removed no longer used
6476
6477 * par-ch10.adb (N_Pragma): Chars field removed, use Chars
6478 (Pragma_Identifier (.. instead.
6479
6480 * par-ch10.adb (P_Subunit): Improvement in error recovery and message
6481
6482 * par-tchk.adb, par-ch5.adb, par-ch6.adb, par-ch3.adb,
6483 par-ch4.adb: Minor improvements in error recovery and messages.
6484
6485 * erroutc.adb (Test_Style_Warning_Serious_Msg): Treat style msgs as
6486 non-serious
6487
6488 * par-ch9.adb: Minor improvements in error recovery and messages
6489 (P_Protected): Better error recovery for "protected type x;"
6490
6491 * par-util.adb: Minor improvements in error recovery and messages
6492 (Check_No_Right_Paren): Removed no longer used
6493
6494 2008-03-26 Ed Schonberg <schonberg@adacore.com>
6495
6496 * exp_aggr.adb (Replace_Type): When checking for self-reference, verify
6497 that the prefix of an attribute is the type of the aggregate being
6498 expanded.
6499
6500 2008-03-26 Javier Miranda <miranda@adacore.com>
6501 Robert Dewar <dewar@adacore.com>
6502
6503 * exp_attr.adb (N_Pragma): Chars field removed.
6504 (Expand_N_Attribute_Reference): If the designated type associated with
6505 attribute 'Unrestricted_Access is a subprogram entity then replace it
6506 by an E_Subprogram_Type itype.
6507 Implement attribute Old
6508
6509 * sem_attr.ads (Attribute_Class_Array): Move to snames.ads
6510
6511 * sem_attr.adb (Build_Access_Subprogram_Itype): Add documentation.
6512 Replace call to
6513 New_Internal_Entity by call to Create_Itype to centralize calls
6514 building itypes, ad propagate the convention of the designated
6515 subprogram. In addition, disable the machinery cleaning constant
6516 indications from all entities in current scope when 'Unrestricted_Access
6517 corresponds with a node initializing a dispatch table slot.
6518 (Analyze_Attribute): Parameterless attributes returning a string or a
6519 type will not be called with improper arguments, so we can remove junk
6520 code that was dealing with this case.
6521 Implement attribute Old
6522
6523 * snames.ads, snames.h, snames.adb: Add entries for attribute Old
6524 Add entry for pragma Optimize_Alignment
6525 New standard names Sync and Synchronize
6526
6527 2008-03-26 Robert Dewar <dewar@adacore.com>
6528 Arnaud Charlet <charlet@adacore.com>
6529
6530 * exp_ch11.adb (Expand_At_End_Handler): Set From_At_End flag on raise
6531 stmt.
6532 (No_Exception_Propagation_Active): New function.
6533 (Expand_Exception_Handlers): Use No_Exception_Propagation_Active.
6534 Update comments, and review all uses of No_Exception_Propagation, which
6535 are now correct and in sync with what gigi expects.
6536
6537 * restrict.ads, restrict.adb (No_Exception_Propagation_Active): New
6538 function.
6539 (Expand_Exception_Handlers): Use No_Exception_Propagation_Active.
6540 Update comments, and review all uses of No_Exception_Propagation, which
6541 are now correct and in sync with what gigi expects.
6542
6543 2008-03-26 Ed Schonberg <schonberg@adacore.com>
6544
6545 * sem_ch3.adb (Access_Definition): If the access type is the return
6546 result of a protected function, create an itype reference for it
6547 because usage will be in an inner scope from the point of declaration.
6548 (Build_Derived_Record_Type): Inherit Reverse_Bit_Order and
6549 OK_To_Reorder_Components.
6550 (Make_Index): If an overloaded range includes a universal integer
6551 interpretation, resolve to Standard.Integer.
6552 (Analyze_Subtype_Indication): Copy Convention to subtype
6553 (Check_Abstract_Interfaces): Complete semantic checks on the legality of
6554 limited an synchronized progenitors in type declaration and private
6555 extension declarations.
6556
6557 * exp_ch13.adb (Expand_N_Freeze_Entity): If the scope of the entity is a
6558 protected subprogram body, determine proper scope from subprogram
6559 declaration.
6560
6561 2008-03-26 Robert Dewar <dewar@adacore.com>
6562
6563 * exp_ch4.adb (Expand_N_Op_Concat): Remove special tests for
6564 No_Run_Time_Mode
6565
6566 2008-03-26 Gary Dismukes <dismukes@adacore.com>
6567
6568 * exp_ch5.adb (Expand_N_Extended_Return_Statement): Suppress generation
6569 of a heap allocator for a limited unconstrained function return when
6570 resstriction No_Allocators is active.
6571 (Analyze_Allocator): The restriction No_Allocators is now only checked
6572 on allocators that have Comes_From_Source set, as per RM-H.4(7).
6573
6574 * sem_ch4.adb (Expand_N_Extended_Return_Statement): Suppress generation
6575 of a heap allocator for a limited unconstrained function return when
6576 resstriction No_Allocators is active.
6577 (Analyze_Allocator): The restriction No_Allocators is now only checked
6578 on allocators that have Comes_From_Source set, as per RM-H.4(7).
6579 (Has_Fixed_Op): If the name in a function call is Standard."*" and the
6580 operands are fixed-point types, the universal_fixed predefined operation
6581 is used, regardless of whether the operand type (s) have a primitive
6582 operation of the same name.
6583
6584 2008-03-26 Javier Miranda <miranda@adacore.com>
6585
6586 * exp_disp.adb (Make_DT, Make_Secondary_DT): Set attribute
6587 Is_Static_Dispatch_Table
6588 (Build_Dispatch_Tables): Replace calls to Exchange_Entities() by calls
6589 to Exchange_Declarations to exchange the private and full-view. Bug
6590 found working in this issue.
6591 (Expand_Dispatching_Call): Propagate the convention of the subprogram
6592 to the subprogram pointer type.
6593 (Make_Secondary_DT): Replace generation of Prim'Address by
6594 Address (Prim'Unrestricted_Access)
6595 (Make_DT): Replace generation of Prim'Address by
6596 Address (Prim'Unrestricted_Access)
6597 (Make_Disp_*_Bodies): When compiling for a restricted profile, use
6598 simple call form for single entry.
6599 (Make_DT): Handle new contents of Access_Disp_Table (access to dispatch
6600 tables of predefined primitives).
6601 (Make_Secondary_DT): Add support to handle access to dispatch tables of
6602 predefined primitives.
6603 (Make_Tags): Add entities to Access_Dispatch_Table associated with
6604 access to dispatch tables containing predefined primitives.
6605
6606 * exp_ch6.adb (N_Pragma): Chars field removed, use Chars
6607 (Pragma_Identifier (.. instead, adjustments throughout to accomodate
6608 this change.
6609 (Register_Predefined_DT_Entry): Updated to handle the new contents
6610 of attribute Access_Disp_Table (pointers to dispatch tables containing
6611 predefined primitives).
6612
6613 * exp_util.ads, exp_util.adb (Corresponding_Runtime_Package): New
6614 subprogram.
6615 (Find_Interface_ADT): Updated to skip the new contents of attribute
6616 Access_Dispatch_Table (pointers to dispatch tables containing predefined
6617 primitives).
6618
6619 * sem_util.adb (Has_Abstract_Interfaces): Add missing support for
6620 concurrent types.
6621 (Set_Convention): Use new function Is_Access_Subprogram_Type
6622 (Collect_Interfaces_Info): Updated to skip the new contents of attribute
6623 Access_Dispatch_Table (pointers to dispatch tables containing predefined
6624 primitives).
6625
6626 * exp_atag.ads, exp_atag.adb (Build_Inherit_Predefined_Prims): Improve
6627 expanded code avoiding calls to Build_Predef_Prims.
6628 (Build_Set_Predefined_Prim_Op_Address): Improve expanded code avoiding
6629 call to Build_Get_Predefined_Prim_Op_Address.
6630
6631 2008-03-26 Javier Miranda <miranda@adacore.com>
6632
6633 * exp_ch7.adb (Make_Clean): Code cleanup using the new centralized
6634 subprogram Corresponding_Runtime_Package to know the runtime package
6635 that will provide support to a given protected type.
6636
6637 * exp_ch9.adb (Add_Private_Declarations,
6638 Build_Protected_Subprogram_Call,
6639 Build_Protected_Entry, Build_Simple_Entry_Call,
6640 Expand_N_Protected_Body, Expand_N_Protected_Type_Declaration,
6641 Expand_N_Timed_Entry_Call, Make_Initialize_Protection): Code
6642 cleanup using the new centralized subprogram Corresponding_Runtime
6643 Package to know the runtime package that provides support to
6644 a given protected type.
6645
6646 2008-03-26 Ed Schonberg <schonberg@adacore.com>
6647
6648 * exp_pakd.adb (Expand_Bit_Packed_Element_Set): If the component
6649 assignment is within the initialization procedure for a packed array,
6650 and Initialize_Scalars is enabled, compile right-hand side with checks
6651 off, because the value is purposely out of range.
6652
6653 2008-03-26 Vincent Celier <celier@adacore.com>
6654
6655 * gnatcmd.adb: Add processing for GNAT SYNC
6656
6657 * vms_conv.ads: (Command_Type): Add command Sync
6658
6659 * vms_conv.adb (Initialize): Add Command_List data for new command Sync
6660
6661 * vms_data.ads: Add entries for -gnatw.w
6662 Add qualifier for gnatstub --header-file option
6663 Add switches for GNAT SYNC
6664
6665 * prj-attr.ads, prj-attr.adb: Add new package Synchronize for GNAT SYNC
6666 (Add_Package_Name): New procedure
6667 (Package_Name_List): New function
6668 (Initialize): Add known package names to the list
6669 (Register_New_Package): Add the new package name to the list
6670
6671 2008-03-26 Robert Dewar <dewar@adacore.com>
6672
6673 * g-pehage.adb, g-regist.adb, g-spipat.ads, g-spipat.adb,
6674 s-asthan.adb, s-parint.adb, s-rpc.adb, s-stchop.adb: Replace
6675 Raise_Exception by "raise with" construct.
6676
6677 2008-03-26 Pascal Obry <obry@adacore.com>
6678
6679 * Makefile.in: Add proper GNAT.Serial_Communications implementation on
6680 supported platforms.
6681
6682 * Makefile.rtl: Add g-sercom.o.
6683
6684 * impunit.adb: Add g-sercom.adb.
6685
6686 * s-crtl.ads (open): New routine.
6687 (close): Likewise.
6688 (write): Likewise.
6689
6690 * s-osinte-mingw.ads (BYTE): New type.
6691 (CHAR): Likewise.
6692 (OVERLAPPED): Likewise.
6693 (GENERIC_READ): New constant.
6694 (GENERIC_WRITE): Likewise.
6695 (OPEN_EXISTING): Likewise.
6696 (PSECURITY_ATTRIBUTES): Removed this type, use anonymous access
6697 type instead.
6698 (CreateFile): New routine.
6699 (WriteFile): Likewise.
6700 (ReadFile): Likewise.
6701 (CloseHandle): Move next to the other file oriented routines.
6702
6703 * g-sercom.ads: New unit.
6704
6705 * g-sercom.adb: Default implementation, calls to this unit will raise
6706 a program error exception.
6707
6708 * g-sercom-mingw.adb, g-sercom-linux.adb: Windows and
6709 GNU/Linux implementations.
6710
6711 2008-03-26 Robert Dewar <dewar@adacore.com>
6712
6713 * itypes.adb (Create_Itype): Use new name Access_Subprogram_Kind
6714
6715 * sem_ch13.adb (Validate_Unchecked_Conversion): Give warning for
6716 unchecked conversion for different conventions only for subprogram
6717 pointers or on VMS.
6718
6719 2008-03-26 Vincent Celier <celier@adacore.com>
6720
6721 * osint-c.adb (Set_Library_Info_Name): Use canonical case file names
6722 to check if the specified object file is correct.
6723
6724 2008-03-26 Thomas Quinot <quinot@adacore.com>
6725
6726 * sem_cat.adb (Validate_RACW_Primitives): Do not rely on
6727 Comes_From_Source to exclude primitives from being checked. We want to
6728 exclude predefined primitives only, so use the appropriate specific
6729 predicate. Also, flag a formal parameter of an anonymous
6730 access-to-subprogram type as illegal for a primitive operation of a
6731 remote access to class-wide type.
6732
6733 2008-03-26 Vincent Celier <celier@adacore.com>
6734
6735 * prj-dect.adb (Parse_Package_Declaration): When a package name is not
6736 known, check if it may be a missspelling of a known package name. In
6737 not verbose, not mode, issue warnings only if the package name is a
6738 possible misspelling.
6739 In verbose mode, always issue a warning for a not known package name,
6740 plus a warning if the name is a misspelling of a known package name.
6741
6742 * prj-part.adb (Post_Parse_Context_Clause): Modify so that only non
6743 limited withs or limited withs are parse during one call.
6744 (Parse_Single_Project): Post parse context clause in two passes: non
6745 limited withs before current project and limited withs after current
6746 project.
6747
6748 * prj-proc.adb (Imported_Or_Extended_Project_From): Returns an extended
6749 project with the name With_Name, even if it is only extended indirectly.
6750 (Recursive_Process): Process projects in order: first single withs, then
6751 current project, then limited withs.
6752
6753 * prj-tree.adb (Imported_Or_Extended_Project_Of): Returns an extended
6754 project with the name With_Name, even if it is only extended indirectly.
6755
6756 2008-03-26 Robert Dewar <dewar@adacore.com>
6757
6758 * scn.adb (Initialize_Scanner): Format messages belong on standard error
6759
6760 2008-03-26 Ed Schonberg <schonberg@adacore.com>
6761
6762 * sem_ch10.adb (Analyze_Compilation_Unit): if a unit in the context is
6763 a generic subprogram that is imported, do not attempt to compile
6764 non-existent body.
6765
6766 * sem_ch12.adb (Instantiate_Subprogram_Body): if the generic is
6767 imported, do not generate a raise_program_error for the non-existent
6768 body.
6769 (Pre_Analyze_Actuals): If an error is detected during pre-analysis,
6770 perform minimal name resolution on the generic to avoid spurious
6771 warnings.
6772 (Find_Actual_Type): the designated type of the actual in a child unit
6773 may be declared in a parent unit without being an actual.
6774
6775 2008-03-26 Robert Dewar <dewar@adacore.com>
6776
6777 * sem_ch11.adb: Fix No_Exception_Restriction violation for SJLJ
6778 * sinfo.ads, sinfo.adb (From_At_End): New flag
6779
6780 2008-03-26 Ed Schonberg <schonberg@adacore.com>
6781
6782 * sem_ch6.adb (Analyze_Subprogram_Body): Remove spurious check on
6783 operations that have an interface parameter.
6784 (Analyze_Subprogram_Body): Set Is_Trivial_Subprogram flag
6785 Don't treat No_Return call as raise.
6786
6787 * sem_disp.adb (Check_Dispatching_Operations): apply check for
6788 non-primitive interface primitives to access parameters, not to all
6789 parameters of an access type.
6790
6791 2008-03-26 Ed Schonberg <schonberg@adacore.com>
6792
6793 * sem_ch7.adb (Install_Parent_Private_Declarations): If the private
6794 declarations of a parent unit are made visible when compiling a child
6795 instance, the parent is not a hidden open scope, even though it may
6796 contain other pending instance.
6797
6798 * sem_ch8.adb (Restore_Scope_Stack): If an entry on the stack is a
6799 hidden open scope for some child instance, it does affect the
6800 visibility status of other stach entries.
6801 (Analyze_Object_Renaming): Check that a class-wide object cannot be
6802 renamed as an object of a specific type.
6803
6804 2008-03-26 Robert Dewar <dewar@adacore.com>
6805
6806 * sem_res.adb (Check_Infinite_Recursion): Diagnose definite infinite
6807 recursion and raise SE directly.
6808 (Resolve_Actuals): Reset Never_Set_In_Source if warnings off is
6809 set for formal type for IN mode parameter.
6810
6811 2008-03-26 Robert Dewar <dewar@adacore.com>
6812
6813 * sem_warn.ads, sem_warn.adb (Warnings_Off_Pragmas): New table
6814 (Initialize): New procedure
6815 (Output_Warnings_Off_Warnings): New procedure
6816 (Check_References): Suppress certain msgs if Is_Trivial_Subprogram
6817 (Output_Non_Modifed_In_Out_Warnings): Ditto
6818 (Warn_On_Unreferenced_Entity): Ditto
6819
6820 2008-03-26 Vincent Celier <celier@adacore.com>
6821
6822 * a-direct.adb (Start_Search): Raise Use_Error if the directory is not
6823 readable.
6824
6825 2008-03-26 Matthew Heaney <heaney@adacore.com>
6826
6827 * a-ciorse.ads, a-cidlli.ads, a-cdlili.ads, a-cihase.ads, a-cohase.ads,
6828 a-ciorma.ads, a-coorma.ads, a-ciormu.ads, a-coormu.ads, a-coorse.ads:
6829 Marked with clauses as private, and controlled operations as overriding
6830
6831 2008-03-26 Robert Dewar <dewar@adacore.com>
6832
6833 * g-byorma.adb (Read_BOM): Reorder tests so that UTF_32 is recognized
6834
6835 2008-03-26 Robert Dewar <dewar@adacore.com>
6836
6837 * back_end.adb, back_end.ads: Minor reformatting
6838
6839 * bindgen.adb: Minor clarification of comments
6840
6841 * fname.ads: Minor comment fixes
6842
6843 * g-altive.ads, g-catiio.ads, g-trasym.ads, prj.ads,
6844 prj-nmsc.adb, sem_aggr.adb: Minor reformatting
6845
6846 * xeinfo.adb, xnmake.adb, xsinfo.adb, xtreeprs.adb,
6847 xsnames.adb: Remove warnings off pragma no longer needed
6848
6849 * a-catizo.ads, a-calari.ads, a-calfor.adb,
6850 a-calfor.ads: Fix header.
6851
6852 2008-03-26 Tristan Gingold <gingold@adacore.com>
6853
6854 * init.c: Do not adjust pc for HPARITH on alpha/vms.
6855
6856 2008-03-26 Robert Dewar <dewar@adacore.com>
6857
6858 * lib-xref.adb: (OK_To_Set_Reference): New function
6859 (Generate_Reference): Don't set referenced from occurrence in Warnings,
6860 Unmodified, or Unreferenced pragma
6861
6862 2008-03-26 Robert Dewar <dewar@adacore.com>
6863
6864 * alloc.ads: Add entries for Warnings_Off_Pragmas table
6865
6866 2008-03-26 GNAT Script <nobody@adacore.com>
6867
6868 * Make-lang.in: Makefile automatically updated
6869
6870 2008-03-26 Robert Dewar <dewar@adacore.com>
6871
6872 * tbuild.ads, tbuild.adb, trans.c, sprint.adb, exp_prag.adb, decl.c,
6873 par-ch2.adb, sem_elab.adb, sem_util.ads (N_Pragma): Chars field
6874 removed, use Chars (Pragma_Identifier (.. instead, adjustments
6875 throughout to accomodate this change.
6876
6877 * s-pooglo.ads, s-pooloc.ads: Minor comment updates
6878
6879 * exp_dbug.adb: Use Sem_Util.Set_Debug_Info_Needed (not
6880 Einfo.Set_Needs_Debug_Info)
6881
6882 2008-03-26 Robert Dewar <dewar@adacore.com>
6883
6884 * gnat_ugn.texi: Add documentation for -gnatw.w/-gnatw.W
6885 Add description for the new gnatstub option '--header-file'
6886 clarification of -gnatwz/-gnatwZ
6887 Add a "Irix-Specific Considerations" section to document the need to
6888 set LD_LIBRARY_PATH when using the default shared runtime library.
6889 Added documentation for both gcov and gprof.
6890
6891 * gnat_rm.texi: Document that pragma Compile_Time_Warning generates
6892 messages that are not suppressed when clients are compiled.
6893 Add documentation of s-pooglo s-pooloc
6894 Document the new GNAT.Serial_Communications API.
6895 Add documentation for 'Old attribute
6896 Add description of pragma Optimize_Alignment
6897
6898 * ug_words: Add entries for -gnatw.w -gnatw.W
6899
6900 * usage.adb: Add line for -gnatw.w (warn on warnings off)
6901
6902 2008-03-25 Eric Botcazou <ebotcazou@adacore.com>
6903
6904 Revert
6905 2008-03-05 Eric Botcazou <ebotcazou@adacore.com>
6906 PR ada/35186
6907 * decl.c (maybe_pad_type): Avoid padding an integral type when
6908 bumping its alignment is sufficient.
6909
6910 2008-03-25 Arnaud Charlet <charlet@adacore.com>
6911
6912 * exp_ch6.adb, exp_disp.adb: Update copyright notice.
6913 Fix wrong formatting (lines too long)
6914
6915 2008-03-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6916
6917 * 9drpc.adb, a-caldel-vms.adb, a-caldel.adb,
6918 a-calend-vms.adb, a-calend.adb, a-calend.ads,
6919 a-calfor.adb, a-chahan.ads, a-chtgke.adb,
6920 a-cihama.ads, a-ciorse.adb, a-clrefi.ads,
6921 a-cohama.ads, a-comlin.ads, a-coorse.adb,
6922 a-crbtgk.adb, a-direct.adb, a-except-2005.adb,
6923 a-except-2005.ads, a-except.adb, a-except.ads,
6924 a-exexda.adb, a-exexpr-gcc.adb, a-exexpr.adb,
6925 a-exextr.adb, a-filico.ads, a-finali.ads,
6926 a-intnam-aix.ads, a-intnam-solaris.ads, a-ngcefu.adb,
6927 a-ngelfu.adb, a-numaux-darwin.adb, a-numeri.ads,
6928 a-sequio.ads, a-strbou.ads, a-strfix.adb,
6929 checks.adb, exp_ch3.adb, exp_ch4.adb,
6930 exp_ch4.ads, exp_ch5.adb, exp_ch6.adb,
6931 exp_ch6.ads, exp_ch7.adb, exp_ch7.ads,
6932 exp_ch9.adb, exp_ch9.ads, exp_dbug.adb,
6933 exp_dbug.ads, exp_disp.adb, exp_dist.adb,
6934 exp_dist.ads, exp_fixd.adb, exp_fixd.ads: Fix comment typos.
6935
6936 2008-03-24 Robert Dewar <dewar@adacore.com>
6937
6938 * s-tpopsp-posix.adb, s-tpopsp-solaris.adb, s-tpopsp-posix-foreign.adb,
6939 s-tpopsp-lynxos.adb, s-tpopde-vms.ads, s-tpopde-vms.adb,
6940 s-tpopsp-vxworks.adb, s-casi16.adb, s-caun16.adb, s-inmaop.ads,
6941 s-tadeca.adb, s-tadeca.ads, s-tadert.adb, s-tadert.ads, s-tpinop.adb,
6942 s-tpinop.ads, s-tporft.adb, a-rbtgso.adb, a-crbtgo.ads, a-crbtgo.adb,
6943 a-crbtgk.ads, a-crbtgk.adb, a-ciorse.adb, a-cihama.ads, a-cihama.adb,
6944 a-cidlli.ads, a-cidlli.adb, a-chtgop.ads, a-chtgop.adb, a-cgcaso.ads,
6945 a-cgcaso.adb, a-cgaaso.adb, a-ciormu.adb, a-cihase.adb, a-swuwha.ads,
6946 a-rbtgso.ads, a-cgaaso.ads, a-cgaaso.ads, a-ciorma.adb, a-chtgke.ads,
6947 a-chtgke.adb, a-llfzti.ads, a-ztenau.adb, a-ztenau.ads, a-stzhas.ads,
6948 a-szbzha.ads, a-szbzha.adb, a-crdlli.ads, a-crdlli.ads, a-crdlli.adb,
6949 i-forbla-darwin.adb, i-forbla.ads, s-regexp.adb, a-nllrar.ads,
6950 a-nlrear.ads, a-nucoar.ads, a-nurear.ads, i-forlap.ads, s-gearop.adb,
6951 s-gearop.ads, s-gecobl.adb, s-gecobl.ads, s-gecola.adb, s-gecola.ads,
6952 s-gerebl.adb, s-gerela.ads, a-swuwha.adb, i-forbla-unimplemented.ads,
6953 double spaced if it fits on one line and otherwise single spaced.
6954
6955 2008-03-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6956
6957 PR documentation/15479
6958 * Make-lang.in (doc/gnat_ugn.texi) Renamed from ...
6959 (doc/gnat_ugn_unw.texi): ... this, and adjusted.
6960 (doc/gnat_ugn.info): Renamed from ...
6961 (doc/gnat_ugn_unw.info): ... this.
6962 (doc/gnat_ugn.dvi): Renamed from ...
6963 (doc/gnat_ugn_unw.dvi): ... this.
6964 (doc/gnat_ugn.pdf): Renamed from ...
6965 (doc/gnat_ugn_unw.pdf): ... this.
6966 (ADA_INFOFILES, ADA_PDFFILES, ada.install-info, ada.dvi):
6967 Adjusted.
6968 * gnat_ugn.texi (FILE): Hard-code gnat_ugn; set filename
6969 unconditionally to gnat_ugn.info. Fix cross references to the
6970 GNAT Reference Manual. Convert links to the GCC, GDB, Emacs,
6971 and GNU make manuals to be proper texinfo links.
6972 * gnat_rm.texi: Fix cross references to the GNAT User's Guide.
6973
6974 2008-03-21 Olivier Hainque <hainque@adacore.com>
6975
6976 * trans.c (Attribute_to_gnu) <'length>: Compute as (hb < lb)
6977 ? 0 : hb - lb + 1 instead of max (hb - lb + 1, 0).
6978
6979 2008-03-21 Eric Botcazou <ebotcazou@adacore.com>
6980
6981 * trans.c (addressable_p): Add notes on addressability issues.
6982
6983 2008-03-21 Olivier Hainque <hainque@adacore.com>
6984 Ed Schonberg <schonberg@adacore.com>
6985
6986 * trans.c (addressable_p): Accept COND_EXPR when both arms
6987 are addressable.
6988 (gnat_gimplify_expr): Let the gimplifier handle &COND_EXPR.
6989 (call_to_gnu): Do not use name reference in the error message
6990 for a misaligned by_reference_parameter. The actual may be a
6991 general expression.
6992
6993 2008-03-18 Paolo Bonzini <bonzini@gnu.org>
6994
6995 * misc.c (LANG_HOOKS_REDUCE_BIT_FIELD_OPERATIONS): Delete.
6996
6997 2008-03-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6998
6999 * gnat_rm.texi (Implementation Defined Characteristics)
7000 (Wide_Text_IO, Wide_Wide_Text_IO): Add @var annotations where
7001 appropriate.
7002 * gnat_ugn.texi (Wide Character Encodings, Switches for gnatbind)
7003 (Switches for gnatchop, Installing a library): Likewise.
7004
7005 2008-03-10 Eric Botcazou <ebotcazou@adacore.com>
7006
7007 * trans.c (emit_range_check): Do not emit the check if the base type
7008 of the expression is the type against which its range must be checked.
7009
7010 2008-03-08 Eric Botcazou <ebotcazou@adacore.com>
7011
7012 * decl.c (maybe_pad_type): Use value_factor_p.
7013
7014 2008-03-08 Eric Botcazou <ebotcazou@adacore.com>
7015
7016 * lang.opt (nostdlib): Move around.
7017 * misc.c (gnat_handle_option): Fix formatting.
7018 (gnat_dwarf_name): Move around.
7019 * trans.c (Case_Statement_to_gnu): Fix formatting.
7020 (gnat_to_gnu): Likewise.
7021 * utils.c (aggregate_type_contains_array_p): Likewise.
7022 (create_subprog_decl): Likewise.
7023
7024 2008-03-08 Eric Botcazou <ebotcazou@adacore.com>
7025
7026 * decl.c (gnat_to_gnu_entity) <E_Signed_Integer_Subtype>: Do not
7027 bother propagating the TYPE_USER_ALIGN flag when creating a JM type.
7028
7029 2008-03-08 Eric Botcazou <ebotcazou@adacore.com>
7030
7031 * decl.c (gnat_to_gnu_entity) <E_Record_Type>: Do not force
7032 BIGGEST_ALIGNMENT when capping the alignment of records with
7033 strict alignment and size clause.
7034
7035 2008-03-08 Eric Botcazou <ebotcazou@adacore.com>
7036
7037 * lang-specs.h: Pass -gnatwa if -Wall is passed.
7038 * misc.c (gnat_handle_option) <OPT_Wall>: Expand into -Wunused
7039 and -Wuninitialized.
7040 (gnat_post_options): Clear warn_unused_parameter.
7041
7042 2008-03-08 Eric Botcazou <ebotcazou@adacore.com>
7043
7044 * utils.c (finish_record_type): Clear DECL_BIT_FIELD on sufficiently
7045 aligned bit-fields, bumping the alignment of the record type if deemed
7046 profitable.
7047 (value_factor_p): Return false instead of 0.
7048
7049 2008-03-08 Eric Botcazou <ebotcazou@adacore.com>
7050
7051 * decl.c (gnat_to_gnu_entity) <E_Signed_Integer_Subtype>: Add support
7052 for scalar types with small alignment.
7053
7054 2008-03-08 Eric Botcazou <ebotcazou@adacore.com>
7055
7056 * trans.c (Loop_Statement_to_gnu): Set the SLOC of the loop label
7057 from that of the front-end's end label.
7058 (gnat_gimplify_stmt) <LOOP_STMT>: Set the SLOC of the backward goto
7059 from that of the loop label.
7060
7061 2008-03-07 Eric Botcazou <ebotcazou@adacore.com>
7062
7063 * decl.c (gnat_to_gnu_entity) <E_Modular_Integer_Subtype>: Add
7064 comment for the packed array type case.
7065 * utils.c (build_template): Use a loop to strip padding or
7066 containing records for justified modular types.
7067
7068 2008-03-07 Eric Botcazou <ebotcazou@adacore.com>
7069
7070 * decl.c (gnat_to_gnu_entity): Issue a warning on suspiciously
7071 large alignments specified for types.
7072 (validate_alignment): Minor cleanup.
7073
7074 2008-03-07 Eric Botcazou <ebotcazou@adacore.com>
7075
7076 * decl.c (MAX_FIXED_MODE_SIZE): Define if not already defined.
7077 (gnat_to_gnu_entity) <E_Record_Type>: Try to get a smaller form of
7078 the component for packing, if possible, as well as if a component
7079 size clause is specified.
7080 <E_Record_Subtype>: For an array type used to implement a packed
7081 array, get the component type from the original array type.
7082 Try to get a smaller form of the component for packing, if possible,
7083 as well as if a component size clause is specified.
7084 (round_up_to_align): New function.
7085 (make_packable_type): Add in_record parameter.
7086 For a padding record, preserve the size. If not in_record and the
7087 size is too large for an integral mode, attempt to shrink the size
7088 by lowering the alignment.
7089 Ditch the padding bits of the last component.
7090 Compute sizes and mode manually, and propagate the RM size.
7091 Return a BLKmode record type if its size has shrunk.
7092 (maybe_pad_type): Use MAX_FIXED_MODE_SIZE instead of BIGGEST_ALIGNMENT.
7093 Use Original_Array_Type to retrieve the type in case of an error.
7094 Adjust call to make_packable_type.
7095 (gnat_to_gnu_field): Likewise.
7096 (concat_id_with_name): Minor tweak.
7097 * trans.c (larger_record_type_p): New predicate.
7098 (call_to_gnu): Compute the nominal type of the object only if the
7099 parameter is by-reference. Do the conversion actual type -> nominal
7100 type if the nominal type is a larger record.
7101 (gnat_to_gnu): Do not require integral modes on the source type to
7102 avoid the conversion for types with identical names.
7103 (addressable_p): Add gnu_type parameter. If it is specified, do not
7104 return true if the expression is not addressable in gnu_type.
7105 Adjust recursive calls.
7106 * utils.c (finish_record_type): Remove dead code.
7107
7108 2008-03-05 Eric Botcazou <ebotcazou@adacore.com>
7109
7110 PR ada/35186
7111 * decl.c (maybe_pad_type): Avoid padding an integral type when
7112 bumping its alignment is sufficient.
7113
7114 2008-03-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7115
7116 * gnatfind.adb, gnatxref.adb: Fix argument parsing typos.
7117 * s-auxdec-empty.adb, s-auxdec.adb: Fix typos in copyright
7118 statement.
7119 * a-ngcoar.adb, a-ngrear.adb, g-awk.adb, g-debpoo.adb,
7120 gprep.adb, make.adb, makegpr.adb, par-ch6.adb, prj-nmsc.adb,
7121 sem_attr.adb, sem_ch4.adb, sem_ch8.adb: Fix typos in ada source
7122 code output strings.
7123 * sem_type.adb, system-vms-ia64.ads, system-vms.ads,
7124 system-vms_64.ads: Fix typos in ada source code comments.
7125 * sinfo-cn.adb: Remove incomplete sentence.
7126
7127 PR documentation/15479
7128 * gnat_rm.texi, gnat_ugn.texi: Avoid standalone `non' word.
7129
7130 2008-02-27 Samuel Tardieu <sam@rfc1149.net>
7131
7132 PR ada/22255
7133 * s-fileio.adb (Reset): Do not raise Use_Error if mode isn't changed.
7134
7135 2008-02-27 Samuel Tardieu <sam@rfc1149.net>
7136
7137 PR ada/34799
7138 * sem_ch13.adb (Analyze_Record_Representation_Clause): Check
7139 that underlying type is present.
7140
7141 2008-02-26 Tom Tromey <tromey@redhat.com>
7142
7143 * misc.c (internal_error_function): Remove test of
7144 USE_MAPPED_LOCATION.
7145 * trans.c (gigi): Remove test of USE_MAPPED_LOCATION.
7146 (Sloc_to_locus): Remove old location code.
7147
7148 2008-02-25 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7149
7150 * gnat_rm.texi, gnat_ugn.texi: Fix spacing after `e.g.' and
7151 `i.e.' by adding comma or `@:' as appropriate.
7152 * gnat_rm.texi (Pragma Wide_Character_Encoding): Instead of
7153 plain characters `C', use `@samp{C}'.
7154 * gnat_ugn.texi (File Naming Rules, About gnatkr)
7155 (Krunching Method): Likewise.
7156
7157 * gnat_ugn.texi (Conventions): List environment variables and
7158 metasyntactic variables.
7159 (Compiling Programs): Fix notation of metasyntactic variables.
7160 Add @file where appropriate. Use @file for file extensions,
7161 @samp for strings.
7162 * gnat_rm.texi, gnat_ugn.texi: Where appropriate, use @samp
7163 instead of @file, @env instead of @code.
7164
7165 2008-02-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7166
7167 PR documentation/15479
7168 * gnat_rm.texi, gnat_ugn.texi: Where appropriate, replace `..'
7169 and `...' with `@dots{}' or `@enddots{}'.
7170
7171 PR documentation/15479
7172 * gnat_rm.texi, gnat_ugn.texi: Where appropriate, add @command,
7173 use @command instead of @code, @option instead of @samp or @code,
7174 @code instead of @var, @samp instead of @file.
7175
7176 PR documentation/15479
7177 * gnat_ugn.texi (Using gnatmake in a Makefile): Do not ignore errors
7178 in Makefile rules, by using `&&' rather than `;'.
7179
7180 2008-02-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7181
7182 PR documentation/15479
7183 * gnat_ugn.texi: In non-code, avoid space before colon.
7184 (Regular Expressions in gnatfind and gnatxref): Fix indentation.
7185 (Examples of gnatxref Usage): Use @command{vi} instead of
7186 @file{vi}.
7187 (Character Set Control): Do not use @code for UTF-8.
7188 (Validity Checking): Fix typo "NaNs" instead of "NaN's". Do not
7189 use @code for IEEE.
7190 * gnat_rm.texi (Aggregates with static bounds): Fix typo in code
7191 sample.
7192 * gnat_rm.texi, gnat_ugn.texi: Fix typos. Bump copyright years.
7193
7194 2008-02-11 Joel Sherrill <joel.sherrill@oarcorp.com>
7195
7196 PR ada/35143
7197 * env.c: Add __rtems__ to if defined.
7198 * s-osinte-rtems.adb: Add To_Target_Priority. Fix formatting.
7199 * s-osinte-rtems.ads: Add To_Target_Priority prototype and
7200 PTHREAD_SCOPE_PROCESS/PTHREAD_SCOPE_SYSTEM constants. Add
7201 pragma Convention as required.
7202 * gsocket.h: Make compile in and out of RTS.
7203 * Makefile.in: Add system-rtems.ads. Build DEC extensions.
7204 Use g-soccon-rtems.ads.
7205 * g-soccon-rtems.ads, system-rtems.ads: New files.
7206
7207 2008-02-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7208
7209 PR other/35107
7210 * Make-lang.in (gnat1): Add $(GMPLIBS).
7211
7212 2008-01-26 Eric Botcazou <ebotcazou@adacore.com>
7213
7214 * decl.c (components_to_record): Improve comment.
7215
7216 2008-01-22 Eric Botcazou <ebotcazou@adacore.com>
7217
7218 * decl.c (components_to_record): Do not reuse the empty union type
7219 if there is a representation clause on the record.
7220 * trans.c (addressable_p): Return true for INTEGER_CST.
7221
7222 2008-01-21 Eric Botcazou <ebotcazou@adacore.com>
7223
7224 * trans.c (gnat_to_gnu) <N_Free_Statement>: Use POINTER_PLUS_EXPR
7225 in pointer arithmetics.
7226 * utils2.c (build_allocator): Likewise.
7227
7228 2008-01-17 Eric Botcazou <ebotcazou@adacore.com>
7229
7230 * utils.c (build_function_stub): Properly build the call expression.
7231
7232 2008-01-14 Eric Botcazou <ebotcazou@adacore.com>
7233
7234 * decl.c (gnat_to_gnu_entity) <object>: Process renamings
7235 before converting the expression to the type of the object.
7236 * trans.c (maybe_stabilize_reference) <CONSTRUCTOR>: New case.
7237 Stabilize constructors for special wrapping types.
7238
7239 2008-01-13 Eric Botcazou <ebotcazou@adacore.com>
7240
7241 * trans.c (call_to_gnu): Invoke the addressable_p predicate only
7242 when necessary. Merge some conditional statements. Update comments.
7243 Rename unchecked_convert_p local variable to suppress_type_conversion.
7244 Do not suppress conversions in the In case.
7245 (addressable_p) <VIEW_CONVERT_EXPR>: Do not take alignment issues
7246 into account on non strict-alignment platforms.
7247
7248 2008-01-12 Eric Botcazou <ebotcazou@adacore.com>
7249
7250 * utils.c (aggregate_type_contains_array_p): New predicate.
7251 (create_field_decl): In a packed record, force byte alignment
7252 for fields without specified position that contain an array.
7253
7254 2008-01-12 Eric Botcazou <ebotcazou@adacore.com>
7255
7256 * utils.c (unchecked_convert): Fold the VIEW_CONVERT_EXPR expression.
7257
7258 2008-01-10 John David Anglin <dave.anglin.@nrc-cnrc.gc.ca>
7259
7260 PR ada/34466
7261 * s-osinte-linux-hppa.ads (SC_NPROCESSORS_ONLN): New constant for
7262 sysconf call.
7263 (bit_field): New packed boolean type used by cpu_set_t.
7264 (cpu_set_t): New type corresponding to the C type with
7265 the same name. Note that on the Ada side we use a bit
7266 field array for the affinity mask. There is not need
7267 for the C macro for setting individual bit.
7268 (pthread_setaffinity_np): New imported routine.
7269
7270 2008-01-03 Tero Koskinen <tero.koskinen@iki.fi>
7271
7272 PR ada/34647
7273 * adaint.c (__gnat_open_new_temp, __gnat_tmp_name): Use mkstemp()
7274 on OpenBSD as is done on other BSD systems.
7275
7276 PR ada/34645
7277 * sysdep.c (__gnat_ttyname, getc_immediate_nowait,
7278 getc_immediate_common): Treat OpenBSD as FreeBSD regarding immediate
7279 I/O.
7280
7281 PR ada/34644
7282 * env.c (__gnat_clearenv): Treat OpenBSD as other BSD systems missing
7283 clearenv().
7284
7285 PR ada/34646
7286 * init.c (__gnat_error_handler, __gnat_install_handler,
7287 __gnat_init_float): Define for OpenBSD.
7288
7289 * initialize.c (__gnat_initialize): Define for OpenBSD.
7290
7291 2007-12-27 Samuel Tardieu <sam@rfc1149.net>
7292
7293 PR ada/34553
7294 * adaint.c (__gnat_open_new_temp, __gnat_tmp_name): Use mkstemp()
7295 instead of mktemp() or tmpnam() on NetBSD.
7296
7297 2007-12-23 Eric Botcazou <ebotcazou@adacore.com>
7298
7299 * trans.c (call_to_gnu): Make the temporary for non-addressable
7300 In parameters passed by reference.
7301 (addressable_p): Return true for STRING_CST and CALL_EXPR.
7302
7303 2007-12-19 Robert Dewar <dewar@adacore.com>
7304
7305 * g-expect-vms.adb, g-expect.adb, s-poosiz.adb:
7306 Add pragma Warnings (Off) for unassigned IN OUT arguments
7307
7308 * sem_warn.adb (Output_Reference): Suppress messages for internal names
7309 (Check_References): Extensive changes to tune up warnings
7310 (Output_Non_Modifed_In_Out_Warnings): Changes to tune up warnings
7311 (Has_Pragma_Unmodifed_Check_Spec): New function
7312 (Check_References): Implement pragma Unmodified
7313 (Warn_On_Unassigned_Out_Parameter): Implement pragma Unmodified
7314
7315 * par-prag.adb: Dummy entry for pragma Unmodified
7316
7317 * sem_prag.adb: Implement pragma Unmodified
7318
7319 * einfo.ads, einfo.adb: (Has_Pragma_Unmodified): New flag
7320 (Proc_Next_Component_Or_Discriminant): Fix typo.
7321 Update comments.
7322
7323 * sem_util.adb (Note_Possible_Modification): Add processinng for pragma
7324 Unmodified.
7325 (Reset_Analyzed_Flags): Use Traverse_Proc instead of Traverse_Func,
7326 because the former already takes care of discarding the result.
7327 (Mark_Coextensions): Remove ununused initial value from Is_Dynamic.
7328 Add comment.
7329
7330 * snames.h, snames.ads, snames.adb: Add entry for pragma Unmodified
7331
7332 2007-12-19 Eric Botcazou <ebotcazou@adacore.com>
7333
7334 * targparm.adb, targparm.ads, system.ads, system-darwin-ppc.ads,
7335 system-vxworks-x86.ads, system-linux-ppc.ads, system-linux-hppa.ads,
7336 system-hpux-ia64.ads, system-vxworks-arm.ads, system-darwin-x86.ads,
7337 system-vms_64.ads, system-vms-ia64.ads, system-linux-ia64.ads,
7338 system-freebsd-x86.ads, system-linux-x86_64.ads, system-tru64.ads,
7339 system-aix.ads, system-vxworks-sparcv9.ads, system-solaris-x86.ads,
7340 system-irix-o32.ads, system-irix-n32.ads, system-hpux.ads,
7341 system-vxworks-m68k.ads, system-linux-x86.ads, system-vxworks-mips.ads,
7342 system-solaris-sparc.ads, system-solaris-sparcv9.ads, system-vms.ads,
7343 system-mingw.ads, system-vms-zcx.ads, system-vxworks-ppc.ads
7344 (Dynamic_Trampolines_Used): Delete.
7345
7346 * system-lynxos-x86.ads, system-lynxos-ppc.ads: Ditto.
7347 Turn on stack probing mechanism on LynxOS.
7348
7349 2007-12-19 Bob Duff <duff@adacore.com>
7350
7351 * atree.ads, atree.adb (Traverse_Func): Walk Field2 last, and eliminate
7352 the resulting tail recursion by hand. This prevents running out of
7353 memory on deeply nested concatenations, since Field2 is where the left
7354 operand of concatenations is stored.
7355 Fix bug (was returning OK_Orig in some cases). Fix return subtype to
7356 clarify that it can only return OK or Abandon.
7357
7358 * sem_res.adb (Resolve_Op_Concat): Replace the recursion on the left
7359 operand by iteration, in order to avoid running out of memory on
7360 deeply-nested concatenations. Use the Parent pointer to get back up the
7361 tree.
7362 (Resolve_Op_Concat_Arg, Resolve_Op_Concat_First,
7363 Resolve_Op_Concat_Rest): New procedures split out of
7364 Resolve_Op_Concat, so the iterative algorithm in Resolve_Op_Concat is
7365 clearer.
7366
7367 * checks.adb (Remove_Checks): Use Traverse_Proc instead of
7368 Traverse_Func, because the former already takes care of discarding the
7369 result.
7370
7371 * errout.adb (First_Node): Use Traverse_Proc instead of Traverse_Func,
7372 because the former already takes care of discarding the result.
7373 (Remove_Warning_Messages): Use appropriate subtype for Status and
7374 Discard
7375
7376 2007-12-19 Ed Schonberg <schonberg@adacore.com>
7377
7378 * exp_aggr.adb (Not_OK_For_Backend): A component of a private type with
7379 discriminants forces expansion of the aggregate into assignments.
7380 (Init_Record_Controller): If the type of the aggregate is untagged and
7381 is not inherently limited, the record controller is not limited either.
7382
7383 2007-12-19 Robert Dewar <dewar@adacore.com>
7384
7385 * exp_attr.adb (Expand_N_Attribute_Reference, case Size): Fix error in
7386 handling compile time known size of record or array (case of front end
7387 layout active, e.g. in GNAAMP).
7388
7389 2007-12-19 Javier Miranda <miranda@adacore.com>
7390
7391 * exp_ch3.adb (Expand_N_Object_Declaration): Complete the circuitry
7392 that forces the construction of static dispatch tables in case of
7393 record subtypes.
7394
7395 2007-12-19 Robert Dewar <dewar@adacore.com>
7396
7397 * exp_ch9.adb (Null_Statements): Moved to library level
7398 (Trivial_Accept_OK): New function
7399 (Expand_Accept_Declaration): Use Trivial_Accept_OK
7400 (Expand_N_Accept_Statement): Use Trivial_Accept_OK
7401
7402 2007-12-19 Robert Dewar <dewar@adacore.com>
7403
7404 * exp_pakd.adb (Expand_Bit_Packed_Element_Set): Fix packed array type
7405 in complex case where array is Volatile.
7406
7407 2007-12-19 Ed Schonberg <schonberg@adacore.com>
7408
7409 * freeze.adb (Freeze_Record_Type, Check_Current_Instance): Implement
7410 properly the Ada2005 rules concerning when the current instance of a
7411 record type is aliased.
7412
7413 2007-12-19 Ed Schonberg <schonberg@adacore.com>
7414
7415 * par-ch3.adb (P_Record_Declaration): Guard against cascaded errors in
7416 mangled declaration
7417 (P_Type_Declaration): Diagnose misuse of "abstract" in untagged record
7418 declarations.
7419 (P_Variant_Part): Cleaner patch for parenthesized discriminant
7420
7421 2007-12-19 Vincent Celier <celier@adacore.com>
7422
7423 * prj-attr.adb (Package_Node_Id_Of): Returns Unknown_Package when
7424 package is not known
7425
7426 * prj-attr.ads (Unknown_Package): New constant
7427 Do not crash when an unknown package is in several projects
7428
7429 * prj-dect.adb (Parse_Package_Declaration): Mark an unknown package as
7430 ignored
7431
7432 * prj-nmsc.adb (Check): Remove obsolete code related to no longer
7433 existing package Language_Processing.
7434
7435 2007-12-19 Ed Schonberg <schonberg@adacore.com>
7436 Gary Dismukes <dismukes@adacore.com>
7437 Samuel Tardieu <sam@rfc1149.net>
7438
7439 PR ada/15803, ada/15805
7440 * sem_ch6.adb, sem_ch3.adb (Constrain_Access): In Ada2005, diagnose
7441 illegal access subtypes when there is a constrained partial view.
7442 (Check_For_Premature_Usage): New procedure inside
7443 Access_Subprogram_Declaration for checking that an access-to-subprogram
7444 type doesn't reference its own name within any formal parameters or
7445 result type (including within nested anonymous access types).
7446 (Access_Subprogram_Declaration): Add call to Check_For_Premature_Usage.
7447 (Sem_Ch3.Analyze_Object_Declaration, Sem_ch6.Process_Formals): if the
7448 context is an access_to_variable, the expression cannot be an
7449 access_to_constant.
7450
7451 2007-12-19 Bob Duff <duff@adacore.com>
7452
7453 * sem_ch4.adb (Analyze_Concatenation_Rest): New procedure.
7454 (Analyze_Concatenation): Use iteration instead of recursion in order
7455 to avoid running out of stack space for deeply nested concatenations.
7456
7457 2007-12-19 Ed Schonberg <schonberg@adacore.com>
7458 Gary Dismukes <dismukes@adacore.com>
7459
7460 * sem_ch8.adb (Analyze_Subprogram_Renaming): Diagnose illegal renamings
7461 whose renamed entity is a subprogram that requires overriding.
7462 (Premature_Usage): Test for the case of N_Full_Type_Declaration when
7463 issuing an error for premature usage and issue a message that says
7464 'type' rather than 'object'.
7465
7466 2007-12-19 Gary Dismukes <dismukes@adacore.com>
7467
7468 PR ada/34149
7469 * sem_disp.adb (Check_Dispatching_Call): Augment existing test for
7470 presence of a statically tagged operand (Present (Static_Tag)) with
7471 test for Indeterm_Ancestor_Call when determining whether to propagate
7472 the static tag to tag-indeterminate operands (which forces dispatching
7473 on such calls).
7474 (Check_Controlling_Formals): Ada2005, access parameters can have
7475 defaults.
7476 (Add_Dispatching_Operation, Check_Operation_From_Private_View): do
7477 not insert subprogram in list of primitive operations if already there.
7478
7479 2007-12-19 Tristan Gingold <gingold@adacore.com>
7480
7481 * utils.c (create_var_decl_1): call rest_of_decl_compilation only for
7482 global variable.
7483
7484 2007-12-19 Thomas Quinot <quinot@adacore.com>
7485
7486 Part of PR ada/33688
7487 * gen-soccon.c: Add constant IP_PKTINFO to allow getting ancillary
7488 datagram info on Linux.
7489
7490 2007-12-19 Vincent Celier <celier@adacore.com>
7491
7492 * makegpr.adb (Check_Compilation_Needed): Normalize C_Source_Path so
7493 that the source path name is always found in the dependencies.
7494
7495 2007-12-19 Robert Dewar <dewar@adacore.com>
7496
7497 * gnat_rm.texi, gnat_ugn.texi: Update documentation of -gnatw.o
7498 Fix name of Wide_Wide_Latin_1/9 file names
7499 Add documentation for Ada.Exceptions.Last_Chance_Handler (a-elchha.ads)
7500 Add missing documentation for Ada.Wide_[Wide_]Characters.Unicode
7501 Add missing documentation for Ada.Command_Line.Response_File
7502 Update list of warning letters for Warnings pragma
7503 Add documentation for pragma Unmodified
7504
7505 2007-12-19 Samuel Tardieu <sam@rfc1149.net>
7506
7507 * Makefile.in: Add s-tasinf.ad[bs] substitutions for sh4-linux target.
7508
7509 2007-12-17 Arnaud Charlet <charlet@adacore.com>
7510
7511 * s-vxwork-alpha.ads: Removed, no longer used.
7512
7513 2007-12-15 Jakub Jelinek <jakub@redhat.com>
7514
7515 * Make-lang.in (gnat1, gnatbind): Pass ALL_CFLAGS on the link line.
7516
7517 2007-12-13 Samuel Tardieu <sam@rfc1149.net>
7518
7519 PR ada/34360
7520 * Makefile.in: Change two occurrences of mlib-tgt.adb by correct name
7521 mlib-tgt-specific.adb.
7522
7523 2007-12-13 Bob Duff <duff@adacore.com>
7524
7525 * trans.c (Attribute_to_gnu): Check for violations of the
7526 No_Implicit_Dynamic_Code restriction. This checking used to be done in
7527 the front end, but is moved here so we can make it more accurate.
7528
7529 2007-12-13 Pascal Obry <obry@adacore.com>
7530
7531 * adaint.c (__gnat_pthread_setaffinity_np): New routine. A dummy
7532 version is provided for older GNU/Linux distribution not
7533 supporting thread affinity sets.
7534
7535 * s-osinte-linux.ads (SC_NPROCESSORS_ONLN): New constant for sysconf
7536 call.
7537 (bit_field): New packed boolean type used by cpu_set_t.
7538 (cpu_set_t): New type corresponding to the C type with
7539 the same name. Note that on the Ada side we use a bit
7540 field array for the affinity mask. There is not need
7541 for the C macro for setting individual bit.
7542 (pthread_setaffinity_np): New imported routine.
7543
7544 * s-taprop-linux.adb (Enter_Task): Check that the CPU affinity mask is
7545 no null.
7546 (Create_Task): Set the processor affinity mask if information
7547 is present.
7548
7549 * s-tasinf-linux.ads, s-tasinf-linux.adb: New files.
7550
7551 2007-12-13 Robert Dewar <dewar@adacore.com>
7552
7553 * s-osinte-lynxos-3.ads, s-osinte-hpux.ads, s-osinte-solaris-posix.ads,
7554 s-osinte-freebsd.ads, s-osinte-lynxos.ads, s-osinte-tru64.ads,
7555 s-osinte-mingw.ads, s-osinte-aix.ads, s-osinte-hpux-dce.ads,
7556 s-osinte-irix.ads, s-osinte-solaris.ads, s-intman-vms.adb,
7557 s-osinte-vms.ads, s-osinte-vxworks6.ads, s-osinte-vxworks.ads,
7558 s-auxdec.ads, s-auxdec-vms_64.ads, s-osinte-darwin.ads,
7559 s-taprop-vms.adb, s-interr-sigaction.adb, s-osinte-linux-hppa.ads,
7560 i-vxwork-x86.ads, s-tpopde-vms.ads: Add missing pragma Convention C
7561 for subprogram pointers.
7562
7563 * g-ctrl_c.adb: New file.
7564
7565 * g-ctrl_c.ads (Install_Handler): New body.
7566
7567 * freeze.adb (Freeze_Subprogram): Use new flag Has_Pragma_Inline_Always
7568 instead of obsolete function Is_Always_Inlined.
7569 (Freeze_Entity): check for tagged type in imported C subprogram
7570 (Freeze_Entity): check for 8-bit boolean in imported C subprogram
7571 (Freeze_Entity): check for convention Ada subprogram pointer in
7572 imported C subprogram.
7573 (Freeze_Fixed_Point_Type): In the case of a base type where the low
7574 bound would be chopped off and go from negative to zero, force
7575 Loval_Excl_EP to be the same as Loval_Incl_EP (the included lower
7576 bound) so that the size computation for the base type will take
7577 negative values into account.
7578
7579 2007-12-13 Eric Botcazou <ebotcazou@adacore.com>
7580 Bob Duff <duff@adacore.com>
7581 Tristan Gingold <gingold@adacore.com>
7582
7583 * system-linux-ia64.ads, system-freebsd-x86.ads, system-lynxos-ppc.ads,
7584 system-lynxos-x86.ads, system-linux-x86_64.ads, system-tru64.ads,
7585 system-aix.ads, system-vxworks-sparcv9.ads, system-solaris-x86.ads,
7586 system-irix-o32.ads, system-irix-n32.ads, system-hpux.ads,
7587 system-vxworks-m68k.ads, system-linux-x86.ads, system-vxworks-mips.ads,
7588 system-solaris-sparc.ads, system-solaris-sparcv9.ads, system-vms.ads,
7589 system-mingw.ads, system-vms-zcx.ads, system-vxworks-ppc.ads,
7590 system-vxworks-arm.ads, system-darwin-x86.ads, system.ads,
7591 system-vms_64.ads, system-darwin-ppc.ads, system-vxworks-x86.ads,
7592 system-linux-ppc.ads, system-linux-hppa.ads, system-hpux-ia64.ads,
7593 system-vms-ia64.ads (Stack_Check_Limits): New target parameter.
7594 (Always_Compatible_Rep): New flag to control trampolines globally.
7595 (Dynamic_Trampolines_Used): New flag for implementing the
7596 No_Implicit_Dynamic_Code restriction more correctly (not yet used,
7597 and not yet set correctly for some targets).
7598
7599 * s-taprop-vxworks.adb: Use stack limit method of stack checking.
7600 Simply indirectly call s-stchop when a task is created.
7601
7602 * ali.ads:
7603 New flag added: Stack_Check_Switch_Set which is set when '-fstack-check'
7604 appears as an argument (entries A) in an ALI file.
7605
7606 * fe.h (Stack_Check_Limits): Declare new target parameter.
7607 (Check_Implicit_Dynamic_Code_Allowed): New procedure.
7608
7609 * init.c: Declare __gnat_set_stack_limit_hook for VxWorks kernel RTS.
7610 This variable is declared in C to be sure not subject to elaboration
7611 code.
7612 (__gnat_map_signal, VxWorks): In kernel mode, map SIGILL to
7613 Storage_Error.
7614
7615 * targparm.ads, targparm.adb (Stack_Check_Limits): New parameter.
7616 (Always_Compatible_Rep, Dynamic_Trampolines_Used): New parameters.
7617
7618 * s-stchop.ads: Add comments.
7619
7620 * s-stchop-vxworks.adb: Package almost fully rewritten to use stack
7621 limit method of stack checking.
7622
7623 * s-stchop-limit.ads: New file.
7624
7625 2007-12-13 Robert Dewar <dewar@adacore.com>
7626
7627 * sem_ch5.adb, s-taskin.adb, a-ciorma.adb, a-coorma.adb, a-cohama.adb,
7628 a-cihama.adb, g-awk.adb,
7629 s-inmaop-posix.adb: Update handling of assigned value/unreferenced
7630 warnings
7631
7632 * exp_smem.adb: Update handling of assigned value/unreferenced warnings
7633
7634 * sem.adb: Update handling of assigned value/unreferenced warnings
7635
7636 * a-exexpr-gcc.adb: Add a pragma warnings off for boolean return
7637
7638 * lib-xref.ads: Improve documentation for k xref type
7639
7640 * lib-xref.adb:
7641 Update handling of assigned value/unreferenced warnings
7642 (Generate_Reference): Warning for reference to entity for which a
7643 pragma Unreferenced has been given should be unconditional.
7644 If the entity is a discriminal, mark the original
7645 discriminant as referenced.
7646
7647 * sem_warn.ads, sem_warn.adb
7648 (Check_One_Unit): Test Renamed_In_Spec to control giving warning for
7649 no entities referenced in package
7650 (Check_One_Unit): Don't give message about no entities referenced in
7651 a package if a pragma Unreferenced has appeared.
7652 Handle new warning flag -gnatw.a/-gnatw.A
7653 Update handling of assigned value/unreferenced warnings
7654
7655 * atree.h: Add flags up to Flag247
7656 (Flag231): New macro.
7657
7658 2007-12-13 Jose Ruiz <ruiz@adacore.com>
7659
7660 * adaint.h: (__gnat_plist_init): Not defined for RTX.
7661
7662 * initialize.c (__gnat_initialize): Do not call __gnat_plist_init for
7663 RTX systems.
7664
7665 * Makefile.in: Add new files s-tasinf-linux.ads and s-tasinf-linux.adb.
7666 (LIBGNAT_TARGET_PAIRS, MISCLIB, THREADSLIB,
7667 EXTRA_GNATRTL_NONTASKING_OBJS, EXTRA_GNATRTL_TASKING_OBJS,
7668 GNATLIB_SHARED for RTX run time): Use the versions required by RTX.
7669
7670 * mingw32.h:
7671 Do not define GNAT_UNICODE_SUPPORT for RTX since it is not supported.
7672
7673 * sysdep.c (winflush_function for RTX): Procedure that does nothing
7674 since we only have problems with Windows 95/98, which are not
7675 supported by RTX.
7676 (__gnat_ttyname): Return the empty string on Nucleus, just as
7677 done on vxworks.
7678
7679 2007-12-13 Robert Dewar <dewar@adacore.com>
7680
7681 * a-textio.adb, a-textio.ads:
7682 Extensive changes to private part for wide character encoding
7683
7684 * a-witeio.adb, a-witeio.ads, a-ztexio.ads, a-ztexio.adb
7685 (Look_Ahead): Fix mishandling of encoded sequences
7686 Move declaration of Wch_Con to private part (should not be visible)
7687
7688 * ali.adb (Scan_ALI): Set default encoding method to brackets instead of
7689 UTF-8. Probably this is never used, but if it is, brackets is
7690 clearly correct.
7691
7692 * bindgen.adb (Get_WC_Encoding): New procedure to properly handle
7693 setting wide character encoding for no main program case and when
7694 encoding is specified using -W?
7695 Initialize stack limit of environment task if stack limit method of
7696 stack checking is enabled.
7697 (Gen_Adainit_Ada): Use Get_WC_Encoding to output encoding method
7698 (Gen_Adainit_C): Use Get_WC_Encoding to output encoding method
7699 (Get_Main_Unit_Name): New function.
7700 (Gen_Adainit_Ada): Add call to main program for .NET when needed.
7701 (Gen_Output_File): Set Bind_Main_Program to True for .NET
7702
7703 * bindusg.adb: Add line for -Wx switch
7704
7705 * s-wchcon.adb, s-wchcon.ads: (Is_Start_Of_Encoding): New function
7706 Add comments
7707 Add new useful constant WC_Longest_Sequences
7708
7709 * switch-b.adb: Clean up handling of -Wx switch
7710 For -gnatWx, set Wide_Character_Encoding_Method_Specified
7711
7712 * switch-c.adb: -gnatg activates warning on assertion errors
7713 For -gnatWx, set Wide_Character_Encoding_Method_Specified
7714
7715 * s-wchcon.adb: (Is_Start_Of_Encoding): New function
7716
7717 2007-12-13 Robert Dewar <dewar@adacore.com>
7718 Ed Schonberg <schonberg@adacore.com>
7719
7720 * a-ngcoty.adb: New pragma Fast_Math
7721
7722 * opt.adb: New pragma Fast_Math
7723
7724 * par-prag.adb:
7725 Add Implemented_By_Entry to the list of pragmas which do not require any
7726 special processing.
7727 (Favor_Top_Level): New pragma.
7728 New pragma Fast_Math
7729
7730 * exp_attr.adb: Move Wide_[Wide_]Image routines to Exp_Imgv
7731 (Expand_N_Attribute_Reference, Displace_Allocator_Pointer,
7732 Expand_Allocator_Expression): Take into account VM_Target
7733 (Expand_Attribute, case 'Identity): Handle properly the case where
7734 the prefix is a task interface.
7735 New pragma Fast_Math
7736
7737 * par.adb (Next_Token_Is): New function
7738 (P_Pragma): Add Skipping parameter
7739 (U_Left_Paren): New procedure
7740 (U_Right_Paren): New procedure
7741 New pragma Fast_Math
7742
7743 * par-ch10.adb (P_Subunit): Unconditional msg for missing ) after
7744 subunit
7745 New pragma Fast_Math
7746
7747 * sem_prag.adb: Add significance value to table Sig_Flag for pragma
7748 Implemented_By_Entry.
7749 (Analyze_Pragma): Add case for Ada 2005 pragma Implemented_By_Entry.
7750 (Set_Inline_Flags): Do not try to link pragma Inline onto chain of rep
7751 items, since it can apply to more than one overloadable entity. Set
7752 new flag Has_Pragma_Inline_Always for Inline_Always case.
7753 (Analyze_Pragma, case Complex_Representation): Improve error message.
7754 (Analyze_Pragma, case Assert): When assertions are disabled build the
7755 rewritten code with Sloc of expression rather than pragma, so new
7756 warning about failing is not deleted.
7757 (Analyze_Pragma): Allow pragma Preelaborable_Initialization to apply to
7758 protected types and update error message to reflect that. Test whether
7759 the protected type is allowed for the pragma (an error is issued if the
7760 type has any entries, or components that do not have preelaborable
7761 initialization).
7762 New pragma Fast_Math
7763 (Analyze_Pragma, case No_Return): Handle generic instance
7764
7765 * snames.h, snames.ads, snames.adb:
7766 Add new predefined name for interface primitive _Disp_Requeue.
7767 New pragma Fast_Math
7768
7769 * a-tags.ads, a-tags.adb: New calling sequence for
7770 String_To_Wide_[Wide_]String
7771 (Secondary_Tag): New subprogram.
7772
7773 * exp_imgv.ads, exp_imgv.adb: Move Wide_[Wide_]Image routines here
7774 from Exp_Attr
7775 New calling sequence for String_To_Wide_[Wide_]String
7776 (Expand_Image_Attribute): Major rewrite. New calling sequence avoids
7777 the use of the secondary stack for image routines.
7778
7779 * a-except-2005.adb, s-wchstw.ads, s-wchstw.adb, s-wwdenu.adb: New
7780 calling sequence for String_To_Wide_[Wide_]String
7781
7782 * par-ch3.adb (P_Declarative_Items): Recognize use of Overriding in
7783 Ada 95 mode
7784 (P_Unknown_Discriminant_Part_Opt): Handle missing parens gracefully
7785 Remove Atree.Delete_Tree/Delete_Node and Nlist.Delete_List
7786
7787 * par-ch6.adb (P_Subprogram): Recognize use of Overriding in Ada 95 mode
7788 (P_Formal_Part): Use Skipping parameter in P_Pragma call
7789 to improve error recovery
7790
7791 * par-util.adb (Next_Token_Is): New function
7792 (Signal_Bad_Attribute): Use new Namet.Is_Bad_Spelling_Of function
7793
7794 * par-ch2.adb (Skip_Pragma_Semicolon): Do not resynchronize to
7795 semicolon if missing
7796 (P_Pragma): Implement new Skipping parameter
7797 Remove Atree.Delete_Tree/Delete_Node and Nlist.Delete_List
7798 Fix location of flag for unrecognized pragma message
7799
7800 * par-tchk.adb (U_Left_Paren): New procedure
7801 (U_Right_Paren): New procedure
7802
7803 2007-12-13 Geert Bosch <bosch@adacore.com>
7804
7805 * a-tifiio.adb:
7806 (Put_Int64): Use Put_Digit to advance Pos. This fixes a case where
7807 the second or later Scaled_Divide would omit leading zeroes,
7808 resulting in too few digits produced and a Layout_Error as result.
7809 (Put): Initialize Pos.
7810
7811 2007-12-13 Robert Dewar <dewar@adacore.com>
7812
7813 atree.ads, atree.adb (Flag231..Flag247): New functions
7814 (Set_Flag231..Set_Flag247): New procedures
7815 (Basic_Set_Convention): Rename Set_Convention to be
7816 Basic_Set_Convention
7817 (Nkind_In): New functions
7818 Remove Atree.Delete_Tree/Delete_Node and Nlist.Delete_List
7819
7820 * exp_ch6.adb (Expand_Call): Use new flag Has_Pragma_Inline_Always
7821 instead
7822 of obsolete function Is_Always_Inlined
7823 (Register_Predefined_DT_Entry): Initialize slots of the second
7824 secondary dispatch table.
7825 Remove Atree.Delete_Tree/Delete_Node and Nlist.Delete_List
7826 (Expand_N_Function_Call): Remove special provision for stack checking.
7827
7828 * exp_util.ads, exp_util.adb (Is_Predefined_Dispatching_Operation):
7829 Include _Disp_Requeue in the list of predefined operations.
7830 (Find_Interface_ADT): Modified to fulfill the new specification.
7831 Remove Atree.Delete_Tree/Delete_Node and Nlist.Delete_List
7832
7833 * par-ch4.adb, nlists.ads, nlists.adb:
7834 Remove Atree.Delete_Tree/Delete_Node and Nlist.Delete_List
7835
7836 * sinfo.ads, sinfo.adb: (Nkind_In): New functions
7837 Fix location of flag for unrecognized pragma message
7838
7839 * sem_ch7.adb: Use Nkind_In
7840
7841 2007-12-13 Vincent Celier <celier@adacore.com>
7842
7843 * opt.ads:
7844 Indicate what flags are used by the Project Manager, gprbuild and
7845 gprclean.
7846 (Opt.Follow_Links_For_Dirs): New flag
7847 (Warn_On_Assertion_Failure): New flag
7848 (Wide_Character_Encoding_Method_Specified): New flag
7849 (Suppress_All_Inlining): New switch set by -fno-inline
7850 (Real_VMS_Target): New flag
7851 New pragma Fast_Math
7852
7853 2007-12-13 Robert Dewar <dewar@adacore.com>
7854
7855 * back_end.adb: Recognize -fno-inline
7856
7857 2007-12-13 Robert Dewar <dewar@adacore.com>
7858
7859 * checks.adb: Fix optimization problem with short-circuited form
7860
7861 2007-12-13 Bob Duff <duff@adacore.com>
7862
7863 * clean.adb (Usage): Add line for -aP
7864 (Check_Version_And_Help): Change Check_Version_And_Help to be generic,
7865 with a parameter "procedure Usage", instead of passing a pointer to a
7866 procedure. This is to eliminate trampolines (since the Usage procedure
7867 is often nested in a main procedure, and it would be inconvenient to
7868 unnest it).
7869
7870 * g-comlin.adb (For_Each_Simple_Switch): Change For_Each_Simple_Switch
7871 to be generic, with a parameter "procedure Callback (...)", instead of
7872 passing a pointer to a procedure. This is to eliminate trampolines
7873 (since the Callback procedure is usually nested).
7874
7875 * gnatfind.adb, switch.adb, switch.ads, gnatlink.adb, gnatls.adb,
7876 gnatname.adb, gnatxref.adb, gnatchop.adb, gprep.adb, gnatbind.adb
7877 (Check_Version_And_Help): Change Check_Version_And_Help to be generic.
7878
7879 * g-pehage.adb (Compute_Edges_And_Vertices, Build_Identical_Key_Sets):
7880 Use the generic Heap_Sort_G instead of Heap_Sort_A.
7881
7882 2007-12-13 Hristian Kirtchev <kirtchev@adacore.com>
7883
7884 * einfo.ads, einfo.adb: Flag 232 is now Implemented_By_Entry.
7885 (Implemented_By_Entry, Set_Implemented_By_Entry): New routines.
7886 (Write_Entry_Flags): Add an entry for Implemented_By_Entry.
7887 (Renamed_In_Spec): New flag
7888 (Has_Pragma_Inline_Always): New flag
7889 Add missing doc for pragma Obsolescent_Warning
7890 Add missing doc for 17 additional unused flags (230-247)
7891 (Is_Derived_Type): Remove condition "not Is_Generic_Type".
7892 Alphabetize with clauses.
7893 Separate Is_Thunk and Has_Thunks flags
7894 (Write_Entity_Flags): Add forgotten entry for Has_Thunks
7895 (Related_Interface): Renamed to Related_Type.
7896 (Has_Thunks/Set_Has_Thunks): Subprograms of new attribute.
7897 (Set_Is_Flag): Restrict the assertion.
7898
7899 2007-12-13 Vincent Celier <celier@adacore.com>
7900
7901 * errout.adb (Output_Source_Line): Do not keep a trailing space after
7902 the source line number if the source line is empty.
7903
7904 2007-12-13 Geert Bosch <bosch@adacore.com>
7905
7906 * eval_fat.adb (Decompose_Int): Handle argument of zero.
7907 (Compose): Remove special casing of zero.
7908 (Exponent): Likewise.
7909 (Fraction): Likewise.
7910 (Machine): Likewise.
7911 (Decompose): Update comment.
7912
7913 2007-12-13 Ed Schonberg <schonberg@adacore.com>
7914
7915 * exp_aggr.adb (Build_Record_Aggr_Code): If there is an aggregate for a
7916 limited ancestor part, initialize controllers of enclosing record
7917 before expanding ancestor aggregate.
7918 (Gen_Assign): If a component of the aggregate is box-initialized, add
7919 code to call Initialize if the component is controlled, and explicit
7920 assignment of null if the component is an access type.
7921
7922 Handle properly aggregates for limited types that appear in object
7923 declarations when the aggregate contains controlled values such as
7924 protected types.
7925 When expanding limited aggregates into individual components, do not
7926 call Adjust on controlled components that are limited.
7927
7928 2007-12-13 Ed Schonberg <schonberg@adacore.com>
7929
7930 * expander.adb: Take into account N_Subprogram_Renaming_Declaration
7931
7932 2007-12-13 Hristian Kirtchev <kirtchev@adacore.com>
7933
7934 * exp_ch3.adb (Predefined_Primitive_Bodies): Generate the body of
7935 predefined primitive _Disp_Requeue.
7936 (Make_Predefined_Primitive_Specs): Create the spec for predefined
7937 primitive _Disp_Requeue.
7938 (Make_Predefined_Primitive_Specs/Predefined_Primitive_Bodies): Set the
7939 type of formal Renamed_Eq to Entity_Id (instead of Node_Id).
7940 (Make_Predefined_Primitive_Specs): Spec of "=" needed if the parent is
7941 an interface type. In case of limited interfaces we now declare all the
7942 predefined primitives associated with synchronized interfaces as
7943 abstract.
7944 (Predef_Spec_Or_Body): For interface types generate abstract subprogram
7945 declarations.
7946 (Predefined_Primitive_Bodies): Add body of "=" if the parent of the
7947 tagged type is an interface type and there is no user-defined equality
7948 function.
7949 Add also bodies of predefined primitives associated with synchronized
7950 interfaces.
7951 (Freeze_Record_Type): Do not build bodies of predefined primitives of
7952 interface types because they are now defined abstract.
7953 Add missing documentation.
7954 (Expand_Record_Controller): Update occurrence of Related_Interface
7955 to Related_Type.
7956 (Build_Offset_To_Top_Functions): Do nothing in case of VM.
7957 (Expand_N_Object_Declaration): Take into account VM_Target when handling
7958 class wide interface object declaration.
7959 (Expand_Previous_Access_Type): Do not create a duplicate master entity
7960 if the access type already has one.
7961 (Expand_N_Object_Declaration): Defend against attempt to validity check
7962 generic types. Noticed for -gnatVcf specified with previous errors.
7963
7964 2007-12-13 Arnaud Charlet <charlet@adacore.com>
7965
7966 * exp_ch4.adb (Expand_N_Attribute_Reference, Displace_Allocator_Pointer,
7967 Expand_Allocator_Expression): Take into account VM_Target
7968
7969 * exp_ch5.adb (Expand_N_Extended_Return_Statement): Do not use
7970 secondary stack when VM_Target /= No_VM
7971
7972 2007-12-13 Javier Miranda <miranda@adacore.com>
7973 Ed Schonberg <schonberg@adacore.com>
7974
7975 * exp_ch7.adb (Expand_N_Package_Body): Replace occurrence of attribute
7976 Is_Complation_Unit by Is_Library_Level_Entity in the code
7977 that decides if the static dispatch tables need to be built.
7978 (Wrap_Transient_Declaration): Do not generate a finalization call if
7979 this is a renaming declaration and the renamed object is a component
7980 of a controlled type.
7981
7982 2007-12-13 Gary Dismukes <dismukes@adacore.com>
7983
7984 * exp_ch8.ads, exp_ch8.adb (Expand_N_Subprogram_Renaming_Declaration):
7985 In the case where the renamed subprogram is a dereference, call
7986 Force_Evaluation on the prefix.
7987
7988 2007-12-13 Hristian Kirtchev <kirtchev@adacore.com>
7989 Ed Schonberg <schonberg@adacore.com>
7990
7991 * exp_ch9.adb (Expand_N_Asynchronous_Select,
7992 Expand_N_Conditional_Entry_Call, Expand_N_Timed_Entry_Call): Code and
7993 comment reformatting.
7994 (Set_Privals): Inherit aliased flag from formal. From code reading.
7995 (Build_Simple_Entry_Call): Out parameters of an access type are passed
7996 by copy and initialized from the actual. This includes entry parameters.
7997 (Expand_N_Requeue_Statement): Reimplement in order to handle both Ada 95
7998 and Ada 2005 models of requeue.
7999 (Null_Statements): Still connsider do-end block null if it contains
8000 Unreferenced and Warnings pragmas.
8001 (Expand_N_Accept_Statement): Do not optimize away null do end if
8002 dispatching policy is other than defaulted.
8003 (Expand_N_Timed_Entry_Call): When the triggering statement is a
8004 dispatching call, manually analyze the delay statement.
8005 (Find_Parameter_Type): Move subprogram to Sem_Util.
8006
8007 2007-12-13 Hristian Kirtchev <kirtchev@adacore.com>
8008 Javier Miranda <miranda@adacore.com>
8009
8010 * exp_disp.ads, exp_disp.adb (Default_Prim_Op_Position): Primitive
8011 _Disp_Requeue occupies dispatch table slot number 15. Move
8012 _Disp_Timed_Select to slot 16.
8013 (Make_Disp_Requeue_Body, Make_Disp_Requeue_Spec): New routines which
8014 generate the spec and body of _Disp_Reqeueue.
8015 (Make_DT): Build and initialize the second dispatch table.
8016 Handle initialization of RC_Offset when the parent
8017 is a private type with variable size components.
8018 (Make_Secondary_DT): Complete documentation. Add support to
8019 initialize the second dispatch table.
8020 (Make_Tags): Generate the tag of the second dispatch table.
8021 (Register_Primitive): Add support to register primitives in the
8022 second dispatch table.
8023
8024 2007-12-13 Pascal Obry <obry@adacore.com>
8025
8026 * expect.c (__gnat_kill) [WIN32]: Implement the SIGINT signal on
8027 Windows. This signal is used by gnatmake to kill child processes for
8028 example.
8029
8030 2007-12-13 Javier Miranda <miranda@adacore.com>
8031
8032 * exp_intr.adb (Expand_Dispatching_Constructor_Call): Add missing
8033 support for generic dispatching constructor calls in which we need to
8034 locate the tag of a secondary dispatch table associated with an
8035 interface type to properly dispatch the call.
8036 (Expand_N_Attribute_Reference [case Address],
8037 Expand_Dispatching_Constructor_Call, Expand_Unc_Deallocation): Fix
8038 handling of VM targets.
8039
8040 2007-12-13 Robert Dewar <dewar@adacore.com>
8041 Ed Schonberg <schonberg@adacore.com>
8042
8043 * exp_prag.adb (Expand_Pragma_Assert): Recognize new warning flag for
8044 assert fail
8045
8046 * ug_words: Add entries for -gnatw.a -gnatw.A
8047
8048 * sem_res.adb (Set_String_Literal_Subtype): If the context of the
8049 literal is a subtype with non-static constraints, use the base type of
8050 the context as the base of the string subtype, to prevent type
8051 mismatches in gigi.
8052 (Resolve_Actuals): If the actual is an entity name, generate a
8053 reference before the actual is resolved and expanded, to prevent
8054 spurious warnings on formals of enclosing protected operations.
8055 (Analyze_Overloaded_Selected_Component): If type of prefix if
8056 class-wide, use visible components of base type.
8057 (Resolve_Selected_Component): Ditto.
8058 (Resolve_Short_Circuit): Detect case of pragma Assert argument
8059 evaluating to False, and issue warning message.
8060
8061 * usage.adb: Add lines for -gnatw.a and -gnatw.A
8062
8063 2007-12-13 Emmanuel Briot <briot@adacore.com>
8064
8065 * g-calend.ads (No_Time): New constant, to represent an uninitialized
8066 time value
8067
8068 * g-catiio.ads, g-catiio.adb (Value): Added support for more date
8069 formats.
8070 (Month_Name_To_Number): New subprogram
8071
8072 * g-dirope.adb (Get_Current_Dir): On windows, normalize the drive
8073 letter to upper-case.
8074
8075 2007-12-13 Robert Dewar <dewar@adacore.com>
8076 Ed Schonberg <schonberg@adacore.com>
8077
8078 * gnat1drv.adb (Gnat1drv): Properly set new flag Opt.Real_VMS_Target
8079
8080 * layout.adb (Resolve_Attribute, case 'Access): If designated type of
8081 context is a limited view, use non-limited view when available. If the
8082 non-limited view is an unconstrained array, this enforces consistency
8083 requirements in 3.10.2 (27).
8084 (Layout_Type): For an access type whose designated type is a limited
8085 view, examine its declaration to determine if it is an unconstrained
8086 array, and size the access type accordingly.
8087 (Layout_Type): Do not force 32-bits for convention c subprogram
8088 pointers in -gnatdm mode, only if real vms target.
8089
8090 * sem_attr.adb (Analyze_Access_Attribute): Use new flag
8091 Has_Pragma_Inline_Always instead of obsolete function Is_Always_Inlined
8092 (Analyze_Access_Attribute,Attribute_Address): Remove checks for
8093 violations of the No_Implicit_Dynamic_Code restriction.
8094 (Resolve_Attribute, case 'Access): If designated type of context is a
8095 limited view, use non-limited view when available. If the non-limited
8096 view is an unconstrained array, this enforces consistency requirements
8097 in 3.10.2 (27).
8098 (Layout_Type): For an access type whose designated type is a limited
8099 view, examine its declaration to determine if it is an unconstrained
8100 array, and size the access type accordingly.
8101
8102 2007-12-13 Vincent Celier <celier@adacore.com>
8103
8104 * gnatcmd.adb (GNATCmd): Do not issue -d= switch to gnatmetric when
8105 object directory of main project does not exist.
8106 On VMS, correctly set then environment variable for the source
8107 directories.
8108
8109 2007-12-13 Vasiliy Fofanov <fofanov@adacore.com>
8110
8111 * g-regist.ads, g-regist.adb (Set_Value): new parameter Expand; when
8112 set to True this procedure will create the value of type REG_EXPAND_SZ.
8113 It was only possible to create REG_SZ values before.
8114
8115 2007-12-13 Robert Dewar <dewar@adacore.com>
8116
8117 * g-spchge.ads, g-spchge.adb, g-u3spch.adb, g-u3spch.ads,
8118 g-wispch.adb, g-wispch.ads, g-zspche.adb, g-zspche.ads,
8119 namet-sp.adb, namet-sp.ads: New files.
8120
8121 * g-speche.adb: Use generic routine in g-spchge
8122
8123 * s-wchcnv.ads, s-wchcnv.adb:
8124 Minor code cleanup (make formal type consistent with spec)
8125
8126 * namet.adb: Update comments.
8127
8128 * par-endh.adb (Evaluate_End_Entry): Use new
8129 Namet.Sp.Is_Bad_Spelling_Of function
8130
8131 * par-load.adb (Load): Use new Namet.Sp.Is_Bad_Spelling_Of function
8132
8133 * sem_aggr.adb (Resolve_Record_Aggregate): If a component of an
8134 ancestor is an access type initialized with a box, set its type
8135 explicitly, for use in subsequent expansion.
8136 (Check_Misspelled_Component): Use new Namet.Sp.Is_Bad_Spelling_Of
8137 function
8138
8139 2007-12-13 Robert Dewar <dewar@adacore.com>
8140
8141 * g-spipat.adb (Break): Fix accessibility error (vsn taking not null
8142 access Vstring)
8143
8144 2007-12-13 Robert Dewar <dewar@adacore.com>
8145
8146 * inline.adb (Back_End_Cannot_Inline): Use new flag
8147 Has_Pragma_Inline_Always instead of obsolete function Is_Always_Inlined
8148
8149 * sem_ch6.ads, sem_ch6.adb (Analyze_Subprogram_Body): Use new flag
8150 Has_Pragma_Inline_Always instead.
8151 of obsolete function Is_Always_Inlined
8152 (Build_Body_To_Inline): Same change
8153 (Cannot_Inline): Same change
8154 Do not give warning on exception raise in No_Return function
8155
8156 * sem_ch13.adb (Analyze_Record_Representation_Clause): If an inherited
8157 component has two inconsistent component clauses in the same record
8158 representation clause, favor the message that complains about
8159 duplication rather than inconsistency.
8160 Update comments.
8161 (Record_Representation_Clause): Do not warn on missing component
8162 clauses for inherited components of a type extension.
8163 (Rep_Item_Too_Late): Do not attempt to link pragma into rep chain for
8164 an overloadable item if it is a pragma that can apply to multiple
8165 overloadable entities (e.g. Inline) because a pragma cannot be on
8166 more than one chain at a time.
8167 (Validate_Unchecked_Conversion): Add code to warn on unchecked
8168 conversion where one of the operands is Ada.Calendar.Time.
8169 (Analyze_Attribute_Definition_Clause): Fix typo in error message.
8170 For now, ignore Component_Size clause on VM targets, as done for
8171 pragma Pack.
8172
8173 2007-12-13 Emmanuel Briot <briot@adacore.com>
8174 Vincent Celier <celier@adacore.com>
8175
8176 * prj.ads, prj.adb (Is_A_Language): Now takes a Name_Id instead of a
8177 string
8178 (Must_Check_Configuration, Default_Language_Is_Ada): new flags in
8179 prj.ads
8180 (Hash): Move instantiation of System.HTable.Hash from spec to body
8181 (prj-nmsc.adb): Optimize calls to Name_Find when on case sensitive
8182 systems, since we do not need to recompute the Name_Id for the canonical
8183 file name.
8184 (Body_Suffix_Id_Of, Spec_Suffix_Id_Of): new version that takes a name_id
8185 as a parameter. This parameter is in fact always "ada" in all calls, and
8186 we were doing 160560 extra calls to Name_Find to convert it to Name_Ada
8187 while loading a project with 40000 files
8188
8189 * prj-attr.adb: Fix name of attribute Dependency_Driver
8190 Change the kind of indexing for attribute Root
8191
8192 * prj-dect.adb (Parse_Declarative_Items): Allow redeclarations of
8193 variables already declared, in case constructions.
8194
8195 * prj-env.adb (Initialize): Reset Current_Source_Path_File and
8196 Current_Object_Path_File to No_Path.
8197
8198 * prj-ext.adb (Initialize_Project_Path): In multi language mode, use
8199 ADA_PROJECT_PATH if value of GPR_PROJECT_PATH is empty.
8200
8201 * prj-makr.adb: new parameter Current_Dir
8202
8203 * prj-nmsc.ads, prj-nmsc.adb (Find_Explicit_Sources): Do not look for
8204 Ada sources when language is not Ada.
8205 Change Opt.Follow_Links to Opt.Follow_Links_For_Files.
8206 (Find_Excluded_Sources, Find_Explicit_Sources): new subprograms
8207 (Must_Check_Configuration, Default_Language_Is_Ada): new flags.
8208 (Locate_Directory): Always resolve links when computing Canonical_Path
8209 (Look_For_Sources): Make sure that Name_Buffer contains the file name
8210 in Source_Files before checking for the presence of a directory
8211 separator.
8212 Optimize calls to Name_Find when on case sensitive systems.
8213 (Body_Suffix_Id_Of, Spec_Suffix_Id_Of): new version that takes a name_id
8214 as a parameter.
8215 (Prj.Nmsc.Check): new parameter Current_Dir
8216 (Check_Ada_Naming_Schemes): Restrictions on suffixes are relaxed. They
8217 cannot be empty and the spec suffix cannot be the same as the body or
8218 separate suffix.
8219 (Get_Unit): When a file name can be of several unit kinds (spec, body or
8220 subunit), always consider the longest suffix.
8221 (Check_Configuration): Do not issue an error if there is no compiler
8222 for a language. Just issue a warning and ignore the sources for the
8223 language.
8224 (Check_Library_Attributes): Only check Library_Dir if Library_Name is
8225 not empty.
8226 (Check_Naming_Schemes.Maked_Unit): Only output message if high verbosity
8227 (Unit_Exceptions): New hash table
8228 (Check_Naming_Schemes): Check if a file that could be a unit because of
8229 the naming scheme is not in fact a source because there is an exception
8230 for the unit.
8231 (Look_For_Sources): Put the unit exceptions in hash table
8232 Unit_Exceptions
8233 (Get_Unit_Exceptions): Give initial value No_Source to local variable
8234 Other_Part to avoid exception when code is compiled with validity
8235 checking.
8236 (Get_Sources_From_File): Check that there is no directory information
8237 in the file names.
8238 (Look_For_Sources): Check that there is no directory information in the
8239 list of file names in Source_Files.
8240 (Look_For_Sources): In multi-language mode, do not allow exception file
8241 names that are excluded.
8242 (Excluded_Sources_Htable): New hash table
8243 (Search_Directories.Check_File): New procedure to simplify
8244 Search_Directories.
8245 (Search_Directories): Do not consider excluded sources
8246 (Look_For_Sources): Populate Excluded_Sources_Htable before calling
8247 Search_Directories.
8248 (Get_Exceptions): Set component Lang_Kind of Source_Data
8249 (Get_Unit_Exceptions): Ditto
8250 (Search_Directories): Ditto
8251
8252 * prj-pars.adb: new parameter Current_Dir
8253
8254 * prj-part.ads, prj-part.adb:
8255 Change Opt.Follow_Links to Opt.Follow_Links_For_Files.
8256 (Opt.Follow_Links_For_Dirs): New flag
8257 (Project_Path_Name_Of): Cache information returned by this routine as
8258 Locate_Regular_File is a costly routine. The code to output a log
8259 information and the effective call to Locate_Regular_File is now
8260 factorized into a routine (code clean-up).
8261 (Parse, Parse_Single_Project): new parameter Current_Dir
8262 When main project file cannot be found, indicate in the error
8263 message the project path that was used to do the search.
8264
8265 * prj-proc.ads, prj-proc.adb (Opt.Follow_Links_For_Dirs): New flag
8266 (Prj.Proc.Process*): new parameter Current_Dir
8267
8268 * switch-m.adb: Change Opt.Follow_Links to Opt.Follow_Links_For_Files
8269
8270 2007-12-13 Bob Duff <duff@adacore.com>
8271
8272 * restrict.ads, restrict.adb (Check_Implicit_Dynamic_Code_Allowed): New
8273 procedure to be called from the back end to check the
8274 No_Implicit_Dynamic_Code restriction.
8275
8276 2007-12-13 Arnaud Charlet <charlet@adacore.com>
8277
8278 * rtsfind.adb (Check_CRT): Take into account RTE_Available_Call
8279 Fixes another case where RTE_Available_Call was ignored instead of being
8280 taken into account.
8281 (Load_Fail): Ditto.
8282
8283 * rtsfind.ads: Add new entries.
8284
8285 2007-12-13 Robert Dewar <dewar@adacore.com>
8286
8287 * g-byorma.adb, g-byorma.ads, g-decstr.adb, g-decstr.ads,
8288 g-deutst.ads, g-encstr.adb, g-encstr.ads, g-enutst.ads: New files.
8289
8290 * scn.adb: Implement BOM recognition
8291
8292 2007-12-13 Thomas Quinot <quinot@adacore.com>
8293 Ed Schonberg <schonberg@adacore.com>
8294
8295 * sem_ch10.adb (Check_Private_Child_Unit): A non-private library level
8296 subprogram body that acts as its own spec may not have a non-private
8297 WITH clause on a private sibling.
8298 (Build_Unit_Name): If the parent unit in the name in a with_clause on a
8299 child unit is a renaming, create an implicit with_clause on that
8300 parent, and not on the unit it renames, to prevent visibility errors
8301 in the current unit.
8302
8303 2007-12-13 Ed Schonberg <schonberg@adacore.com>
8304
8305 * sem_ch12.adb (Instantiate_Formal_Subprogram): In the subprogram
8306 renaming declaration, use the Slocs of the formal parameters from the
8307 declaration of the formal subprogram when creating the formal parameter
8308 entities in the renaming declaration.
8309 (Analyze_Formal_Type_Declaration): Change the placement of the error
8310 message concerning illegal known discriminants. It is now posted on the
8311 type rather than on the first discriminant. This change ensures early
8312 error report.
8313 (Freeze_Subprogram_Body): If the generic subprogram is nested within
8314 the package body that contains the instance, do not generate an
8315 out-of-place freeze node for the enclosing package.
8316 (Collect_Previous_Instantiations): Ignore internal instantiations
8317 generated for formal packages.
8318 (Validate_Derived_Type_Instance): Add a check that when a formal
8319 derived type is Known_To_Have_Preelab_Init then the actual type must
8320 have preelaborable initialization, and issue an error when this
8321 condition is violated.
8322
8323 2007-12-13 Robert Dewar <dewar@adacore.com>
8324
8325 * s-imenne.adb, s-imenne.ads: New files.
8326
8327 * s-imgboo.adb, s-imgboo.ads, s-imgcha.adb, s-imgcha.ads, s-imgdec.adb,
8328 s-imgdec.ads, s-imgenu.ads, s-imgint.adb, s-imgint.ads, s-imglld.adb,
8329 s-imglld.ads, s-imglli.adb, s-imglli.ads, s-imgllu.adb, s-imgllu.ads,
8330 s-imgrea.adb, s-imgrea.ads, s-imguns.adb, s-imguns.ads, s-imgwch.adb,
8331 s-imgwch.ads: New calling sequence for Image routines to avoid sec
8332 stack usage.
8333
8334 2007-12-13 Javier Miranda <miranda@adacore.com>
8335 Ed Schonberg <schonberg@adacore.com>
8336
8337 * sem_ch3.ads, sem_ch3.adb (Check_Abstract_Overriding): Avoid
8338 generation of spurious error if parent is an interface type; caused
8339 because predefined primitive bodies will be generated later by
8340 Freeze_Record_Type.
8341 (Process_Subtype): The subtype inherits the Known_To_Have_Preelab_Init
8342 flag.
8343 (Derive_Subprograms): Handle derivations of predefined primitives
8344 after all the user-defined primitives to ensure that they are
8345 found in proper order in instantiations.
8346 (Add_Interface_Tag_Components, Inherit_Components): Update occurrences
8347 of Related_Interface to Related_Type.
8348 (Record_Type_Declaration): Minor reordering of calls to decorate the
8349 Tag component because the entity must have set its Ekind attribute
8350 before setting its Is_Tag attribute.
8351 (Analyze_Subtype_Declaration): In the case of subtypes with
8352 Private_Kind, inherit Known_To_Have_Preelab_Init from the parent.
8353
8354 2007-12-13 Hristian Kirtchev <kirtchev@adacore.com>
8355 Ed Schonberg <schonberg@adacore.com>
8356
8357 * sem_ch4.adb (Analyze_Selected_Component): Include the requeue
8358 statement to the list of contexts where a selected component with a
8359 concurrent tagged type prefix should yield a primitive operation.
8360 (Find_Primitive_Operation): Handle case of class-wide types.
8361 (Analyze_Overloaded_Selected_Component): If type of prefix is
8362 class-wide, use visible components of base type.
8363 (Resolve_Selected_Component): Ditto.
8364 (Try_Primitive_Operation, Collect_Generic_Type_Ops): If the type is a
8365 formal of a generic subprogram. find candidate interpretations by
8366 scanning the list of generic formal declarations.:
8367 (Process_Implicit_Dereference_Prefix): If the prefix has an incomplete
8368 type from a limited_with_clause, and the full view is available, use it
8369 for subsequent semantic checks.
8370 (Check_Misspelled_Selector): Use Namet.Sp.Is_Bad_Spelling_Of function
8371 (Find_Primitive_Operation): New function.
8372 (Analyze_Overloaded_Selected_Component): insert explicit dereference
8373 only once if several interpretations of the prefix yield an access type.
8374 (Try_Object_Operation): Code and comment cleanup.
8375 (Analyze_Selected_Component): Reorder local variables. Minot comment and
8376 code reformatting. When the type of the prefix is tagged concurrent, a
8377 correct interpretation might be available in the primitive and
8378 class-wide operations of the type.
8379
8380 2007-12-13 Robert Dewar <dewar@adacore.com>
8381 Ed Schonberg <schonberg@adacore.com>
8382
8383 * sem_ch8.adb (Analyze_Subprogram_Renaming): Special error message for
8384 renaming entry as subprogram using rename-as-body if subprogram spec
8385 frozen.
8386 (Use_One_Type): The clause is legal on an access type whose designated
8387 type has a limited view.
8388 (Find_Direct_Name): Use Namet.Sp.Is_Bad_Spelling_Of function
8389 (Find_Expanded_Name): Use Namet.Sp.Is_Bad_Spelling_Of function
8390 (Analyze_Renamed_Primitive_Operation): new procedure to determine the
8391 operation denoted by a selected component.
8392 (Analyze_Renamed_Entry): Resolve the prefix of the entry name, because
8393 it can be an expression, possibly overloaded, that returns a task or
8394 an access to one.
8395
8396 2007-12-13 Hristian Kirtchev <kirtchev@adacore.com>
8397 Gary Dismukes <dismukes@adacore.com>
8398
8399 * sem_ch9.adb (Analyze_Requeue): Add a local flag to capture whether a
8400 requeue statement is dispatching. Do not emit an error when the name is
8401 not an entry and the context is a dispatching select. Add code to
8402 perform subtype conformance between the formals of the current entry
8403 and those of the target interface primitive.
8404 (Analyze_Asynchronous_Select, Analyze_Conditional_Entry_Call, Analyze_
8405 Timed_Entry_Call): Analyze the triggering statement as the first step of
8406 the processing. If this is a dispatching select, postpone the analysis
8407 of all select statements until the Expander transforms the select. This
8408 approach avoids generating duplicate identifiers after the Expander has
8409 replicated some of the select statements. In case the Expander is
8410 disabled, perform regular analysis.
8411 (Check_Triggering_Statement): New routine.
8412 (Analyze_Requeue): Exclude any interpretations that are not entries when
8413 checking overloaded names in a requeue. Also test type conformance for
8414 matching interpretations rather than requiring subtype conformance at
8415 that point to conform with the RM's resolution rule for requeues.
8416
8417 2007-12-13 Ed Schonberg <schonberg@adacore.com>
8418
8419 * sem_disp.adb (Check_Dispatching_Call): If an actual in a call to an
8420 inherited operation is a defaulted tag-indeterminate call, and there is
8421 a statically tagged actual, use the static tag as a controlling actual
8422 for the defaulted actual.
8423
8424 2007-12-13 Geert Bosch <bosch@adacore.com>
8425
8426 * sem_eval.adb (Eval_Real_Literal): N_Constant_Declaration is a static
8427 context, so do not call Check_Non_Static_Context.
8428
8429 2007-12-13 Hristian Kirtchev <kirtchev@adacore.com>
8430
8431 * sem_type.adb (Function_Interp_Has_Abstract_Op): Add guard to check
8432 whether formal E is an entity which may have parameters.
8433
8434 2007-12-13 Bob Duff <duff@adacore.com>
8435 Javier Miranda <miranda@adacore.com>
8436 Robert Dewar <dewar@adacore.com>
8437
8438 * sem_util.ads, sem_util.adb (Is_Concurrent_Interface): New routine.
8439 (Set_Convention): New procedure to set the Convention flag, and in
8440 addition make sure the Favor_Top_Level flag is kept in sync (all
8441 foreign-language conventions require Favor_Top_Level = True).
8442 (Collect_Abstract_Interfaces): Update occurrences of Related_Interface
8443 to Related_Type.
8444 (Collect_Interfaces_Info): Minor update to handle the two secondary
8445 dispatch tables. Update occurrence of Related_Interface to Related_Type.
8446 (Generate_Parent_Ref): Add parameter to specify entity to check
8447 (Is_Preelaborable_Expression): Allow the name of a discriminant to
8448 initialize a component of a type with preelaborable initialization.
8449 This includes the case of a discriminal used in such a context.
8450 (Is_Dependent_Component_Of_Mutable_Object): Take into account the
8451 latest Ada 2005 rules about renaming and 'Access of
8452 discriminant-dependent components.
8453 (Check_Nested_Access): Add handling when there are no enclosing
8454 subprograms (e.g. case of a package body).
8455 (Find_Parameter_Type): Factor routine from several other compiler files.
8456 Remove routine from Find_Overridden_Synchronized_Primitive.
8457
8458 2007-12-13 Thomas Quinot <quinot@adacore.com>
8459
8460 * sinput.adb (Get_Source_File_Index): Add assertion to guard against
8461 an invalid access to an uninitialized slot in the
8462 Source_File_Index_Table.
8463
8464 2007-12-13 Thomas Quinot <quinot@adacore.com>
8465
8466 * sinput-l.adb (Load_File): Disable style checks when preprocessing.
8467
8468 2007-12-13 Bob Duff <duff@adacore.com>
8469
8470 * s-soflin.ads: Apply new pragma Favor_Top_Level to all
8471 access-to-subprogram types in this package.
8472
8473 2007-12-13 Olivier Hainque <hainque@adacore.com>
8474
8475 * s-stausa.ads (Stack_Analyzer): Remove First_Is_Topmost, redundant
8476 with Stack_Grows_Down in System.Parameters. Rename Array_Address into
8477 Stack_Overlay_Address and document that we are using an internal
8478 abstraction.
8479 (Byte_Size, Unsigned_32_Size): Remove, now useless.
8480 (Pattern_Type, Bytes_Per_Pattern): New subtype and constant, to be used
8481 consistently throughout the various implementation pieces.
8482
8483 * s-stausa.adb (Stack_Slots): New type, abstraction for the stack
8484 overlay we are using to fill the stack area with patterns.
8485 (Top_Slot_Index_In, Bottom_Slot_Index_In): Operations on Stack_Slots.
8486 (Push_Index_Step_For, Pop_Index_Step_For): Likewise.
8487 (Fill_Stack, Compute_Result): Use the Stack_Slots abstraction.
8488
8489 2007-12-13 Robert Dewar <dewar@adacore.com>
8490
8491 * s-stoele.adb ("mod"): mod negative value raises Constraint_Error
8492
8493 2007-12-13 Arnaud Charlet <charlet@adacore.com>
8494
8495 * s-tassta.adb:
8496 (Create_Task): Take into account tasks created by foreign threads.
8497 Code clean up: use constants instead of hard coded values.
8498
8499 2007-12-13 Robert Dewar <dewar@adacore.com>
8500
8501 * styleg.adb (Check_Comment): More liberal rules for comment placement
8502
8503 2007-12-13 Olivier Hainque <hainque@adacore.com>
8504
8505 * tb-alvms.c (struct tb_entry_t, __gnat_backtrace): Revert back to use
8506 of Procedure Value instead of Frame Pointer as the invocation
8507 identifier associated with the instruction pointer in each traceback
8508 entry.
8509
8510 * g-trasym-vms-alpha.adb (Traceback_Entry, PV_For, FP_For,
8511 TB_Entry_For): Revert back to use of Procedure Value instead of Frame
8512 Pointer as the invocation identifier passed to tbk$symbolize.
8513
8514 * s-traent-vms.ads, s-traent-vms.adb
8515 (Traceback_Entry, PV_For, FP_For, TB_Entry_For): Revert back to use of
8516 Procedure Value instead of Frame Pointer as the invocation identifier
8517 passed to tbk$symbolize.
8518
8519 2007-12-13 Robert Dewar <dewar@adacore.com>
8520
8521 * tbuild.ads, tbuild.adb:
8522 Fix location of flag for unrecognized pragma message
8523
8524 2007-12-13 Robert Dewar <dewar@adacore.com>
8525
8526 * treepr.ads, treepr.adb: (pl): implement use of positive value
8527 shorthands
8528
8529 2007-12-13 Robert Dewar <dewar@adacore.com>
8530
8531 * xeinfo.adb: Remove warnings
8532 * xnmake.adb: Remove warnings
8533 * xsinfo.adb: Remove warnings
8534 * xtreeprs.adb: Remove warnings
8535 * xsnames.adb: Remove warnings
8536
8537 * a-ngcoar.adb: Fix typo.
8538 * s-interr.adb: Minor reformatting
8539 * env.c: Minor reformatting.
8540 * g-bytswa.adb: Minor reformatting.
8541 * g-rannum.ads: Minor documentation improvements
8542 * s-tasinf-mingw.adb: Minor header fix
8543 * a-clrefi.adb: Minor reformatting
8544 * g-sttsne.ads: Minor documentation improvement
8545 * g-sttsne-locking.ads: Minor documentation improvement
8546 * g-soliop-solaris.ads: Minor documentation improvement
8547 * g-soliop-mingw.ads: Minor documentation improvement
8548 * g-soliop.ads: Minor documentation improvement
8549 * exp_aggr.ads: Minor reformatting
8550 * debug.adb: Add documentation for the gprbuild debug flags
8551 * exp_ch2.adb: Use Nkind_In to simplify code throughout
8552 * exp_pakd.adb: Minor reformatting
8553
8554 * g-altive.ads, g-alleve.adb: Remove assertions.
8555 Add comment about minor differences between targets regarding
8556 floating-point operations.
8557
8558 * g-thread.adb: Remove pragma unreferenced.
8559 * lib.ads: Minor reformatting
8560 * par-ch9.adb: Minor reformatting of error messages
8561 * sem_case.adb: Minor reformatting
8562 * s-fileio.adb: Minor reformattinng
8563 * s-vmexta.ads: Minor typo
8564 * vxaddr2line.adb:
8565 Take into account 'Success' value as per new GNAT warning.
8566
8567 2007-12-13 Vincent Celier <celier@adacore.com>
8568
8569 * a-direct.adb (Create_Path): Always take '/' as a directory separator,
8570 even on Windows
8571
8572 2007-12-13 Robert Dewar <dewar@adacore.com>
8573 Bob Duff <duff@adacore.com>
8574
8575 * gnat_ugn.texi: Dcoument new rules for style check comment alignment
8576 Document that suffixes may be terminations of each others
8577 Add doc for -gnatw.a and -gnatw.A
8578 Document gnatbind -Wx switch
8579 Document BOM recognition
8580 Document pragma Implemented_By_Entry.
8581 Document new units.
8582
8583 * gnat_rm.texi: (Favor_Top_Level): Document new pragma.
8584 Add doc for pragma Unreferenced suppressing no entities referenced msg
8585 Add documentation of GNAT.Directory_Operations.Iteration
8586 Add documentation of GNAT.Random_Numbers
8587 Add documentation for pragma Shared.
8588 Correct documentation for Bit_Order
8589 Add documentation for the Pool_Address attribute.
8590 Fix and improve documentation of pragma machine_attribute.
8591 New pragma Fast_Math
8592 Document BOM recognition
8593
8594 * vms_data.ads: Add entries for -gnatw.a -gnatw.A
8595 Add /Wide_Character_Encoding for binder
8596 Add qualifier for the new gnatpp option --no-separate-loop-then
8597
8598 2007-12-13 Matthew Heaney <heaney@adacore.com>
8599
8600 * a-cohase.ads, a-cihama.ads, a-cihase.ads, a-cohama.ads: Document
8601 which generic formal operations are called for each operation.
8602
8603 2007-12-13 Olivier Hainque <hainque@adacore.com>
8604
8605 * tb-gcc.c (uw_data_t, trace_callback): Only define if not GCC-SJLJ eh.
8606 (__gnat_backtrace): Early return 0 if using GCC-SJLJ eh.
8607
8608 2007-12-13 Emmanuel Briot <briot@adacore.com>
8609
8610 * s-os_lib.ads, s-os_lib.adb (Normalize_Pathname): Do not compute
8611 Reference_Dir unless we actually need it.
8612
8613 2007-12-13 Vasiliy Fofanov <fofanov@adacore.com>
8614 Tristan Gingold <gingold@adacore.com>
8615
8616 * g-socthi-vms.ads (Fd_Set_Access): make it 32-bit.
8617
8618 * s-osprim-vms.adb,
8619 a-calend-vms.adb: Remove pragma warning off and add pragma
8620 unreferenced.
8621
8622 2007-12-13 Robert Dewar <dewar@adacore.com>
8623
8624 * impunit.adb: Add entries for missing units
8625
8626 * Makefile.rtl: Add new run-time units.
8627
8628 * Make-lang.in: Update dependencies.
8629
8630 2007-12-13 Bob Duff <duff@adacore.com>
8631
8632 * itypes.ads, itypes.adb (Create_Itype): For access-to-subprogram
8633 types, set Can_Use_Internal_Rep appropriately, based on
8634 Always_Compatible_Rep_On_Target.
8635
8636 2007-12-13 Gary Dismukes <dismukes@adacore.com>
8637 Arnaud Charlet <charlet@adacore.com>
8638
8639 * make.adb (Scan_Make_Arg): Add test for -aamp_target switch, passing
8640 it to the front end and setting the aamp_target environment variable
8641 to the switch's argument to ensure that gnaampbind and gnaamplink will
8642 take the specified library into account.
8643 (Make): Only set Check_Object_Consistency to False for JVM, not for CIL
8644 target, since the CIL compiler supports an "object" file (.il files).
8645
8646 2007-12-13 Vincent Celier <celier@adacore.com>
8647
8648 * symbols-processing-vms-ia64.adb (Process.Skip_Half): New procedure
8649 (Process.H): Remove variable. Replace Read_Half (H) with Skip_Half.
8650
8651 2007-12-13 Geert Bosch <bosch@adacore.com>
8652
8653 * s-parame-vxworks.adb:
8654 Update comments to reflect usage of this package by Nucleus.
8655
8656 2007-12-13 Arnaud Charlet <charlet@adacore.com>
8657
8658 * i-vxwork.ads: Kill new warning on Convention C, since changing the
8659 spec would break code.
8660
8661 * i-forbla-unimplemented.ads, vx_stack_info.c: New files.
8662
8663 * system-vxworks-alpha.ads: Removed.
8664
8665 2007-12-10 Eric Botcazou <ebotcazou@adacore.com>
8666
8667 * ada-tree.h (TYPE_RETURNS_BY_TARGET_PTR_P): Move around.
8668
8669 2007-12-09 Samuel Tardieu <sam@rfc1149.net>
8670
8671 PR ada/34366
8672 * sem_ch3.adb (Designates_T): New function.
8673 (Mentions_T): Factor reusable part of the logic into Designates_T.
8674 Consider non-access parameters and access and non-access result.
8675 (Check_Anonymous_Access_Components): Set ekind of anonymous access to
8676 E_Subprogram_Type to E_Anonymous_Access_Subprogram_Type.
8677
8678 * einfo.ads: Update comment for E_Anonymous_Access_Subprogram_Type.
8679
8680 2007-12-07 Ludovic Brenta <ludovic@ludovic-brenta.org>
8681
8682 PR ada/34361
8683 * mlib-tgt.adb, mlib-tgt.ads: Fix comments at the top to reflect
8684 the new implementation of target-specific calls.
8685
8686 2007-12-07 Olivier Hainque <hainque@adacore.com>
8687
8688 * decl.c (gnat_to_gnu_entity) <case E_Access_Type>: When computing
8689 the designated full view, only follow a second level Full_View link
8690 for Non_Limited_Views of from_limited_with references.
8691
8692 2007-12-07 Samuel Tardieu <sam@rfc1149.net>
8693
8694 PR ada/15805
8695 * sem_ch6.adb (Process_Formals): Prevent an access type formal
8696 to be initialized with an access to constant object.
8697
8698 * sem_ch3.adb (Analyze_Object_Declaration): Signal an error
8699 when an access to constant is used to initialize an access
8700 value.
8701
8702 PR ada/21346
8703 * a-direct.adb (Compose): Containing_Directory can be an empty string.
8704
8705 2007-12-07 Olivier Hainque <hainque@adacore.com>
8706
8707 PR ada/34173
8708 * decl.c (gnat_to_gnu_entity) <case E_Array_Type>: When setting
8709 the alignment on the GCC XUA array type, set TYPE_USER_ALIGN if
8710 this is from an alignment clause on the GNAT entity.
8711 * utils.c (create_field_decl): Rewrite the computation of DECL_ALIGN
8712 to distinguish the case where we set it from the type's alignment.
8713 When so, propagate TYPE_USER_ALIGN into DECL_USER_ALIGN to indicate
8714 whether this alignment was set from an explicit alignment clause.
8715
8716 2007-12-06 Eric Botcazou <ebotcazou@adacore.com>
8717
8718 * decl.c (make_packable_type): Revert last change.
8719 (gnat_to_gnu_field): Avoid setting size and position multiple times.
8720 * utils.c (finish_record_type): Retrieve the real name of the type.
8721
8722 2007-12-05 Eric Botcazou <ebotcazou@adacore.com>
8723
8724 * trans.c (lvalue_required_p): Take base node directly instead
8725 of its parent. Rename second parameter to 'gnu_type'.
8726 <N_Indexed_Component>: Return 0 if the node isn't the prefix.
8727 <N_Slice>: Likewise.
8728 (Identifier_to_gnu): Rename parent_requires_lvalue to require_lvalue.
8729 Adjust calls to lvalue_required_p.
8730
8731 2007-12-05 Samuel Tardieu <sam@rfc1149.net>
8732
8733 PR ada/21489
8734 * exp_ch9.adb (Build_Simple_Entry_Call): Initialize OUT access type
8735 parameters of an entry call.
8736
8737 2007-12-03 Robert Dewar <dewar@adacore.com>
8738 Samuel Tardieu <sam@rfc1149.net>
8739
8740 PR ada/34287
8741 * sem_util.adb (Safe_To_Capture_Value): Do not capture values
8742 of variables declared in a library-level package.
8743
8744 2007-12-02 Samuel Tardieu <sam@rfc1149.net>
8745
8746 * clean.adb (Clean_Library_Directory): Use Empty_String'Access intead
8747 of Empty_String'Unchecked_Access.
8748
8749 * Makefile.in: Add support for sh4-linux.
8750
8751 * system-linux-sh4.ads: New file.
8752
8753 2007-12-01 Kostik Belousov <kostikbel@ukr.net>
8754
8755 PR ada/33722
8756 * env.c (__gnat_setenv): FreeBSD 7 has a POSIX conformant putenv()
8757 and its argument must not be free()ed.
8758
8759 2007-11-29 Eric Botcazou <ebotcazou@adacore.com>
8760
8761 * decl.c (make_packable_type): Retrieve the real name of the type.
8762 (maybe_pad_type): Simplify similar code.
8763
8764 2007-11-28 Samuel Tardieu <sam@rfc1149.net>
8765
8766 PR ada/15804
8767 * par-ch3.adb (P_Variant_Part): Signal an error when anything other
8768 than an identifier is used after "case" in a variant_part.
8769
8770 PR ada/17318
8771 * par-ch4.adb (Is_Parameterless_Attribute): New map.
8772 (P_Name, Scan_Apostrophe block): Parse left parenthesis following
8773 attribute name or not depending on the new map.
8774
8775 * sem-attr.adb (Analyze_Attribute): Parameterless attributes
8776 returning a string or a type will not be called with improper
8777 arguments.
8778
8779 * sem-attr.ads (Attribute_Class_Array): Move to snames.ads.
8780
8781 * snames.ads (Attribute_Class_Array): Moved from sem-attr.ads.
8782
8783 PR ada/32792
8784 * sem_attr.adb (Analyze_Attribute, Attribute_Integer_Value clause):
8785 Signal an error when attribute argument is a fixed-point value of
8786 an unknown type.
8787
8788 PR ada/22559
8789 * sem_ch3.adb (Build_Derived_Numeric_Type): Do not set RM_Size on
8790 a derived ordinary fixed point type.
8791
8792 * sem_ch13.adb (Analyze_Attribute_Definition_Clause): Recompute
8793 RM_Size when a Small clause is found.
8794
8795 2007-11-26 Andreas Krebbel <krebbel1@de.ibm.com>
8796
8797 PR 34081/C++
8798 * trans.c (Subprogram_Body_to_gnu, Compilation_Unit_to_gnu):
8799 Pass 'false' for the new allocate_struct_function parameter.
8800 * utils.c (build_function_stub): Likewise.
8801
8802 2007-11-25 Richard Guenther <rguenther@suse.de>
8803
8804 * utils.c (gnat_pushlevel): Use BLOCK_CHAIN.
8805 (gnat_poplevel): Likewise.
8806
8807 2007-11-25 Eric Botcazou <ebotcazou@adacore.com>
8808
8809 * decl.c (gnat_to_gnu_entity) <E_Record_Type>: If the type has
8810 strict alignment, no alignment clause and a known static size, cap
8811 the type alignment to the greatest power of 2 factor of the size.
8812 (gnat_to_gnu_field): If the field has a component clause, is aliased
8813 or of a type with strict alignment, require that its size be equal to
8814 that of the type.
8815 (validate_size): Use the type size as the minimum size for a type with
8816 strict alignment.
8817
8818 2007-11-23 Samuel Tardieu <sam@rfc1149.net>
8819
8820 * s-inmaop-posix.adb, s-intman-vxworks.adb, s-taprop-hpux-dce.adb,
8821 s-taprop-irix.adb, s-taprop-linux.adb, s-taprop-lynxos.adb,
8822 s-taprop-posix.adb, s-taprop-tru64.adb, s-taprop-vxworks.adb:
8823 Use 'Access instead of 'Unchecked_Access in second and third
8824 arguments of pthread_sigmask.
8825
8826 2007-11-23 Eric Botcazou <ebotcazou@adacore.com>
8827
8828 * decl.c (ceil_alignment): New function.
8829 (gnat_to_gnu_entity): Use it to set the alignment on atomic types.
8830 (make_packable_type): Likewise.
8831
8832 2007-11-22 Olivier Hainque <hainque@adacore.com>
8833
8834 * trans.c (gnat_to_gnu) <case N_Free_Statement>: Reformat lines
8835 to fit in 80 columns.
8836
8837 2007-11-21 Aurelien Jarno <aurelien@aurel32.net>
8838
8839 * s-osinte-kfreebsd-gnu.ads (To_Target_Priority): New function.
8840 * Makefile.in: Add EH_MECHANISM=-gcc to kfreebsd-gnu. Remove SYMLIB.
8841
8842 2007-11-19 Eric Botcazou <ebotcazou@adacore.com>
8843
8844 PR ada/34098
8845 * misc.c (gnat_adjust_rli): Delete.
8846 (gnat_init): Do not initialize the translation code here.
8847 Do not call set_lang_adjust_rli.
8848 * trans.c (init_code_table): Make static.
8849 (gnat_init_stmt_group): Delete.
8850 (gigi): Initialize the translation code entirely here.
8851 Emit debug info for the common types here instead of...
8852 * utils.c (gnat_init_decl_processing): ...here.
8853 * gigi.h (init_code_table): Delete.
8854 (gnat_init_stmt_group): Likewise.
8855
8856 2007-11-16 Olivier Hainque <hainque@adacore.com>
8857
8858 * utils2.c (build_call_alloc_dealloc) <if gnu_obj>: Move the code
8859 retrieving an allocator return value from a super-aligned address from
8860 here to ...
8861 * trans.c (gnat_to_gnu) <case N_Free_Statement>: ... here, and don't
8862 expect a super-aligned address for a fat or thin pointer.
8863
8864 2007-11-14 Eric Botcazou <ebotcazou@adacore.com>
8865
8866 * trans.c (call_to_gnu): Always set the source location on the call
8867 expression. If the function returns-by-target, also set it on the
8868 address expression.
8869
8870 2007-11-14 Samuel Tardieu <sam@rfc1149.net>
8871
8872 * adaint.c, init.c, initialize.c, link.c: Remove system-specific
8873 sections of non-supported Interix target.
8874
8875 * s-osinte-interix.ads: Removed.
8876
8877 * i-cstrin.ads (chars_ptr): Make it a C convention type.
8878
8879 2007-11-13 Samuel Tardieu <sam@rfc1149.net>
8880
8881 * a-tasatt.adb: Add a comment at the beginning of the package
8882 explaining why in general 'Unchecked_Access must be used instead
8883 of 'Access.
8884
8885 * sem_prag.adb (Process_Convention): Move the test for the
8886 entity on which the Convention pragma applies down to also
8887 forbid pragma Convention on enumeration literals reached
8888 through renamings.
8889
8890 2007-11-10 Samuel Tardieu <sam@rfc1149.net>
8891
8892 * a-tasatt.adb: Revert previous change for this file as it will
8893 generate an error when this package is instantiated from a
8894 local context.
8895
8896 2007-11-07 Samuel Tardieu <sam@rfc1149.net>
8897
8898 * a-tasatt.adb: Type Wrapper should be declared in comment instead
8899 of already declared type Node_Access.
8900 Use 'Access instead of 'Unchecked_Access when applicable. Local
8901 lifetime is the one of the package.
8902 (Set_Value): W is allocated on the heap.
8903
8904 * g-socket.adb: Use 'Access instead of 'Unchecked_Access when
8905 applicable.
8906 (Get_Socket_Option): Optlen formal of C_Getsockopt is of an anonymous
8907 access type.
8908 (Receive_Socket): Fromlen formal of C_Recvfrom is of an anonymous
8909 access type.
8910
8911 * s-taasde.adb: Use 'Access instead of 'Unchecked_Access when
8912 applicable.
8913 (elaboration code): Timer_Queue lifetime is the one of the
8914 package.
8915
8916 * tracebak.c (i386 alternative): Remove useless comparaison
8917 which is always false; LOWEST_ADDRESS is 0 and is never greater
8918 than an unsigned integer.
8919
8920 * sem_attr.adb (Analyze_Attribute): Remove duplicate identical
8921 embedded check for "Ada_Version >= Ada_05".
8922
8923 2007-11-07 Olivier Hainque <hainque@adacore.com>
8924
8925 * decl.c (make_aligning_type): Set the mode of the RECORD_TYPE we
8926 craft and expand comment.
8927
8928 2007-11-01 Eric Botcazou <ebotcazou@adacore.com>
8929
8930 * lang-specs.h: Move translation of -fRTS= after -gnatez switch.
8931
8932 2007-10-23 Eric Botcazou <ebotcazou@adacore.com>
8933
8934 * misc.c (gnat_handle_option): Replace call to abort with
8935 call to gcc_unreachable.
8936 (gnat_init): Likewise.
8937 (gnat_expand_expr): Likewise.
8938 (fp_prec_to_size): Likewise.
8939 (fp_size_to_prec): Likewise.
8940
8941 2007-10-23 Richard Guenther <rguenther@suse.de>
8942
8943 PR bootstrap/33608
8944 * tracebak.c: #undef abort after including system.h.
8945
8946 2007-10-20 Danny Smith <dannysmith@users.sourceforge.net>
8947
8948 * Makefile.in (LIBGNAT_TARGET_PAIRS) Add s-tasinf-mingw.adb,
8949 s-tasinf-mingw.ads, a-exetim-mingw.adb, a-exetim-mingw.ads
8950 for win32 targets.
8951 (EXTRA_GNATRTL_TASKING_OBJS): Add a-exetim.o for win32 targets.
8952
8953 2007-10-15 Eric Botcazou <ebotcazou@adacore.com>
8954
8955 * s-osinte-tru64.adb: (Hide_Yellow_Zone): Add On parameter.
8956 Set the protection status of the guard page based on the value of On.
8957
8958 * s-osinte-tru64.ads: (Hide_Yellow_Zone): Add On parameter.
8959
8960 * s-taprop-tru64.adb: (Enter_Task): Pass True to Hide_Yellow_Zone.
8961 (Exit_Task): Pass False to Hide_Yellow_Zone.
8962
8963 2007-10-15 Robert Dewar <dewar@adacore.com>
8964
8965 * s-taprop-solaris.adb, s-taprop-vms.adb, s-taprop-mingw.adb,
8966 s-taprop-vxworks.adb, s-taprop-posix.adb, a-calend-vms.adb,
8967 a-calend.adb, a-nuflra.adb, a-tigeau.adb, a-wtgeau.adb,
8968 checks.adb, bindgen.adb, eval_fat.adb, exp_fixd.adb, fmap.adb,
8969 freeze.adb, g-awk.adb, g-calend.adb, g-diopit.adb, g-expect.adb,
8970 gnatchop.adb, gnatlink.adb, g-spipat.adb, g-thread.adb, make.adb,
8971 mdll.adb, mlib.adb, mlib-prj.adb, osint.adb, par-ch3.adb, prj.adb,
8972 prj-makr.adb, sem_prag.adb, sem_type.adb, s-fatgen.adb, s-fileio.adb,
8973 sinfo.ads, sinput-d.adb, s-taasde.adb, s-tasdeb.ads, s-tasren.adb,
8974 s-tassta.adb, s-tpobop.adb, s-tposen.adb, stylesw.adb, types.ads,
8975 uintp.adb, validsw.adb, makegpr.adb, a-rbtgso.adb, a-crbtgo.adb,
8976 a-coorse.adb, a-convec.adb, a-coinve.adb, a-cohama.adb, a-ciorse.adb,
8977 a-cihama.adb, a-cidlli.adb, a-chtgop.adb, a-cdlili.adb, a-cdlili.adb,
8978 a-coormu.adb, a-ciormu.adb, a-cihase.adb, a-cohase.adb, a-ciorma.adb,
8979 a-coorma.adb, a-ztgeau.adb, symbols-vms.adb, a-crdlli.adb,
8980 a-calari.adb, a-calfor.adb, s-os_lib.adb, s-regpat.adb, a-ngrear.adb:
8981 Minor reformatting.
8982 Add Unreferenced and Warnings (Off) pragmas for cases of
8983 variables modified calls where they are IN OUT or OUT parameters and
8984 the resulting values are not subsequently referenced. In a few cases,
8985 we also remove redundant code found by the new warnings.
8986
8987 * ug_words, vms_data.ads, usage.adb, sem_util.adb, sem_util.ads,
8988 sem_warn.adb, sem_warn.ads, sem_res.adb, sem_ch7.adb, sem_ch8.adb,
8989 sem_ch5.adb, opt.ads, lib-xref.adb, lib-xref.ads, exp_smem.adb,
8990 sem_ch11.adb, exp_ch6.adb, einfo.ads, einfo.adb: implement a new
8991 warning controlled by -gnatw.o that warns on cases of out parameter
8992 values being ignored.
8993
8994 2007-10-15 Geert Bosch <bosch@adacore.com>
8995
8996 * adaint.c, socket.c, cal.c: Initial port to arm-mentor-nucleus.
8997
8998 * expect.c: Initial port to arm-mentor-nucleus.
8999 Use kill for __gnat_kill() on VMS.
9000
9001 2007-10-15 Emmanuel Briot <briot@adacore.com>
9002
9003 * ali.ads, ali.adb (Scan_ALI): Initialize XE.Tref to a known default
9004 value.
9005 (Xref_Record): Change type for Line, since in the case of a reference to
9006 a predefined entity (as happens for array index types), the line is set
9007 to 0.
9008 Add support for parsing multiple array index types info, or
9009 multiple inherited interfaces info. This information cannot be stored
9010 in Xref_Entity_Record, which only supports a single instance of Tref_*,
9011 and is therefore stored in the list of references instead. It has a
9012 special treatement later on in tools that use this information.
9013
9014 2007-10-15 Tristan Gingold <gingold@adacore.com>
9015
9016 * debug.adb: Document use of -gnatd.a and -gnatd.I
9017
9018 * layout.adb: On OpenVMS -gnatd.a disables alignment optimization.
9019
9020 2007-10-15 Javier Miranda <miranda@adacore.com>
9021
9022 * exp_attr.adb (Expand_N_Attribute_Reference): Case Access,
9023 Unchecked_Access, and Unrestricted_Access. Cleanup code that takes
9024 care of access to class-wide interface types plus removal of bizarre
9025 conversion of tagged object to access type (reported by Gary
9026 Dismukes). After this patch there is no need to perform any
9027 additional management on these nodes in Expand_Interface_Actuals.
9028
9029 * exp_disp.adb (Expand_Interface_Actuals): Code cleanup. Remove code
9030 that handles use of 'Access and 'Unchecked_Access applied to
9031 actuals covering interface types. Such code is now
9032 centralized in Expand_N_Attribute_Reference.
9033
9034 2007-10-15 Ed Schonberg <schonberg@adacore.com>
9035
9036 * exp_ch3.adb (Build_Init_Procedure): Keep separate the initialization
9037 of tagged types whose ultimate ancestor is a CPP type.
9038 (Freeze_Array_Type): For a packed array type, generate an initialization
9039 procedure if the type is public, to handle properly a client that
9040 specifies Normalize_Scalars.
9041
9042 2007-10-15 Hristian Kirtchev <kirtchev@adacore.com>
9043
9044 * exp_ch9.adb (Actual_Index_Expression): When the expansion occurs
9045 inside a generic body, retrieve the full view of the entry family
9046 discrete subtype if available.
9047
9048 2007-10-15 Thomas Quinot <quinot@adacore.com>
9049
9050 * exp_dist.adb (Add_RACW_Primitive_Declarations_And_Bodies): Do not
9051 attempt to generate stubs for hidden primitive operations.
9052
9053 2007-10-15 Vincent Celier <celier@adacore.com>
9054
9055 * mlib-tgt-specific.adb (Support_For_Libraries): New function,
9056 returning None, used when there is no platform specific body for
9057 MLib.Tgt.Specific.
9058
9059 2007-10-15 Bob Duff <duff@adacore.com>
9060
9061 * sem_case.adb, sem_ch13.adb, lib-sort.adb: Replace use of Heap_Sort_A
9062 (passing'Unrestricted_Access of nested subprograms to Sort) with use of
9063 the generic Heap_Sort_G, in order to avoid trampolines.
9064
9065 2007-10-15 Vasiliy Fofanov <fofanov@adacore.com>
9066 Jose Ruiz <ruiz@adacore.com>
9067
9068 * vx_stack_info.c: New file.
9069
9070 * i-forbla-unimplemented.ads: New file.
9071
9072 * Makefile.in: i-forbla-unimplemented.ads: a variant of i-forbla.ads
9073 for unsupported configurations; use it on VMS targets instead of the
9074 real one.
9075 (EXTRA_LIBGNAT_SRCS,EXTRA_LIBGNAT_OBJS for VxWorks): Include
9076 vx_stack_info.{c,o} that contains the routine __gnat_get_stack_info
9077 used by VxWorks targets to have access to task-specific data and be
9078 able to extract the stack boundaries for stack checking.
9079 Use system-vms-ia64.ads on ivms.
9080
9081 * Make-lang.in: Update dependencies.
9082
9083 * sysdep.c (__gnat_get_stack_info): Move to a standalone file
9084 (vx_stack_info.c).
9085
9086 2007-10-15 Vincent Celier <celier@adacore.com>
9087
9088 * snames.adb, snames.ads: Add new standard name runtime_library_dir
9089
9090 * prj.ads (Language_Config): Add new component Runtime_Library_Dir
9091
9092 * prj-attr.adb: Add project level attribute Runtime_Library_Dir
9093
9094 * prj-env.adb (Create_Mapping_File): Do not put an entry if the path of
9095 the source is unknown.
9096
9097 * prj-ext.adb: Spelling error fix
9098
9099 * prj-nmsc.adb (Check_Ada_Name): Reject any unit that includes an Ada
9100 95 reserved word in its name.
9101 (Process_Project_Level_Array_Attributes): Process new attribute
9102 Runtime_Library_Dir.
9103
9104 * prj-part.adb (Parse_Single_Project): Do not check the name of the
9105 config project against the user project names.
9106
9107 * prj-proc.adb (Expression): In multi-language mode, indexes that do
9108 not include a dot are always case insensitive.
9109 (Process_Declarative_Items): Ditto
9110 (Process_Project_Tree_Phase_1): Set Success to False in case an error is
9111 detected.
9112
9113 * prj-util.adb (Value_Of (In_Array)): When Force_Lower_Case_Index is
9114 True, compare both indexes in lower case.
9115
9116 2007-10-15 Robert Dewar <dewar@adacore.com>
9117
9118 * rtsfind.adb: (Load_RTU): Turn off style checks for Load call
9119
9120 2007-10-15 Gary Dismukes <dismukes@adacore.com>
9121
9122 * sem_aggr.adb (Resolve_Record_Aggregate): In the case of a box
9123 association for an access component, add an association with null as
9124 the expression. Remove testing for array subtypes and the setting in
9125 that case of Ctyp to the array component type, which prevented proper
9126 inclusion of an association for null-initialized arrays. Collapse
9127 condition that tests for array subtypes into just a test of
9128 Is_Partially_Initialized_Type (which already covers arrays anyway).
9129
9130 2007-10-15 Hristian Kirtchev <kirtchev@adacore.com>
9131
9132 * sem_ch12.adb: Minor code reformatting.
9133 (Check_Generic_Child_Unit): Iterate over the homonym chain in order to
9134 find the parent package which may have been hidden by local
9135 declarations.
9136
9137 2007-10-15 Gary Dismukes <dismukes@adacore.com>
9138
9139 * sem_ch3.adb (Build_Derived_Concurrent_Type): Set the Is_Constrained
9140 flag of derived concurrent types, taking into account the flag setting
9141 on the parent subtype and any new set of discriminants.
9142
9143 2007-10-15 Hristian Kirtchev <kirtchev@adacore.com>
9144
9145 * sem_ch4.adb: Minor code and comment reformatting.
9146 (Analyze_Allocator): When the designated type of an unconstrained
9147 allocator is a record with unknown discriminants or an array with
9148 unknown range bounds, emit a detailed error message depending on the
9149 compilation mode and whether the designated type is limited.
9150
9151 2007-10-15 Tristan Gingold <gingold@adacore.com>
9152
9153 * system-vms-ia64.ads: New file.
9154
9155 * system-vms_64.ads: Minor comment fix.
9156
9157 2007-10-15 Ed Schonberg <schonberg@adacore.com>
9158
9159 * sem_ch6.adb (Find_Corresponding_Spec): If the previous entity is a
9160 body generated for a function with a controlling result that is a null
9161 extension, discard the generated body in favor of the current explicit
9162 one.
9163
9164 2007-10-15 Ed Schonberg <schonberg@adacore.com>
9165
9166 * sem_disp.adb (Find_Controlling_Arg): Examine the call node before
9167 examining its original form, to handle properly operator calls that
9168 have been rewritten.
9169
9170 2007-10-15 Olivier Hainque <hainque@adacore.com>
9171
9172 * tb-alvms.c (tb_entry_t, __gnat_backtrace): Store a frame pointer
9173 instead of a procedure value in each traceback entry.
9174
9175 * g-trasym-vms-alpha.adb (Symbolic_Traceback): Pass frame pointer
9176 instead of procedure value to TBK$SYMBOLIZE.
9177
9178 * s-traent-vms.adb (PV_For): Rename as FP_For and access the proper
9179 field.
9180 (TB_Entry_For): Account for the PV/FP renaming.
9181
9182 * s-traent-vms.ads (Traceback_Entry): Rename PV component into FP and
9183 add comment.
9184 (Null_TB_Entry): Account for change of component name.
9185 (PV_For): Rename as FP_For.
9186
9187 2007-10-15 Tristan Gingold <gingold@adacore.com>
9188
9189 * trans.c (gnat_to_gnu): Remove the padding structure more often.
9190 This optimize assignment to over-aligned record.
9191
9192 2007-10-15 Emmanuel Briot <briot@adacore.com>
9193
9194 * xref_lib.adb (Get_Full_Type): Add support for the 'h' entity type, ie
9195 interfaces.
9196
9197 * xr_tabls.adb (Add_Reference): Add support for the new 'R' reference
9198 type, for dispatching calls.
9199
9200 2007-10-15 Vincent Celier <celier@adacore.com>
9201 Robert Dewar <dewar@adacore.com>
9202
9203 * gnat_ugn.texi: Add documentation for switches --version and --help
9204 for the GNAT tools gnatbind, gnatlink, gnatmake, gnatchop, gnatname,
9205 gnatxref, gnatfind, gnatls, and gnatclean.
9206 Document -gnatw.o.
9207 Mention attribute Excluded_Source_Dirs
9208 Replace obsolescent attribute Locally_Removed_Files with attribute
9209 Excluded_Source_Files.
9210 Improve documentation of -u (gnatbind)
9211 Document how to do reliable stack checking for the environmental task
9212 on iVMS.
9213
9214 * gnat_rm.texi: Rewrite section about No_Implicit_Dynamic_Code.
9215 Document attribute Excluded_Source_Files and indicate that attribute
9216 Locally_Removed_Files is obsolescent.
9217
9218 2007-10-15 Thomas Quinot <quinot@adacore.com>
9219
9220 * g-soccon-vms.ads: Fix value of MSG_WAITALL.
9221
9222 * gen-soccon.c:
9223 Update documentation to note that OpenVMS 8.3 or later must be used
9224 to generate g-soccon-vms.ads.
9225
9226 * atree.adb: Add ??? comment
9227
9228 * exp_util.adb: Minor reformatting.
9229 Add ??? comment in Kill_Dead_Code.
9230
9231 2007-10-15 Robert Dewar <dewar@adacore.com>
9232
9233 * errout.ads: Comment clarification
9234
9235 * exp_ch4.adb (Expand_N_Allocator): Code cleanup.
9236 (Expand_N_Op_Eq): Improve handling of array equality with -gnatVa
9237
9238 * lib.ads: Comment update
9239
9240 * init.c: Minor reformatting.
9241
9242 * sem_attr.adb: Minor formatting
9243
9244 * osint-b.ads: Minor reformatting
9245
9246 * sem_ch9.adb: Implement -gnatd.I switch
9247
9248 * g-comlin.adb: (Start): Fix handling of empty command line.
9249
9250 * gnatcmd.adb (GNATCmd): Do not put the -rules in the -cargs section,
9251 even when -rules follows the -cargs section.
9252
9253 2007-10-08 Ollie Wild <aaw@google.com>
9254
9255 * misc.c (LANG_HOOKS_PUSHDECL): Replaced lhd_return_tree with
9256 gnat_return_tree.
9257 (gnat_init_gcc_eh): Replaced gnat_eh_runtime_type with
9258 gnat_return_tree.
9259 (gnat_eh_runtime_type): Removed.
9260 (gnat_return_tree): New function.
9261
9262 2007-10-08 Ben Elliston <bje@au.ibm.com>
9263
9264 PR ada/33454
9265 Revert:
9266 2007-08-31 Ben Elliston <bje@au.ibm.com>
9267
9268 * Makefile.in (LIBGNAT_TARGET_PAIRS): Use system-linux-ppc64.ads
9269 when compiling for powerpc64-*-linux.
9270 * system-linux-ppc64.ads: New file.
9271
9272 2007-09-27 Eric Botcazou <ebotcazou@adacore.com>
9273
9274 Mapped location support
9275 * back_end.adb (Call_Back_End): Pass information about source
9276 files instead of units to gigi.
9277 * gigi.h (struct File_Info_Type): New.
9278 (gigi): Rename and change type of number_units parameter, change
9279 type of file_info_ptr parameter.
9280 * trans.c (number_files): New global variable.
9281 (gigi): Rename and change type of number_units parameter, change
9282 type of file_info_ptr parameter.
9283 If mapped location support is enabled, create the isomorphic mapping
9284 between source files and line maps.
9285 (Sloc_to_locus): If mapped location support is enabled, translate
9286 source location into mapped location.
9287 (annotate_with_node): Rename into set_expr_location_from_node.
9288 Call set_expr_location instead of annotate_with_locus.
9289 (Pragma_to_gnu): Adjust for above change.
9290 (Loop_Statement_to_gnu): Likewise.
9291 (call_to_gnu): Likewise.
9292 (Handled_Sequence_Of_Statements_to_gnu): Likewise.
9293 (gnat_to_gnu): Likewise.
9294 (add_stmt_with_node): Likewise.
9295 (add_cleanup): Likewise.
9296 * utils.c (gnat_init_decl_processing): Do not set input_line.
9297
9298 2007-09-26 Hristian Kirtchev <kirtchev@adacore.com>
9299
9300 * sem_ch8.adb (Analyze_Use_Type): Code cleanup.
9301 (Applicable_Use): Emit a warning when a package tries to use itself.
9302 (Use_One_Type): Add variable Is_Known_Used. Emit a warning when a type
9303 is already in use or the package where it is declared is in use or is
9304 declared in the current package.
9305 (Spec_Reloaded_For_Body): New subsidiary routine for Use_One_Type.
9306
9307 * a-tasatt.adb, s-osprim-vxworks.adb, g-socthi-mingw.adb,
9308 s-intman-vms.adb, g-socket.adb, g-thread.adb, s-tarest.adb,
9309 s-tassta.adb, s-tporft.adb: Remove redundant 'use type' clause.
9310
9311 2007-09-26 Hristian Kirtchev <kirtchev@adacore.com>
9312
9313 * a-calend-vms.adb, a-calend.adb:
9314 Add a section on leap seconds control along with two entities used to
9315 enable and disable leap seconds support. The array Leap_Second_Times is
9316 now constant and contains hard time values pre-generated. Remove
9317 all elaboration code used to populate the table of leap seconds.
9318
9319 * bindgen.adb:
9320 Add entity Leap_Seconds_Support to the list of global run-time variables
9321 along with a comment on its usage and values.
9322 (Gen_Adainit_Ada): Add code to generate the declaration and import of
9323 Integer variable Leap_Seconds_Support. Set its value to zero (disabled)
9324 or one (enabled) depending on the presence of binder switch "-y".
9325 (Gen_Adainit_C): Add code to generate the declaration of external int
9326 __gl_leap_seconds_support. Set is value to zero (disabled) or one
9327 (enabled) depending on the presence of binder switch "-y".
9328
9329 * init.c: Add __gl_leap_seconds_support to the list of global values
9330 computed by the binder.
9331
9332 2007-09-26 Jerome Guitton <guitton@adacore.com>
9333
9334 * s-taprop-lynxos.adb, s-taprop-tru64.adb, s-taprop-irix.adb,
9335 s-taprop-hpux-dce.adb, s-taprop-linux.adb, s-taprop-dummy.adb,
9336 s-taprop-solaris.adb, s-taprop-vms.adb, s-taprop-mingw.adb,
9337 s-taprop-posix.adb (Stop_Task): New function, dummy implementation.
9338
9339 * s-taprop.ads, s-taprop-vxworks.adb (Stop_Task): New function.
9340
9341 * s-tasdeb.adb (Stop_All_Tasks): New function, implementing a run-time
9342 function which can be called by the debugger to interrupt the tasks of
9343 an Ada application asynchronously, as needed on VxWorks.
9344 (Stop_All_Tasks_Handler): Renamed from Stop_All_Tasks.
9345
9346 * s-tasdeb.ads (Stop_All_Tasks_Handler): New function declaration,
9347 renamed from Stop_All_Tasks. Update comments.
9348 (Stop_All_tasks): New function declaration.
9349
9350 2007-09-26 Olivier Hainque <hainque@adacore.com>
9351
9352 * adaint.c (if defined (__Lynx__)): Wrap #def/#undef VMOS_DEV around
9353 #include <utime.h> and #define GCC_RESOURCE_H before
9354 #include <sys/wait.h>.
9355 Add more protections in __gnat_translate_vms.
9356
9357 * expect.c (if defined (__Lynx__)): #define GCC_RESOURCE_H before
9358 #include <sys/wait.h>.
9359
9360 2007-09-26 Thomas Quinot <quinot@adacore.com>
9361 Sergey Rybin <rybin@adacore.com>
9362
9363 * gnatvsn.ads (PCS_Version_Number, ASIS_Version_Number): Removed.
9364
9365 * exp_dist.ads (PCS_Version_Number): Move from Gnatvsn to Exp_Dist,
9366 where it belongs.
9367
9368 * opt.ads: Move ASIS_Version_Number from Gnatvsn into Tree_IO.
9369
9370 * rtsfind.adb (PCS_Version_Number): Move from Gnatvsn to Exp_Dist,
9371 where it belongs.
9372
9373 * sem_dist.ads: Minor comment fix
9374
9375 * tree_io.ads: Move ASIS_Version_Number from Gnatvsn into Tree_IO.
9376
9377 2007-09-26 Javier Miranda <miranda@adacore.com>
9378 Eric Botcazou <ebotcazou@adacore.com>
9379
9380 * a-tags.adb:
9381 (Get_HT_Link/Set_HT_Link): Updated to handle the additional level of
9382 indirection added to the HT_Link component of the TSD. This is required
9383 to statically allocate the TSD.
9384
9385 * a-tags.ads:
9386 Minor reordering of the declarations in the private part. Required to
9387 add a level of indirection to the contents of the TSD component HT_Link.
9388 This is required to statically allocate the TSD.
9389
9390 * decl.c (gnat_to_gnu_entity) <object>: Do not exclude objects with
9391 Is_Statically_Allocated set from constant objects.
9392 Do not make exported constants created by the compiler volatile.
9393 (gnat_to_gnu_param): Do not treat an IN parameter whose address is taken
9394 as read-only.
9395
9396 * trans.c (Identifier_to_gnu): For constants, unshare initializers
9397 before returning them.
9398
9399 * exp_disp.ads, exp_disp.adb (Building_Static_DT): Spec moved to the
9400 public part of the package.
9401 (Make_DT): Move HT_Link component out of the TSD record. For this
9402 purpose Make_DT now declares a separate object that stores the
9403 HT_Link value, and initializes the TSD component with the address
9404 of this new object. The addition of this level of indirection is
9405 required to statically allocate the TSD because the TSD cannot
9406 have variable components.
9407 (Expand_Interface_Conversion): Improve the expanded code.
9408 (Expand_Interface_Thunk): Set Is_Thunk in the thunk entity.
9409
9410 * sem_disp.adb (Check_Dispatching_Operation): In case of a body
9411 declaring a primitive operation ---allowed by RM 3.9.2 (13.e/2)---,
9412 if we are building static dispatch tables then we must not generate
9413 extra code to register the primitive because the dispatch table will
9414 be built at the end of the library package; otherwise we notify that
9415 we cannot build the static dispatch table.
9416
9417 2007-09-26 Robert Dewar <dewar@adacore.com>
9418
9419 * checks.adb, gnat1drv.adb, sem_util.ads: Improve warnings for address
9420 overlays.
9421
9422 * sem_ch13.ads, sem_ch13.adb: Improve warnings for address overlays
9423 (Analyze_Record_Representation_Clause): Suppress junk warning for
9424 missing component clause.
9425 (Analyze_Attribute_Definition_Clause, case Address): Apply the special
9426 tests for controlled type overlay to composites with controlled
9427 components.
9428 (Analyze_Record_Representation_Clause): Add reference for component name
9429
9430 2007-09-26 Javier Miranda <miranda@adacore.com>
9431 Gary Dismukes <dismukes@adacore.com>
9432
9433 * einfo.adb (Is_Thunk): New attribute applicable to subprograms. True
9434 for thunks associated with interface types.
9435
9436 * einfo.ads: Improve documentatation of Is_Internal
9437 (Is_Thunk): New attribute applicable to subprograms. True for thunks
9438 associated with interface types.
9439 Extensive comment fixes regarding flags that appear in all entities. The
9440 documentation is now consistent for all such flags (there were a number
9441 of errors in the documentation in this regard).
9442
9443 * exp_attr.adb (Expand_N_Attribute_Reference): Minor code cleanup.
9444
9445 * exp_ch6.adb (Make_Build_In_Place_Call_*): Return immediately if any
9446 of these procedures are passed a function call that already has
9447 build-in-place actuals (testing new flag
9448 Is_Expanded_Build_In_Place_Call). Set the flag on the function call in
9449 the case where processing continues.
9450 (Expand_Call): If the call is generated from a thunk body then we
9451 propagate the extra actuals associated with the accessibility
9452 level of the access type actuals.
9453
9454 * sem_ch6.adb (Analyze_Subprogram_Body): Set the Protected_Formal field
9455 of each extra formal of a protected operation to reference the
9456 corresponding extra formal of the subprogram denoted by the
9457 operation's Protected_Body_Subprogram.
9458
9459 * sinfo.ads, sinfo.adb (Is_Expanded_Build_In_Place_Call): New flag on
9460 N_Function_Call nodes.
9461
9462 2007-09-26 Robert Dewar <dewar@adacore.com>
9463
9464 * exp_ch5.adb: Activate memmove type processing if debug flag d.s is set
9465
9466 * debug.adb: Add d.s flag.
9467
9468 2007-09-26 Gary Dismukes <dismukes@adacore.com>
9469
9470 * exp_dbug.adb (Debug_Renaming_Declaration): Set Is_Internal on the
9471 debug variable so that it won't be initialized when pragma
9472 Initialize_Scalars is in effect.
9473
9474 2007-09-26 Gary Dismukes <dismukes@adacore.com>
9475
9476 * freeze.adb (Freeze_Entity): Remove check for preelaborable
9477 initialization of a full view. This is moved to
9478 Analyze_Package_Specification.
9479
9480 * sem_ch7.adb (Analyze_Package_Specification): Add check for
9481 preelaborable initialization of a full view in entity loop.
9482 (Uninstall_Declarations): If entity is a use-visible compilation unit,
9483 its child units are use-visible only if they are visible child units.
9484
9485 * sem_util.adb (Is_Preelaborable_Expression): New function to determine
9486 whether an expression can be used within a type declaration that
9487 requires preelaborable init.
9488 (Check_Components): Replace inline code that does partial checking for
9489 preelaborable default expressions with call to
9490 Is_Preelaborable_Expression.
9491 (Has_Preelaborable_Initialization): In the case of a generic actual
9492 subtype, (that is, Is_Generic_Actual is True), return the result of
9493 applying Has_Preelaborable_Initialization to the generic actual's base
9494 type.
9495
9496 2007-09-26 Hristian Kirtchev <kirtchev@adacore.com>
9497
9498 * g-calend.adb (Has_53_Weeks): Rename to Last_Year_Has_53_Weeks. Add a
9499 call to Jan_1_Day _Of_Week to optimize its performance.
9500 (Is_Leap): Move the routine to the scope of Week_In_Year.
9501 (Jan_1_Day_Of_Week): New routine in Week_In_Year which calculates the
9502 weekday on which January 1 falls of Year - 1 and Year + 1. This function
9503 avoids calling Time_Of and Split, thus making it more efficent.
9504 (Week_In_Year): Reimplemented in oder to follow ISO 8601.
9505
9506 * g-calend.ads (Week_In_Year): Change comment to reflect new
9507 implementation.
9508
9509 2007-09-26 Emmanuel Briot <briot@adacore.com>
9510
9511 * g-comlin.ads, g-comlin.adb (Command_Line_Configuration,
9512 Command_Line): New types
9513 (Define_Alias, Define_Prefix, Free): New subprograms. These provide
9514 support for defining how switches can be grouped on a command line (as
9515 is the case for -gnatw... for GNAT), and how simple switches can be
9516 used as aliases for more complex switches (-gnatwa is same as
9517 -gnatwbcef...)
9518 (Set_Command_Line, Add_Switch, Remove_Switch): New subprogram
9519 (Start, Current_*): New subprograms
9520 Added support for parsing an array of strings in addition to the real
9521 command line.
9522 (Opt_Parser, Opt_Parser_Data): New type. As a result, some types had to
9523 be moved from the body to the private part of the spec.
9524 (*): All subprograms now have an extra parameter with default value to
9525 specify which parser should be used. For backward compatibility, it
9526 defaults to parsing the command line of the application. They were also
9527 modified to properly handle cases where each of the argument does not
9528 start at index 1 (which is always true for Ada.Command_Line, but not
9529 when processing any Argument_List).
9530 (Free): New subprogram
9531 (Internal_Initialize_Option_Scan, Find_Longuest_Matching_Switch,
9532 Argument): New subprograms
9533 (Switch_Parameter_Type): New enum, which clarifies the code. The extra
9534 special characters like ':', '=',... are now handled in a single place,
9535 which makes the code more extensible eventually.
9536 (Getopt, Full_Switch): When the switch was returned as part of the
9537 special character '*', make sure it is prepended by the switch character
9538 ('-' in general), so that the application knows whether "foo" or "-foo"
9539 was specified on the command line.
9540
9541 2007-09-26 Florian Villoing <villoing@adacore.com>
9542
9543 * g-dirope.adb (Remove_Dir): In case we are removing directories
9544 recursively, make sure that if an exception is raised during the
9545 processing, the current working directory is reset to its initial
9546 value before propagating the exception.
9547
9548 2007-09-26 Vincent Celier <celier@adacore.com>
9549
9550 * gnatbind.adb: If there are several ALI files specified and there is
9551 a main program to bind, the first ALI is expected to contain the main
9552 subprogram and the names of the binder generated files will be derived
9553 from the first ALI file name.
9554 (Gnatbind): Fix insertion character in invocation of Error_Msg
9555
9556 2007-09-26 Vincent Celier <celier@adacore.com>
9557
9558 * gnatcmd.adb (Check_Files): Do not include sources that have been
9559 removed by attributes Exclude_Source_Files or Locally_Removed_Files.
9560
9561 2007-09-26 Ed Schonberg <schonberg@adacore.com>
9562
9563 * lib-xref.ads, lib-xref.adb: The entry for array types now carries
9564 information about each of its index types, following the type
9565 reference for its component type.
9566
9567 2007-09-26 Vincent Celier <celier@adacore.com>
9568
9569 * make.adb: (Kill): New procedure (__gnat_kill imported)
9570 (Running_Compile, Outstanding_Compiles): Global variables that
9571 were previously local to procedure Compile_Sources.
9572 (Sigint_Intercepted): Send signal SIGINT to all outstanding
9573 compilation processes.
9574
9575 (Gnatmake): If project files are used, create the mapping of all the
9576 sources, so that the correct paths will be found.
9577
9578 * prj-env.ads, prj-env.adb (Create_Mapping): New procedure
9579
9580 2007-09-26 Vincent Celier <celier@adacore.com>
9581
9582 * makeutl.ads (Main_Config_Project): Moved to gpr_util.ads
9583
9584 * prj.ads, prj.adb (Default_Language): Remove function, no longer used
9585 Replace components Compiler_Min_Options and Binder_Min_Options with
9586 Compiler_Required_Switches and Binder_Required_Switches in record
9587 Language_Config.
9588 Remove components Default_Language and Config in Project_Tree_Data,
9589 no longer used.
9590
9591 * prj-attr.adb: New attributes Required_Switches (<language>) in
9592 packages Compiler and Binder.
9593
9594 * prj-nmsc.adb: Major rewrite of the processing of configuration
9595 attributes for gprbuild. No impact on GNAT tools.
9596
9597 * prj-proc.ads, prj-proc.adb (Process_Project_Tree_Phase_2): No longer
9598 process configuration attributes: this is done in Prj.Nmsc.Check.
9599 (Recursive_Process): Make a full copy of packages inherited from project
9600 being extended, instead of a shallow copy.
9601 (Process_Project_Tree_Phase_1): New procedure
9602 (Process_Project_Tree_Phase_1): New procedure
9603 (Process): Implementation now uses the two new procedures
9604
9605 * prj-util.adb (Executable_Of): Get the suffix and the default suffix
9606 from the project config, not the tree config that no longer exists.
9607
9608 2007-09-26 Vincent Celier <celier@adacore.com>
9609
9610 * Make-lang.in: Update dependencies..
9611
9612 2007-09-26 Vincent Celier <celier@adacore.com>
9613
9614 * osint.adb, osint.ads: Minor reformatting
9615
9616 * osint-b.adb, osint-b.ads (Set_Current_File_Name_Index): New procedure
9617
9618 2007-09-26 Gary Dismukes <dismukes@adacore.com>
9619
9620 * par-ch4.adb (P_Record_Or_Array_Component_Association): Change Ada 95
9621 message to cite use of <> in aggregate component associations rather
9622 than wrongly indicating use of limited aggregates.
9623
9624 2007-09-26 Robert Dewar <dewar@adacore.com>
9625
9626 * sem_attr.adb (Analyze_Access_Attribute): Fix missing set of
9627 Address_Taken.
9628
9629 2007-09-26 Ed Schonberg <schonberg@adacore.com>
9630
9631 * sem_ch3.adb (Derive_Subprograms): If the interface parent is a direct
9632 ancestor of the derived type, the operations are inherited from the
9633 primary dispatch table of the parent.
9634 (OK_For_Limited_Init_In_05): Remove old comment. Reject in-place calls
9635 when the context is an explicit type conversion.
9636
9637 2007-09-26 Ed Schonberg <schonberg@adacore.com>
9638
9639 * sem_ch4.adb (Analyze_Qualified_Expression): Apply name resolution
9640 rule for qualified expressions properly, to detect improper conversions
9641 and resolve some cases of overloading.
9642
9643 2007-09-26 Ed Schonberg <schonberg@adacore.com>
9644
9645 * sem_res.adb (Resolve_Call): If the call is dispatching, generate the
9646 proper kind of reference to the primitive operation, for better source
9647 navigation.
9648 (Valid_Conversion): A tagged conversion is legal if both operands are
9649 tagged.
9650
9651 2007-09-26 Robert Dewar <dewar@adacore.com>
9652
9653 * sem_warn.adb (Check_References): Catch more cases of unreferenced
9654 packages.
9655
9656 2007-09-26 Vincent Celier <celier@adacore.com>
9657
9658 * snames.adb, snames.ads: Change Include_Option to Include_Switches
9659
9660 2007-09-26 Robert Dewar <dewar@adacore.com>
9661
9662 * s-wchstw.adb: provide messages for run time unit exceptions
9663
9664 * a-witeio.adb: Minor reformatting
9665
9666 * exp_ch13.adb: Minor reformatting
9667
9668 2007-09-26 Sergey Rybin <rybin@adacore.com>
9669
9670 * vms_data.ads: Revise gnatmetric qualifiers.
9671 Add qualified for the new gnatbind option '-y'
9672
9673 * gnat_ugn.texi: Revise the gnatmetric section.
9674 Add entry for new gnatbind option '-y'.
9675
9676 * gnat_rm.texi: Minor spelling correction.
9677 Document restriction on overlaying controlled types
9678
9679 2007-09-26 Vincent Celier <celier@adacore.com>
9680
9681 * makegpr.adb (Link_Executables): Do not fail when the root project has
9682 no sources, but is an extending project.
9683
9684 2007-09-25 Eric Botcazou <ebotcazou@adacore.com>
9685
9686 * trans.c: Fix misplaced #define.
9687
9688 2007-09-22 Eric Botcazou <ebotcazou@adacore.com>
9689
9690 * utils2.c (build_unary_op) <ADDR_EXPR> [INDIRECT_REF]: Propagate
9691 the TYPE_REF_CAN_ALIAS_ALL flag to the result.
9692
9693 2007-09-21 Olivier Hainque <hainque@adacore.com>
9694
9695 * utils.c (type_for_nonaliased_component_p): Return false for
9696 all AGGREGATE_TYPEs.
9697
9698 2007-09-17 Eric Botcazou <ebotcazou@adacore.com>
9699
9700 * decl.c (gnat_to_gnu_entity) <object>: Make again the type of an
9701 object covered by 13.3(19) volatile.
9702
9703 2007-09-12 Eric Botcazou <ebotcazou@adacore.com>
9704
9705 PR ada/26797
9706 PR ada/32407
9707 * utils.c (unchecked_convert): Use a subtype as the intermediate type
9708 in the special VIEW_CONVERT_EXPR case.
9709
9710 2007-09-12 Robert Dewar <dewar@adacore.com>
9711
9712 * types.ads, a-charac.ads, freeze.adb: Minor reformatting.
9713
9714 * a-except.adb, g-hesora.adb, g-speche.adb, lib.adb, lib.ads,
9715 lib-load.adb, lib-writ.adb, s-assert.adb, s-carun8.adb,
9716 s-casuti.adb, s-crc32.adb, s-exctab.adb, s-htable.adb, s-imgenu.adb,
9717 s-mastop.adb, s-memory.adb, s-memory.ads, s-secsta.adb, s-soflin.adb,
9718 s-sopco3.adb, s-sopco4.adb, s-sopco5.adb, s-stache.adb, s-stalib.adb,
9719 s-stoele.adb, s-strcom.adb, s-strops.adb, s-traceb.adb, s-traent.adb,
9720 s-wchcnv.adb, s-wchcon.adb, s-wchjis.adb, s-addope.adb, s-except.adb,
9721 s-os_lib.adb, s-string.adb, s-utf_32.adb, a-elchha.adb,
9722 a-chlat1.ads, a-elchha.ads, a-except.ads, g-hesora.ads, g-htable.ads,
9723 g-speche.ads, par-prag.adb, restrict.adb, restrict.ads, s-assert.ads,
9724 s-carun8.ads, s-casuti.ads, s-crc32.ads, sem_ch11.adb, sem_prag.adb,
9725 s-exctab.ads, s-htable.ads, s-imgenu.ads, s-mastop.ads, snames.adb,
9726 snames.ads, snames.h, s-purexc.ads, s-secsta.ads, s-soflin.ads,
9727 s-sopco3.ads, s-sopco4.ads, s-sopco5.ads, s-stache.ads, s-stalib.ads,
9728 s-stoele.ads, s-strcom.ads, s-strops.ads, s-traceb.ads, s-traent.ads,
9729 s-unstyp.ads, s-wchcnv.ads, s-wchcon.ads, s-wchjis.ads, s-addope.ads,
9730 s-except.ads, s-os_lib.ads, s-string.ads, s-utf_32.ads: Implement
9731 pragma Compiler_Unit and adds it to relevant library units.
9732
9733 2007-09-12 Ed Schonberg <schonberg@adacore.com>
9734
9735 * sem_aggr.adb (Resolve_Record_Aggregate): An others association with
9736 a box need not correspond to any component.
9737
9738 2007-09-12 Robert Dewar <dewar@adacore.com>
9739
9740 * g-thread.ads: Document use of "with GNAT.Threads" to ensure loading
9741 the tasking version of the Ada run time when foreign threads are
9742 present and there are no explicit Ada tasks or tasking constructs.
9743
9744 * gnat_rm.texi: Clarify documentation of GNAT.Threads.
9745
9746 2007-09-12 Hristian Kirtchev <kirtchev@adacore.com>
9747
9748 * bindusg.adb (Display): Correct comment for switch -X. Add a line for
9749 the usage of switch -y.
9750
9751 * switch-b.adb (Scan_Binder_Switches): Set flag Leap_Seconds_Support
9752 when switch -y is present.
9753
9754 * opt.ads: Add binder flag Leap_Seconds_Support used to enable/disable
9755 leap seconds in Ada.Calendar and its children.
9756
9757 2007-09-12 Jose Ruiz <ruiz@adacore.com>
9758
9759 * a-extiti.ads (Timer): The discriminant is a "not null access
9760 constant" in the Reference Manual.
9761 (Cancel_Handler): Cancelled is an out parameter in the Reference Manual.
9762
9763 2007-09-12 Robert Dewar <dewar@adacore.com>
9764
9765 * a-swuwha.adb: Remove junk RM header
9766
9767 2007-09-12 Vincent Celier <celier@adacore.com>
9768
9769 * g-bytswa-x86.adb (Swap2, Swap4, Swap8): Remove explicit "in" mode
9770 indicator
9771
9772 * g-bytswa.ads: Minor reformatting
9773
9774 2007-09-12 Thomas Quinot <quinot@adacore.com>
9775
9776 * g-soccon-solaris-64.ads, g-soccon-hpux-ia64.ads:
9777 Add new constant Thread_Blocking_IO, always True by default, set False
9778 on a per-runtime basis.
9779 (Need_Netdb_Buffer): New constant.
9780
9781 2007-09-12 Arnaud Charlet <charlet@adacore.com>
9782
9783 * s-dsaser.ads (Get_Local_Partition_Id, Get_Passive_Partition_Id):
9784 Added renames for corresponding functions in System.Partition_Interface.
9785
9786 2007-09-12 Doug Rupp <rupp@adacore.com>
9787
9788 * Makefile.in: Remove VMS specific System.CRTL packages which are no
9789 longer needed.
9790
9791 * s-crtl-vms64.ads: Removed.
9792
9793 2007-09-12 Olivier Hainque <hainque@adacore.com>
9794
9795 * decl.c (gnat_to_gnu_entity) <E_Record_Subtype>: For a subtype
9796 with discriminant constraints, generalize the code for BIT_FIELDs
9797 to PACKED fields of constant size and propagate DECL_PACKED.
9798
9799 2007-09-11 Eric Botcazou <ebotcazou@adacore.com>
9800
9801 * decl.c (array_type_has_nonaliased_component): New predicate.
9802 (gnat_to_gnu_field) <E_Array_Type>: Invoke the above predicate to
9803 set the TYPE_NONALIASED_COMPONENT flag on the type.
9804 <E_Array_Subtype>: Likewise.
9805 * gigi.h (type_for_nonaliased_component_p): Declare.
9806 * utils.c (type_for_nonaliased_component_p): New predicate.
9807 (create_field_decl): Invoke the above predicate to set the
9808 DECL_NONADDRESSABLE_P flag on the field.
9809
9810 2007-09-11 Javier Miranda <miranda@adacore.com>
9811
9812 * einfo.ads, einfo.adb (Dispatch_Table_Wrapper): New attribute. Present
9813 in library level record type entities if we are generating statically
9814 allocated dispatch tables.
9815
9816 * exp_disp.adb (Make_Tags/Make_DT): Replace previous code
9817 importing/exporting the _tag declaration by new code
9818 importing/exporting the dispatch table wrapper. This change allows us
9819 to statically allocate of the TSD.
9820 (Make_DT.Export_DT): New procedure.
9821 (Build_Static_DT): New function.
9822 (Has_DT): New function.
9823
9824 * freeze.adb (Freeze_Static_Object): Code cleanup: Do not reset flags
9825 True_Constant and Current_Value. Required to statically
9826 allocate the dispatch tables.
9827 (Check_Allocator): Make function iterative instead of recursive.
9828 Also return inner allocator node, when present, so that we do not have
9829 to look for that node again in the caller.
9830
9831 2007-09-11 Jan Hubicka <jh@suse.cz>
9832
9833 * misc.c (gnat_expand_body): Kill.
9834 (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Kill.
9835
9836 2007-09-10 Robert Dewar <dewar@adacore.com>
9837
9838 * exp_atag.ads, exp_atag.adb, mlib-tgt-tru64.adb, mlib-tgt-aix.adb,
9839 mlib-tgt-irix.adb, mlib-tgt-hpux.adb, mlib-tgt-linux.adb,
9840 mlib-tgt-solaris.adb, mlib-tgt-vms-alpha.adb, mlib-tgt-vms-ia64.adb,
9841 mlib-tgt-mingw.adb, mlib-tgt-vxworks.adb, ali.adb, ali.ads,
9842 ali-util.adb, ali-util.ads, atree.h, back_end.adb, back_end.ads,
9843 bcheck.adb, bcheck.ads, binde.adb, binde.ads, binderr.adb, binderr.ads,
9844 bindgen.adb, bindgen.ads, bindusg.adb, bindusg.ads, butil.adb,
9845 butil.ads, checks.adb, checks.ads, clean.adb, clean.ads, comperr.adb,
9846 comperr.ads, cstand.adb, cstand.ads, debug_a.adb, debug_a.ads,
9847 elists.h, errout.adb, erroutc.ads, errutil.adb, errutil.ads,
9848 err_vars.ads, eval_fat.adb, eval_fat.ads, exp_sel.ads, exp_sel.adb,
9849 exp_aggr.adb, exp_aggr.ads, expander.adb, expander.ads, exp_attr.ads,
9850 exp_ch10.ads, exp_ch11.adb, exp_ch12.adb, exp_ch12.ads, exp_ch13.adb,
9851 exp_ch13.ads, exp_ch2.adb, exp_ch2.ads, exp_ch3.ads, exp_ch4.adb,
9852 exp_ch4.ads, exp_ch5.adb, exp_ch5.ads, exp_ch6.adb, exp_ch6.ads,
9853 exp_ch7.adb, exp_ch7.ads, exp_ch8.adb, exp_ch8.ads, exp_ch9.adb,
9854 exp_ch9.ads, exp_code.adb, exp_code.ads, exp_dbug.adb, exp_dbug.ads,
9855 exp_disp.ads, exp_dist.adb, exp_dist.ads, exp_fixd.adb, exp_fixd.ads,
9856 exp_imgv.adb, exp_imgv.ads, exp_intr.adb, exp_intr.ads, exp_pakd.adb,
9857 exp_pakd.ads, exp_prag.adb, exp_prag.ads, exp_smem.adb, exp_strm.adb,
9858 exp_strm.ads, exp_tss.adb, exp_tss.ads, exp_util.adb, exp_util.ads,
9859 exp_vfpt.adb, exp_vfpt.ads, fmap.adb, fmap.ads, fname-sf.adb,
9860 fname-sf.ads, fname-uf.adb, fname-uf.ads, frontend.adb, frontend.ads,
9861 get_targ.adb, get_targ.ads, gnat1drv.adb, gnat1drv.ads, gnatbind.adb,
9862 gnatbind.ads, gnatbl.c, gnatchop.adb, gnatclean.adb, gnatcmd.adb,
9863 gnatcmd.ads, gnatdll.adb, gnatfind.adb, gnatkr.adb, gnatkr.ads,
9864 gnatlbr.adb, gnatlink.adb, gnatlink.ads, gnatls.adb, gnatls.ads,
9865 gnatmake.adb, gnatmake.ads, gnatmem.adb, gnatname.adb, gnatname.ads,
9866 gnatprep.adb, gnatprep.ads, gnatsym.adb, gnatxref.adb,
9867 gprep.adb, gprep.ads, hlo.adb, hlo.ads, impunit.adb, impunit.ads,
9868 inline.adb, inline.ads, itypes.adb, itypes.ads, layout.adb, layout.ads,
9869 lib-load.adb, lib-load.ads, lib-util.adb, lib-util.ads, lib-writ.adb,
9870 lib-writ.ads, lib-xref.adb, lib-xref.ads, live.adb, live.ads,
9871 make.adb, make.ads, makeutl.ads, makeutl.adb, makeusg.adb, makeusg.ads,
9872 mdll.adb, mdll.ads, mdll-fil.adb, mdll-fil.ads, mdll-utl.adb,
9873 mdll-utl.ads, memroot.adb, memroot.ads, mlib.adb, mlib.ads,
9874 mlib-fil.adb, mlib-fil.ads, mlib-prj.adb, mlib-prj.ads, mlib-tgt.adb,
9875 mlib-tgt.ads, mlib-utl.adb, mlib-utl.ads, namet.h, nmake.adt,
9876 osint.adb, osint.ads, osint-b.adb, osint-b.ads, osint-c.adb,
9877 osint-c.ads, osint-l.adb, osint-l.ads, osint-m.adb, osint-m.ads,
9878 par.adb, par.ads, par-ch10.adb, par-ch11.adb, par-ch12.adb,
9879 par-ch13.adb, par-ch2.adb, par-ch3.adb, par-ch4.adb, par-ch5.adb,
9880 par-ch6.adb, par-ch7.adb, par-ch8.adb, par-ch9.adb, par-endh.adb,
9881 par-labl.adb, par-load.adb, par-prag.adb, par-sync.adb, par-tchk.adb,
9882 par-util.adb, prep.adb, prep.ads, prepcomp.adb, prepcomp.ads,
9883 prj.adb, prj.ads, prj-attr.adb, prj-attr.ads, prj-com.ads,
9884 prj-dect.adb, prj-dect.ads, prj-err.adb, prj-err.ads, prj-ext.adb,
9885 prj-ext.ads, prj-makr.adb, prj-makr.ads, prj-nmsc.adb, prj-nmsc.ads,
9886 prj-pars.adb, prj-pars.ads, prj-part.adb, prj-part.ads,
9887 prj-pp.adb, prj-pp.ads, prj-proc.adb, prj-proc.ads,
9888 prj-strt.adb, prj-strt.ads, prj-tree.adb, prj-tree.ads,
9889 prj-util.adb, prj-util.ads, restrict.adb, restrict.ads,
9890 rtsfind.adb, rtsfind.ads, scn.adb, scn.ads,
9891 scng.adb, scng.ads, sdefault.ads, sem.ads, sem_aggr.ads, sem_attr.adb,
9892 sem_case.adb, sem_case.ads, sem_cat.adb, sem_cat.ads, sem_ch10.adb,
9893 sem_ch10.ads, sem_ch11.adb, sem_ch11.ads, sem_ch12.ads, sem_ch13.adb,
9894 sem_ch13.ads, sem_ch2.adb, sem_ch2.ads, sem_ch3.adb, sem_ch3.ads,
9895 sem_ch4.ads, sem_ch5.adb, sem_ch5.ads, sem_ch6.adb, sem_ch6.ads,
9896 sem_ch7.adb, sem_ch7.ads, sem_ch8.adb, sem_ch8.ads, sem_ch9.adb,
9897 sem_ch9.ads, sem_disp.adb, sem_disp.ads, sem_dist.adb, sem_dist.ads,
9898 sem_elab.adb, sem_elab.ads, sem_elim.adb, sem_elim.ads, sem_eval.adb,
9899 sem_eval.ads, sem_intr.adb, sem_intr.ads, sem_maps.adb, sem_maps.ads,
9900 sem_mech.adb, sem_mech.ads, sem_prag.adb, sem_prag.ads, sem_res.adb,
9901 sem_res.ads, sem_smem.adb, sem_smem.ads, sem_type.adb, sem_type.ads,
9902 sem_util.adb, sem_util.ads, sem_vfpt.adb, sem_vfpt.ads, sem_warn.adb,
9903 sem_warn.ads, sfn_scan.ads, sinfo-cn.adb, sinfo-cn.ads, sinput-c.adb,
9904 sinput-c.ads, sinput-d.adb, sinput-d.ads, sinput-l.adb, sinput-l.ads,
9905 sinput-p.adb, sinput-p.ads, snames.h, sprint.adb, sprint.ads,
9906 stringt.h, style.ads, styleg.adb, styleg.ads, styleg-c.adb,
9907 styleg-c.ads, stylesw.adb, stylesw.ads, switch.adb, switch.ads,
9908 switch-b.adb, switch-b.ads, switch-c.adb, switch-c.ads, switch-m.adb,
9909 switch-m.ads, symbols.adb, symbols.ads, targparm.adb, tbuild.adb,
9910 tbuild.ads, tempdir.adb, tempdir.ads, tree_gen.adb, tree_gen.ads,
9911 treepr.adb, treepr.ads, treeprs.adt, ttypef.ads, ttypes.ads,
9912 types.h, uintp.h, urealp.h, usage.adb, usage.ads,
9913 validsw.adb, validsw.ads, vxaddr2line.adb, xeinfo.adb, xnmake.adb,
9914 xref_lib.adb, xref_lib.ads, xr_tabls.adb, xr_tabls.ads, xsinfo.adb,
9915 xtreeprs.adb, xsnames.adb, vms_conv.ads, vms_conv.adb, xgnatugn.adb,
9916 gprmake.adb, makegpr.ads, makegpr.adb, prj-attr-pm.ads, prj-attr-pm.adb,
9917 mlib-tgt-lynxos.adb, mlib-tgt-darwin.adb, symbols-vms.adb,
9918 symbols-processing-vms-alpha.adb, symbols-processing-vms-ia64.adb,
9919 mlib-tgt-specific.adb, mlib-tgt-specific.ads, mlib-tgt-vms.adb,
9920 mlib-tgt-vms.ads: Replace headers with GPL v3 headers.
9921
9922 2007-09-10 Emmanuel Briot <briot@adacore.com>
9923
9924 * s-regpat.adb (Parse_Character_Class): Fix handling of empty character
9925 classes ("[]").
9926
9927 2007-09-10 Vasiliy Fofanov <fofanov@adacore.com>
9928
9929 * adaint.c (__gnat_translate_vms): new function.
9930
9931 2007-09-10 Gary Dismukes <dismukes@adacore.com>
9932 Thomas Quinot <quinot@adacore.com>
9933
9934 * exp_ch3.adb (Predef_Spec_Or_Body): When the type is abstract, only
9935 create an abstract subprogram in the case of 'Input. For 'Output we now
9936 create a real spec/body when the type is abstract, since it can
9937 potentially be called.
9938 (Predefined_Primitive_Bodies): Now allow the creation of a predefined
9939 body for 'Output when the type is abstract (only the creation of the
9940 body for 'Input is excluded when the type is abstract).
9941 (Stream_Operation_OK): Add an additional condition in the return
9942 statement, so that False will be returned for TTS_Stream_Input if the
9943 associated tagged type is an abstract extension. Add comments for
9944 return statement.
9945 (Expand_N_Object_Declaration): For the case of a shared passive
9946 variable, insert init proc call only after the shared variable
9947 procedures have been processed, because the IP call needs to undergo
9948 shared passive variable reference expansion, which requires these
9949 procedures to be available (and elaborated).
9950
9951 2007-09-10 Vincent Celier <celier@adacore.com>
9952
9953 * prj-env.ads, prj-env.adb (Create_Mapping_File (Language)): Remove
9954 parameter Runtime_Project.
9955
9956 2007-09-10 Ed Schonberg <schonberg@adacore.com>
9957
9958 * sem_aggr.adb (Build_Record_Aggr_Code): If an aggregate component is
9959 given a box association, the type of the component is discriminated,
9960 and the value of the discriminant is the discriminant of the enclosing
9961 type, retrieve its value from the aggregate itself, where it must have
9962 been supplied.
9963
9964 * sem_ch4.adb (Analyze_One_Call): Further refinement to previous fix,
9965 to remove other spurious ambiguities on arithmetic operations involving
9966 literals and addresses, on systems where Address is a visible integer
9967 type, when the operator is called in functional notation.
9968 (Try_Primitive_Operation): Within an instance, a call in prefixed form
9969 is legal when the types match, even if the operation is currently
9970 hidden.
9971
9972 2007-09-10 Ed Schonberg <schonberg@adacore.com>
9973
9974 * sem_ch12.adb (Build_Local_Package): A formal package with no
9975 associations is legal if all formals have defaults. It is not
9976 equivalent to a formal declared with a box.
9977
9978 2007-09-10 Sergey Rybin <rybin@adacore.com>
9979
9980 * vms_data.ads: Add qualifier for the new gnatmetric '-lratio' option
9981
9982 2007-09-10 Sergey Rybin <rybin@adacore.com>
9983
9984 * gnat_ugn.texi: Add description of the new '-lratio' option
9985 Update 7.3.1 section about availability of the feature.
9986
9987 2007-09-10 Thomas Quinot <quinot@adacore.com>
9988
9989 * exp_smem.ads, exp_smem.adb (Make_Shared_Var_Procs): Return last
9990 inserted node.
9991
9992 2007-09-10 Olivier Hainque <hainque@adacore.com>
9993
9994 * Makefile.in: (mips-irix section): Activate build of libgmem.
9995
9996 2007-09-10 Eric Botcazou <ebotcazou@adacore.com>
9997
9998 * a-numaux-x86.adb (Logarithmic_Pow): Do not silently clobber
9999 x87 registers.
10000
10001 2007-09-10 Eric Botcazou <ebotcazou@adacore.com>
10002
10003 * decl.c (gnat_to_gnu_entity) <object>: Deal with variable built for
10004 a debug renaming declaration specially.
10005
10006 2007-09-08 Eric Botcazou <ebotcazou@adacore.com>
10007
10008 * decl.c (gnat_to_gnu_entity) <Object>: Simplify the condition under
10009 which a constant renaming is treated as a normal object declaration.
10010 * trans.c (lvalue_required_p) <N_Slice>: New case, extracted from
10011 the N_Indexed_Component case.
10012 <N_Indexed_Component>: Fall through to above case.
10013 <N_Object_Renaming_Declaration>: Return true for all composite types.
10014
10015 2007-09-08 Eric Botcazou <ebotcazou@adacore.com>
10016
10017 * decl.c (make_packable_type): If the new type has been given BLKmode,
10018 try again to get an integral mode for it.
10019
10020 2007-09-07 Eric Botcazou <ebotcazou@adacore.com>
10021
10022 Re-apply accidentally reverted change:
10023
10024 2007-02-07 Andreas Krebbel <krebbel1@de.ibm.com>
10025
10026 * raise-gcc.c (get_region_description_for, get_call_site_action_for,
10027 get_action_description_for): Replace _Unwind_Word with _uleb128_t
10028 and _Unwind_SWord with _sleb128_t.
10029
10030 2007-09-06 Eric Botcazou <ebotcazou@adacore.com>
10031
10032 * trans.c (convert_with_check): Update call to real_2expN.
10033
10034 2007-09-05 Sandra Loosemore <sandra@codesourcery.com>
10035
10036 * trans.c (Compilation_unit_to_gnu): Use set_cfun.
10037 * utils.c (end_subprog_body): Likewise.
10038
10039 2007-09-03 Nick Clifton <nickc@redhat.com>
10040
10041 * Make-lang.in: Change copyright header to refer to version 3 of
10042 the GNU General Public License and to point readers at the
10043 COPYING3 file and the FSF's license web page.
10044 * ada-tree.def, nmake.adt, nlists.h, snames.h, utils.c,
10045 Makefile.rtl, Makefile.in, config-lang.in, uintp.h, urealp.h,
10046 namet.h, decl.c, utils2.c, lang.opt, elists.h, atree.h, types.h,
10047 treeprs.adt, lang-specs.h, cuintp.c, stringt.h, gnatbl.c:
10048 Likewise.
10049
10050 2007-08-31 Vincent Celier <celier@adacore.com>
10051
10052 PR ada/4720
10053
10054 * gnatchop.adb, gnatfind.adb, gnatlink.adb, gnatls.adb,
10055 gnatname.adb, gnatxref.adb, gprep.adb, clean.adb gnatbind.adb
10056 (Check_Version_And_Help): New procedure in package Switch to process
10057 switches --version and --help.
10058 Use Check_Version_And_Help in GNAT tools
10059
10060 * make.adb: Ditto.
10061 (Compile_Sources): Make sure that sources that are "excluded" are not
10062 compiled.
10063 (Gnatmake): Do not issue -aO. to gnatbind and only issue -I- if a
10064 project file is used.
10065 (Version_Switch): Remove, moved to Switch
10066 (Help_Switch): Remove, moved to Switch
10067 (Display_Version): Remove, moved to Switch
10068
10069 * switch.ads, switch.adb (Check_Version_And_Help): New procedure in
10070 package Switch to process switches --version and --help.
10071 (Display_Version): New procedure
10072
10073 * gnatvsn.ads, gnatvsn.adb (Copyright_Holder): New function.
10074
10075 2007-08-31 Javier Miranda <miranda@adacore.com>
10076
10077 * a-tags.adb (Internal_Tag): Protect the run-time against wrong
10078 internal tags.
10079
10080 2007-08-31 Hristian Kirtchev <kirtchev@adacore.com>
10081
10082 * checks.adb (In_Declarative_Region_Of_Subprogram_Body): New routine.
10083 (Mark_Non_Null): If the node for which we just generated an access check
10084 is a reference to an *in* parameter and the reference appears in the
10085 declarative part of a subprogram body, mark the node as known non null.
10086
10087 2007-08-31 Hristian Kirtchev <kirtchev@adacore.com>
10088
10089 * einfo.ads, einfo.adb: New flag Is_Raised (Flag224). Update the
10090 structure of E_Exception to reflect the new flag.
10091 (Is_Raised, Set_Is_Raised): New inlined routines.
10092 Update the usage of available flag to reflect the addition of Is_Raised.
10093 (Is_Raised, Set_Is_Raised): Bodies of new routines.
10094 (Write_Entity_Flags): Write the status of flag Is_Raised.
10095 (Is_Descendent_Of_Address): New entity flag, to simplify handling of
10096 spurious ambiguities when integer literals appear in the context of an
10097 address type that is a visible integer type.
10098
10099 * sem_ch11.adb (Analyze_Exception_Handler): Add code to warn on local
10100 exceptions never being raised.
10101 (Analyze_Raise_Statement): When analyzing an exception, mark it as being
10102 explicitly raised.
10103
10104 2007-08-31 Javier Miranda <miranda@adacore.com>
10105
10106 * exp_ch11.adb (Expand_At_End_Handler): Avoid generation of raise
10107 statement when compiling under restriction No_Exceptions_Proparation.
10108
10109 2007-08-31 Ed Schonberg <schonberg@adacore.com>
10110
10111 * exp_ch3.adb (Build_Record_Init_Proc): If there is a static
10112 initialization aggregate for the type, generate itype references for
10113 thetypes of its (sub)components, to prevent out-of-scope errors in gigi.
10114
10115 2007-08-31 Gary Dismukes <dismukes@adacore.com>
10116
10117 * exp_ch8.adb (Expand_N_Package_Renaming_Declaration): In the case of a
10118 library-level package renaming, pass the declaration associated with
10119 the renaming's special debug variable to Qualify_Entity_Names to ensure
10120 that its encoded name is properly qualified.
10121
10122 * exp_dbug.adb (Qualify_All_Entity_Names): Check for a variable entity
10123 occurring in the list of entities to qualify, and do not attempt to
10124 traverse an entity list in that case. Variables associated with
10125 ` library-level package renamings can now occur in the table.
10126
10127 * exp_dbug.ads: Revise documentation of the encoding for renaming
10128 declarations.
10129
10130 2007-08-31 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
10131
10132 * layout.adb (Layout_Type): Use Underlying_Type to determine whether an
10133 access type points to an unconstrained array.
10134
10135 2007-08-31 Hristian Kirtchev <kirtchev@adacore.com>
10136
10137 * restrict.adb, namet.adb, par-util.adb: Remove redundant type
10138 conversion.
10139
10140 * sem_res.adb (Resolve_Qualified_Expression): Add machinery to detect
10141 simple redundant qualifications. The check is performed whenever the
10142 expression is a non-overloaded identifier.
10143 (Resolve_Type_Conversion): Enchance the redundant type conversion check
10144 to include loop parameters.
10145 (Valid_Conversion): Avoid generation of spurious error message.
10146
10147 2007-08-31 Bob Duff <duff@adacore.com>
10148
10149 * par-ch4.adb (P_Simple_Expression): Fold long sequences of
10150 concatenations of string literals into a single literal, in order to
10151 avoid very deep recursion in the front end, which was causing stack
10152 overflow.
10153
10154 * sem_eval.adb (Eval_Concatenation): If the left operand is the empty
10155 string, and the right operand is a string literal (the case of "" &
10156 "..."), optimize by avoiding copying the right operand -- just use the
10157 value of the right operand directly.
10158
10159 * stringt.adb (Store_String_Chars): Optimize by growing the
10160 String_Chars table all at once, rather than appending characters one by
10161 one.
10162 (Write_String_Table_Entry): If the string to be printed is very long,
10163 just print the first few characters, followed by the length. Otherwise,
10164 doing "pn(n)" in the debugger can take an extremely long time.
10165
10166 * sem_prag.adb (Process_Interface_Name): Replace loop doing
10167 Store_String_Char with Store_String_Chars.
10168
10169 2007-08-31 Vincent Celier <celier@adacore.com>
10170
10171 * prj-attr.adb: Add new attribute Excluded_Source_Files
10172
10173 * prj-nmsc.adb: Use attribute Excluded_Source_Files before
10174 Locally_Removed_Files.
10175
10176 * snames.ads, snames.adb: New standard name Excluded_Source_Files
10177
10178 2007-08-31 Ed Schonberg <schonberg@adacore.com>
10179
10180 * sem_ch10.adb (Analyze_Subunit_Context): When analyzing context
10181 clauses of subunits, ignore limited_with_clauses that are illegal and
10182 have not been fully analyzed.
10183
10184 2007-08-31 Ed Schonberg <schonberg@adacore.com>
10185
10186 * sem_ch3.adb: The predicate Is_Descendent_Of_Address is now an entity
10187 flag, for effiency. It is called when analyzing arithmetic operators
10188 and also for actuals in calls that are universal_integers. The flag is
10189 set for the predefined type address, and for any type or subtype
10190 derived from it.
10191
10192 * sem_ch4.adb (Analyze_One_Call): Reject an actual that is a
10193 Universal_Integer, when the formal is a descendent of address and the
10194 call appears in user code.
10195 (Analyze_Selected_Component): if the prefix is a private extension, the
10196 tag component is visible.
10197
10198 * sem_util.ads, sem_util.adb: Remove Is_Descendent_Of_Address, now an
10199 entity flag.
10200
10201 2007-08-31 Robert Dewar <dewar@adacore.com>
10202
10203 * s-fileio.adb (Open): Normalize file name to lower case in non-case
10204 sensitive file name systems to avoid unexpected mismatch in Vista.
10205
10206 2007-08-31 Vincent Celier <celier@adacore.com>
10207
10208 * tempdir.adb: On VMS, take into account GNUTMPDIR before TMPDIR
10209
10210 2007-08-31 Vincent Celier <celier@adacore.com>
10211
10212 * symbols-vms.adb (Initialize): Read symbol files with continuation
10213 lines
10214 (Finalize): If symbol is long, split the line
10215
10216 2007-08-31 Vincent Celier <celier@adacore.com>
10217
10218 * fmap.ads: Minor comment updates
10219
10220 2007-08-31 GNAT Script <nobody@adacore.com>
10221
10222 * Make-lang.in: Makefile automatically updated
10223
10224 2007-08-31 Bob Duff <duff@adacore.com>
10225
10226 * sinfo.ads: Minor comment fix.
10227
10228 2007-08-31 Thomas Quinot <quinot@adacore.com>
10229
10230 * stand.ads: (Standard_Debug_Renaming_Type): Make comment consistent
10231 with implementation.
10232 Documentation cleanup only.
10233
10234 2007-08-31 Sergey Rybin <rybin@adacore.com>
10235
10236 * vms_data.ads: Add new qualifier /STMT_NAME_ON_NEW_LINE for the new
10237 gnatpp '--separate-stmt-name' option.
10238 Add new qualifier /USE_ON_NEW_LIN for the new gnatpp '--use-on-new-line'
10239 option.
10240
10241 * gnat_ugn.texi: Add description for the new gnatpp
10242 '--separate-stmt-name' and '--use-on-new-line' options.
10243
10244 2007-08-31 Ben Elliston <bje@au.ibm.com>
10245
10246 * Makefile.in (LIBGNAT_TARGET_PAIRS): Use system-linux-ppc64.ads
10247 when compiling for powerpc64-*-linux.
10248 * system-linux-ppc64.ads: New file.
10249
10250 2007-08-22 Krister Walfridsson <cato@df.lth.se>
10251
10252 * env.c ( __gnat_clearenv): Use the __gnat_unsetenv mechanism for
10253 NetBSD.
10254
10255 2007-08-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10256
10257 * misc.c (gnat_type_max_size): Constify.
10258
10259 2007-08-16 Gary Dismukes <dismukes@adacore.com>
10260
10261 * cstand.adb (Create_Standard): Create an entity for a zero-sized type
10262 associated with Standard_Debug_Renaming_Type, to be used as the type of
10263 the special variables whose names provide debugger encodings for
10264 renaming declarations.
10265
10266 * einfo.ads, einfo.adb (Debug_Renaming_Link): Change to return Node25.
10267 (Set_Debug_Renaming_Link): Change to set Node25.
10268 (Write_Field13_Name): Remove case for E_Enumeration_Literal.
10269 (Write_Field25_Name): Add case for E_Variable to output
10270 "Debug_Renaming_Link".
10271 (Write_Field23_Name): Correct the output string for "Limited_View".
10272
10273 * exp_dbug.adb: Add with and use of Tbuild.
10274 (Debug_Renaming_Declaration): Replace creation of an enumeration type
10275 and literal with creation of a variable of type
10276 Standard_Debug_Renaming_Type whose name encodes both the renamed object
10277 and the entity of the renaming declaration.
10278 (Qualify_Entity_Name): Add the delayed qualification of the entity name
10279 part of the name of a variable that has a Debug_Renaming_Link.
10280
10281 * stand.ads (Standard_Debug_Renaming_Type): New Entity_Id denoting a
10282 special type to be associated with variables that provide debugger
10283 encodings for renaming declarations.
10284
10285 2007-08-16 Gary Dismukes <dismukes@adacore.com>
10286 Ed Schonberg <schonberg@adacore.com>
10287 Javier Miranda <miranda@adacore.com>
10288
10289 * exp_aggr.adb (Build_Record_Aggr_Code): Extend the test for an
10290 ancestor part given by an aggregate to test for an unchecked conversion,
10291 since this can occur in some cases when the ancestor part is a function
10292 call, and we don't want to fall into the recursive call to this
10293 procedure in that case.
10294
10295 * exp_ch3.adb (Stream_Operation_OK): Revise tests for availability of
10296 stream attributes on limited types to account for user-specified
10297 attributes as well as whether Input (resp. Output) becomes available
10298 due to Read (resp. Write) being available for the type. Change Boolean
10299 variable to the more accurate name
10300 Has_Predefined_Or_Specified_Stream_Attribute. Change convoluted
10301 double-"not" predicate at beginning of return statement to more
10302 understandable form.
10303
10304 * exp_ch5.adb (Expand_N_Extended_Return_Statement): If the extended
10305 return has an associated N_Handled_Sequence_Of_Statements, then wrap it
10306 in a block statement and use that as the first statement of the
10307 expanded return rather than incorrectly using the handled sequence as
10308 the first statement.
10309
10310 * exp_ch6.adb (Expand_N_Subprogram_Declaration): If this is a protected
10311 operation, generate an explicit freeze node for it rather than
10312 generating extra formals, to ensure that gigi has the proper order of
10313 elaboration for anonymous subtypes in the signature of the subprograms.
10314 (Build_In_Place_Formal): Move assertion to beginning of loop.
10315 (Is_Build_In_Place_Function_Call): Allow for an unchecked conversion
10316 applied to a function call (occurs for some cases of 'Input).
10317 (Make_Build_In_Place_Call_In_*): Allow for an unchecked conversion
10318 applied to a function call (occurs for some cases of 'Input).
10319
10320 * exp_strm.adb (Build_Record_Or_Elementary_Input_Function): For Ada
10321 2005, generate an extended return statement enclosing the result object
10322 and 'Read call.
10323
10324 * freeze.adb (Freeze_Record_Type): Extend the current management of
10325 components that are access type with an allocator as default value: add
10326 missing support to the use of qualified expressions of the
10327 allocator (which also cause freezing of the designated type!)
10328 (Freeze_Entity): Call Freeze_Subprogram in the case of a predefined
10329 dispatching operation, since extra formals may be needed by calls to
10330 build-in-place functions (such as stream 'Input).
10331
10332 * sem_ch6.adb (Create_Extra_Formals): Skip creation of the extra
10333 formals for 'Constrained and accessibility level in the case of a
10334 predefined dispatching operation.
10335
10336 * exp_util.adb (Insert_Actions): A protected body is a valid insertion
10337 point, no need to find the parent node.
10338
10339 2007-08-16 Javier Miranda <miranda@adacore.com>
10340
10341 * exp_attr.adb (Attribute_Priority): Add missing support for entries
10342 and entry barriers.
10343
10344 2007-08-16 Javier Miranda <miranda@adacore.com>
10345
10346 * exp_ch9.adb (Build_Protected_Entry): Undo previous change because it
10347 is not really required and can introduce regression with the debugger.
10348 The original problem is fixed with the patch written for checks.adb.
10349
10350 2007-08-16 Thomas Quinot <quinot@adacore.com>
10351
10352 * g-dyntab.adb, g-table.adb, table.adb: (Set_Item): Suppress
10353 Range_Check on Allocated_Table.
10354
10355 2007-08-16 Vincent Celier <celier@adacore.com>
10356
10357 * make.adb (Collect_Arguments): Call Test_If_Relative_Path with
10358 Including_Non_Switch set to False.
10359 (Gnatmake): For the compiler, call Test_If_Relative_Path with
10360 Including_Non_Switch set to False.
10361
10362 * makeutl.adb, makeutl.ads (Test_If_Relative_Path): New Boolean
10363 parameter Including_Non_Switch, defaulted to True. When
10364 Including_Non_Switch is False, options that are not switches and
10365 appear as relative path are not converted to absolute paths.
10366
10367 2007-08-16 Nicolas Roche <roche@adacore.com>
10368
10369 * Makefile.in (gnatlib): Propagate FORCE_DEBUG_ADAFLAGS value to sub
10370 makefiles
10371
10372 * Make-lang.in: Update dependencies
10373
10374 2007-08-16 Hristian Kirtchev <kirtchev@adacore.com>
10375
10376 * sem_ch10.adb (Has_With_Clause): If the name of the with clause
10377 currently inspected is a selected component, retrieve the entity of
10378 its selector.
10379 (Install_Limited_Withed_Unit): Call Has_Limited_With_Clause starting
10380 from the immediate ancestor of Main_Unit_Entity.
10381 (Install_Limited_Withed_Unit): Do not install the limited view of
10382 package P if P is reachable through an ancestor chain from package C
10383 and C also has a with clause for P in its body.
10384 (Has_Limited_With_Clause): New routine.
10385 (Has_With_Clause): New routine.
10386
10387 2007-08-16 Ed Schonberg <schonberg@adacore.com>
10388
10389 * sem_ch12.adb (Copy_Generic_Node): A reference to a child unit of the
10390 generic for an enclosing instance is a global reference, even though
10391 its scope is the enclosing instance.
10392
10393 2007-08-16 Gary Dismukes <dismukes@adacore.com>
10394 Javier Miranda <miranda@adacore.com>
10395
10396 * sem_ch3.adb (OK_For_Limited_Init_In_05): Allow calls to 'Input to
10397 initialize a limited object.
10398 (Build_Derived_Record_Type): Add missing check of rules ARM 3.9.4
10399 13/2 and 14/2.
10400 Make sure Has_Complex_Representation is inherited by derived type.
10401
10402 2007-08-16 Robert Dewar <dewar@adacore.com>
10403
10404 * sem_ch5.adb (Analyze_Assignment): Make sure we still note update in
10405 exception case
10406
10407 2007-08-16 Ed Schonberg <schonberg@adacore.com>
10408
10409 * sem_disp.adb (Check_Dispatching_Operation): If the operation
10410 implements an operation inherited from a progenitor interface, verify
10411 that they are subtype-conformant.
10412
10413 2007-08-16 Hristian Kirtchev <kirtchev@adacore.com>
10414 Bob Duff <duff@adacore.com>
10415 Nicolas Setton <setton@adacore.com>
10416
10417 * sem_res.adb (Comes_From_Predefined_Lib_Unit): New.
10418 (Resolve): Alphabetize local variables. Add new variable From_Lib. When
10419 the statement which is being resolved comes from a predefined library
10420 unit, all non-predefined library interpretations are skipped.
10421 (Resolve_Op_Concat): If string concatenation was folded in the parser,
10422 but the "&" is user defined, give an error, because the folding would
10423 be wrong.
10424
10425 * sinfo.ads, sinfo.adb (Is_Folded_In_Parser): New flag to indicate that
10426 the parser has folded a long sequence of concatenations of string
10427 literals.
10428
10429 * trans.c (Handled_Sequence_Of_Statements_to_gnu): Mark "JMPBUF_SAVE"
10430 and "JMP_BUF" variables as artificial.
10431 (N_String_Literal): Do not use alloca for very long string literals. Use
10432 xmalloc/free instead. Otherwise the stack might overflow.
10433
10434 * utils.c (init_gigi_decls): Mark "JMPBUF_T" type as created by the
10435 compiler.
10436
10437 2007-08-16 Vincent Celier <celier@adacore.com>
10438
10439 * vms_conv.adb (Process_Argument): Ensure that project related options
10440 are not put in the -cargs section when using GNAT COMPILE.
10441
10442 2007-08-16 Robert Dewar <dewar@adacore.com>
10443
10444 * gnat_ugn.texi: Add note on preprocessing (output file not written)
10445
10446 2007-08-16 Thomas Quinot <quinot@adacore.com>
10447
10448 * a-tags.adb: Minor reformatting.
10449
10450 2007-08-16 Bob Duff <duff@adacore.com>
10451
10452 * sem_type.ads, sem_ch4.adb: Minor reformatting.
10453
10454 2007-08-14 Thomas Quinot <quinot@adacore.com>
10455
10456 * g-soccon-interix.ads, a-excpol-interix.adb, a-intnam-interix.ads,
10457 s-osinte-interix.ads, system-interix.ads: Removed.
10458
10459 2007-08-14 Hristian Kirtchev <kirtchev@adacore.com>
10460
10461 * a-calend-vms.adb, a-calend.adb ("+", "-", Add, Subtract): Remove
10462 calls to Check_Within_Time_Bounds.
10463 ("+", "-", Add, Subtract): Remove calls to Check_Within_Time_Bounds.
10464 (Difference): Account for possible rounding of the resulting difference
10465
10466 2007-08-14 Robert Dewar <dewar@adacore.com>
10467
10468 * uintp.adb, a-ztedit.adb, s-wchcon.adb, xnmake.adb, s-wchcon.adb,
10469 par-ch5.adb, par-ch10.adb, get_targ.adb, a-wtedit.adb, a-teioed.adb,
10470 s-osinte-solaris.adb, s-osinte-solaris.ads,
10471 s-osinte-freebsd.ads, s-osinte-freebsd.adb: Minor reformatting.
10472
10473 * styleg.adb, styleg.ads, stylesw.adb, stylesw.ads: implement style
10474 switch -gnatyS. Enable -gnatyS in GNAT style check mode
10475
10476 2007-08-14 Robert Dewar <dewar@adacore.com>
10477 Ed Schonberg <schonberg@adacore.com>
10478
10479 * inline.adb, types.ads, inline.ads, frontend.adb, alloc.ads:
10480 Suppress unmodified in-out parameter warning in some cases
10481 This patch is a also fairly significant change to the way suppressible
10482 checks are handled.
10483
10484 * checks.ads, checks.adb (Install_Null_Excluding_Check): No check
10485 needed for access to concurrent record types generated by the expander.
10486 (Generate_Range_Check): When generating a temporary to capture the
10487 value of a conversion that requires a range check, set the type of the
10488 temporary before rewriting the node, so that the type is always
10489 properly placed for back-end use.
10490 (Apply_Float_Conversion_Check): Handle case where the conversion is
10491 truncating.
10492 (Get_Discriminal): Code reformatting. Climb the scope stack looking
10493 for a protected type in order to examine its discriminants.
10494
10495 2007-08-14 Robert Dewar <dewar@adacore.com>
10496 Gary Dismukes <dismukes@adacore.com>
10497 Ed Schonberg <schonberg@adacore.com>
10498 Thomas Quinot <quinot@adacore.com>
10499
10500 * a-stzsup.adb, nlists.adb, lib-util.adb, treepr.adb,
10501 a-stwisu.adb, a-strsup.adb: Fix warnings for range
10502 tests optimized out.
10503
10504 * exp_ch4.adb (Expand_N_In): Add warnings for range tests optimized out.
10505 (Get_Allocator_Final_List): For the case of an anonymous access type
10506 that has a specified Associated_Final_Chain, do not go up to the
10507 enclosing scope.
10508 (Expand_N_Type_Conversion): Test for the case of renamings of access
10509 parameters when deciding whether to apply a run-time accessibility
10510 check.
10511 (Convert_Aggr_In_Allocator): Use Insert_Actions to place expanded
10512 aggregate code before allocator, and ahead of declaration for
10513 temporary, to prevent access before elaboration when the allocator is
10514 an actual for an access parameter.
10515 (Expand_N_Type_Conversion): On an access type conversion involving an
10516 access parameter, do not apply an accessibility check when the
10517 operand's original node was an attribute other than 'Access. We now
10518 create access conversions for the expansion of 'Unchecked_Access and
10519 'Unrestricted_Access in certain cases and clearly accessibility should
10520 not be checked for those.
10521
10522 * exp_ch6.ads, exp_ch6.adb (Add_Call_By_Copy_Code): For an actual that
10523 includes a type conversion of a packed component that has been expanded,
10524 recover the original expression for the object, and use this expression
10525 in the post-call assignment statement, so that the assignment is made
10526 to the object and not to a back-end temporary.
10527 (Freeze_Subprogram): In case of primitives of tagged types not defined
10528 at the library level force generation of code to register the primitive
10529 in the dispatch table. In addition some code reorganization has been
10530 done to leave the implementation clear.
10531 (Expand_Call): When expanding an inherited implicit conversion,
10532 preserve the type of the inherited function after the intrinsic
10533 operation has been expanded.
10534
10535 * exp_ch2.ads, exp_ch2.adb
10536 (Expand_Entry_Parameter.In_Assignment_Context): An implicit dereference
10537 of an entry formal appearing in an assignment statement does not assign
10538 to the formal.
10539 (Expand_Current_Value): Instead of calling a routine to determine
10540 whether the prefix of an attribute reference should be optimized or
10541 not, prevent the optimization of such prefixes all together.
10542
10543 * lib-xref.adb (Generate_Reference.Is_On_LHS): An indexed or selected
10544 component whose prefix is known to be of an access type is an implicit
10545 dereference and does not assign to the prefix.
10546
10547 2007-08-14 Ed Schonberg <schonberg@adacore.com>
10548 Robert Dewar <dewar@adacore.com>
10549
10550 * atree.ads, atree.adb (New_Copy_Tree): If hash table is being used and
10551 itype is visited, make an entry into table to link associated node and
10552 new itype.
10553 Add comments and correct harmless error in Build_NCT_Hash_Tables
10554 (Array_Aggr_Subtype): Associate each itype created for an index type to
10555 the corresponding range construct, and not to the aggregate itself. to
10556 maintain a one-to-one correspondence between itype and its associated
10557 node, to prevent errors when complex expression is copied.
10558 Fix mishandling of multiple levels of parens
10559
10560 * sem_aggr.adb: Create a limited view of an incomplete type, to make
10561 treatment of limited views uniform for all visible declarations in a
10562 limited_withed package.
10563 (New_Copy_Tree): If hash table is being used and itype is visited,
10564 make an entry into table to link associated node and new itype.
10565 (Resolve_Record_Aggregate): Do not add an others box association for a
10566 discriminated record component that has only discriminants, when there
10567 is a box association for the component itself.
10568
10569 * par-ch4.adb: Fix mishandling of multiple levels of parens
10570
10571 2007-08-14 Robert Dewar <dewar@adacore.com>
10572
10573 * comperr.adb: Fix problem with suppressing warning messages from gigi
10574
10575 * erroutc.ads, erroutc.adb, errout.ads,
10576 errout.adb (Write_Eol): Remove trailing spaces before writing the line
10577 (Write_Eol_Keep_Blanks): New procedure to write a line, including
10578 possible trailing spaces.
10579 (Output_Source_Line): Call Write_Eol_Keep_Blanks to output a source line
10580 Fix problem with suppressing warning messages from back end
10581 Improve handling of deleted warnings
10582
10583 * gnat1drv.adb:
10584 Fix problem with suppressing warning messages from back end
10585 Handle setting of Static_Dispatch_Tables flag.
10586
10587 * prepcomp.adb:
10588 Fix problem with suppressing warning messages from back end
10589
10590 * exp_intr.adb: Improve handling of deleted warnings
10591
10592 2007-08-14 Robert Dewar <dewar@adacore.com>
10593
10594 * debug.adb: Improve -gnatdI to cover all cases of serialization
10595 Add documentation of dZ, d.t
10596
10597 * sprint.ads, sprint.adb: Improve -gnatdI to cover all cases of
10598 serialization.
10599 (Sprint_Node_Actual): Generate new output associated with implicit
10600 importation and implicit exportation of object declarations.
10601
10602 2007-08-14 Ed Schonberg <schonberg@adacore.com>
10603 Robert Dewar <dewar@adacore.com>
10604 Javier Miranda <miranda@adacore.com>
10605 Gary Dismukes <dismukes@adacore.com>
10606
10607 * einfo.ads, einfo.adb: Create a limited view of an incomplete type,
10608 to make treatment of limited views uniform for all visible declarations
10609 in a limited_withed package.
10610 Improve warnings for in out parameters
10611 (Set_Related_Interaface/Related_Interface): Allow the use of this
10612 attribute with constants.
10613 (Write_Field26_Name): Handle attribute Related_Interface in constants.
10614 Warn on duplicate pragma Preelaborable_Initialialization
10615
10616 * sem_ch6.ads, sem_ch6.adb (Analyze_Subprogram_Body): Force the
10617 generation of a freezing node to ensure proper management of null
10618 excluding access types in the backend.
10619 (Create_Extra_Formals): Test base type of the formal when checking for
10620 the need to add an extra accessibility-level formal. Pass the entity E
10621 on all calls to Add_Extra_Formal (rather than Scope (Formal) as was
10622 originally being done in a couple of cases), to ensure that the
10623 Extra_Formals list gets set on the entity E when the first entity is
10624 added.
10625 (Conforming_Types): Add missing calls to Base_Type to the code that
10626 handles anonymous access types. This is required to handle the
10627 general case because Process_Formals builds internal subtype entities
10628 to handle null-excluding access types.
10629 (Make_Controlling_Function_Wrappers): Create wrappers for constructor
10630 functions that need it, even when not marked Requires_Overriding.
10631 Improve warnings for in out parameters
10632 (Analyze_Function_Return): Warn for disallowed null return
10633 Warn on return from procedure with unset out parameter
10634 Ensure consistent use of # in error messages
10635 (Check_Overriding_Indicator): Add in parameter Is_Primitive.
10636 (Analyze_Function_Return): Move call to Apply_Constraint_Check before
10637 the implicit conversion of the expression done for anonymous access
10638 types. This is required to generate the code of the null excluding
10639 check (if required).
10640
10641 * sem_warn.ads, sem_warn.adb (Check_References.Publicly_Referenceable):
10642 A formal parameter is never publicly referenceable outside of its body.
10643 (Check_References): For an unreferenced formal parameter in an accept
10644 statement, use the same warning circuitry as for subprogram formal
10645 parameters.
10646 (Warn_On_Unreferenced_Entity): New subprogram, taken from
10647 Output_Unreferenced_Messages, containing the part of that routine that
10648 is now reused for entry formals as described above.
10649 (Goto_Spec_Entity): New function
10650 (Check_References): Do not give IN OUT warning for dispatching operation
10651 Improve warnings for in out parameters
10652 (Test_Ref): Check that the entity is not undefinite before calling
10653 Scope_Within, in order to avoid infinite loops.
10654 Warn on return from procedure with unset out parameter
10655 Improved warnings for unused variables
10656
10657 2007-08-14 Robert Dewar <dewar@adacore.com>
10658 Javier Miranda <miranda@adacore.com>
10659 Gary Dismukes <dismukes@adacore.com>
10660
10661 * exp_attr.adb (Expand_N_Attribute_Reference): Handle case of child unit
10662 (Expand_N_Attribute_Reference): Further unify the handling of the
10663 three forms of access attributes, using common code now for all three
10664 cases. Add a test for the case of applying an access attribute to
10665 an explicit dereference when the context is an access-to-interface
10666 type. In that case we need to apply the conversion to the prefix
10667 of the explicit dereference rather than the prefix of the attribute.
10668 (Attribute_Version, UET_Address): Set entity as internal to ensure
10669 proper dg output of implicit importation.
10670 (Expand_Access_To_Type): Removed.
10671 (Expand_N_Attribute_Reference): Merge the code from the three cases
10672 of access attributes, since the processing is largely identical for
10673 these cases. The substantive fix here is to process the case of a
10674 type name prefix (current instance case) before handling the case
10675 of interface prefixes.
10676
10677 2007-08-14 Thomas Quinot <quinot@adacore.com>
10678 Ed Schonberg <schonberg@adacore.com>
10679 Javier Miranda <miranda@adacore.com>
10680 Robert Dewar <dewar@adacore.com>
10681
10682 * exp_ch3.ads, exp_ch3.adb (Add_Final_Chain): New subprogram.
10683 (Freeze_Array_Type, Freeze_Record_Type): For the case of a component
10684 type that is an anonymous access to controlled object, establish
10685 an associated finalization chain to avoid corrupting the global
10686 finalization list when a dynamically allocated object designated
10687 by such a component is deallocated.
10688 (Make_Controlling_Function_Wrappers): Create wrappers for constructor
10689 functions that need it, even when not marked Requires_Overriding.
10690 (Initialize_Tag): Replace call to has_discriminants by call to
10691 Is_Variable_Size_Record in the circuitry that handles the
10692 initialization of secondary tags.
10693 (Is_Variable_Size_Record): New implementation.
10694 (Expand_N_Object_Declaration): Suppress call to init proc if there is a
10695 Suppress_Initialization pragma for a derived type.
10696 (Is_Variable_Size_Record): New subprogram.
10697 (Build_Offset_To_Top_Functions): New implementation that simplifies the
10698 initial version of this routine and also fixes problems causing
10699 incomplete initialization of the table of interfaces.
10700 (Build_Init_Procedure): Improve the generation of code to initialize the
10701 the tag components of secondary dispatch tables.
10702 (Init_Secondary_Tags): New implementation that simplifies the previous
10703 version of this routine.
10704 (Make_DT): Add parameter to indicate when type has been frozen by an
10705 object declaration, for diagnostic purposes.
10706 (Check_Premature_Freezing): New subsidiary procedure of Make_DT, to
10707 diagnose attemps to freeze a subprogram when some untagged type of its
10708 profile is a private type whose full view has not been analyzed yet.
10709 (Freeze_Array_Type): Generate init proc for packed array if either
10710 Initialize or Normalize_Scalars is set.
10711 (Make_Controlling_Function_Wrappers, Make_Null_Procedure_Specs): when
10712 constructing the new profile, copy the null_exclusion indicator for each
10713 parameter, to ensure full conformance of the new body with the spec.
10714
10715 * sem_type.ads, sem_type.adb (Make_Controlling_Function_Wrappers):
10716 Create wrappers for constructor functions that need it, even when not
10717 marked Requires_Overriding.
10718 (Covers): Handle properly designated types of anonymous access types,
10719 whose non-limited views are themselves incomplete types.
10720 (Add_Entry): Use an entity to store the abstract operation which hides
10721 an interpretation.
10722 (Binary_Op_May_Be_Hidden): Rename to Binary_Op_Interp_Has_Abstract_Op.
10723 (Collect_Interps): Use Empty as an actual for Abstract_Op in the
10724 initialization aggregate.
10725 (Function_Interp_May_Be_Hidden): Rename to
10726 Function_Interp_Has_Abstract_Op.
10727 (Has_Compatible_Type): Remove machinery that skips interpretations if
10728 they are labeled as potentially hidden by an abstract operator.
10729 (Has_Hidden_Interp): Rename to Has_Abstract_Op.
10730 (Set_May_Be_Hidden): Rename to Set_Abstract_Op.
10731 (Write_Overloads): Output the abstract operator if present.
10732 (Add_Entry): Before inserting a new entry into the interpretation table
10733 for a node, determine whether the entry will be disabled by an abstract
10734 operator.
10735 (Binary_Op_Interp_May_Be_Hidden): New routine.
10736 (Collect_Interps): Add value for flag May_Be_Hidden in initialization
10737 aggregate.
10738 (Function_Interp_May_Be_Hidden): New routine.
10739 (Has_Compatible_Type): Do not consider interpretations hidden by
10740 abstract operators when trying to determine whether two types are
10741 compatible.
10742 (Has_Hidden_Interp): New routine.
10743 (Set_May_Be_Hidden_Interp): New routine.
10744 (Write_Overloads): Write the status of flag May_Be_Hidden.
10745
10746 2007-08-14 Ed Schonberg <schonberg@adacore.com>
10747 Javier Miranda <miranda@adacore.com>
10748
10749 * exp_disp.ads, exp_disp.adb (Build_Dispatch_Tables): Handle tagged
10750 types declared in the declarative part of a nested package body or in
10751 the proper body of a stub.
10752 (Set_All_DT_Position): Add missing check to avoid wrong assignation
10753 of the same dispatch table slot to renamed primitives.
10754 (Make_Select_Specific_Data_Table): Handle private types.
10755 (Tagged_Kind): Handle private types.
10756 (Make_Tags, Make_DT): Set tag entity as internal to ensure proper dg
10757 output of implicit importation and exportation.
10758 (Expand_Interface_Thunk): Fix bug in the expansion assuming that the
10759 first formal of the thunk is always associated with the controlling
10760 type. In addition perform the following code cleanup: remove formal
10761 Thunk_Alias which is no longer required, cleanup evaluation of the
10762 the controlling type, and update the documentation.
10763 Replace occurrence of Default_Prim_Op_Count by
10764 Max_Predef_Prims. Addition of compile-time check to verify
10765 that the value of Max_Predef_Prims is correct.
10766 (Check_Premature_Freezing): Apply check in Ada95 mode as well.
10767 (Make_DT): Add parameter to indicate when type has been frozen by an
10768 object declaration, for diagnostic purposes.
10769 (Build_Static_Dispatch_Tables): New subprogram that takes care of the
10770 construction of statically allocated dispatch tables.
10771 (Make_DT): In case of library-level tagged types export the declaration
10772 of the primary tag. Remove generation of tags (now done by Make_Tags).
10773 Additional modifications to handle non-static generation of dispatch
10774 tables. Take care of building tables for asynchronous interface types
10775 (Make_Tags): New subprogram that generates the entities associated with
10776 the primary and secondary tags of Typ and fills the contents of Access_
10777 Disp_Table. In case of library-level tagged types imports the forward
10778 declaration of the primary tag that will be declared later by Make_DT.
10779 (Expand_Interface_Conversion): In case of access types to interfaces
10780 replace an itype declaration by an explicit type declaration to avoid
10781 problems associated with the scope of such itype in transient blocks.
10782
10783 2007-08-14 Robert Dewar <dewar@adacore.com>
10784 Ed Schonberg <schonberg@adacore.com>
10785 Javier Miranda <miranda@adacore.com>
10786
10787 * exp_util.ads, exp_util.adb:
10788 This patch replaces a number of occurrences of explicit tests for N_Null
10789 with calls to Known_Null. This improves tracking of null values, since
10790 Known_Null also catches null constants, and variables currently known to
10791 be null, so we get better tracking.
10792 (Ensure_Defined): create an itype reference only in the scope of the
10793 itype.
10794 (Side_Effect_Free): A selected component of an access type that
10795 denotes a component with a rep clause must be treated as not
10796 side-effect free, because if it is part of a linked structure its
10797 value may be affected by a renaming.
10798 (Expand_Subtype_From_Expr): For limited objects initialized with build
10799 in place function calls, do nothing; otherwise we prematurely introduce
10800 an N_Reference node in the expression initializing the object, which
10801 breaks the circuitry that detects and adds the additional arguments to
10802 the called function. Bug found working in the new patch for statically
10803 allocated dispatch tables.
10804 (Is_Library_Level_Tagged_Type): New subprogram.
10805 (Remove_Side_Effects): If the expression of an elementary type is an
10806 operator treat as a function call.
10807 (Make_Literal_Range): If the index type of the array is not integer, use
10808 attributes properly to compute the constraint on the resulting aggregate
10809 which is a string.
10810
10811 * freeze.ads, freeze.adb (Freeze_Entity): If the entity is a
10812 class-wide type whose base type is an incomplete private type, leave
10813 class-wide type unfrozen so that freeze nodes can be generated
10814 properly at a later point.
10815 (Freeze_Entity, array case): Handle case of pragma Pack and component
10816 size attributre clause for same array.
10817
10818 2007-08-14 Vincent Celier <celier@adacore.com>
10819
10820 * prj.ads, prj.adb: Update Project Manager to new attribute names for
10821 gprbuild.
10822 Allow all valid declarations in configuration project files
10823 (Reset): Initialize all tables and hash tables in the project tree data
10824 Major update of the Project Manager and of the project aware tools,
10825 including gprmake, so that the same sources in the GNAT repository
10826 can be used by gprbuild.
10827 (Slash_Id): Change type to be Path_Name_Type
10828 (Slash): Return a Path_Name_Type instead of a File_Name_Type
10829
10830 * prj-attr.ads, prj-attr.adb: Remove attributes no longer used by
10831 gprbuild.
10832 Update Project Manager to new attribute names for ghprbuild
10833 Allow all valid declarations in configuration project files
10834 Major update of the Project Manager and of the project aware tools,
10835 including gprmake, so that the same sources in the GNAT repository
10836 can be used by gprbuild.
10837
10838 * prj-com.ads:
10839 Major update of the Project Manager and of the project aware tools,
10840 including gprmake, so that the same sources in the GNAT repository
10841 can be used by gprbuild.
10842
10843 * prj-dect.adb (Prj.Strt.Attribute_Reference): Set correctly the case
10844 insensitive flag for attributes with optional index.
10845 (Prj.Dect.Parse_Attribute_Declaration): For case insensitive associative
10846 array attribute, put the index in lower case.
10847 Update Project Manager to new attribute names for ghprbuild
10848 Allow all valid declarations in configuration project files
10849 Major update of the Project Manager and of the project aware tools,
10850 including gprmake, so that the same sources in the GNAT repository
10851 can be used by gprbuild.
10852
10853 * prj-env.ads, prj-env.adb:
10854 Major update of the Project Manager and of the project aware tools,
10855 including gprmake, so that the same sources in the GNAT repository
10856 can be used by gprbuild.
10857 (Get_Reference): Change type of parameter Path to Path_Name_Type
10858
10859 * prj-ext.ads, prj-ext.adb (Initialize_Project_Path): Make sure, after
10860 removing '-' from the path to start with the first character of the
10861 next directory.
10862 Major update of the Project Manager and of the project aware tools,
10863 including gprmake, so that the same sources in the GNAT repository
10864 can be used by gprbuild.
10865 Major update of the Project Manager and of the project aware tools,
10866 including gprmake, so that the same sources in the GNAT repository
10867 can be used by gprbuild.
10868
10869 * prj-nmsc.ads, prj-nmsc.adb:
10870 Update Project Manager to new attribute names for ghprbuild
10871 Allow all valid declarations in configuration project files
10872 (Search_Directories): Detect subunits that are specified with an
10873 attribute Body in package Naming. Do not replace a source/unit in the
10874 same project when the order of the source dirs are known. Detect
10875 duplicate sources/units in the same project when the order of the
10876 source dirs are not known.
10877 (Check_Ada_Name): Allow all identifiers that are not reserved words
10878 in Ada 95.
10879 Major update of the Project Manager and of the project aware tools,
10880 including gprmake, so that the same sources in the GNAT repository
10881 can be used by gprbuild.
10882 (Look_For_Sources): If the list of sources is empty, set the object
10883 directory of non extending project to nil.
10884 Change type of path name variables to be Path_Name_Type
10885 (Locate_Directory): Make sure that on Windows '/' is converted to '\',
10886 otherwise creating missing directories will fail.
10887
10888 * prj-attr-pm.adb, prj-tree.ads, prj-proc.ads, prj-proc.adb,
10889 prj-part.ads, prj-part.adb:
10890 Major update of the Project Manager and of the project aware tools,
10891 including gprmake, so that the same sources in the GNAT repository
10892 can be used by gprbuild.
10893
10894 * prj-strt.adb (Prj.Strt.Attribute_Reference): Set correctly the case
10895 insensitive flag for attributes with optional index.
10896 (Prj.Dect.Parse_Attribute_Declaration): For case insensitive associative
10897 array attribute, put the index in lower case.
10898 (Parse_Variable_Reference): Allow the current project name to be used in
10899 the prefix of an attribute reference.
10900
10901 * prj-util.ads, prj-util.adb
10902 (Value_Of (for arrays)): New Boolean parameter Force_Lower_Case_Index,
10903 defaulted to False. When True, always check against indexes in lower
10904 case.
10905
10906 * snames.ads, snames.h, snames.adb:
10907 Update Project Manager to new attribute names for gprbuild
10908 Allow all valid declarations in configuration project files
10909
10910 2007-08-14 Robert Dewar <dewar@adacore.com>
10911 Ed Schonberg <schonberg@adacore.com>
10912
10913 * opt.ads: Warning for non-local exception propagation now off by
10914 default
10915 New switch -gnatI to disable representation clauses
10916 Implement new pragma Implicit_Packing
10917
10918 * usage.adb:
10919 Warning for non-local exception propagation now off by default
10920 Add warning for unchecked conversion of pointers wi different
10921 conventions.
10922 New switch -gnatI to disable representation clauses
10923
10924 * usage.adb: new switch -gnatyS
10925
10926 * gnat_ugn.texi: For the gnatcheck Non_Qualified_Aggregates rule add a
10927 note that aggregates of anonymous array types are not flagged.
10928 -gnatwc now includes membership tests optimized away
10929 -gnatw.x warnings are now off by default
10930 Added conditional compilation Appendix
10931 Add documentation of -gnatI
10932 Add documentation for new -gnatyS style check
10933 Update documentation about SAL and auto-init on Windows.
10934
10935 * gnat_rm.texi:
10936 Add documentation for pragma Check_Name and 'Enabled attribute
10937 Document that Eliminate on dispatching operation is ignored
10938 Document IDE attributes VCS_Repository_Root and VCS_Patch_Root.
10939 Document pragma Main
10940 Document pragma Implicit_Packing
10941
10942 * sem_ch13.adb: Add warning for unchecked conversion of pointers wi
10943 different conventions
10944 New switch -gnatI to disable representation clauses
10945
10946 * switch-c.adb (Scan_Front_End_Switches): When a -gnat switch is not
10947 recognized, report the invalid characters including "-gnat" instead of
10948 just the first character in the switch.
10949 New switch -gnatI to disable representation clauses
10950 Set Warn_On_Object_Renames_Function true for -gnatg
10951
10952 * vms_data.ads: Add doc for /IGNORE_REP_CLAUSES
10953 Add STATEMENTS_AFTER_THEN_ELSE as synonym for -gnatyS
10954 Add qualifier /ADD_PROJECT_SEARCH_DIR= for different tools, equivalent
10955 to switch -aP (add directory to project search dir).
10956
10957 * par-prag.adb: Implement new pragma Implicit_Packing
10958
10959 * sem_prag.adb (Analyze_Pragma, case Complex_Representation): Mark the
10960 type as having a non-standard representation, to force expansion on
10961 conversion to related types.
10962 (Analyze_Pragma): Warn on misspelled pragma
10963 (Analyze_Pragma, case Convention_Identifier): Fix checking of second arg
10964 Ensure consistent use of # in error messages
10965 Implement pragma Implicit_Packing
10966
10967 2007-08-14 Olivier Hainque <hainque@adacore.com>
10968 Eric Botcazou <ebotcazou@adacore.com>
10969
10970 * targtyps.c (get_target_maximum_default_alignment): New function.
10971 Maximum alignment
10972 that the compiler might choose by default for a type or object.
10973 (get_target_default_allocator_alignment): New function. Alignment known
10974 to be honored by the target default allocator.
10975 (get_target_maximum_allowed_alignment): New function. Maximum alignment
10976 we might accept for any type or object on the target.
10977 (get_target_maximum_alignment): Now synonym of maximum_default_alignment
10978
10979 * gigi.h (get_target_maximum_default_alignment): Declare new function.
10980 (get_target_default_allocator_alignment): Likewise.
10981 (get_target_maximum_allowed_alignment): Likewise.
10982
10983 PR ada/19037
10984 * decl.c (gnat_to_gnu_entity) <object>: Except for the renaming of the
10985 result of a function call, first try to use a stabilized reference for
10986 a constant renaming too.
10987 (validate_alignment): Use target_maximum_allowed_alignment instead of
10988 MAX_OFILE_ALIGNMENT as the upper bound to what we accept.
10989 (gnat_to_gnu_entity): Use common nodes directly.
10990 (gnat_to_gnu_entity) <object>: Pick the values of the type to annotate
10991 alignment and size for the object.
10992 (lvalue_required_p): Handle N_Parameter_Association like N_Function_Call
10993 and N_Procedure_Call_Statement.
10994 (takes_address): Rename to lvalue_required_p, add third parameter
10995 'aliased' and adjust recursive calls.
10996 <N_Indexed_Component>: Update 'aliased' from the array type.
10997 <N_Selected_Component>: New case.
10998 <N_Object_Renaming_Declaration>: New Likewise.
10999 (Identifier_to_gnu): Adjust for above changes.
11000 (maybe_stabilize_reference) <CONST_DECL>: New case.
11001
11002 * utils2.c (build_binary_op) <ARRAY_RANGE_REF>: Look through conversion
11003 between type variants.
11004 (build_simple_component_ref): Likewise.
11005 (build_call_alloc_dealloc): Use target_default_allocator_alignment
11006 instead of BIGGEST_ALIGNMENT as the threshold to trigger the super
11007 aligning type circuitry for allocations from the default storage pool.
11008 (build_allocator): Likewise.
11009 (build_simple_component_ref): Manually fold the reference for a
11010 constructor if the record type contains a template.
11011
11012 * utils.c (value_zerop): Delete.
11013 (gnat_init_decl_processing): Emit debug info for common types.
11014 (rest_of_record_type_compilation): If a union contains a field
11015 with a non-constant qualifier, treat it as variable-sized.
11016 (finish_record_type): Give the stub TYPE_DECL a name.
11017 (rest_of_record_type_compilation): Likewise.
11018 (convert) <CONSTRUCTOR>: New case. Build a new constructor if
11019 types are equivalent array types.
11020 (create_field_decl): Claim fields of any ARRAY_TYPE are addressable,
11021 even if the type is not passed by reference.
11022 (static_ctors, static_dtors): Delete.
11023 (end_subprog_body): Do not record constructors and destructors.
11024 (build_global_cdtor): Delete.
11025 (gnat_write_global_declarations): Do not call build_global_cdtor.
11026
11027 * lang-spARGET_VXWORKS_RTP is defined, append -mrtp when
11028 -fRTS=rtp is specified.
11029 If CONFIG_DUAL_EXCEPTIONS is 1, append -fsjlj when -fRTS=sjlj is
11030 specified.
11031
11032 * misc.c (gnat_init_gcc_eh): Use __gnat_eh_personality_sj for the name
11033 of the personality function with SJLJ exceptions.
11034
11035 * raise-gcc.c (PERSONALITY_FUNCTION): Use __gnat_eh_personality_sj for
11036 the name of the personality function with SJLJ exceptions.
11037
11038 2007-08-14 Robert Dewar <dewar@adacore.com>
11039 Ed Schonberg <schonberg@adacore.com>
11040
11041 * par.ads, par.adb: Improve handling of extra right parens.
11042 (Par): Remove flag From_Limited_With_Clause.
11043
11044 * par-util.adb, par-ch3.adb: Improve error recovery for bad constraint
11045 Improve handling of extra right parens.
11046
11047 2007-08-14 Robert Dewar <dewar@adacore.com>
11048
11049 * par-tchk.adb (TF_Semicolon): Improve error recovery
11050
11051 2007-08-14 Robert Dewar <dewar@adacore.com>
11052 Ed Schonberg <schonberg@adacore.com>
11053
11054 * sem_attr.ads, sem_attr.adb (Analyze_Attribute, case Value): For
11055 enumeration type, mark all literals as referenced.
11056 (Eval_Attribute, case 'Image): If the argument is an enumeration
11057 literal and names are available, constant-fold but mark nevertheless as
11058 non-static.
11059 Clean up function names.
11060 (Name_Modifies_Prefix): Rename to Name_Implies_Lvalue_Prefix. Clarify
11061 comment.
11062 (Requires_Simple_Name_Prefix): Removed.
11063
11064 2007-08-14 Robert Dewar <dewar@adacore.com>
11065 Ed Schonberg <schonberg@adacore.com>
11066
11067 * sem_ch11.adb: Improved warnings for unused variables
11068
11069 * sem_ch3.ads, sem_ch3.adb (Build_Derived_Record_Type): If the ancestor
11070 is a synchronized interface, the derived type is limited.
11071 (Analyze_Object_Declaration): Mark the potential coextensions in the
11072 definition and expression of an object declaration node.
11073 (Build_Derived_Type): For the completion of a private type declaration
11074 with a derived type declaration, chain the parent type's representation
11075 items to the last representation item of the derived type (not the
11076 first one) if they are not present already.
11077 (Analyze_Object_Declaration, Constant_Redeclaration): Allow incomplete
11078 object declaration of forward references to tags.
11079 (Access_Subprogram_Declaration): In Ada2005, anonymous access to
11080 subprogram types can appear as access discriminants of synchronized
11081 types.
11082 (OK_For_Limited_Init_In_05): The initialization is legal is it is a call
11083 given in prefixed form as a selected component.
11084 (Process_Discriminants): If not all discriminants have defaults, place
11085 error message on a default that is present.
11086 (Analyze_Private_Extension_Declaration): Diagnose properly an attempt to
11087 extend a synchronized tagged type.
11088 Improved warnings for unused variables
11089 (Is_Visible_Component): Fix a visibility hole on a component inherited
11090 by a private extension when parent is itself declared as a private
11091 extension, and the derivation is in a child unit.
11092 (Find_Hidden_Interface): Move spec from the package body.
11093
11094 2007-08-14 Robert Dewar <dewar@adacore.com>
11095 Ed Schonberg <schonberg@adacore.com>
11096
11097 * sem_ch5.adb: Improve warnings on redundant assignments
11098
11099 * sem_util.ads, sem_util.adb: (Is_Variable): Add defense against junk
11100 parameter
11101 (Is_Synchronized_Tagged_Type): New subprogram that returns true
11102 in case of synchronized tagged types (AARM 3.9.4 (6/2)).
11103 (Safe_To_Capture_Value): Can now return True for constants, even if Cond
11104 is set to False. Improves handling of Known_[Not_]Null.
11105 (Wrong_Type): Special case address arithmetic attempt
11106 (Collect_Abstract_Interfaces): Add new formal to allow collecting
11107 abstract interfaces just using the partial view of private types.
11108 (Has_Abstract_Interfaces): Add new formal to allow checking types
11109 covering interfaces using the partial view of private types.
11110 (Is_Fully_Initialized_Type): Special VM case for uTag component. This
11111 component still needs to be defined in this case, but is never
11112 initialized as VMs are using other dispatching mechanisms.
11113 (Abstract_Interface_List): For a protected type, use base type to get
11114 proper declaration.
11115 Improve warnings on redundant assignments
11116 (Is_Variable): Handle properly an implicit dereference of a prefixed
11117 function call.
11118 (Build_Actual_Subtype): If this is an actual subtype for an
11119 unconstrained formal parameter, use the sloc of the body for the new
11120 declaration, to prevent anomalises in the debugger.
11121
11122 2007-08-14 Robert Dewar <dewar@adacore.com>
11123
11124 * sem_elim.adb (Set_Eliminated): Ignore pragma Eliminate for
11125 dispatching operation
11126
11127 2007-08-14 Ed Schonberg <schonberg@adacore.com>
11128 Gary Dismukes <dismukes@adacore.com>
11129
11130 * exp_aggr.ads,
11131 exp_aggr.adb (Convert_Aggr_In_Allocator): Use Insert_Actions to place
11132 expanded aggregate code before allocator, and ahead of declaration for
11133 temporary, to prevent access before elaboration when the allocator is
11134 an actual for an access parameter.
11135 (Is_Static_Dispatch_Table_Aggregate): Handle aggregates initializing
11136 the TSD and the table of interfaces.
11137 (Convert_To_Assignments): Augment the test for delaying aggregate
11138 expansion for limited return statements to include the case of extended
11139 returns, to prevent creation of an unwanted transient scope.
11140 (Is_Static_Dispatch_Table_Aggregate): New subprogram.
11141 (Expand_Array_Aggregate): Handle aggregates associated with
11142 statically allocated dispatch tables.
11143 (Expand_Record_Aggregate): Handle aggregates associated with
11144 statically allocated dispatch tables.
11145 (Gen_Ctrl_Actions_For_Aggr): Generate a finalization list for allocators
11146 of anonymous access type.
11147
11148 2007-08-14 Ed Schonberg <schonberg@adacore.com>
11149
11150 * exp_ch5.adb (Expand_Assign_Array): If source or target of assignment
11151 is a variable that renames a slice, use the variable itself in the
11152 expannsion when the renamed expression itself may be modified between
11153 the declaration of the renaming and the array assignment.
11154
11155 2007-08-14 Jerome Guitton <guitton@adacore.com>
11156
11157 * s-taprop-lynxos.adb, s-taprop-tru64.adb, s-taprop-irix.adb,
11158 s-taprop-hpux-dce.adb, s-taprop-dummy.adb, s-taprop-solaris.adb,
11159 s-taprop-vms.adb, s-taprop-posix.adb (Continue_Task, Stop_All_Tasks):
11160 New functions; dummy implementations.
11161
11162 * s-osinte-vxworks.ads (Task_Stop, Task_Cont, Int_Lock, Int_Unlock): New
11163 functions, used to implement the multi-tasks mode routines on VxWorks.
11164
11165 * s-osinte-vxworks.adb, s-osinte-vxworks6.adb (Task_Cont, Task_Stop):
11166 New functions, thin
11167 binding to the VxWorks routines which have changed between VxWorks 5
11168 and 6.
11169 (Int_Lock, Int_Unlock): New function, thin binding to kernel routines
11170 which are not callable from a RTP.
11171
11172 * s-taprop-vxworks.adb (Stop_All_Tasks, Continue_Task): New functions,
11173 implemented for the multi-tasks mode on VxWorks 5 and 6.
11174
11175 * s-taprop.ads (Stop_All_Tasks, Continue_Task): New functions.
11176
11177 * s-tasdeb.ads, s-tasdeb.adb (Continue_All_Tasks, Stop_All_Tasks): New
11178 functions.
11179
11180 2007-08-14 Vincent Celier <celier@adacore.com>
11181
11182 * clean.adb, fmap.adb, sinput-p.adb, sinput-p.ads, gnatcmd.adb,
11183 gnatname.adb, makeutl.ads, makeutl.adb, makegpr.adb, mlib-tgt-vms.adb
11184 mlib-tgt-darwin.adb, mlib-tgt-lynxos.adb, mlib-prj.adb, mlib-tgt.adb,
11185 mlib-tgt.ads, mlib-tgt-irix.adb mlib-tgt-hpux.adb, mlib-tgt-linux.adb,
11186 mlib-tgt-solaris.adb, mlib-tgt-vms-alpha.adb, mlib-tgt-vms-ia64.adb,
11187 mlib-tgt-mingw.adb, mlib-tgt-vxworks.adb, mlib-tgt-aix.adb,
11188 mlib-tgt-tru64.adb, mlib.ads, mlib.adb (Create_Sym_Links): New
11189 procedure.
11190 (Major_Id_Name): New function.
11191 mlib-tgt.ads/mlib.tgt.adb:
11192 (Library_Major_Minor_Id_Supported): New function, default returns True
11193 Most mlib-tgt-*.adb that support shared libraries and symbolic links:
11194 (Build_Dynamic_Library): Add support for major/minor ids for shared libs
11195 Other mlib-tgt-*.adb (aix, mingw, vms, vxworks, xi):
11196 Implementation of Library_Major_Minor_Id_Supported returns False
11197 clean.adb:
11198 (Clean_Library_Directory): If major/minor ids are supported, clean all
11199 library files.
11200 Major update of the Project Manager and of the project aware tools,
11201 including gprmake, so that the same sources in the GNAT repository
11202 can be used by gprbuild.
11203
11204 2007-08-14 Olivier Hainque <hainque@adacore.com>
11205
11206 * system-solaris-x86.ads (ZCX_By_Default): Switch to True.
11207 (GCC_ZCX_Support): Switch to True.
11208
11209 * s-intman-solaris.adb (Notify_Exception): Call
11210 Adjust_Context_For_Raise before raising, as expected for signal
11211 handlers in general.
11212
11213 * s-intman-posix.adb (Notify_Exception): Remove declaration of
11214 Adjust_Context_For_Raise, moved to the spec of this unit to be visible
11215 to other implementation bodies.
11216
11217 * s-intman.ads (Adjust_Context_For_Raise): Declare and import here, to
11218 be visible by multiple implementation bodies.
11219
11220 * init.c [VMS section] (__gnat_handle_vms_condition): Adjust context
11221 only for conditions coming from hardware.
11222 [alpha-tru64 section] (__gnat_adjust_context_for_raise): Implement,
11223 adjustments to signal context prior to exception raise from signal
11224 handler.
11225 (__gnat_map_signal for VxWorks): Map SIGSEGV to Storage_Error in RTP
11226 mode.
11227 Solaris section: (__gnat_adjust_context_for_raise): New function.
11228 Implementation of the machine context adjustments to perform prior to
11229 raise from a signal handler. Version for both sparc and x86.
11230 (HAVE_GNAT_ADJUST_CONTEXT_FOR_RAISE): Define.
11231 (__gnat_error_handler): Expect a third argument, ucontext_t *. Adjust it
11232 prior to raising as expected for any handler, before possible nested
11233 faults to make sure all the contexts in a chain have been adjusted by
11234 the time we propagate.
11235
11236 2007-08-14 Pascal Obry <obry@adacore.com>
11237
11238 * s-osinte-mingw.ads: Add support for Ada.Execution_Time on Windows.
11239 (SYSTEM_INFO): New record.
11240 (SetThreadIdealProcessor): New imported routine needed for supporting
11241 task_info pragma on Windows.
11242
11243 * s-taprop-mingw.adb (Enter_Task): Check if CPU number given in task
11244 info can be applied to the current host.
11245 (Create_Task): Set the ideal processor if information is present.
11246
11247 * s-tasinf-mingw.adb, s-tasinf-mingw.ads,
11248 a-exetim-mingw.adb, a-exetim-mingw.ads: New files.
11249
11250 2007-08-14 Olivier Hainque <hainque@adacore.com>
11251
11252 * s-taprop-linux.adb (Get_Stack_Attributes): New subprogram. Fetch the
11253 stack size and initial stack pointer value for a given task.
11254 (Enter_Task): Get the stack attributes of the task we are entering and
11255 let the stack checking engine know about them.
11256
11257 * s-stchop.adb, s-stchop.ads (Notify_Stack_Attributes): New subprogram.
11258 Let the stack-checking engine know about the initial sp value and stack
11259 size associated with the current task.
11260 (Set_Stack_Info): If a stack base has been notified for the current
11261 task, honor it. Fallback to the previous less accurate method otherwise.
11262
11263 * s-stchop-vxworks.adb (Notify_Stack_Attributes): Dummy body.
11264
11265 2007-08-14 Ed Schonberg <schonberg@adacore.com>
11266
11267 * sem_ch10.adb: Create a limited view of an incomplete type, to make
11268 treatment of limited views uniform for all visible declarations in a
11269 limited_withed package.
11270 Set flag indicating that a subprogram body for a child unit has a
11271 generated spec.
11272 (Analyze_Compilation_Unit): If unit is a subprogram body that has no
11273 separate declaration, remove the unit name from visibility after
11274 compilation, so that environment is clean for subsequent compilations.
11275 (Install_Limited_Context_Clauses): Do not install a
11276 limited_private_with_clause unless the current unit is a body or a
11277 private child unit.
11278 (Analyze_Subunit, Install_Parents): Treat generic and non-generic units
11279 in the same fashion.
11280 (Install_Limited_Withed_Unit): Do not install a limited with clause if
11281 it applies to the declaration of the current package body.
11282 (Remove_Private_With_Clauses): If there is a regular with_clause for
11283 the unit, delete Private_With_Clause from context, to prevent improper
11284 hiding when processing subsequent nested packages and instantiations.
11285
11286 2007-08-14 Jose Ruiz <ruiz@adacore.com>
11287
11288 * adaint.c (__gnat_is_absolute_path): For VxWorks systems we accept
11289 dir/file, device:/dir/file, and device:drive_letter:/dir/file as
11290 representing absolute path names.
11291 __gnat_set_file_time_name [VMS]: Fix some 64/32 bit issues.
11292
11293 * cstreams.c (__gnat_full_name for VxWorks): Use
11294 __gnat_is_absolute_path to detect whether we need to add the current
11295 directory to normalize the path.
11296
11297 2007-08-14 Javier Miranda <miranda@adacore.com>
11298
11299 * a-tags.ads,
11300 a-tags.adb (Displace): Associate a message with the raised CE
11301 exception.
11302 (To_Addr_Ptr, To_Address, To_Dispatch_Table_Ptr,
11303 To_Object_Specific_Data_Ptr To_Predef_Prims_Ptr,
11304 To_Tag_Ptr, To_Type_Specific_Data_Ptr): Moved here from the package
11305 spec.
11306 (Default_Prim_Op_Count): Removed.
11307 (IW_Membership, Get_Entry_Index, Get_Offset_Index, Get_Prim_Op_Kind,
11308 Register_Tag, Set_Entry_Index, Set_Offset_To_Top, Set_Prim_Op_Kind):
11309 Remove pragma Inline_Always.
11310
11311 * rtsfind.ads (Default_Prim_Op_Count): Removed
11312 (Max_Predef_Prims): New entity
11313 (RE_Expanded_Name): Removed
11314 (RE_HT_Link): Removed
11315 (RE_Iface_Tag): Remmoved
11316 (RE_Ifaces_Table): Removed
11317 (RE_Interfaces_Array): Removed
11318 (RE_Interface_Data_Element): Removed
11319 (RE_Nb_Ifaces): Removed
11320 (RE_RC_Offset): Removed
11321 (RE_Static_Offset_To_Top): Removed
11322
11323 * exp_atag.ads, exp_atag.adb (Build_Inherit_Prims): Addition of a new
11324 formal.
11325 (Build_Inherit_Predefined_Prims): Replace occurrences of Default_
11326 Prim_Op_Count by Max_Predef_Prims.
11327
11328 2007-08-14 Thomas Quinot <quinot@adacore.com>
11329 Vincent Celier <celier@adacore.com>
11330
11331 * binde.adb (Elab_All_Links): Remove unnecessary call to
11332 Generic_Separately_Compiled (if a unit satisfies this predicate, there
11333 won't be an associated Afile).
11334 (Elab_All_Links): Fail if a referenced unit cannot be found
11335
11336 * bindgen.adb:
11337 Fix comments in bindgen regarding consistency checks done in Bcheck:
11338 the checks are made across units within a partition, not across several
11339 partitions.
11340 Fix generation of C binder file for VxWorks.
11341
11342 * lib.ads, lib.adb (Generic_Separately_Compiled): Rename to
11343 Generic_May_Lack_ALI, more descriptive of the current use of the
11344 predicate, and update documentation.
11345
11346 * lib-writ.ads, lib-writ.adb (Write_With_Lines): Minor code
11347 reorganization and documentation update for the case of predefined
11348 library generics (for which we do not reference an Afile).
11349
11350 2007-08-14 Robert Dewar <dewar@adacore.com>
11351
11352 * s-intman-irix.adb, s-osinte-irix.adb, s-osinte-irix.ads,
11353 s-proinf-irix-athread.ads, s-osinte-hpux-dce.adb, s-osinte-hpux-dce.ads,
11354 s-parame-hpux.ads, s-intman-dummy.adb, s-tasinf-solaris.adb,
11355 s-tasinf-solaris.ads, s-asthan-vms-alpha.adb, s-inmaop-vms.adb,
11356 s-intman-vms.adb, s-intman-vms.ads, s-osprim-mingw.adb,
11357 s-parame-vms-restrict.ads, s-parame-ae653.ads, s-intman-vxworks.ads,
11358 s-intman-vxworks.ads, s-intman-vxworks.adb, s-parame-vxworks.ads,
11359 s-tfsetr-vxworks.adb, s-interr.adb, s-interr.ads, a-tasatt.adb,
11360 exp_ch13.adb, s-htable.ads, s-imgboo.ads, s-imglli.ads, s-imgllu.ads,
11361 s-imguns.ads, g-eacodu.adb, par-ch12.adb, s-stache.ads, s-stausa.adb,
11362 s-poosiz.adb, s-parame.ads, s-mastop.ads, s-osinte-darwin.ads,
11363 a-chtgke.adb, s-asthan-vms-alpha.adb, s-parame-vms-alpha.ads,
11364 s-parame-vms-ia64.ads, s-parame-vxworks.adb, s-except.ads,
11365 g-altcon.adb: Minor reformatting
11366
11367 ada-tree.h: Delete empty line.
11368
11369 ali.ads: Minor reformatting
11370 Clarification of comments.
11371 Minor spelling correction
11372
11373 * exp_dbug.adb: Add Warnings Off to suppress new warning
11374
11375 * a-witeio.adb (Write): Add Warnings (Off) for unneeded IN OUT mode
11376 formal
11377
11378 * a-strunb.adb (Set_Unbounded_String): Avoid memory leak by freeing old
11379 value
11380
11381 * a-textio.adb (Write): Remove an unnecessary IN OUT mode from
11382
11383 * a-textio.ads: Reorder the standard input/output/error declarations
11384 for consistency.
11385
11386 * g-dirope.adb, g-dirope.ads: Change Dir to mode IN for Open call
11387
11388 * par-ch2.adb: Recognize RM specially in errout
11389 Change 'R'M to RM in all error messages
11390
11391 * scng.adb: Recognize RM specially in errout
11392
11393 * sem.ads, sem.adb, exp_strm.adb, exp_ch5.ads, expander.adb: Rename
11394 N_Return node to be N_Simple_Return, to reflect Ada 2005 terminology.
11395
11396 * s-direio.adb: Add missing routine header box.
11397
11398 * sem_attr.ads: Add ??? comments
11399
11400 * sem_eval.adb: Recognize RM specially in errout
11401 Change 'R'M to RM in all error messages
11402
11403 * sem_maps.adb, sem_maps.ads: Remove some unnecessary IN OUT modes
11404
11405 * s-tasinf.ads: Fix minor comment typo.
11406
11407 * a-cihama.adb: Minor comment addition
11408
11409 * a-ztexio.adb (Write): Add Warnings (Off) for unneeded IN OUT mode
11410 formal
11411
11412 * s-tasinf-tru64.ads: Fix minor comment typo.
11413
11414 * itypes.ads: Comment update.
11415
11416 * ali-util.adb: Remove Generic_Separately_Compiled guard, not needed
11417 anymore.
11418
11419 * argv.c: Added protection against null gnat_argv and gnat_envp.
11420
11421 * bcheck.adb (Check_Consistency): Use correct markup character ({) in
11422 warning message when Tolerate_Consistency_Errors is True.
11423
11424 * cstand.adb (Create_Standard): Do not call Init_Size_Alignment for
11425 Any_Id, as this subprogram is only applicable to *type* entities (it
11426 sets RM_Size). Instead initialize just Esize and Alignment.
11427
11428 2007-08-14 Bob Duff <duff@adacore.com>
11429
11430 * a-cihama.ads, a-cidlli.ads, a-chtgop.ads, a-chtgop.adb, a-cdlili.ads,
11431 a-cihase.adb, a-cihase.ads, a-cohase.adb, a-cohase.ads, a-ciorma.ads,
11432 a-coorma.ads, a-ciormu.ads, a-coormu.ads, a-ciorse.ads, a-cohama.ads,
11433 a-cohata.ads, a-convec.adb, a-coinve.ads, a-coinve.adb, a-convec.ads,
11434 a-coorse.ads (Next): Applied pragma Inline.
11435 Make all Containers packages Remote_Types (unless they are already
11436 Pure).
11437 (Previous): applied pragma Inline
11438 (Elements_Type): is now a record instead of an array
11439
11440 2007-08-14 Thomas Quinot <quinot@adacore.com>
11441
11442 * table.adb, g-table.adb, g-dyntab.adb (Append): Reimplement in terms
11443 of Set_Item.
11444 (Set_Item): When the new item is an element of the currently allocated
11445 table passed by reference, save a copy on the stack if we're going
11446 to reallocate. Also, in Table.Set_Item, make sure we test the proper
11447 variable to determine whether to call Set_Last.
11448
11449 * sinput-d.adb, sinput-l.adb, stringt.adb, switch-m.adb,
11450 symbols-vms.adb, symbols-processing-vms-alpha.adb,
11451 symbols-processing-vms-ia64.adb, sem_elab.adb, repinfo.adb: Replace
11452 some occurrences of the pattern
11453 T.Increment_Last;
11454 T.Table (T.Last) := Value;
11455 with a cleaner call to
11456 T.Append (Value);
11457
11458 2007-08-14 Ed Schonberg <schonberg@adacore.com>
11459 Gary Dismukes <dismukes@adacore.com>
11460 Thomas Quinot <quinot@adacore.com>
11461
11462 * sem_ch12.ads, sem_ch12.adb (Instantiate_Type): If the formal is a
11463 derived type with interface progenitors use the analyzed formal as the
11464 parent of the actual, to create renamings for all the inherited
11465 operations in Derive_Subprograms.
11466 (Collect_Previous_Instances): new procedure within of
11467 Load_Parent_Of_Generic, to instantiate all bodies in the compilation
11468 unit being loaded, to ensure that the generation of global symbols is
11469 consistent in different compilation modes.
11470 (Is_Tagged_Ancestor): New function testing the ancestor relation that
11471 takes progenitor types into account.
11472 (Validate_Derived_Type_Instance): Enforce the rule of 3.9.3(9) by
11473 traversing over the primitives of the formal and actual types to locate
11474 any abstract subprograms of the actual type that correspond to a
11475 nonabstract subprogram of the formal type's ancestor type(s), and issue
11476 an error if such is found.
11477 (Analyze_Package_Instantiation, Analyze_Subprogram_Instantiation,
11478 Instantiate_Package_Body, Instantiate_Subprogram_Body):
11479 Remove bogus guard around calls to Inherit_Context.
11480 (Reset_Entity): If the entity is the selector of a selected component
11481 that denotes a named number, propagate constant-folding to the generic
11482 template only if the named number is global to the generic unit.
11483 (Set_Instance_Env): Only reset the compilation switches when compiling
11484 a predefined or internal unit.
11485
11486 2007-08-14 Ed Schonberg <schonberg@adacore.com>
11487
11488 * sem_ch4.adb (Try_Class_Wide_Operation): use base type of first
11489 parameter to determine whether operation applies to the prefix.
11490 (Complete_Object_Operation): If actual has an access type and
11491 controlling formal is not an in_parameter, reject the actual if it is
11492 an access_to_constant type.
11493 (Try_Primitive_Operation): If the type of the prefix is a formal tagged
11494 type, the candidate operations are found in the scope of declaration of
11495 the type, because the type has no primitive subprograms.
11496 (Analyze_Selected_Component): If prefix is class-wide, and root type is
11497 a private extension, only examine visible components before trying to
11498 analyze as a prefixed call.
11499 Change Entity_List to Type_To_Use, for better readability.
11500 (Has_Fixed_Op): Use base type when checking whether the type of an
11501 operator has a user-defined multiplication/division
11502 (Check_Arithmetic_Pair): Use Ada 2005 rules to remove ambiguities when
11503 user-defined operators are available for fixed-point types.
11504
11505 2007-08-14 Thomas Quinot <quinot@adacore.com>
11506 Ed Schonberg <schonberg@adacore.com>
11507
11508 * sem_cat.ads, sem_cat.adb (Has_Stream_Attribute_Definition): New
11509 formal At_Any_Place indicating, when True, that we want to test for
11510 availability of the stream attribute at any place (as opposed to the
11511 current visibility context only).
11512 (Missing_Read_Write_Attributes): A stream attribute is missing for the
11513 purpose of enforcing E.2.2(8) only if it is not available at any place.
11514 Take into account the Ada2005 pragma Has_Preelaborable_Initialization
11515 when checking the legality of an extension aggregate in a preelaborable
11516 package. Treat the literal null as a valid default expression in a
11517 component declaration for a type with preelaborable initialization.
11518 A limited interface is a legal progenitor for the designated type of a
11519 remote access to class-wide type.
11520
11521 2007-08-14 Thomas Quinot <quinot@adacore.com>
11522 Ed Schonberg <schonberg@adacore.com>
11523
11524 * sem_ch8.ads, sem_ch8.adb (Find_Type, case of a 'Base attribute
11525 reference): Use correct entity as denoted entity for the selector of
11526 the rewritten node.
11527 (Find_Direct_Name): Add comment about Generate_Reference incorrectly
11528 setting the Referenced_As_LHS flag for entities that are implicitly
11529 dereferenced.
11530 (Find_Type): If the type is an internally generated incomplete type,
11531 mark the full view as referenced, to prevent spurious warnings.
11532 (Find_Selected_Component, Has_Components): Handle properly non-limited
11533 views that are themselves incomplete types.
11534 Handle interfaces visible through limited-with clauses.
11535 (Analyze_Subprogram_Renaming): Disambiguate and set the entity of a
11536 subprogram generic actual for which we have generated a renaming.
11537 Warn when the renaming introduces a homonym of
11538 the renamed entity, and the renamed entity is directly visible.
11539
11540 2007-08-14 Ed Schonberg <schonberg@adacore.com>
11541 Hristian Kirtchev <kirtchev@adacore.com>
11542
11543 * sem_res.adb (Resolve_Allocator): Propagate any coextensions that
11544 appear in the subtree to the current allocator if it is not a static
11545 coextension.
11546 (Resolve_Allocator): Perform cleanup if resolution has determined that
11547 the allocator is not a coextension.
11548 (Resolve): Skip an interpretation hidden by an abstract operator only
11549 when the type of the interpretation matches that of the context.
11550 (Resolve): When looping through all possible interpretations of a node,
11551 do not consider those that are hidden by abstract operators.
11552 (Resolve_Actuals): When verifying that an access to class-wide object
11553 is an actual for a controlling formal, ignore anonymous access to
11554 subprograms whose return type is an access to class_wide type.
11555 (Resolve_Slice): If the prefix of the slice is a selected component
11556 whose type depends on discriminants, build its actual subtype before
11557 applying range checks on the bounds of the slice.
11558 (Valid_Conversion): In an instance or inlined body, compare root types,
11559 to prevent anomalies between private and public views.
11560 (Resolve): Improve error message for ambiguous fixed multiplication
11561 expressions that involve universal_fixed multiplying operations.
11562
11563 2007-08-14 Javier Miranda <miranda@adacore.com>
11564 Hristian Kirtchev <kirtchev@adacore.com>
11565
11566 * exp_ch9.adb (Build_Protected_Entry): Propagate the original source
11567 location to allow the correct generation of errors in case of
11568 restrictions applied to the expanded code.
11569 (Expand_Entry_Barrier): Remove all generated renamings for a barrier
11570 function if the condition does not reference them.
11571 (Expand_Entry_Body_Declarations): Mark the index constant as having a
11572 valid value.
11573
11574 2007-08-14 Thomas Quinot <quinot@adacore.com>
11575 Pablo Oliveira <oliveira@adacore.com>
11576
11577 * exp_dist.adb (PolyORB_Support.Build_TypeCode_Function): When creating
11578 typecode parameters for a union (in a variant record), remove
11579 extraneous layer of Any wrapping for member label.
11580 (Expand_Receiving_Stubs_Bodies): For an RCI package body that has
11581 elabration statements, register the package with the name server
11582 at the beginning, not at the end, of the elaboration statements so
11583 that they can create remote access to subprogram values that designate
11584 remote subprograms from the package.
11585
11586 2007-08-14 Hristian Kirtchev <kirtchev@adacore.com>
11587
11588 * g-catiio.adb (Image): For the case of %s, use Ada.Calendar.Time
11589 values to compute the number of seconds since the Unix Epoc in order to
11590 account for Daylight Savings Time. Perform special processing for dates
11591 that are earlier than the Unix Epoc to obtain a negative number.
11592
11593 2007-08-14 Emmanuel Briot <briot@adacore.com>
11594
11595 * g-comlin.adb (Getopt): Fix handling of "*" switch when not collapsing
11596 switches.
11597
11598 2007-08-14 Eric Botcazou <ebotcazou@adacore.com>
11599
11600 * gnatlink.adb (Gnatlink): Pass switches to the linker even if the
11601 binder-generated file is not in Ada.
11602 Pass -mrtp to the linker if it is GCC and --RTS=rtp has been
11603 recorded in the ALI file.
11604 Pass -fsjlj to the linker if it is GCC and --RTS=sjlj has been recorded.
11605
11606 2007-08-14 Vincent Celier <celier@adacore.com>
11607
11608 * gnatls.adb: (Corresponding_Sdep_Entry): Always return a value
11609 (Output_Source): Do nothing if parameter is No_Sdep_Id
11610
11611 * make.adb (Gnatmake): Do not rebuild an archive simply because a
11612 shared library it imports has a later time stamp.
11613 (Check): Resolve the symbolic links in the path name of the object
11614 directory.
11615 Check that the ALI file is in the correct object directory
11616 Check if a file name does not correspond to the mapping of units
11617 to file names.
11618 (Display_Version): New procedure
11619 (Initialize): Process switches --version and --help
11620 Use type Path_Name_Type for path name
11621
11622 2007-08-14 Paul Hilfinger <hilfinger@adacore.com>
11623
11624 * impunit.adb: Re-organize System.Random_Numbers and
11625 GNAT.Random_Numbers and add to builds.
11626
11627 * Makefile.rtl: Add s-rannum.ad* and g-rannum.ad*, a-assert*
11628
11629 * s-rannum.ads, s-rannum.adb, g-rannum.ads, g-rannum.adb: New files.
11630
11631 * a-assert.ads, a-assert.adb: New files.
11632
11633 2007-08-14 Gary Dismukes <dismukes@adacore.com>
11634
11635 * layout.adb (Layout_Type): In the case of access-to-subprogram types,
11636 if AAMP_On_Target is True, then the size of the type encompasses two
11637 addresses (a static link and a subprogram address), except in the case
11638 of library-level access types.
11639
11640 2007-08-14 Vincent Celier <celier@adacore.com>
11641
11642 * output.ads, output.adb (Write_Eol): Remove trailing spaces before
11643 writing the line.
11644 (Write_Eol_Keep_Blanks): New procedure to write a line, including
11645 possible trailing spaces.
11646 (Output_Source_Line): Call Write_Eol_Keep_Blanks to output a source line
11647
11648 2007-08-14 Javier Miranda <miranda@adacore.com>
11649
11650 * par-ch6.adb (P_Formal_Part): Fix wrong error message associated with
11651 null-excluding access types.
11652
11653 2007-08-14 Javier Miranda <miranda@adacore.com>
11654
11655 * sem_ch9.adb (Check_Interfaces): New subprogram that factorizes code
11656 that is common to Analyze_Protected_Type and Analyze_Task_Type. In case
11657 of private types add missing check on matching interfaces in the
11658 partial and full declarations.
11659 (Analyze_Protected_Type): Code cleanup.
11660 (Analyze_Task_Type): Code cleanup.
11661
11662 2007-08-14 Javier Miranda <miranda@adacore.com>
11663
11664 * sem_disp.adb (Check_Dispatching_Operation): Do not emit warning on a
11665 generated interface thunk.
11666
11667 2007-08-14 Ed Schonberg <schonberg@adacore.com>
11668
11669 * s-ficobl.ads: Declare AFCB as a tagged incomplete type, to prevent
11670 obsolescent warning on application of 'Class to an incomplete type.
11671
11672 * s-finroo.ads: Declare Root_Controlled as a tagged incomplete type, to
11673 prevent obsolescent warning on application of 'Class to an incomplete
11674 type.
11675
11676 2007-08-14 Pascal Obry <obry@adacore.com>
11677
11678 * s-fileio.adb (Is_Open): Add check for usability of the underlying
11679 file stream.
11680
11681 2007-08-14 Cyrille Comar <comar@adacore.com>
11682
11683 * s-finimp.adb (Detach_From_Final_List): make this procedure idempotent
11684 since it is potentially used in cases implying double finalization of
11685 the same object.
11686
11687 2007-08-14 Jose Ruiz <ruiz@adacore.com>
11688
11689 * s-tasini.adb (Get_Stack_Info): Move this function to
11690 System.Soft_Links.Tasking because it is common to the full and the
11691 restricted run times.
11692 (Init_RTS): Do not set the Get_Stack_Info soft link because it is done
11693 in SSL.Tasking.Init_Tasking_Soft_Links.
11694
11695 * s-solita.adb (Get_Stack_Info): Function moved from
11696 System.Tasking.Initialization because it is common to the full and the
11697 restricted run times.
11698 (Init_Tasking_Soft_Links): Set the tasking soft link for Get_Stack_Info.
11699
11700 2007-08-14 Arnaud Charlet <charlet@adacore.com>
11701
11702 * s-tpobop.ads, s-tpobop.adb, s-tasren.ads, s-tasren.adb,
11703 s-taskin.ads (Requeue_With_Abort): Rename field With_Abort.
11704 (PO_Do_Or_Queue, Task_Do_Or_Queue, Requeue_Call): Remove With_Abort
11705 parameter.
11706
11707 * s-tassta.adb (Task_Wrapper): Increased value of the small overflow
11708 guard to 12K.
11709
11710 2007-08-14 Gary Dismukes <dismukes@adacore.com>
11711
11712 * s-veboop.adb (SU): New named number initialized to
11713 System.Storage_Unit.
11714 (True_Val): The initialization expression is revised to use SU (=
11715 Storage_Unit) rather than assuming 8 for the component size of an
11716 unpacked Boolean array.
11717
11718 2007-08-14 Tristan Gingold <gingold@adacore.com>
11719
11720 * tracebak.c: Use tb-ivms.c on OpenVMS Itanium.
11721
11722 * tb-ivms.c: New file.
11723
11724 * g-trasym-vms-ia64.adb: Fixed for OpenVMS version 8.2
11725
11726 2007-08-14 Geert Bosch <bosch@adacore.com>
11727
11728 * i-forbla.ads, i-forbla.adb, a-ngcoar.adb, a-ngcoar.ads, i-forlap.ads,
11729 s-gearop.adb, s-gecobl.adb, s-gecobl.ads, s-gerela.adb, s-gerela.ads:
11730 Add required linker pragmas for automatically linking with the gnalasup
11731 linear algebra support library, and the systems math library.
11732 Rename cdot to cdotu and zdot to zdotu.
11733 Update header comment to describe purpose of package.
11734
11735 2007-08-14 Thomas Quinot <quinot@adacore.com>
11736
11737 * exp_ch7.adb (Find_Final_List): For an anonymous access type that has
11738 an explicitly specified Associated_Final_Chain, use that list.
11739 (Expand_N_Package_Body): Build dispatch tables of library level tagged
11740 types.
11741 (Expand_N_Package_Declaration): Build dispatch tables of library level
11742 tagged types. Minor code cleanup.
11743
11744 2007-08-14 Vincent Celier <celier@adacore.com>
11745
11746 * gnatchop.adb (Terminate_Program): Remove exception and use
11747 Types.Terminate_Program instead.
11748
11749 * osint.ads, osint.adb (Current_Exit_Status): New global variable
11750 (Find_Program_Name): Added protection against empty name.
11751 (OS_Exit_Through_Exception): New procedure
11752
11753 * s-os_lib.ads, s-os_lib.adb (OS_Exit): New procedure body
11754 (OS_Exit_Default): New procedure that contains the previous
11755 implementation of procedure OS_Exit.
11756 (Final_Value): Remove obsolete Interix stuff.
11757
11758 2007-08-14 Thomas Quinot <quinot@adacore.com>
11759
11760 * g-socket.ads: Reorganize example code so that it also works on
11761 Windows XP.
11762
11763 2007-08-14 Tristan Gingold <gingold@adacore.com>
11764
11765 * g-trasym.ads: AIX now supports symbolic backtraces.
11766
11767 2007-08-14 Ed Schonberg <schonberg@adacore.com>
11768
11769 * lib-load.adb (From_Limited_With_Chain): Always scan the stack of
11770 units being loaded to detect circularities. A circularity may be
11771 present even if the current chain of pending units to load starts from
11772 a limited_with_clause.
11773
11774 * lib-load.ads: Change profile of Load_Unit to use a with_clause
11775 rather than a boolean flag, in order to detect circularities in
11776 with_clauses.
11777
11778 * par-load.adb: Use current with_clause in calls to Load_Unit, rather
11779 than propagating the From_Limited_With flag, in order to handle
11780 properly circularities involving with_clauses.
11781
11782 2007-08-14 Nicolas Setton <setton@adacore.com>
11783
11784 * link.c (FreeBSD): Add "const" keyword where needed, to eliminate
11785 warnings.
11786
11787 2007-08-14 Arnaud Charlet <charlet@adacore.com>
11788
11789 * Makefile.in: GNATRTL_LINEARALGEBRA_OBJS: New variable holding objects
11790 to build for libgnala.
11791 libgnat: Add rules to build libgnala.a
11792 (LIBGNAT_TARGET_PAIRS for VxWorks): Remove s-osinte-vxworks.adb from
11793 target pairs of the VxWorks 6 kernel runtime, use it only for VxWorks 5.
11794 Add s-osinte-vxworks-kernel.adb to the target pairs of the
11795 kernel run-time lib for VxWorks 6, which would provide a different
11796 implementation for Task_Cont and Task_Stop than the VxWorks 5 version.
11797 x86-solaris section (EH_MECHANISM): Set to -gcc, as this port is now
11798 running ZCX by default.
11799 Add g-sttsne-locking to LynxOS version.
11800 Remove g-sttsne-vxworks.ads; use g-sttsne-locking.ads instead.
11801 On x86/darwin, use a-numaux-x86.ad? and system-darwin-x86.ads.
11802
11803 * system-darwin-x86.ads: New file.
11804
11805 * Make-lang.in: Delete files before copying onto them, so if they are
11806 read-only, the copy won't fail.
11807 Update dependencies
11808
11809 2007-08-14 Pascal Obry <obry@adacore.com>
11810
11811 * mdll-fil.adb, * mdll.adb: Implement a more consistent libraries
11812 naming scheme.
11813
11814 2007-08-14 Vincent Celier <celier@adacore.com>
11815
11816 * mlib-utl.adb (Gcc_Name): Change from constant String to String_Access
11817 (Gcc): Initialize Gcc_Name at the first call
11818
11819 2007-08-14 Ed Schonberg <schonberg@adacore.com>
11820
11821 * sem_ch7.adb (Analyze_Package_Specification): Do not install private
11822 with_clauses of the enclosing unit when analyzing the package
11823 specification of a nested instance.
11824
11825 2007-08-14 Hristian Kirtchev <kirtchev@adacore.com>
11826
11827 * sinfo.ads, sinfo.adb (Is_Coextension, Set_Is_Coextension): Removed.
11828 (Is_Dynamic_Coextension, Set_Is_Dynamic_Coextension): New routines.
11829 Remove flag Is_Coextension. Add flag Is_Dynamic_Coextension. Update the
11830 layout of N_Allocator.
11831
11832 2007-08-14 Thomas Quinot <quinot@adacore.com>
11833
11834 * rtsfind.adb (Check_RPC): Add PCS version check.
11835
11836 * gnatvsn.ads, gnatvsn.adb: Add PCS version.
11837 (Gnat_Free_Software): New function.
11838
11839 * sem_dist.ads, sem_dist.adb (Get_PCS_Version): New subprogram. Returns
11840 the PCS_Version value from s-parint, used to check that it is consistent
11841 with what exp_dist expects.
11842
11843 * s-parint.ads (PCS_Version): New entity for checking consistency
11844 between exp_dist and PCS.
11845
11846 * gen-soccon.c: (SO_REUSEPORT): New constant.
11847
11848 2007-08-14 Hristian Kirtchev <kirtchev@adacore.com>
11849
11850 * a-calfor.adb (Image (Duration; Boolean)): Change type of local
11851 variable Sub_Second to Duration in order to accomodate a larger range
11852 of arithmetic operations.
11853
11854 2007-08-14 Bob Duff <duff@adacore.com>
11855
11856 * g-sttsne-locking.ads: Move comments from spec to body.
11857 * g-sttsne-locking.adb: Move comments from spec to body.
11858 * g-sttsne-vxworks.ads: Removed.
11859 * g-sttsne-vxworks.adb: Removed.
11860
11861 2007-08-11 Ian Lance Taylor <iant@google.com>
11862
11863 * misc.c (gnat_get_alias_set): Change return type to
11864 alias_set_type.
11865
11866 2007-08-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11867
11868 * decl.c, utils2.c: Fix whitespace in last change.
11869
11870 2007-08-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11871
11872 * decl.c (compare_field_bitpos): Constify.
11873 * utils2.c (compare_elmt_bitpos): Likewise.
11874
11875 2007-07-27 Aurelien Jarno <aurelien@aurel32.net>
11876
11877 * s-osinte-kfreebsd-gnu.ads ((sigset_t_ptr): Removed, replaced by
11878 anonymous access type.
11879 (pthread_sigmask): Now take an access sigset_t.
11880
11881 2007-07-05 Joel Sherrill <joel.sherrill@oarcorp.com>
11882
11883 * s-osinte-rtems.ads: Correct prototype of pthread_sigmask.
11884
11885 2007-06-21 Eric Botcazou <ebotcazou@adacore.com>
11886
11887 PR tree-optimization/25737
11888 * misc.c (gnat_post_options): Do not force flag_tree_salias to 0.
11889
11890 2007-06-15 Andrew Pinski <andrew_pinski@playstation.sony.com>
11891
11892 * trans.c (Attribute_to_gnu): When subtracting an
11893 offset from a pointer, use POINTER_PLUS_EXPR with
11894 NEGATE_EXPR instead of MINUS_EXPR.
11895 (gnat_to_gnu): Likewise.
11896 * utils.c (convert): When converting between
11897 thin pointers, use POINTER_PLUS_EXPR and sizetype
11898 for the offset.
11899 * utils2.c (known_alignment): POINTER_PLUS_EXPR
11900 have the same semantics as PLUS_EXPR for alignment.
11901 (build_binary_op): Add support for the semantics of
11902 POINTER_PLUS_EXPR's operands.
11903 When adding an offset to a pointer, use POINTER_PLUS_EXPR.
11904
11905 2007-06-11 Rafael Ávila de Espíndola <espindola@google.com>
11906
11907 * trans.c (Attribute_to_gnu): Use signed_or_unsigned_type_for instead
11908 of get_signed_or_unsigned_type.
11909 * misc.c (LANG_HOOKS_SIGNED_TYPE): Remove.
11910
11911 2007-06-11 Bob Duff <duff@adacore.com>
11912 Thomas Quinot <quinot@adacore.com>
11913
11914 * g-stsifd-sockets.adb (Create): Work around strange behavior of
11915 'bind' on windows that causes 'connect' to fail intermittently, by
11916 retrying the 'bind'.
11917 (GNAT.Sockets.Thin.Signalling_Fds): New procedure Close.
11918
11919 2007-06-10 Duncan Sands <baldrick@free.fr>
11920
11921 * decl.c (gnat_to_gnu_entity): Use pointers to dummy nodes, rather
11922 than to void, for the fields when making a new fat pointer type.
11923 (gnat_substitute_in_type): Now substitute_in_type.
11924 * gigi.h (gnat_substitute_in_type): Likewise. Adjust recursive calls.
11925 * trans.c (gnat_gimplify_expr): Remove COMPONENT_REF kludge.
11926 * utils.c (update_pointer_to): Update fat pointers by updating the
11927 dummy node pointers used for the fields.
11928
11929 2007-06-06 Thomas Quinot <quinot@adacore.com>
11930 Bob Duff <duff@adacore.com>
11931
11932 * g-soccon-freebsd.ads, g-soccon-vxworks.ads:,
11933 g-soccon-aix.ads, g-soccon-irix.ads, g-soccon-hpux.ads,
11934 g-soccon-solaris.ads, g-soccon-vms.ads, g-soccon-tru64.ads: Add new
11935 constant Thread_Blocking_IO, always True by default, set False
11936 on a per-runtime basis.
11937 (Need_Netdb_Buffer): New constant.
11938
11939 * g-stheme.adb, g-sttsne.ads, g-sttsne-locking.ads,
11940 g-sttsne-locking.adb, g-sttsne-vxworks.ads, g-sttsne-vxworks.adb: New
11941 files.
11942
11943 * g-socthi-vxworks.ads, g-socthi-vxworks.adb,
11944 g-socthi-vms.ads, g-socthi-vms.adb (Safe_Gethostbyname,
11945 Safe_Gethostbyaddr, Safe_Getservbyname, Safe_Getservbyport): Use new
11946 child package Task_Safe_NetDB
11947 (Host_Error_Messages): Add stub body.
11948 (GNAT.Sockets.Thin.Signalling_Fds): New procedure Close.
11949
11950 * g-soccon-mingw.ads: Add Windows-specific constants.
11951 (Need_Netdb_Buffer): New constant.
11952 (GNAT.Sockets.Thin.C_Inet_Addr, Windows version): Remove useless Ada
11953 wrapper and import inet_addr(3) from the standard sockets library
11954 directly instead.
11955 (In_Addr): Add alignment clause.
11956 (GNAT.Sockets.Thin.Signalling_Fds): New procedure Close.
11957
11958 2007-06-06 Robert Dewar <dewar@adacore.com>
11959
11960 * a-taster.adb, s-osinte-hpux.ads, s-osinte-solaris-posix.ads,
11961 s-osinte-irix.ads, s-interr-sigaction.adb, s-mastop-irix.adb,
11962 s-osinte-hpux-dce.ads, s-osinte-interix.ads, s-osinte-solaris.ads,
11963 s-taspri-solaris.ads, s-inmaop-vms.adb, s-interr-vms.adb,
11964 s-mastop-vms.adb, s-osinte-vms.ads, s-tpopde-vms.adb,
11965 s-osinte-mingw.ads, s-interr-vxworks.adb, i-cstrea-vms.adb,
11966 a-diocst.adb, a-direio.adb, a-interr.adb, a-sequio.adb, a-siocst.adb,
11967 a-ssicst.adb, a-storio.adb, a-ststio.adb, a-stwima.adb, a-tasatt.adb,
11968 a-taside.adb, a-tiocst.adb, a-witeio.adb, a-wtcstr.adb, g-crc32.adb,
11969 g-dirope.adb, g-dyntab.adb, g-memdum.adb, g-regexp.adb, g-spipat.adb,
11970 g-spitbo.adb, g-string.adb, g-string.ads, g-table.adb, g-thread.adb,
11971 i-cobol.adb, i-cpoint.adb, i-cstrea.adb, i-cstrin.adb, i-pacdec.adb,
11972 s-addima.adb, s-arit64.adb, s-auxdec.adb, s-auxdec.ads,
11973 s-auxdec-vms_64.ads, s-carsi8.adb, s-carun8.adb, s-casi16.adb,
11974 s-casi32.adb, s-casi64.adb, s-caun16.adb, s-caun32.adb, s-caun64.adb,
11975 s-direio.adb, s-fileio.adb, s-finimp.ads, s-geveop.adb, s-imgenu.adb,
11976 s-pack03.adb, s-pack05.adb, s-pack06.adb, s-pack07.adb, s-pack09.adb,
11977 s-pack10.adb, s-pack11.adb, s-pack12.adb, s-pack13.adb, s-pack14.adb,
11978 s-pack15.adb, s-pack17.adb, s-pack18.adb, s-pack19.adb, s-pack20.adb,
11979 s-pack21.adb, s-pack22.adb, s-pack23.adb, s-pack24.adb, s-pack25.adb,
11980 s-pack26.adb, s-pack27.adb, s-pack28.adb, s-pack29.adb, s-pack30.adb,
11981 s-pack31.adb, s-pack33.adb, s-pack34.adb, s-pack35.adb, s-pack36.adb,
11982 s-pack37.adb, s-pack38.adb, s-pack39.adb, s-pack40.adb, s-pack41.adb,
11983 s-pack42.adb, s-pack43.adb, s-pack44.adb, s-pack45.adb, s-pack46.adb,
11984 s-pack47.adb, s-pack48.adb, s-pack49.adb, s-pack50.adb, s-pack51.adb,
11985 s-pack52.adb, s-pack53.adb, s-pack54.adb, s-pack55.adb, s-pack56.adb,
11986 s-pack57.adb, s-pack58.adb, s-pack59.adb, s-pack60.adb, s-pack61.adb,
11987 s-pack62.adb, s-pack63.adb, s-pooloc.adb, s-poosiz.adb, s-scaval.adb,
11988 s-sequio.adb, s-shasto.adb, s-stalib.ads, s-stratt.adb, s-strcom.adb,
11989 s-taasde.adb, s-tasdeb.adb, s-tasuti.ads, s-tataat.ads, s-tpoben.ads,
11990 s-valenu.adb, s-widenu.adb, s-wwdenu.adb, s-addope.adb, a-stzmap.adb,
11991 a-ztcstr.adb, a-ztexio.adb, s-osinte-linux-hppa.ads: Replace
11992 Unchecked_* by Ada.Unchecked_*
11993
11994 2007-06-06 Robert Dewar <dewar@adacore.com>
11995
11996 * g-string.adb, s-proinf-irix-athread.adb, s-gloloc-mingw.adb,
11997 s-tfsetr-default.adb, gnatfind.adb, gnatxref.adb, gprep.adb,
11998 g-regexp.adb, g-regexp.ads, g-regpat.ads, g-tasloc.adb, g-tasloc.ads,
11999 output.adb, switch-m.ads, tree_in.ads, tree_io.ads, indepsw.ads,
12000 g-utf_32.adb, g-utf_32.ads, a-wichun.adb, a-wichun.ads, a-zchuni.adb,
12001 a-zchuni.ads: Replace GNAT.xxx by System.xxx when appropriate.
12002
12003 * s-utf_32.adb, s-utf_32.ads, s-os_lib.adb, s-os_lib.ads, s-regexp.adb,
12004 s-regexp.ads, s-regpat.adb, s-regpat.ads, s-string.adb, s-string.ads,
12005 s-tasloc.adb, s-tasloc.ads: New files.
12006
12007 2007-06-06 Bob Duff <duff@adacore.com>
12008
12009 * g-expect-vms.adb:
12010 (Send_Signal, Close): Raise Invalid_Process if the process id is invalid.
12011 * g-expect.ads, g-expect.adb (Send): Avoid useless copy of the string.
12012 (Send_Signal, Close): Raise Invalid_Process if the process id is
12013 invalid.
12014 (Pattern_Matcher_Access): Is now a general access type to be able to
12015 use aliased string.
12016
12017 2007-06-06 Thomas Quinot <quinot@adacore.com>
12018 Arnaud Charlet <charlet@adacore.com>
12019
12020 * a-intnam-aix.ads: Adjust comment to account for SIGADAABORT change
12021 (SIGEMT is now used instead of SIGTERM on AIX).
12022
12023 * s-osinte-aix.ads (Linker_Options): Use -pthread instead of -lpthreads.
12024 (Time_Slice_Supported): Set to True.
12025 Use SIGEMT instead of SIGTERM as SIGADAABORT.
12026
12027 2007-06-06 Hristian Kirtchev <kirtchev@adacore.com>
12028
12029 * a-calend.ads, a-calend.adb, a-calend-vms.ads, a-calend-vms.adb ("-"
12030 (Time, Time)): Use To_Relative_Time rather than manual calculation to
12031 express the bounds of Duration as Time. Raise Time_Error when the
12032 result is greater or equal to the higher bound of Duration (on the
12033 margin case).
12034 ("+" (Time, Duration)): Reorder code. Remove the declaration of constant
12035 Ada_High_And_Leaps.
12036 ("-" (Time, Duration)): Reorder code. Remove the declaration of constant
12037 Ada_High_And_Leaps.
12038 ("-" (Time, Time)): Reorder code.
12039 (All_Leap_Seconds): Removed.
12040 (Arithmetic_Operations.Add): Remove sign related kludge.
12041 (Arithmetic_Operations.Difference): Control the leaps seconds processing
12042 with flag Leap_Support.
12043 (Arithmetic_Operations.Subtract): Remove sign related kludge.
12044 (Check_Within_Time_Bounds): New procedure.
12045 (Clock): Control the leap seconds processing with flag Leap_Support.
12046 (Cumulative_Leap_Seconds): Assert that the target supports leap seconds.
12047 (Formatting_Operations.Split): Control the leap seconds processing with
12048 flag Leap_Support.
12049 (Formatting_Operations.Time_Of): Control the leaps seconds processing
12050 with flag Leap_Support. Adjust the year, month and day (if applicable)
12051 when the value of day seconds designates a new day.
12052 (Split): Use parameter associations for better readability. Integrate
12053 flag Is_Ada_05.
12054 (Time_Of): Use parameter associations for better readability. Integrate
12055 flag Is_Ada_05.
12056
12057 * a-calfor.adb (Split): Use parameter associations for better
12058 readability. Integrate flag Is_Ada_05.
12059 (Time_Of): Remove flag Leap_Checks. Use parameter associations for
12060 better readability. Integrate flag Is_Ada_05.
12061
12062 2007-06-06 Arnaud Charlet <charlet@adacore.com>
12063
12064 * s-taprop-vms.adb, s-taprop-hpux-dce.adb, s-taprop-vxworks.adb,
12065 s-osprim-posix.adb, s-taprop-posix.adb, s-osprim-vxworks.adb,
12066 s-taprop-solaris.adb, s-osprim-solaris.adb, s-taprop-dummy.adb,
12067 s-osprim-unix.adb, s-osinte-freebsd.adb, s-osinte-freebsd.ads,
12068 s-osinte-lynxos.adb, s-osinte-lynxos.ads, s-taprop-tru64.adb,
12069 s-taprop-lynxos.adb, s-taprop-irix.adb, s-osinte-tru64.adb,
12070 s-osinte-tru64.ads, s-taprop-linux.adb, s-parame.ads,
12071 s-parame-vms-alpha.ads, s-parame-vms-ia64.ads, s-parame-hpux.ads,
12072 s-parame-vms-restrict.ads, s-parame-ae653.ads, s-parame-vxworks.ads,
12073 s-taprop-mingw.adb, s-osinte-lynxos-3.ads, s-osinte-lynxos-3.adb,
12074 s-osprim-mingw.adb (Timed_Delay, Timed_Sleep): Register the base
12075 time when entering this routine to detect a backward clock setting
12076 (manual setting or DST adjustment), to avoid waiting for a longer delay
12077 than needed.
12078 (Time_Duration, To_Timeval, struct_timeval): Removed when not relevant.
12079 Remove handling of deferred priority change, and replace by setting the
12080 task priority directly, as required by AI-188.
12081 Update comments.
12082 (Max_Task_Image_Length): New constant.
12083 Replace Warnings (Off) by Unreferenced pragma, cleaner.
12084 (Dynamic_Priority_Support): Removed, no longer needed.
12085 (Poll_Base_Priority_Change): Ditto.
12086 (Set_Ceiling): Add this procedure to change the ceiling priority
12087 associated to a lock. This is a dummy implementation because dynamic
12088 priority ceilings are not supported by the underlying system.
12089
12090 * a-dynpri.adb (Set_Priority): Take into account case where Target is
12091 accepting a RV with its priority boosted.
12092 Remove handling of deferred priority change, and replace by setting the
12093 task priority directly, as required by AI-188.
12094
12095 * s-taenca.adb (Try_To_Cancel_Entry_Call): Remove special case for
12096 Succeeded = True.
12097 Remove handling of deferred priority change, and replace by setting the
12098 task priority directly, as required by AI-188.
12099 (Wait_For_Completion, Wait_For_Call, Timed_Selective_Wait): Change state
12100 of Self_Id earlier.
12101
12102 * s-tasini.ads, s-tasini.adb (Wakeup_Entry_Caller): Relax assertion.
12103 (Poll_Base_Priority_Change): Removed.
12104 Code clean up: use SSL.Current_Target_Exception.
12105
12106 * s-tasren.adb (Task_Count): Call Yield to let a chance to other tasks
12107 to run as this is a potentially dispatching point.
12108 (Call_Synchronous): Use Local_Defer_Abort.
12109 (Callable): Relax assertion.
12110 (Selective_Wait): Relax assertion in case abort is not allowed.
12111 Remove handling of deferred priority change, and replace by setting the
12112 task priority directly, as required by AI-188.
12113
12114 * s-tasuti.adb (Make_Passive): Adjust assertions.
12115 Remove handling of deferred priority change, and replace by setting the
12116 task priority directly, as required by AI-188.
12117
12118 2007-06-06 Arnaud Charlet <charlet@adacore.com>
12119
12120 * system-vxworks-sparcv9.ads, system-solaris-x86.ads,
12121 system-irix-o32.ads, system-freebsd-x86.ads, system-lynxos-ppc.ads,
12122 system-lynxos-x86.ads, system-vxworks-m68k.ads, system-linux-x86.ads,
12123 system-vxworks-mips.ads, system-vxworks-alpha.ads,
12124 system-vxworks-x86.ads, system-linux-ppc.ads, system-mingw.ads,
12125 system-vms-zcx.ads, system-darwin-ppc.ads, system-vxworks-ppc.ads,
12126 system-interix.ads, system-linux-hppa.ads, system-tru64.ads,
12127 system-hpux.ads, system-irix-n32.ads, system-solaris-sparc.ads,
12128 system-solaris-sparcv9.ads, system-vms.ads, system.ads,
12129 system-vms_64.ads, system-hpux-ia64.ads, system-linux-x86_64.ads,
12130 system-linux-ia64.ads: Document mapping between Ada and OS priorities.
12131 This patch changes the largest non-binary modulus from 2**31-1 to
12132 2**32-1.
12133 (Compiler_System_Version): Removed, no longer used.
12134 Clean up system files by removing flags only used on a single target.
12135 Also remove obsolete flags, only used during bootstrap from system.ads
12136 (Address): Add a pragma Preelaborable_Initialization.
12137
12138 * system-aix.ads: Ditto.
12139 (GCC_ZCX_Support): Set to true.
12140 Update priority range on AIX and map Ada priorities to target
12141 priorities appropriately for different scheduling policies.
12142
12143 * ttypes.ads: set largest non-binary modulus from 2**31-1 to 2**32-1
12144
12145 2007-06-06 Vincent Celier <celier@adacore.com>
12146
12147 * mlib-tgt-specific.adb, mlib-tgt-specific.ads,
12148 mlib-tgt-vms.adb, mlib-tgt-vms.ads: New files.
12149
12150 * mlib-tgt.adb, mlib-tgt.ads, mlib-tgt-darwin.adb,
12151 mlib-tgt-vxworks.adb, mlib-tgt-mingw.adb, mlib-tgt-lynxos.adb,
12152 mlib-tgt-linux.adb, mlib-tgt-solaris.adb, mlib-tgt-vms-alpha.adb,
12153 mlib-tgt-vms-ia64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb,
12154 mlib-tgt-hpux.adb, mlib-tgt-tru64.adb: Make a common body for package
12155 MLib.Tgt, containing the default versions of the exported subprograms.
12156 For each platform, create a specific version of the body of new child
12157 package MLib.Tgt.Specific that contains only the body of subprograms
12158 that are different from the default.
12159 (Archive_Builder_Append_Options): New function.
12160
12161 2007-06-06 Matthew Gingell <gingell@adacore.com>
12162
12163 * s-osinte-aix.adb: Map Ada priorities to target priorities
12164 appropriately for different scheduling policies.
12165
12166 2007-06-06 Arnaud Charlet <charlet@adacore.com>
12167
12168 * s-osinte-linux.ads (sigset_t): Bump alignment to match more closely
12169 its C counterpart.
12170 Remove references to Unchecked_Conversion, and use Ada.xxx instead.
12171 Replace Unchecked_Conversion by Ada.Unchecked_Conversion.
12172
12173 2007-06-06 Vasiliy Fofanov <fofanov@adacore.com>
12174
12175 * s-osprim-vms.ads, s-osprim-vms.adb (Initialize): New procedure.
12176 Noop on VMS, added for interface commonality.
12177
12178 2007-06-06 Eric Botcazou <ebotcazou@adacore.com>
12179 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
12180 Olivier Hainque <hainque@adacore.com>
12181
12182 * decl.c (gnat_to_gnu_entity) <object>: Manually mark the top of the
12183 renamed expression of a full renaming at toplevel.
12184 (gnat_to_gnu_entity, case object): If not defining, do not look inside
12185 the values the constant is initialized to if it is an N_Allocator.
12186 (gnat_to_gnu_entity) <E_Array_Subtype>: Manually mark the top of the
12187 TYPE_SIZE_UNIT of inner types after the stride is elaborated.
12188 (make_aligning_type): Accept an extra ROOM argument for storage to be
12189 made available before the aligned field, and an extra BASE_ALIGN
12190 argument for callers to pass the alignment guaranteed to be honored for
12191 the whole aligning object. Avoid call to finish_record_type, which only
12192 interferes with the sizes we want to set.
12193 (gnat_to_gnu_entity) <E_Variable>: Pass the required extra arguments to
12194 make_aligning_type for super-aligned objects on stack.
12195 (components_to_record): Pass the adjusted size of the type when creating
12196 fields in the qualified union for the variant part.
12197 (gnat_substitute_in_type): Copy TYPE_USER_ALIGN.
12198 (gnat_to_gnu_entity, case E_Signed_Integer_Subtype): Likewise for
12199 packed array type.
12200 (maybe_pad_type): Set TYPE_USER_ALIGN.
12201 (make_aligning_type): Likewise.
12202 ALIGN argument is unsigned int.
12203 (gnat_to_gnu_entity, case E_Function): Back annotate return mechanism.
12204 (gnat_to_gnu_param): Likewise, for parameters.
12205 (gnat_to_gnu_entity) <object>: Always instantiate the renaming object
12206 if it is constant and stems from a function call.
12207 (gnat_to_gnu_entity) <E_Record_Type>: Set packed to -2 if the alignment
12208 of the record is specified. Adjust accordingly.
12209 (adjust_packed): New static function.
12210 (gnat_to_gnu_field): Use it to adjust the packedness setting.
12211 (components_to_record): Likewise.
12212 (gnat_to_gnu_entity) <object>: Do not test the renamed expression for
12213 side-effects if the object is deemed constant.
12214 (gnat_to_gnu_entity) <E_Array_Type>: Create a name for the fat pointer
12215 type instead of merely finalizing it. Tidy.
12216 <E_Access_Subprogram_Type>: Retrieve the type from the TYPE_DECL.
12217 <E_Access_Type>: Likewise.
12218 (defer_debug_incomplete_list): Rename to defer_finalize_list.
12219 (defer_debug_level): Delete.
12220 (gnat_to_gnu_entity) <debug_deferred>: Likewise
12221 <E_Array_Type>: Call rest_of_record_type_compilation on the fat pointer
12222 type.
12223 <E_Record_Type>: Do not explicitly defer finalizing the type.
12224 Adjust for write_record_type_debug_info renaming.
12225 <E_Subprogram_Type>: Likewise.
12226 Finalize deferred types right after deferred incomplete types are
12227 expanded.
12228 (rest_of_type_decl_compilation): New global function.
12229 (components_to_record): Rename defer_debug parameter to do_not_finalize.
12230 (components_to_record): Propagate the packedness to the fields of the
12231 qualified union type if there is a variant part.
12232 (gnat_to_gnu_entity) <E_Array_Type>: Use new function
12233 instead of inline code to adjust the XUT field offsets.
12234 (gnat_to_gnu_entity): Adjust for new prototype of finish_record_type.
12235 <E_Record_Subtype>: Do not let finish_record_type compute the sizes
12236 and write the debug info if the type derives from a discriminated one.
12237 (gnat_to_gnu_entity) <E_Array_Type>: Adjust call to create_index_type.
12238 <E_Array_Subtype>: Likewise.
12239 <E_String_Literal_Subtype>: Likewise.
12240 (gnat_to_gnu_entity): Set TYPE_USER_ALIGN on types only if they have
12241 an alignment clause.
12242 (maybe_pad_type): Update ORIG_SIZE to the minimum required to meet ALIGN
12243 before giving warning.
12244 (prepend_one_attribute_to): New function, helper to prepend an attribute
12245 to an attribute list.
12246 (gnat_to_gnu_entity) <E_Procedure>: Use it.
12247 (prepend_attributes): Likewise.
12248 (gnat_to_gnu_entity) <E_Variable>: Use constants of the proper type.
12249 <E_Array_Type>: Declare the padding type for the element type, if any.
12250 <E_Array_Subtype>: Likewise.
12251 (defer_limited_with): New variable.
12252 (Gigi_Equivalent_Type): New function.
12253 (gnat_to_gnu_entity): Use it at start and use result throughout.
12254 (gnat_to_gnu_entity, case E_Access_Type): Rework to use
12255 Gigi_Equivalent_Type, support Limited_With, allow two levels of
12256 indirection, precompute if unconstrained array to simplify logic, and
12257 use defer_limited_with to defer elaboration of some types from limited
12258 with.
12259 (finalize_from_with_types): New function.
12260
12261 2007-06-06 Gary Dismukes <dismukes@adacore.com>
12262 Eric Botcazou <ebotcazou@adacore.com>
12263 Tristan Gingold <gingold@adacore.com>
12264 Olivier Hainque <hainque@adacore.com>
12265
12266 * trans.c (Identifier_to_gnu): Change test for deferred constant by
12267 adding guard that the entity is an E_Constant before testing presence
12268 of Full_view (and remove unnecessary test that entity is not a type).
12269 For a CONST_DECL used by reference, manually retrieve
12270 the DECL_INITIAL. Do not invoke fold in the other DECL_P cases either.
12271 (struct language_function): Move from utils.c to here.
12272 (struct parm_attr): New structure.
12273 (parm_attr, parm_attr vector, parm_attr GC vector): New types.
12274 (f_parm_attr_cache): New macro.
12275 (Attribute_to_gnu) <Attr_Length>: When not optimizing, cache the
12276 expressions for the 'First, 'Last and 'Length attributes of the
12277 unconstrained array IN parameters.
12278 (Subprogram_Body_to_gnu): Use gnu_subprog_decl throughout.
12279 Allocate the information structure for the function earlier, as well
12280 as the language-specific part.
12281 If the parameter attributes cache has been populated, evaluate the
12282 cached expressions on entry.
12283 (takes_address): Add OPERAND_TYPE parameter. Handle N_Function_Call,
12284 N_Procedure_Call_Statement and N_Indexed_Component.
12285 (Pragma_to_gnu): Translate inspection_point to an asm statement
12286 containaing a comment and a reference to the object (either its address
12287 for BLKmode or its value).
12288 (Identifier_to_gnu): Use TREE_CONSTANT instead of CONST_DECL to decide
12289 to go to DECL_INITIAL. Together with the size constraint relaxation
12290 in create_var_decl, enlarges the set of situations in which an
12291 identifier may be used as an initializer without implying elaboration
12292 code.
12293 (Subprogram_Body_to_gnu): Do not fiddle with the debug interface but set
12294 DECL_IGNORED_P on the function if Needs_Debug_Info is not set on the
12295 node.
12296 (maybe_stabilize_reference): Remove lvalues_only parameter.
12297 (gnat_stabilize_reference): Adjust for above change.
12298 (gnat_to_gnu): Do not set location information on the result
12299 if it is a reference.
12300 (add_cleanup): Add gnat_node parameter and set the location of the
12301 cleanup to it.
12302 (Handled_Sequence_Of_Statements_to_gnu): Adjust calls to add_cleanup.
12303 (Exception_Handler_to_gnu_zcx): Likewise.
12304 (gigi): Remove the cgraph node if the elaboration procedure is empty.
12305 (Subprogram_Body_to_gnu): If a stub is attached to the subprogram, emit
12306 the former right after the latter.
12307 (start_stmt_group): Make global.
12308 (end_stmt_group): Likewise.
12309 (gnu_constraint_error_label_stack, gnu_storage_error_label_stack): New
12310 vars.
12311 (gnu_program_error_label_stack): Likewise.
12312 (gigi): Initialize them.
12313 (call_to_gnu, gnat_to_gnu, emit_check): Add new arg to build_call_raise.
12314 (gnat_to_gnu, N_{Push,Pop}_{Constraint,Storage,Program}_Error_Label):
12315 New cases.
12316 (push_exception_label_stack): New function.
12317 (takes_address): New function.
12318
12319 * utils.c (struct language_function): Move to trans.c from here.
12320 (unchecked_convert): Do not wrap up integer constants in
12321 VIEW_CONVERT_EXPRs.
12322 (create_var_decl_1): Decouple TREE_CONSTANT from CONST_DECL. Prevent
12323 the latter for aggregate types, unexpected by later passes, and relax an
12324 arbitrary size constraint on the former.
12325 (create_field_decl): Use tree_int_cst_equal instead of operand_equal_p
12326 to compare the sizes.
12327 (convert_vms_descriptor): When converting to a fat pointer type, be
12328 prepared for a S descriptor at runtime in spite of a SB specification.
12329 (shift_unc_components_for_thin_pointers): New function.
12330 (write_record_type_debug_info): For variable-sized fields, cap the
12331 alignment of the pointer to the computed alignment.
12332 (finish_record_type): Change HAS_REP parameter into REP_LEVEL.
12333 If REP_LEVEL is 2, do not compute the sizes.
12334 (build_vms_descriptor): Adjust for new prototype of finish_record_type.
12335 (build_unc_object_type): Likewise.
12336 (declare_debug_type): New function.
12337
12338 * ada-tree.def: USE_STMT: removed (not emitted anymore).
12339
12340 * misc.c (gnat_expand_expr): Call to gnat_expand_stmt removed because
12341 no statement is expandable anymore.
12342 (gnat_init_gcc_eh): Do not initialize the DWARF-2 CFI machinery twice.
12343 (gnat_handle_option): Only allow flag_eliminate_debug_types to be set
12344 when the user requested it explicitely.
12345 (gnat_post_options): By default, set flag_eliminate_unused_debug_types
12346 to 0 for Ada.
12347 (get_alias_set): Return alias set 0 for a type if
12348 TYPE_UNIVERSAL_ALIASING_P is set on its main variant.
12349
12350 * ada-tree.h: (TYPE_UNIVERSAL_ALIASING_P): New macro.
12351 (DECL_FUNCTION_STUB): New accessor macro.
12352 (SET_DECL_FUNCTION_STUB): New setter macro.
12353
12354 * lang.opt (feliminate-unused-debug-types): Intercept this flag for Ada.
12355
12356 * fe.h (Get_Local_Raise_Call_Entity, Get_RT_Exception_Entity): New
12357 declarations.
12358
12359 2007-06-06 Jose Ruiz <ruiz@adacore.com>
12360
12361 * s-intman-vxworks.ads, s-intman-vxworks.adb (Abort_Task_Signal):
12362 Rename to Abort_Task_Interrupt to be able to keep the same interface
12363 as the rest of the targets.
12364
12365 * s-osinte-vxworks.ads s-osinte-vxworks.adb
12366 (To_VxWorks_Priority): Remove explicit "in" mode indicator
12367
12368 * s-osinte-vxworks6.ads, s-vxwork-arm.ads, system-vxworks-arm.ads:
12369 New files.
12370
12371 2007-06-06 Robert Dewar <dewar@adacore.com>
12372
12373 * a-chahan.ads: Remove obsolescent pragmas
12374
12375 * a-chlat1.ads: Minor reformatting
12376
12377 2007-06-06 Robert Dewar <dewar@adacore.com>
12378
12379 * comperr.adb (Compiler_Abort): New Finalize/Output_Messages interface
12380 for Errout
12381
12382 * errout.adb: New Finalize/Compilation_Errors/Output_Messages
12383 implementation
12384
12385 * errout.ads (Finalize): Changed interface
12386 (Output_Messages): New procedure
12387 (Compilation_Errors): New Interface
12388
12389 * prepcomp.ads, prepcomp.adb (Parse_Preprocessing_Data_File): New
12390 Finalize/Output_Messages interface for Errout
12391 (Prepare_To_Preprocess): New Finalize/Output_Messages interface for
12392 Errout.
12393
12394 2007-06-06 Thomas Quinot <quinot@adacore.com>
12395 Olivier Hainque <hainque@adacore.com>
12396 Robert Dewar <dewar@adacore.com>
12397
12398 * a-except.ads, a-except.adb: (Rmsg_28): Fix description for E.4(18)
12399 check.
12400 (Raise_Current_Excep): Call Debug_Raise_Exception just before
12401 propagation starts, to let debuggers know about the event in a reliable
12402 fashion.
12403 (Local_Raise): Moved to System.Exceptions
12404 More convenient to have this as a separate unit
12405
12406 * s-except.adb, s-except.ads: New files.
12407
12408 * a-exextr.adb (Unhandled_Exception): Delete - replaced by
12409 Debug_Unhandled_Exception in System.Exceptions where it belongs
12410 together with a couple of other debug helpers.
12411 (Notify_Unhandled_Exception): Use Debug_Unhandled_Exception instead of
12412 the former Unhandled_Exception.
12413
12414 * exp_ch11.ads, exp_ch11.adb: (Possible_Local_Raise): New procedure
12415 (Warn_No_Exception_Propagation): New procedure
12416 (Warn_If_No_Propagation): Rewritten for new warning generation
12417 (Expand_Exception_Handlers): New warning generation
12418 (Expand_N_Raise_xxx_Error): Rewritten for new warnings
12419 (Add_Exception_Label): Use Special_Exception_Package_Used for test
12420 instead of Most_Recent_Exception_Used (accomodates Exception_Traces)
12421 (Expand_Local_Exception_Handlers): Unconditionally add extra block wrap
12422 even if restriction is set (makes life easier in Check_Returns)
12423 (Expand_Local_Exception_Handlers): Follow renamed entity chain when
12424 checking exception identities.
12425 (Expand_Local_Exception_Handlers): Do not optimize when all others case
12426 (Expand_Local_Exception_Handlers): Set Exception_Junk flag on generated
12427 block for handler (used by Check_Returns)
12428 (Expand_Local_Exception_Handlers): Local_Raise now takes an address
12429 (Expand_N_Handled_Sequence_Of_Statements): Properly handle -gnatd.x to
12430 remove all exception handlers when optimizing local raise statements.
12431 (Find_Local_Handler): Use Get_Renamed_Entity
12432 (Expand_N_Handled_Sequence_Of_Statements): If the handled sequence is
12433 marked analyzed after expanding exception handlers, do not generate
12434 redundant cleanup actions, because they have been constructed already.
12435
12436 2007-06-06 Thomas Quinot <quinot@adacore.com>
12437
12438 * a-finali.ads (Ada.Finalization): Add missing pragma Remote_Types. The
12439 presence of this categorization pragma is mandated by the language.
12440 (Limited_Controlled): Add missing pragma Preelaborable_Initialization
12441 for this type.
12442
12443 2007-06-06 Vincent Celier <celier@adacore.com>
12444 Robert Dewar <dewar@adacore.com>
12445
12446 * bcheck.adb, binde.adb, binderr.adb, binderr.ads, butil.adb,
12447 butil.ads, erroutc.adb, erroutc.ads, errutil.adb, errutil.ads,
12448 err_vars.ads, exp_tss.adb, exp_tss.ads, fmap.adb, fmap.ads,
12449 fname.adb, fname.ads, fname-sf.adb, fname-uf.adb, fname-uf.ads,
12450 lib-sort.adb, lib-util.adb, lib-util.ads, lib-xref.adb, makeutl.ads,
12451 makeutl.adb, nmake.adt, osint.adb, osint.ads, osint-b.adb,
12452 par-load.adb, prj-attr.adb, prj-dect.adb, prj-err.adb, prj-makr.adb,
12453 prj-part.adb, prj-pp.adb, prj-proc.adb, prj-tree.adb, prj-tree.ads,
12454 prj-util.adb, prj-util.ads, scans.adb, scans.ads, sem_ch2.adb,
12455 sinput-c.adb, styleg-c.adb, tempdir.adb, tempdir.ads, uname.adb,
12456 uname.ads, atree.h, atree.ads, atree.adb, ali-util.ads, ali-util.adb,
12457 ali.ads, ali.adb:
12458 Move Name_Id, File_Name_Type and Unit_Name_Type from package Types to
12459 package Namet. Make File_Name_Type and Unit_Name_Type types derived from
12460 Mame_Id. Add new type Path_Name_Type, also derived from Name_Id.
12461 Use variables of types File_Name_Type and Unit_Name_Type in error
12462 messages.
12463 (Get_Name): Add parameter Ignore_Special, and set it reading file name
12464 (New_Copy): When debugging the compiler, call New_Node_Debugging_Output
12465 here.
12466 Define flags Flag217-Flag230 with associated subprograms
12467 (Flag_Word5): New record type.
12468 (Flag_Word5_Ptr): New access type.
12469 (To_Flag_Word5): New unchecked conversion.
12470 (To_Flag_Word5_Ptr): Likewise.
12471 (Flag216): New function.
12472 (Set_Flag216): New procedure.
12473
12474 2007-06-06 Arnaud Charlet <charlet@adacore.com>
12475
12476 * a-stzunb.adb, a-stwiun.adb, a-strunb.adb: (Insert): Use 'Length
12477 instead of 'Size.
12478
12479 * a-stwifi.ads, a-stzfix.ads: Minor reformatting
12480
12481 2007-06-06 Javier Miranda <miranda@adacore.com>
12482
12483 * a-tags.ads, a-tags.adb (Tag_Size): This constant is now internal to
12484 the package.
12485 (Object_Specific_Data_Array): This is now internal to the package.
12486 (Object_Specific_Data): This is now internal to the package.
12487 (Select_Specific_Data_Element): This is now internal to the package.
12488 (Select_Specific_Data_Array): This is now internal to the package.
12489 (Select_Specific_Data): This is now internal to the package.
12490 (Offset_To_Top_Function_Ptr): This is now public.
12491 (To_Offset_To_Top_Function_Ptr): Removed.
12492 (Storage_Offset_Ptr,To_Storage_Offset_Ptr): These declarations are now
12493 local to subprogram Offset_To_Top.
12494 (Predefined_DT): Removed.
12495 (Typeinfo_Ptr): Removed.
12496 (OSD): This function is now internal to this package.
12497 (SSD): This function is now internal to this package.
12498 (DT): New function that displaces the pointer to the table of primitives
12499 to get access to the enclosing wrapper record.
12500 (IW_Membership): Code cleanup.
12501 (Offset_To_Top): Code cleanup.
12502 (Predefined_DT): Removed.
12503 (Register_Interface_Tag): Removed.
12504 (Set_Interface_Table): Removed.
12505 (Set_Offset_Index): Removed.
12506 (Set_Offset_To_Top): Code cleanup.
12507 (Set_OSD): Removed.
12508 (Set_Signature): Removed.
12509 (Set_SSD): Removed.
12510 (Set_Tagged_Kind): Removed.
12511 (Typeinfo_Ptr): Removed.
12512 (TSD): Removed.
12513 (Displace): Add missing check on null actual.
12514
12515 * exp_disp.ads, exp_disp.adb
12516 (Select_Expansion_Utilities): Removed.
12517 (Build_Common_Dispatching_Select_Statements): Moved to exp_atags.
12518 (Expand_Dispatching_Call): Update calls to Get_Prim_Op_Address because
12519 the interface requires a new parameter.
12520 (Make_Disp_Asynchronous_Select_Spec, Make_Disp_Conditional_Select_Spec,
12521 Make_Disp_Get_Prim_Op_Kind_Spec, Make_Disp_Timed_Select_Spec): Replace
12522 calls to subprograms Build_T, Build_S, etc. by the corresponding code.
12523 Done to remove package Select_Expansion_Utilities.
12524 (Make_DT): New implementation for statically allocated dispatch tables.
12525 (Make_Secondary_DT): Moved to the scope of Make_DT.
12526 (Register_Primitive): Code cleanup plus incoporate the use of the new
12527 function DT_Address_Attribute.
12528 (Expand_Interface_Thunk): The profile of this subprogram has been
12529 changed to return the Thunk_Id and the corresponding code.
12530 (Fill_DT_Entry): Removed. Its functionality is now provided by
12531 subprogram Register_Primitive.
12532 (Fill_Secondary_DT_Entry): Removed. Its functionality is now provided by
12533 subprogram Register_Primitive.
12534 (Register_Primitive): New subprogram that incorporates the previous
12535 functionalities of Fill_DT_Entry and Fill_Secondary_DT_Entry.
12536 (Build_Common_Dispatching_Select_Statements): Remove formal Typ. This
12537 was only required to call Make_DT_Access_Action, which is now removed.
12538 (Ada_Actions): Removed
12539 (Action_Is_Proc): Removed
12540 (Action_Nb_Arg): Removed
12541 Replace all the calls to Make_DT_Access_Action by direct calls to
12542 Make_Procedure_Call_Statement or Make_Function_Call.
12543 (Set_DTC_Entity_Value): New subprogram.
12544 (Set_All_DT_Position): Add call to new subprogram Set_DTC_Entity_Value.
12545 (Expand_Interface_Thunk): Add missing support for primitives that are
12546 functions with a controlling result (case in which there is no need
12547 to generate the thunk).
12548
12549 * exp_atag.ads, exp_atag.adb
12550 (Build_DT): New subprogram that displaces the pointer to reference the
12551 base of the wrapper record.
12552 (Build_Typeinfo_Offset): Removed.
12553 (RTE_Tag_Node): Removed.
12554 (Build_Common_Dispatching_Select_Statements): Moved here from exp_disp
12555 (Build_Get_RC_Offset): Removed.
12556 (Build_Inherit_Predefined_Prims): Removed.
12557 (Build_Inherit_TSD: Removed.
12558 (Build_New_TSD): Removed.
12559 (Build_Set_External_Tag): Removed.
12560 (Build_Set_Predefined_Prim_Op_Address): Add documentation.
12561 (Build_Set_Prim_Op_Address): Add documentation.
12562 (Build_Set_TSD): Removed.
12563
12564 * rtsfind.ads, rtsfind.adb
12565 (Load_Fail): If load fails and we are not in configurable run-time
12566 mode, then raise Unrecoverable_Error.
12567 (Text_IO_Kludge): Generate an error message if a run-time library is
12568 not available in a given run-time (ie. zfp run-time).
12569 (RTE_Record_Component): Add code to check that the component we search
12570 for is not found in two records in the given run-time package.
12571 (RE_DT_Offset_To_Top_Size, RE_DT_Predef_Prims_Size): Removed
12572 (RE_DT_Predef_Prims_Offset): New entity
12573 (RE_Static_Offset_To_Top): New entity
12574 (RE_HT_Link): New entity.
12575 (System_Address_Image): Addition of this run-time package.
12576 (RE_Address_Image): New entity.
12577 (RE_Abstract_Interface): Removed.
12578 (RE_Default_Prim_Op_Count): Removed.
12579 (RE_DT_Entry_Size): Removed.
12580 (RE_DT_Min_Prologue_Size): Removed.
12581 (RE_DT_Prologue_Size): Removed.
12582 (RE_Ifaces_Table_Ptr): Removed.
12583 (RE_Interface_Data_Ptr): Removed.
12584 (RE_Type_Specific_Data): Removed.
12585 (RE_Primary_DT): Removed.
12586 (RE_Register_Interface_Tag): Removed.
12587 (RE_Set_Offset_Index): Removed.
12588 (RE_Set_OSD): Removed.
12589 (RE_Set_SSD): Removed.
12590 (RE_Set_Signature): Removed.
12591 (RE_Set_Tagged_Kind): Removed.
12592 (RE_Address_Array): New entity.
12593 (RE_DT): New entity.
12594 (RE_Iface_Tag): New entity.
12595 (RE_Interfaces_Table): New entity.
12596 (RE_No_Dispatch_Table): New entity.
12597 (RE_NDT_Prims_Ptr): New entity.
12598 (RE_NDT_TSD): New entity.
12599 (RE_Num_Prims): New entity.
12600 (RE_Offset_To_Top_Function_Ptr): New entity.
12601 (RE_OSD_Table): New entity.
12602 (RE_OSD_Num_Prims): New entity.
12603 (RE_Predef_Prims): New entity
12604 (RE_Predef_Prims_Table_Ptr): New entity.
12605 (RE_Primary_DT): New entity.
12606 (RE_Signature): New entity.
12607 (RE_SSD): New entity.
12608 (RE_TSD): New entity.
12609 (RE_Type_Specific_Data): New entity.
12610 (RE_Tag_Kind): New entity.
12611
12612 2007-06-06 Thomas Quinot <quinot@adacore.com>
12613
12614 * a-textio.ads, a-textio.adb (Write): Add explicit size clause for the
12615 C imported variable.
12616 (Skip_Line): Do not reset Before_LM_PM immediately when Before_LM is set
12617 on entry.
12618
12619 2007-06-06 Robert Dewar <dewar@adacore.com>
12620
12621 * a-tienio.adb (Get): Adjust buffer size to accomodate one extra
12622 character
12623
12624 2007-06-06 Vincent Celier <celier@adacore.com>
12625
12626 * a-tifiio.adb (Put, internal): For negative numbers, check that there
12627 is room for at least one digit and the minus sign.
12628 (Put.Put_Character): Never put a character outside of the range of
12629 string To.
12630
12631 2007-06-06 Olivier Hainque <hainque@adacore.com>
12632 Eric Botcazou <ebotcazou@adacore.com>
12633
12634 * utils2.c (build_allocator): Provide the extra arguments to
12635 make_aligning_type for super-aligned objects allocated from the default
12636 pool. Leave enough room for a pointer before the aligning field, and
12637 store the system's allocator return value there.
12638 (build_call_alloc_dealloc): When releasing a super-aligned object,
12639 retrieve the system's allocator return value from where build_allocator
12640 has stored it, just ahead of the adjusted address we are passed.
12641 (build_call_raise): Handle properly the generation of line numbers when
12642 the node is marked No_Location.
12643 (compare_elmt_bitpos): Use tree_int_cst_compare. Stabilize the sort
12644 by using DECL_UID on ties.
12645 (build_binary_op) <EQ_EXPR>: Accept fat pointer types with the same
12646 main variant.
12647 (build_call_raise): Handle converting exception into goto; support new
12648 argument KIND.
12649 (build_component_ref): Add new arg to build_call_raise.
12650
12651 2007-06-06 Hristian Kirtchev <kirtchev@adacore.com>
12652
12653 * a-ztflau.adb, a-wtflau.adb, a-tiflau.adb (Load_Real): Do not parse
12654 "." in the case of nnn.xxx when nnn terminates with an underscore.
12655 Parse the remaining "#" or ":" in the case of nnn#.xxx#
12656
12657 2007-06-06 Robert Dewar <dewar@adacore.com>
12658
12659 * a-tigeau.ads, a-tigeau.adb: (Store_Char): Change Buf to IN OUT
12660
12661 2007-06-06 Arnaud Charlet <charlet@adacore.com>
12662 Vincent Celier <celier@adacore.com>
12663 Robert Dewar <dewar@adacore.com>
12664
12665 * bindgen.adb (Gen_Output_File_Ada): Generate pragma No_Run_Time when
12666 needed.
12667 (Gen_Output_File_Ada, Gen_Output_File_C): Never use __attribute
12668 ((destructor)) for adafinal, even when switch -a is used.
12669 Do not issue pragma Linker_Destructor for adafinal when switch -a is
12670 used.
12671 (Gen_Object_Files_Options): Add formatting of Linker Options, when
12672 Output_Linker_Option_List is set. Suppress this formatting when
12673 Zero_Formatting is set.
12674 Add case for CLI_Target.
12675 (System_Restrictions_Used): New flag, used to avoid generating with of
12676 System_Restrictions and initialization of the data unless there is
12677 some use of System.Restrictions in the partition.
12678 (Check_System_Restrictions_Used): New procedure
12679
12680 * s-stalib.adb: Remove with of System.Restrictions. No longer needed
12681 since we only with this unit in the binder file if it is used elsewhere
12682 in the partition.
12683
12684 2007-06-06 Vincent Celier <celier@adacore.com>
12685
12686 * bindusg.adb: Add line for @<response file>
12687 Add lines for new switches -R and -Z
12688
12689 * gnatbind.adb (Gnatbind): Do not include sources from the GNAT
12690 hierarchy in the list of files of the closure when -R is used
12691 (Gnatbind): Accept arguments starting with '@' to indicate response
12692 files and take the arguments from the response files.
12693 If List_Closure is set, display the referenced files
12694
12695 2007-06-06 Javier Miranda <miranda@adacore.com>
12696 Robert Dewar <dewar@adacore.com>
12697 Ed Schonberg <schonberg@adacore.com>
12698
12699 * checks.ads, checks.adb (Apply_Address_Clause_Check): Handle case in
12700 which the address-clause is applied to in-mode actuals (allowed by
12701 13.1(22)).
12702 (Apply_Discriminant_Check): Do not generate a check if the type is
12703 constrained by a current instance.
12704 (Activate_Division_Check): New procedure
12705 (Activate_Overflow_Check): New procedure
12706 (Activate_Range_Check): New procedure
12707 Call these new Activate procedures instead of setting flags directly
12708 (Apply_Array_Size_Check): Removed, no longer needed.
12709 Code clean up: remove obsolete code related to GCC 2.
12710 (Get_E_Length): Protect against bomb in case scope is standard
12711 (Selected_Range_Checks): If the node to be checked is a conversion to
12712 an unconstrained array type, and the expression is a slice, use the
12713 bounds of the slice to construct the required constraint checks.
12714 Improve NOT NULL error messages
12715 (Apply_Constraint_Check): If the context is a null-excluding access
12716 type, diagnose properly the literal null.
12717
12718 2007-06-06 Pascal Obry <obry@adacore.com>
12719
12720 * clean.adb (Clean_Archive): Use untouched casing for the archive name
12721 and the corresponding .deps file.
12722 (Clean_Interface_Copy_Directory): Use untouched casing for the library
12723 src directory. Minor code-clean-up. Use untouched casing for files
12724 read into the library src dir.
12725 (Clean_Library_Directory): Idem.
12726 (Parse_Cmd_Line): Accept new switch -aP
12727
12728 2007-06-06 Javier Miranda <miranda@adacore.com>
12729 Ed Schonberg <schonberg@adacore.com>
12730 Robert Dewar <dewar@adacore.com>
12731 Eric Botcazou <ebotcazou@adacore.com>
12732 Arnaud Charlet <charlet@adacore.com>
12733
12734 * einfo.ads, einfo.adb (Available_View): New synthesized attribute
12735 applicable to types that have the With_Type flag set. Returns the
12736 non-limited view of the type, if available, otherwise the type itself.
12737 For class-wide types, there is no direct link in the tree, so we have
12738 to retrieve the class-wide type of the non-limited view of the Etype.
12739 New attributes Static_Initialization and Static_Elaboration_Desired.
12740 Remove the pragma Thread_Body, and the associated flag
12741 Is_Thread_Body in entities, and all related code.
12742 (Suppress_Value_Tracking_On_Call): New flag
12743 E_Exception has Esize and Alignment fields
12744 (Universal_Aliasing): New function.
12745 (Set_Universal_Aliasing): New procedure.
12746 (Write_Entity_Flags): Deal with Universal_Aliasing flag.
12747 (Check_Nested_Access): New procedure.
12748 (Has_Up_Level_Access, Set_Has_Up_Level_Access): New procedures.
12749 (Find_Direct_Name, Note_Possible_Modification): Use Check_Nested_Access.
12750 (Related_Interface): New attribute. Present in dispatch table pointer
12751 components of records. Set to point to the entity of the corresponding
12752 interface type.
12753 (Is_By_Reference_Type): Recurse on the full view of an incomplete type.
12754 (Original_Access_Type): Remove, not needed.
12755 (Root_Type): Handle properly subtypes of class-wide-types.
12756 Update comments.
12757
12758 * sem_ch4.adb (Analyze_Explicit_Dereference): Add support for
12759 class-wide types visible through limited-with clauses.
12760 (Try_Primitive_Operation): When examining all primitive operations of a
12761 tagged type, do not consider subprograms labeled as hidden unless they
12762 belong to a private generic type with a tagged parent.
12763 (Try_Object_Operation): Extensive rewriting, to handle properly various
12764 overloading cases, when several ancestors may have class-wide operations
12765 that are possible candidates, and when the overloaded functions return
12766 array types and have defaulted parameters so that the call may be
12767 interpreted as an indexing.
12768 (Analyze_Allocator): Remove Mark_Allocator and its invocation.
12769 (Process_Function_Call): use Next, rather than Next_Actual, to analyze
12770 successive actuals before analyzing the call itself.
12771 (Try_Primitive_Operation): A primitive operation is compatible with the
12772 prefix if the prefix has a synchronized type and the type of the formal
12773 is its corresponding record, as can be the case when the primitive
12774 operation is declared outside of the body of the type.
12775 (Traverse_Homonyms): New subprocedure of Try_Class_Wide_Operation, to
12776 perform homonym traversal, looking for class-wide operation matches
12777 (formerly done in statements of Try_Class_Wide_Operation). Matches on
12778 access parameters are now restricted to anonymous access types.
12779 (Mark_Allocator): An allocator with a discriminant association parent is
12780 a coextension.
12781 (Try_One_Prefix_Interpretation): If the type of the object is
12782 incomplete, as can be happen when it is a limited view obtained through
12783 a limited_with_clause, the selected component is not part of a prefixed
12784 call.
12785 (Complete_Object_Operation): Diagnose properly an object that is not
12786 aliased when the corresponding controlling formal is an access
12787 parameter.
12788 (Try_Primitive_Operation, Try_Class_Wide_Operation): Diagnose properly
12789 ambiguous calls in prefixed notation, where two primitives differ only
12790 in that the controlling argument of one is an access parameter.
12791
12792 * sem_ch6.adb (Has_Single_Return): Add guard in code that determines
12793 whether a function that returns an unconstrained type can be inlined.
12794 (Process_Formals): Diagnose properly the illegal use of an incomplete
12795 type in the profile of an access_to_subprogram declaration.
12796 (Check_Synchronized_Overriding): Nothing check for concurrent types, the
12797 operations are attached to the corresponding record.
12798 (Analyze_Subprogram_Specification): Add variables Formal and Formal_Typ.
12799 When processing a primitive of a concurrent type which implements an
12800 interface change the type of all controlling formals to that of the
12801 corresponding record type.
12802 (Check_Synchronized_Overriding): Relax the conditional logic when trying
12803 to determine the tagged type to which a primitive belongs.
12804 (Check_Conventions): Capture condition to ignore a primitive operation
12805 (which is shared between the loop in Check_Conventions and the one in
12806 Check_Convention) in a new local function Skip_Check.
12807 (Check_Convention): Rename Prim_Op to Second_Prim_Op to avoid possible
12808 confusion with Check_Conventions' own Prim_Op local variable.
12809 (Create_Extra_Formals): Test for a tagged result type rather than a
12810 controlling result when determining whether to add a BIP_Alloc_Form
12811 formal and a BIP_Final_List formal to the function.
12812 (Check_Conformance); For parameters that are anonymous access types,
12813 subtype conformance requires that the not null and the constant
12814 indicators must match
12815 (Check_Synchronized_Overriding): New parameter Formal_Typ. Add machinery
12816 to retrieve the appropriate type when processing a concurrent type
12817 declared within a generic. Minor comment reformatting. Change invocation
12818 of Overrides_Synchronized_Primitive to Find_Overridden_Synchronized_Pri-
12819 mitive.
12820 (Analyze_Subprogram_Body): If the return type of a function is an
12821 anonymous access to the limited view of a class-wide type, and the
12822 non-limited view of the type is available, update the type of the
12823 function so that code can be generated.
12824 (Process_Formals): In case of access-subtype itype whose designated
12825 type is also an itype (situation that happens now with access to
12826 subprograms) we mark the access-type itype with the Has_Delayed_Freeze
12827 attribute to avoid backend problems.
12828 (Check_Return_Subtype_Indication): Replace R_Type with R_Stm_Type in
12829 init of R_Stm_Type_Is_Anon_Access. Also check that base types of the
12830 anonymous types' designated types are same before testing
12831 Subtypes_Statically_Match.
12832 (Create_Extra_Formals): Test for a named access parameter that is a
12833 controlling formal as an additional condition for adding an
12834 accessibility level formal. This can occur in the subp type created for
12835 dispatching calls in Expand_Dispatching_Call, and allows calling
12836 Create_Extra_Formals from that procedure rather than special-casing the
12837 extra formals there.
12838 (Create_Extra_Formals): Add BIP_Alloc_Form and BIP_Final_List formals
12839 when the function has a controlling result.
12840 (Check_Returns): Add much more knowledge of the optimization of local
12841 raise statements to gotos, to retain proper warnings in this case.
12842 (Check_Statement_Sequence): Ignore N_Push_xxx_Label and N_Pop_xxx_Label
12843 nodes when looking for last statement.
12844
12845 * sem_type.ads, sem_type.adb (Specific_Type): Add support for
12846 class-wide types visible through limited with clauses.
12847 (Add_One_Interp): If the operands are anonymous access types, the
12848 predefined operator on universal_access is immediately visibles
12849 (Find_Unique_Type): Handle anonymous access to subprogram types just as
12850 other anonymous access types.
12851 (Disambiguate): Take into account CIL convention.
12852 (Interface_Present_In_Ancestor): Add support for class-wide interfaces.
12853
12854 2007-06-06 Robert Dewar <dewar@adacore.com>
12855
12856 * sinput.ads, sinput.adb, uintp.ads, urealp.adb, stringt.adb,
12857 sem_elim.adb, prj-strt.adb, repinfo.ads, repinfo.adb, namet.ads,
12858 elists.ads, elists.adb, lib.ads, lib.adb (Unlock): New procedure.
12859 Fix lower bound of tables.
12860 Add rep clauses.
12861
12862 * nlists.adb: Ditto.
12863 (Prev_Node, Next_Node): Change index type to Int so that it properly
12864 covers the range First_Node_Id - 1 up.
12865
12866 2007-06-06 Javier Miranda <miranda@adacore.com>
12867 Ed Schonberg <schonberg@adacore.com>
12868 Bob Duff <duff@adacore.com>
12869 Hristian Kirtchev <kirtchev@adacore.com>
12870
12871 * exp_aggr.ads, exp_aggr.adb:
12872 (Build_Record_Aggr_Code): Add missing initialization of secondary tags
12873 in extension aggregates.
12874 (Flatten): Other conditions being met, an aggregate is static if the
12875 low bound given by component associations is different from the low
12876 bound of the base index type.
12877 (Packed_Array_Aggregate_Handled): If the component type is itself a
12878 packed array or record, the front-end must expand into assignments.
12879 (Gen_Ctrl_Actions_For_Aggr): In call to Init_Controller, pass False to
12880 Init_Pr, instead of Ancestor_Is_Expression.
12881 (Gen_Ctrl_Actions_For_Aggr): When processing an aggregate of a
12882 coextension chain root, either generate a list controller or use the
12883 already existing one.
12884 (Static_Array_Aggregate): New procedure to construct a positional
12885 aggregate that can be handled by the backend, when all bounds and
12886 components are compile-time known constants.
12887 (Expand_Record_Aggregate): Force conversion of aggregates of tagged
12888 types covering interface types into assignments.
12889 (Replace_Type): move to Build_Record_Aggr_Code.
12890 (Expand_Record_Aggr_Code): if the target of the aggregate is an
12891 interface type, convert to the definite type of the aggregate itself,
12892 so that needed components are visible.
12893 (Convert_Aggr_In_Object_Decl): If the aggregate has controlled
12894 components and the context is an extended return statement do not
12895 create a transient block for it, to prevent premature finalization
12896 before the return is executed.
12897 (Gen_Assign): Do not generate a call to deep adjust routine if the
12898 component type is itself an array of controlled (sub)-components
12899 initialized with an inner aggregate.
12900 (Component_Check): New name for Static_Check. This name is now more
12901 appropriate, and documentation is added which was missing.
12902 (Component_Check): Add test for bit aligned component value
12903 (Component_Not_OK_For_Backend): Renames Has_Delayed_Nested_Aggregate_Or_
12904 Tagged_Comps, name is more appropriate given added function below.
12905 (Component_Not_OK_For_Backend): Check for bit aligned component ref.
12906
12907 2007-06-06 Hristian Kirtchev <kirtchev@adacore.com>
12908 Javier Miranda <miranda@adacore.com>
12909 Robert Dewar <dewar@adacore.com>
12910
12911 * exp_attr.adb (Expand_N_Attribute_Reference): Case Callable and
12912 Terminated: Add unchecked type conversion from System.Address to
12913 System.Tasking.Task_Id when calling the predefined primitive
12914 _disp_get_task_id.
12915 Disable new Ada 05 accessibility check for JVM.NET targets, which
12916 cannot be implemented in a practical way.
12917 (Expand_N_Attribute_Reference: case Attribute_Tag): The use of 'Tag in
12918 the sources always references the tag of the actual object. Therefore,
12919 if 'Tag is applied in the sources to class-wide interface objects we
12920 generate code that displaces "this" to reference the base of the object.
12921 (Expand_N_Attribute_Reference, case Size): Return specified size if
12922 known to front end.
12923 (Expand_N_Attribute_Reference): The expansion of the 'Address attribute
12924 has code that displaces the pointer of the object to manage interface
12925 types. However this code must not be executed when the prefix is a
12926 subprogram. This bug caused the wrong expansion of the internally
12927 generated assignment that fills the dispatch table when the primitive
12928 is a function returning a class-wide interface type.
12929 (Expand_N_Attribute_Reference:Attribute_Valid): Remove incorrect call to
12930 Set_Attribute_Name for Name_Unaligned_Valid.
12931
12932 2007-06-06 Ed Schonberg <schonberg@adacore.com>
12933 Gary Dismukes <dismukes@adacore.com>
12934
12935 * exp_ch13.adb (Expand_N_Attribute_Definition_Clause, case 'Address):
12936 If the initialization is the equivalent aggregate of the initialization
12937 procedure of the type, do not remove it.
12938 (Expand_N_Attribute_Definition_Clause): Exclude access variables
12939 initialized to null from having their expression reset to empty and
12940 note this exception in the comment.
12941
12942 2007-06-06 Hristian Kirtchev <kirtchev@adacore.com>
12943 Robert Dewar <dewar@adacore.com>
12944 Ed Schonberg <schonberg@adacore.com>
12945 Gary Dismukes <dismukes@adacore.com>
12946
12947 * exp_ch2.adb: Remove "with" and "use" clauses for Namet and Snames.
12948 Add "with" and "use" clauses for Sem_Attr.
12949 (Expand_Current_Value): Do not replace occurences of attribute
12950 references where the prefix must be a simple name.
12951
12952 * sem_attr.ads, sem_attr.adb: Remove "with" and "use" clauses for
12953 Namet. Add new arrays Attribute_Name_Modifies_Prefix and
12954 Attribute_Requires_Simple_Name_Prefix.
12955 (Name_Modifies_Prefix): Body of new function.
12956 (Requires_Simple_Name_Prefix): Body of new function.
12957 (Resolve_Attribute, case Access): Improve error message for case of
12958 mismatched conventions.
12959 (Analyze_Attribute, case 'Tag): The prefix the attribute cannot be of an
12960 incomplete type.
12961 (Analyze_Attribute, case 'Access): If the type of the prefix is a
12962 constrained subtype for a nominal unconstrained type, use its base type
12963 to check for conformance with the context.
12964 (Resolve_Attribute): Remove test of the access type being associated
12965 with a return statement from condition for performing accessibility
12966 checks on access attributes, since this case is now captured by
12967 Is_Local_Anonymous_Access.
12968 (Analyze_Access_Attribute): Set Address_Taken on entity
12969 (Analyze_Attribute, case Address): Set Address_Taken on entity
12970 (OK_Self_Reference): Traverse tree to locate enclosing aggregate when
12971 validating an access attribute whose prefix is a current instance.
12972 (Resolve_Attribute): In case of attributes 'Code_Address and 'Address
12973 applied to dispatching operations, if freezing is required then we set
12974 the attribute Has_Delayed_Freeze in the prefix's entity.
12975 (Check_Local_Access): Set flag Suppress_Value_Tracking_On_Call in
12976 current scope if access of local subprogram taken
12977 (Analyze_Access_Attribute): Check legality of self-reference even if the
12978 expression comes from source, as when a single component association in
12979 an aggregate has a box association.
12980 (Resolve_Attribute, case 'Access): Do not apply accessibility checks to
12981 the prefix if it is a protected operation and the attribute is
12982 Unrestricted_Access.
12983 (Resolve_Attribute, case 'Access): Set the Etype of the attribute
12984 reference to the base type of the context, to force a constraint check
12985 when the context is an access subtype with an explicit constraint.
12986 (Analyze_Attribute, case 'Class): If the prefix is an interface and the
12987 node is rewritten as an interface conversion. leave unanalyzed after
12988 resolution, to ensure that type checking against the context will take
12989 place.
12990
12991 2007-06-06 Ed Schonberg <schonberg@adacore.com>
12992 Javier Miranda <miranda@adacore.com>
12993 Robert Dewar <dewar@adacore.com>
12994
12995 * exp_ch3.adb (Make_Controlling_Function_Wrappers): generate wrapper a
12996 wrapper when the full view of the controlling type of an inherited
12997 function that dispatches on result implements interfaces.
12998 (Expand_N_Object_Declaration): In cases where the type of the
12999 declaration is anonymous access, create finalization list for it.
13000 (Expand_N_Object_Declaration): Generate a persistent_bss directive only
13001 if the object has no explicit initialization, to match description of
13002 functionality of pragam Persistent_BSS.
13003 (Build_Equivalent_Array_Aggregate, Build_Equivalent_Record_Aggregate):
13004 new function to build static aggregates, to replace initialization call
13005 when static initialization is desired.
13006 (Freeze_Type): Generate a list controller for an access type whenever
13007 its designated type has controlled anonymous access discriminants.
13008 (Build_Equivalent_Aggregate): New procedure to compute a static
13009 aggregate to be used as default initialization for composite types,
13010 instead of a generating a call to the initialization procedure for the
13011 type.
13012 (Build_Initialization_Call): When available, replace a call to the
13013 initialization procedure with a copy of the equivalent static aggregate
13014 for the type.
13015 (Expand_N_Object_Declaration): Use New_Occurrence_Of in generated
13016 declarations for objects of a class-wide interface type, rather than
13017 just identifiers, to prevent visibility problems.
13018 (Expand_N_Object_Declaration): When expanding the declaration for an
13019 object of a class-wide interface type, preserve the homonym chain of
13020 the original entity before exchanging it with that of the generated
13021 renaming declaration.
13022 (Freeze_Enumeration_Type): Don't raise CE if No_Exception_Propagation
13023 active, because there is no way to handle the exception.
13024 (Freeze_Record_Type): In case of CPP_Class types add a call to Make_DT
13025 to do a minimum decoration of the Access_Disp_Table list.
13026 (Expand_Record_Controller): Avoid the addition of the controller between
13027 the component containing the tag of a secondary dispatch table and its
13028 adjacent component that stores the offset to the base of the object.
13029 This latter component is only generated when the parent type has
13030 discriminants ---documented in Add_Interface_Tag_Components).
13031 (Apply_Array_Size_Check): Removed, no longer needed.
13032 (Expand_N_Full_Type_Declaration): If the type has anonymous access
13033 components, create a Master_Entity for it only if it contains tasks.
13034 (Build_Init_Procedure): Suppress the tag assignment compiling under
13035 no run-time mode.
13036 (Freeze_Record_Type): Remove code associated with creation of dispatch
13037 table.
13038 (Init_Secondary_Tags): Update type of actuals when generating calls to
13039 Ada.Tags.Set_Offset_To_Top
13040 (Stream_Operation_OK): Disable use of streams compiling under no
13041 run-time mode
13042 (Expand_N_Object_Declaration): Don't do Initialize_Scalars initalization
13043 if Has_Init_Expression set.
13044 (Build_Init_Procedure): Replace call to Fill_DT_Entry by call to
13045 Register_Primitive, which provides the same functionality.
13046 (Requires_Init_Proc): Return false in case of interface types.
13047 (Add_Secondary_Tables): Use the new attribute Related_Interface to
13048 cleanup the code.
13049 (Predefined_Primitive_Freeze): Do not assume that an internal entity
13050 is always associated with a predefined primitive because the internal
13051 entities associated with interface types are not predefined primitives.
13052 Therefore, the call to Is_Internal is replaced by a call to the
13053 function Is_Predefined_Dispatching_Operation.
13054 (Make_Eq_If): When generating the list of comparisons for the
13055 components of a given variant, omit the controller component that is
13056 present if the variant has controlled components.
13057
13058 2007-06-06 Javier Miranda <miranda@adacore.com>
13059 Hristian Kirtchev <kirtchev@adacore.com>
13060 Bob Duff <duff@adacore.com>
13061
13062 * exp_ch4.adb (Complete_Coextension_Finalization): Add machinery to
13063 handle the creation of finalization lists and calls for nested
13064 coextensions when the root of the chains is part of a return statement.
13065 (Inside_A_Return_Statement): New function inside Complete_Coextension_
13066 Finalization.
13067 (Expand_Record_Equality): Skip components that are interface types.
13068 (Displace_Allocator_Pointer): Add missing support for interface subtypes
13069 (Expand_N_Allocator): Replace invocation of Is_Local_Access_Discriminant
13070 with Rewrite_Coextension. Change the condition for detecting coextension
13071 root nodes.
13072 (Is_Local_Access_Discriminant): Removed.
13073 (Rewrite_Coextension): New routine which rewrites a static coextension
13074 as a temporary and uses its unrestricted access in the construction of
13075 the outer object.
13076 (Complete_Coextension_Finalization): New routine. Generate finalization
13077 attachment calls to all delayed coextensions.
13078 (Expand_N_Allocator): Call Complete_Coextension_Finalization whenever
13079 the allocator is not a coextension itself and has delayed coextensions.
13080 If the current allocator is controlled, but also a coextension, delay
13081 the generation of the finalization attachment call.
13082 Rename local variable "Node" to "Nod" in order to avoid confusion with
13083 "Elists.Node".
13084 (Expand_Allocator_Expression): Call Adjust for initialized allocators of
13085 limited types that are not inherently limited. Such an allocator is
13086 illegal, but is generated by the expander for a return statement, to
13087 copy the result onto the secondary stack. This is the only case where a
13088 limited object can be copied. Generate code to displace the pointer
13089 to the object if the qualified expression is a class-wide interface
13090 object. Such displacement was missing and hence the copy of the object
13091 was wrong.
13092 (Apply_Accessibility_Check): Handle allocated objects initialized in
13093 place.
13094 (Displace_Allocator_Pointer): Subsidiary procedure to Expand_N_Allocator
13095 and Expand_Allocator_Expression. Allocating class-wide interface objects
13096 this routine displaces the pointer to the allocated object to reference
13097 the component referencing the corresponding secondary dispatch table.
13098 Expand_Allocator_Expression): Add missing support to allocate class-wide
13099 interface objects initialized with a qualified expression.
13100 (Get_Allocator_Final_List): Test for an anonymous access type that is a
13101 function result type, and use the finalization list associated with the
13102 function scope in that case (such an anonymous type should not be
13103 treated like an access parameter's type).
13104
13105 2007-06-06 Ed Schonberg <schonberg@adacore.com>
13106 Gary Dismukes <dismukes@adacore.com>
13107 Javier Miranda <miranda@adacore.com>
13108
13109 * exp_ch5.adb (Expand_N_Assignment_Statement): For the assignment of a
13110 controlled type, use Make_Handler_For_Ctrl_Operation to construct the
13111 required exception handler.
13112 (Expand_Simple_Function_Return, Expand_N_Return_Statement): Handle
13113 properly the case of a function whose return type is a limited
13114 class-wide interface type. Modify the code of the accessibility
13115 check to handle class-wide interface objects. In this case we need to
13116 displace "this" to reference the primary dispatch table to get access
13117 to the TSD of the object (to evaluate its accessibility level).
13118 (Expand_N_Extended_Return_Statement): Test for a tagged result type
13119 rather than a controlling result as one of the conditions for
13120 generating tests of the implicit BIP_Alloc_Form formal. The
13121 initialization assignment is also handled according to whether the
13122 result is tagged instead of controlling.
13123 In the case where the init assignment is inserted in the "then" part of
13124 the allocation conditional, rewrite the target to be a dereference of
13125 the implicit BIP_Object_Access formal.
13126 If the returned value is unconstrained and created on the secondary
13127 stack, mark the enclosing block and function so that the secondary
13128 stack is not reclaimed on return.
13129 Treat returns from functions with controlling results similarly to
13130 returns from functions with unconstrained result subtypes.
13131 If the object returned is unconstrained, and an allocator must be
13132 created for it, analyze the allocator once the block for the extended
13133 return is installed, to ensure that finalizable components
13134 of the expression use the proper finalization list. Guard the call to
13135 Move_Final_List with a check that there is something to finalize.
13136 (Make_Tag_Ctrl_Assignment): Use "old" handling
13137 of controlled type assignment for virtual machines, since new code uses
13138 unsupported features (such as direct access to bytes in memory).
13139
13140 2007-06-06 Gary Dismukes <dismukes@adacore.com>
13141 Ed Schonberg <schonberg@adacore.com>
13142
13143 * exp_ch6.ads, exp_ch6.adb (Expand_Call): When adding an extra
13144 accessibility actual, check for the case of an aliased object that has
13145 been rewritten as an Access attribute, and assign Prev to Prev_Orig so
13146 we fall into processing for the attribute rather than the name of the
13147 object.
13148 (Expand_Inline_Call): If an actual is a literal, and the corresponding
13149 formal has its address taken in the body, create a temporary to capture
13150 value. If the return type is a limited interface, do not treat the
13151 return value as Controlled.
13152 (Is_In_Place_Function): If the return type is a limited interface,
13153 treat as returning in place. The actual returned object may not always
13154 be limited, but the caller has to assume that it is returned in place.
13155 (Add_Final_List_Actual_To_Build_In_Place_Call): If the call is the
13156 context of an allocator, use the correct finalization chain (that is,
13157 the chain belonging to the access type, rather than the chain belonging
13158 to the current scope).
13159 (Add_Alloc_Form_Actual_To_Build_In_Place_Call): Test for a tagged
13160 result type rather than a controlling result as a precondition for
13161 adding an allocation form actual to a build-in-place call.
13162 (Add_Final_List_Actual_To_Build_In_Place_Call): Ditto.
13163 (Freeze_Subprogram): Code cleanup. Remove all the code that register the
13164 primitive in the dispatch tables. This work is now done by Make_DT when
13165 the type is frozen.
13166 (Register_Predefined_DT_Entry): Removed.
13167 (Add_Return): If end label is not present, use sloc of last statement
13168 for generated return statement in procedure, for better gdb behavior
13169 on expanded code.
13170 (Add_Access_Actual_To_Build_In_Place_Call): Set parent fields of the
13171 object address nodes to ensure proper processing by routines like
13172 Insert_After*.
13173 (Expand_Call): Fix generation of validity check for parameter
13174 (Add_Alloc_Form_Actual_To_Build_In_Place_Call): Return without passing
13175 the allocation form parameter if the result subtype is constrained,
13176 except when the function has a controlling result.
13177 (Add_Final_List_Actual_To_Build_In_Place_Call): Test Controlled_Type
13178 rather than Is_Controlled and Has_Controlled_Component, since we want to
13179 include class-wide result types in this treatment. Also test for a
13180 controlling result, since that also requires passing a finalization
13181 list.
13182 (Make_Build_In_Place_Call_In_Allocator): Call Add_Alloc_Form_Actual_*
13183 even when the result subtype is constrained, to handle calls involving
13184 controlling results.
13185 (Make_Build_In_Place_Call_In_Anonymous_Context): Add_Alloc_Form_Actual_*
13186 is now called even when the result subtype is constrained, to handle
13187 calls involving controlling results.
13188 (Make_Build_In_Place_Call_In_Assignment): Remove test for Is_Constrained
13189 on call to Add_Alloc_Form_Actual_To_Build_In_Place_Call (that procedure
13190 now performs the test).
13191 (Make_Build_In_Place_Call_In_Object_Declaration):
13192 Add_Alloc_Form_Actual_* is now called even when the result subtype is
13193 constrained, to handle calls involving controlling results.
13194 (Add_Return): Accomodate rewritten pattern from local raise to goto
13195 transformation, so that we still recognize an transfer statement
13196 and do the right thing here in that case.
13197 (Expand_N_Subprogram_Body): Add dummy Push/Pop_xxx_Label nodes at start
13198 and end of subprogram code.
13199 (Register_Interface_DT_Entry, Register_Predefined_DT_Entry): Add missing
13200 support for primitives that are functions (without formals) with a
13201 controlling result.
13202 (Inherited_From_Formal): If the actual subtype has not generic parent
13203 type, it is not an actual for a formal derived type, and there is no
13204 operation to inherit from the formal.
13205
13206 2007-06-06 Ed Schonberg <schonberg@adacore.com>
13207 Thomas Quinot <quinot@adacore.com>
13208
13209 * exp_ch7.ads, exp_ch7.adb (Expand_Cleanup_Actions): Set Sloc of
13210 inserted cleanup code appropriately for GDB use.
13211 (Make_Deep_Proc): Use Make_Handler_For_Ctrl_Operation to create
13212 exception handler for Deep_Adjust or Deep_Finalize.
13213 (Make_Handler_For_Ctrl_Operation): New subprogram. When runtime entity
13214 Raise_From_Controlled_Operation is available, use a call to that
13215 subprogram instead of a plain "raise Program_Error" node to raise
13216 Program_Error if an exception is propagated from an Adjust or Finalize
13217 operation.
13218 (Insert_Actions_In_Scope_Around): If the statement to be wrapped
13219 appears in the optional statement list of a triggering alternative, the
13220 scope actions can be inserted directly there, and not in the list that
13221 includes the asynchronous select itself.
13222
13223 2007-06-06 Ed Schonberg <schonberg@adacore.com>
13224 Robert Dewar <dewar@adacore.com>
13225 Hristian Kirtchev <kirtchev@adacore.com>
13226
13227 * exp_ch9.ads, exp_ch9.adb (Build_Protected_Entry): Set sloc of
13228 generated exception handler appropriately when debugging generated code.
13229 Deal properly with No_Exception_Propagation restriction mode.
13230 (Expand_N_Abort_Statement): Add an unchecked type conversion from
13231 System.Address to System.Tasking.Task_Id when processing the result of
13232 the predefined primitive _disp_get_task_id.
13233 (Expand_N_Asynchronous_Select): Clarify comment.
13234 (Expand_N_Protected_Type_Declaration): Minor code cleanup.
13235 (Find_Parameter_Type): New routine inside Type_Conformant_Parameters.
13236 (Type_Conformant_Parameters): New parameter Prim_Op_Typ. Code cleanup.
13237 (Add_Private_Declarations, Build_Protected_Body): Use proper slocs for
13238 privals and for generated call to Complete_Entry_Body, for better gdb
13239 behavior.
13240 (Copy_Result_Type): Utility to construct a parameter and result profile
13241 for protected functions whose return type is an anonymous access to
13242 subprogram.
13243 (Build_Protected_Sub_Spec and Expand_Access_Protected_Subprogram_Type):
13244 call the above.
13245 (Build_Task_Activation_Call): Insert Activate_Tasks call at proper
13246 point when the local-raise-to-goto transformation has taken place.
13247
13248 2007-06-06 Javier Miranda <miranda@adacore.com>
13249 Nicolas Setton <setton@adacore.com>
13250
13251 * exp_dbug.adb (Get_Encoded_Name): Modified to continue providing its
13252 functionality when the backend is generating code.
13253 Otherwise any serious error
13254 reported by the backend calling the frontend routine Error_Msg
13255 changes the Compilation_Mode to Check_Semantics, disables the
13256 functionality of this routine and causes the generation of
13257 spureous additional errors.
13258
13259 * exp_dbug.ads (Pointers to Unconstrained Arrays): Document the
13260 debugging information now generated by the compiler for fat-pointer
13261 types.
13262 Document the contents of DW_AT_producer in the GNAT Vendor extensions to
13263 DWARF2/3.
13264 Document GNAT Vendor extensions to DWARF 2/3 and the "-gdwarf+" switch.
13265
13266 2007-06-06 Thomas Quinot <quinot@adacore.com>
13267
13268 * exp_dist.ads, exp_dist.adb (Make_Transportable_Check): New subprogram
13269 (GARLIC_Support.Build_Subprogram_Receiving_Stubs,
13270 PolyORB_Support.Build_Subprogram_Receiving_Stubs):
13271 For a remote call to a function with a classwide return type, apply an
13272 E.4(18) check to the returned value.
13273 (Add_RACW_Primitive_Declarations_And_Bodies): Do not generate stubs for
13274 stream attributes of the designated type of an RACW, as they are not
13275 dispatching primitive operations.
13276
13277 2007-06-06 Geert Bosch <bosch@adacore.com>
13278
13279 * exp_fixd.adb (Integer_Literal): Add optional argument to construct a
13280 negative literal
13281 (Do_Divide_Fixed_Fixed): Add comments to indicate Frac is always
13282 positive
13283 (Do_Divide_Fixed_Universal): Handle case of negative Frac.
13284 (Do_Multiply_Fixed_Fixed): Add coments to indicate Frac is always
13285 positive
13286 (Do_Multiply_Fixed_Universal): Handle case of negative Frac.
13287
13288 2007-06-06 Javier Miranda <miranda@adacore.com>
13289
13290 * exp_imgv.adb (Expand_Value_Attribute): Disable compilation of this
13291 attribute compiling package Ada.Tags under No_Run_Time_Mode.
13292
13293 2007-06-06 Javier Miranda <miranda@adacore.com>
13294
13295 * exp_intr.adb (Expand_Unc_Deallocation): Add missing support for
13296 deallocation of class-wide interface objects.
13297 (Expand_Dispatching_Constructor_Call): Take into account that if the
13298 result of the dispatching constructor is an interface type, the
13299 function returns a class-wide interface type; otherwise the returned
13300 object would be actual. The frontend previously accepted returning
13301 interface types because Expand_Interface_Actuals silently performed
13302 the management of the returned type "as if" it were a class-wide
13303 interface type.
13304 (Expand_Dispatching_Constructor_Call): Replace call to
13305 Make_DT_Access_Action by direct call to Make_Function_Call.
13306
13307 2007-06-06 Robert Dewar <dewar@adacore.com>
13308 Ed Schonberg <schonberg@adacore.com>
13309
13310 * exp_pakd.adb (Expand_Packed_Not): Use RM_Size rather than ESize to
13311 compute masking constant, since we now set Esize properly to the
13312 underlying size.
13313 (Create_Packed_Array_Type): Set proper Esize value adjusted as required
13314 to match the alignment.
13315 (Create_Packed_Array_Type): Use Short_Short_Unsigned as base type for
13316 packed arrays of 8 bits or less.
13317
13318 * freeze.adb (Freeze_Entity): When freezing the formals of a
13319 subprogram, freeze the designated type of a parameter of an access type
13320 only if it is an access parameter.
13321 Increase size of C convention enumeration object
13322 (Freeze_Entity, array type case): Make sure Esize value is properly
13323 adjusted for the alignment if it is known.
13324 (Freeze_Entity, array type case): When checking bit packed arrays for
13325 the size being incorrect, check RM_Size, not Esize.
13326 (Freeze_Record_Type): Check for bad discriminated record convention
13327 (In_Exp_Body): Return true if the body is generated for a subprogram
13328 renaming, either an attribute renaming or a renaming as body.
13329 (Check_Itype): If the designated type of an anonymous access component
13330 is a non-protected subprogram type, indicate that it is frozen, to
13331 prevent out-of-scope freeze node at some subsequent call.
13332 (Freeze_Subprogram): On OpenVMS, reject descriptor passing mechanism
13333 only if the subprogram is neither imported nor exported, as well as the
13334 NCA descriptor class if the subprogram is exported.
13335
13336 2007-06-06 Ed Schonberg <schonberg@adacore.com>
13337 Arnaud Charlet <charlet@adacore.com>
13338 Robert Dewar <dewar@adacore.com>
13339 Gary Dismukes <dismukes@adacore.com>
13340
13341 * exp_prag.adb (Expand_Pragma_Import_Or_Interface): Remove properly a
13342 default initialization on an imported object, when there is no
13343 initialization call generated for it.
13344 (Expand_Pragma_Assert): Add handling of No_Exception_Propagation
13345 restriction
13346
13347 * snames.h, snames.ads, snames.adb, par-prag.adb: New pragma
13348 Static_Elaboration_Desired.
13349 Remove pragma Thread_Body.
13350 Implement a new pragma No_Body
13351 Removes the Explicit_Overriding pragma
13352 Remove Optional_Overriding pragma
13353 (Prag): Deal with Universal_Aliasing.
13354 (Name_CIL, Name_CIL_Constructor, Convention_CIL,
13355 Pragma_CIL_Constructor): New names.
13356
13357 * sem_cat.adb (Validate_Object_Declaration): An initialization that
13358 uses the equivalent aggregate of a type must be treated as an implicit
13359 initialization.
13360 (Get_Categorization): Check a unit for pragma Preelaborate only if it
13361 has none of the other categories.
13362 (Process_Import_Or_Interface_Pragma): Report an error for an attempt
13363 to apply Import to an object renaming declaration.
13364
13365 * sem_prag.adb (Process_Import_Or_Interface): Warn that a type imported
13366 from a C++ class should be declared as limited and that it will be
13367 considererd limited.
13368 (Analyze_Pragma): Warn that a type specified with pragma CPP_Class
13369 should be declared as limited and that it will be considererd limited.
13370 (Ada_2005_Pragma): New procedure, used to deal with Ada 2005 pragmas
13371 (Analyze_Pragma, case Export): Diagnose export of enumeration literal
13372 (Analyze_Pragma): Deal with Universal_Aliasing.
13373 (Sig_Flags): Likewise.
13374 (Set_Encoded_Interface_Name): Suppress encoding when compiling for AAMP.
13375 (Overflow_Checks_Unsuppressed): New flag.
13376 (Process_Suppress_Unsuppress): Set Overflow_Checks_Unsuppressed.
13377 (Analyze_Pragma [case Pack]): Ignore pragma Pack and post warning in
13378 case of JVM or .NET targets, and compiling user code.
13379 Add debugging convenience routine rv
13380
13381 2007-06-06 Robert Dewar <dewar@adacore.com>
13382
13383 * exp_strm.adb (Make_Field_Attributes): Avoid _Parent components that
13384 are interface type.
13385 (Build_Elementary_Input_Call): For floating-point use right type in the
13386 absence of strange size or stream size clauses.
13387 (Build_Elementary_Write_Call): Same fix
13388 (Has_Stream_Standard_Rep): Returns False if Stream_Size attribute
13389 set to value that does not match base type size.
13390
13391 2007-06-06 Ed Schonberg <schonberg@adacore.com>
13392
13393 * exp_util.ads, exp_util.adb (Expand_Subtype_From_Expr): In Ada2005, an
13394 object of a limited type can be initialized with a call to a function
13395 that returns in place. If the limited type has unknown discriminants,
13396 and the underlying type is a constrained composite type, build an actual
13397 subtype from the function call, as is done for private types.
13398 (Side_Effect_Free): An expression that is the renaming of an object or
13399 whose prefix is the renaming of a object, is not side-effect free
13400 because it may be assigned through the renaming and its value must be
13401 captured in a temporary.
13402 (Has_Controlled_Coextensions): New routine.
13403 (Expand_Subtype_From_Expr): Do nothing if type is a limited interface,
13404 as is done for other limited types.
13405 (Non_Limited_Designated_Type): new predicate.
13406 (Make_CW_Equivalent_Type): Modified to handle class-wide interface
13407 objects.
13408 Remove all handling of with_type clauses.
13409
13410 * par-ch10.adb: Remove all handling of with_type clauses.
13411
13412 * lib-load.ads, lib-load.adb (Load_Main_Source): Do not get the
13413 checksum if the main source could not be parsed.
13414 (Loat_Unit): When processing a child unit, determine properly whether
13415 the parent unit is a renaming when the parent is itself a child unit.
13416 Remove handling of with_type clauses.
13417
13418 * sinfo.ads, sinfo.adb (Is_Static_Coextension): New function.
13419 (Set_Is_Static_Coextension): New procedure.
13420 (Has_Local_Raise): New function
13421 (Set_Has_Local_Raise): New procedure
13422 (Renaming_Exception): New field
13423 (Has_Init_Expression): New flag
13424 (Delay_Finalize_Attach): Remove because flag is obsolete.
13425 (Set_Delay_Finalize_Attach): Remove because flag is obsolete.
13426 Remove all handling of with_type clauses.
13427 (Exception_Junk): Can now be set in N_Block_Statement
13428
13429 2007-06-06 Vincent Celier <celier@adacore.com>
13430 Robert Dewar <dewar@adacore.com>
13431
13432 * frontend.adb (Frontend): Return immediately if the main source could
13433 not be parsed, because of preprocessing errors.
13434
13435 * gnat1drv.adb (gnat1drv): Handle RE_Not_Available gracefully.
13436 (Gnat1drv): Exit with errors if the main source could not be parsed,
13437 because of preprocessing errors.
13438 (Check_Rep_Info): New procedure
13439
13440 2007-06-06 Robert Dewar <dewar@adacore.com>
13441
13442 * g-hesorg.ads, g-heasor.ads,
13443 g-busorg.ads, g-bubsor.ads: Update documentation
13444 GNAT.Heap/Bubble_Sort_G is now pure
13445
13446 2007-06-06 Robert Dewar <dewar@adacore.com>
13447
13448 * g-catiio.ads, g-catiio.adb (Image): Check for null picture string
13449
13450 2007-06-06 Robert Dewar <dewar@adacore.com>
13451 Ed Schonberg <schonberg@adacore.com>
13452
13453 * g-comlin.ads, g-comlin.adb:
13454 Add new warning for renaming of function return objects
13455
13456 * opt.adb (Tree_Write, Tree_Read): Use proper expressions for size
13457 (Tree_Read): Use size of object instead of type'object_size, since the
13458 latter is incorrect for packed array types.
13459 (Tree_Write): Same fix
13460
13461 * opt.ads: Add new warning for renaming of function return objects
13462 (Generating_Code): New boolean variable used to indicate that the
13463 frontend as finished its work and has called the backend to process
13464 the tree and generate the object file.
13465 (GCC_Version): Is now private
13466 (Static_Dispatch_Tables): New constant declaration.
13467 (Overflow_Checks_Unsuppressed): New flag.
13468 (Process_Suppress_Unsuppress): Set Overflow_Checks_Unsuppressed.
13469 (List_Closure): New flag for gnatbind (-R)
13470 Zero_Formatting: New flag for gnatbind (-Z)
13471 (Special_Exception_Package_Used): New flag.
13472 (Warn_On_Unrepped_Components): New flag.
13473
13474 * sem_ch8.adb (Check_Library_Unit_Renaming): Check that the renamed
13475 unit is a compilation unit, rather than relying on its scope, so that
13476 Standard can be renamed.
13477 (Analyze_Object_Renaming): Add new warning for renaming of function
13478 return objects.
13479 Also reject attempt to rename function return object in Ada 83 mode.
13480 (Attribute_Renaming): In case of tagged types, add the body of the
13481 generated function to the freezing actions of the type.
13482 (Find_Type): A protected type is visible right after the reserved word
13483 "is" is encountered in its type declaration. Set the entity and type
13484 rather than emitting an error message.
13485 (New_Scope): Properly propagate Discard_Names to inner scopes
13486 (Check_Nested_Access): New procedure.
13487 (Has_Nested_Access, Set_Has_Nested_Access): New procedures.
13488 (Find_Direct_Name, Note_Possible_Modification): Use Check_Nested_Access.
13489
13490 * sem_warn.ads, sem_warn.adb: Improvements to infinite loop warning
13491 Add new warning for renaming of function return objects
13492 (Check_References): Suppress warnings for objects whose type or
13493 base type has Warnings suppressed.
13494 (Set_Dot_Warning_Switch): Add processing for -gnatw.c/C
13495 (Set_Warning_Switch): Include new -gnatwc in -gnatwa
13496
13497 2007-06-06 Vincent Celier <celier@adacore.com>
13498 Emmanuel Briot <briot@adacore.com>
13499 Olivier Hainque <hainque@adacore.com>
13500
13501 * g-debpoo.ads, g-debpoo.adb (Free_Physically.Free_Blocks): Use the
13502 absolute value of Header.Block_Size when displaying the freed physical
13503 memory in traces.
13504 (Allocate): Compute Storage_Address using Integer_Address, not
13505 Storage_Offset, because the range of Storage_Offset may not be large
13506 enough.
13507 (Configure): New parameter Low_Level_Traces
13508 (Allocate, Deallocation, Free_Physically): Added low-level traces
13509 (Configure): new parameter Errors_To_Stdout.
13510 (Output_File): new subprogram
13511 (Deallocate, Dereference): Send error messages to the proper stream
13512 (Print_Pool, Print_Info_Stdout): Make sure the output goes to stdout, as
13513 documented. Previous code would send it to the current output file
13514 defined in GNAT.IO, which might not be stdout
13515 (Is_Valid): Adjust comment to mention that a positive reply means that
13516 Header_Of may be used to retrieve the allocation header associated with
13517 the subprogram Storage address argument. Return False early if this
13518 address argument is misaligned.
13519
13520 2007-06-06 Vincent Celier <celier@adacore.com>
13521
13522 * gnatcmd.adb (GNATCmd): Accept switch -aP for commands that accept
13523 switch -P
13524 (ASIS_Main): New global variable
13525 (Get_Closure): New procedure
13526 (GNATCmd): Set ASIS_Main when -P and -U with a main is used for gnat
13527 check, metric or pretty. Call Get_Closure in this case.
13528 (Check_Files): For GNAT LIST, check all sources of all projects when
13529 All_Projects is True.
13530 (GNATCmd): Accept -U for GNAT LIST
13531
13532 2007-06-06 Vincent Celier <celier@adacore.com>
13533
13534 * gnatlink.adb (Gnatlink): Do not specify -static-libgcc when --LINK=
13535 has been specified
13536 Correct error message when invocation of the linker fails
13537 Add explicit size clause for the C imported variables
13538 Object_List_File_Supported and Using_GNU_Linker to emphasize that
13539 we expect char size.
13540 Read target parameters earlier, since this is needed to set
13541 Target_VM properly. Also do not use -static/shared-libgcc for non GCC
13542 targets.
13543
13544 2007-06-06 Vincent Celier <celier@adacore.com>
13545
13546 * gnatls.adb:
13547 Add 3 spaces before the default project directory when displaying
13548 the project search path.
13549 Add new command line switch '-l' to display license information.
13550
13551 2007-06-06 Vasiliy Fofanov <fofanov@adacore.com>
13552
13553 * gmem.c: Add support for timestamps on memory operations.
13554
13555 * memtrack.adb, gnatmem.adb: Add support for timestamps on memory
13556 operations (not used currently, just foundation for future
13557 enhancements). Add possibility to perform full dump of gmem.out file.
13558 (Print_Back_Traces): Declare accesses to root arrays constants since
13559 they aren't modified.
13560 (Print_Back_Traces): allocate root arrays on the heap rather than stack.
13561
13562 2007-06-06 Vincent Celier <celier@adacore.com>
13563
13564 * gnatsym.adb: Update Copyright notice
13565 (Parse_Cmd_Line): Accept new switch -D
13566 (Gnatsym): In Direct policy (switch -D) copy reference file to symbol
13567 file.
13568
13569 * prj.ads (Policy): New policy Direct
13570 (Yes_No_Unknown): New enumeration type
13571 (Project_Data): New component Libgnarl_Needed
13572
13573 * prj-nmsc.adb (Check_For_Source): When recording a source file make
13574 use the untouched pathname casing.
13575 (Get_Directories): Ensure that the Display_Exec_Directory is using the
13576 proper casing on non case-sensitive platforms like Windows.
13577 (Get_Unit): Accept file names x__... and x~... (where x = a, g, i or s)
13578 on all platforms, as it is not possible to know which one is allowed
13579 before processing the project files.
13580 (Check_Stand_Alone_Library): Check that Library_Reference_Symbol_File is
13581 specified when symbol policy is Direct. Check that when there is a
13582 symbol file defined (either by default or with attribute
13583 Library_Symbol_File) it is not the same as the reference symbol file.
13584 (Check_Stand_Alone_Library): Recognize new symbol policy Direct.
13585 (Look_For_Sources): Allow Locally_Removed_Files to be declare in non
13586 extending projects.
13587 (Record_Ada_Source): Record a source that has been locally removed in an
13588 imported project.
13589
13590 * symbols.ads (Policy): New policy Direct
13591
13592 * symbols-vms.adb (Initialize): Take new policy Direct in case
13593 statement
13594
13595 2007-06-06 Vincent Celier <celier@adacore.com>
13596
13597 * g-os_lib.ads, g-os_lib.adb (Normalize_Pathname.Get_Directory):
13598 Correct obvious bug (return Dir; instead of return Directory;).
13599 (Normalize_Pathname): Use Reference_Dir'Length, not Reference_Dir'Last
13600
13601 2007-06-06 Thomas Quinot <quinot@adacore.com>
13602
13603 * g-pehage.adb (Produce): Open output files in Binary mode, so that
13604 they have UNIX line endings (LF only) even on Windows, and thus pass
13605 all GNAT style checks.
13606
13607 2007-06-06 Emmanuel Briot <briot@adacore.com>
13608
13609 * g-regpat.adb (Quote): Fix improper quoting of '.'
13610
13611 2007-06-06 Thomas Quinot <quinot@adacore.com>
13612
13613 * g-soccon.ads: Add new constant Thread_Blocking_IO, always True by
13614 default, set False on a per-runtime basis.
13615 (Need_Netdb_Buffer): New constant.
13616
13617 * g-socket.ads, g-socket.adb: Import new package
13618 GNAT.Sockets.Thin.Task_Safe_NetDB.
13619 (Raise_Host_Error): Use Host_Error_Message from platform-specific thin
13620 binding to obtain proper message.
13621 (Close_Selector): Use GNAT.Sockets.Thin.Signalling_Fds.Close.
13622 Replace various occurrences of Arry (Arry'First)'Address with the
13623 equivalent Arry'Address (GNAT always follows implementation advice from
13624 13.3(14)).
13625 (Get_Host_By_Address, Get_Host_By_Name,
13626 Get_Service_By_Name, Get_Service_By_Port): Do not use GNAT.Task_Lock;
13627 instead, rely on platform-specific task safe netdb operations provided
13628 by g-socthi.
13629
13630 * g-socthi.ads, g-socthi.adb (Initialize): Remove obsolete formal
13631 parameter Process_Blocking_IO.
13632 (Host_Error_Messages): Add stub body.
13633 (GNAT.Sockets.Thin.Signalling_Fds): New procedure Close.
13634 (Safe_Gethostbyname, Safe_Gethostbyaddr, Safe_Getservbyname,
13635 Safe_Getservbyport): Move functions into new child package
13636 Task_Safe_NetDB.
13637 (Nonreentrant_Gethostbyname, Nonreentrant_Gethostbyaddr,
13638 Nonreentrant_Getservbyname, Nonreentrant_Getservbyport): New routines.
13639 (In_Addr): Add alignment clause.
13640
13641 2007-06-06 Robert Dewar <dewar@adacore.com>
13642
13643 * g-trasym.ads, g-traceb.ads: Update list of supported targets
13644 Add note about symbolic traceback
13645
13646 2007-06-06 Pascal Obry <obry@adacore.com>
13647
13648 * hostparm.ads (Normalized_CWD): Use the host directory separator
13649 instead of the hardcoded forward slash which is not the proper
13650 character on Windows for example.
13651 (Java_VM): Removed.
13652
13653 2007-06-06 Vincent Celier <celier@adacore.com>
13654 Arnaud Charlet <charlet@adacore.com>
13655
13656 * a-clrefi.adb, a-clrefi.ads: New files
13657
13658 * impunit.adb: Add s-os_lib in the list of user visible units.
13659 (Non_Imp_File_Names_95): Add a-clrefi to this list
13660 Remove obsolete run-time entries.
13661 (Non_Imp_File_Names_05): Add Ada 2005 entries for:
13662 "a-exetim" -- Ada.Execution_Time
13663 "a-extiti" -- Ada.Execution_Time.Timers
13664
13665 * mlib-prj.ads, mlib-prj.adb
13666 (Build_Library): Use untouched object dir and library dir. At the
13667 same time makes sure that the checks are done using the canonical
13668 form. Removes hard-coded directory separator and use the proper host
13669 one instead.
13670 (Process_Project): Do not look in object directory to check if libgnarl
13671 is needed for a library, if there is no object directory.
13672 (Build_Library): Scan the ALI files to decide if libgnarl is needed for
13673 linking.
13674 (Build_Library): When invoking gnatbind, use a response file if the
13675 total size of the arguments is too large.
13676
13677 * Makefile.rtl: (g-sttsne): New object file.
13678 Add entry for a-clrefi, s-utf_32, System.Exceptions
13679
13680 * Make-lang.in: Remove bogus dependency of s-memory.o on memtrack.o.
13681 (GNAT_ADA_OBJS, GNATBIND_OBJS): Add s-except.o.
13682 (GNATBIND_OBJS): Add new objects a-clrefi.o and a-comlin.o
13683 Change g-string to s-string, g-os_lib to s-os_lib
13684 Change all g-utf_32 references to s-utf_32
13685
13686 2007-06-06 Tristan Gingold <gingold@adacore.com>
13687 Olivier Hainque <hainque@adacore.com>
13688
13689 * init.c: Do not adjust IP of an imported VMS exception of ia64.
13690 LIB$STOP is called to raise an exception and the IP of the exception
13691 is the instruction right after the call.
13692 (__gnat_adjust_context_for_raise, AIX): Implement.
13693 (__gnat_error_handler, AIX): Accept SIGINFO related arguments and call
13694 adjust_context_for_raise before Raise_From_Signal_Hanler.
13695 (__gnat_install_handler, AIX): Add SA_SIGINFO to the sa_flags, to ensure
13696 siginfo is passed to the handler, necessary to let the zcx propagation
13697 engine unwind past it.
13698
13699 2007-06-06 Olivier Hainque <hainque@adacore.com>
13700
13701 * initialize.c (__gnat_initialize for vxworks): Update documentation
13702 on the ZCX support, using different sets of crtstuff objects than with
13703 GCC 3.4.
13704
13705 2007-06-06 Robert Dewar <dewar@adacore.com>
13706
13707 * layout.ads, layout.adb (Adjust_Esize_Alignment): Move spec to package
13708 spec from body
13709 (Layout_Type): Fix recomputation of size from alignment.
13710
13711 2007-06-06 Ed Schonberg <schonberg@adacore.com>
13712 Javier Miranda <miranda@adacore.com>
13713
13714 * sem_ch12.adb (Analyze_Associations): Diagnose use of an others
13715 association in an instance.
13716 (Copy_Generic_Node): If the node is a string literal, no need to copy
13717 its descendants.
13718 (Is_Generic_Formal): For a formal subprogram, the declaration is the
13719 grandparent of the entity.
13720 (Analyze_Formal_Interface_Type): Transform into a full type declaration,
13721 to simplify handling of formal interfaces that derive from other formal
13722 interfaces.
13723 (Instantiate_Subprogram_Body): The defining unit name of the body of
13724 the instance should be a defining identifier.
13725 (Install_Formal_Packages): make global to the package, for use in
13726 instantiations of child units.
13727 (Analyze_Package_Instantiation): Do not attempt to set information on an
13728 enclosing master of an entry when expansion is disabled.
13729 (Instantiate_Type): If the actual is a tagged synchronized type and the
13730 generic ancestor is an interface, create a generic actual for the
13731 corresponding record.
13732 (Analyze_Formal_Derived_Interface_Type): Rewrite as a derived type
13733 declaration, to ensure that the interface list is processed correctly.
13734 (Inline_Instance_Body): If enclosing scope is an instance body, remove
13735 its entities from visibiility as well.
13736 (Pre_Analyze_Actuals): if the actual is an allocator with constraints
13737 given with a named association, analyze the expression only, not the
13738 discriminant association itself.
13739 (Reset_Entity): If the analysis of a selected component is transformed
13740 into an expanded name in the prefix of a call with parameters, do not
13741 transform the original node into an expanded name, to prevent visibility
13742 errors in the case of nested generics.
13743 (Check_Private_View): For an array type, check whether the index types
13744 may need exchanging.
13745
13746 2007-06-06 Arnaud Charlet <charlet@adacore.com>
13747 Vincent Celier <celier@adacore.com>
13748
13749 * lib-writ.adb: Handle Convention_CIL in addition to Convention_Java,
13750 since both are separated.
13751 Add support for imported CIL packages.
13752 Add further special handling of "value_type" for CIL.
13753 Add special handling of pragma Import for CIL.
13754
13755 * make.ads, make.adb: When switch -eS is used, direct all outputs to
13756 standard output instead of standard error, except errors.
13757 (Absolute_Path): Use untouched casing for the parent directory.
13758 (Add_Library_Search_Dir): Use the untouched directory name.
13759 (Add_Source_Search_Dir): Idem.
13760 (Change_To_Object_Directory): Update output to use proper casing.
13761 (Create_Binder_Mapping_File): Use the untouched filename to set
13762 ALI_Name.
13763 (Gnatmake): Use untouched library and executable directory names.
13764 (Insert_Project_Sources): Use untouched filename for spec and body.
13765 (Is_In_Object_Directory): Use untouched object directory.
13766 (Mark_Directory): Idem.
13767 (Collect_Arguments_And_Compile): Ensure that Full_Source_File always
13768 contains the non-canonical filename in all cases.
13769 (Change_To_Object_Directory): In verbose mode, display the name of the
13770 object directory we're changing to.
13771 (Compile_Sources): Make sure, when a project file is used, to compile
13772 the body of the unit, when there is one, even when only the spec is
13773 recorded in an ALI file.
13774 (Gcc_Switches, Binder_Switches, Linker_Switches): Tables moved from the
13775 spec to the body.
13776 (Report_Compilation_Failed): New procedure
13777 (Bind, Display_Commands, Compile_Sources, Initialize, Scan_Make_Arg):
13778 procedures moved from the spec to the body.
13779 (Extract_Failure): Removed, not used
13780 Replace explicit raises of exception Bind_Failed and Link_Failed with
13781 calls to Make_Failed with the proper message.
13782 Replace explicit raises of exception Compilation_Failed with calls to
13783 procedure Report_Compilation_Failed.
13784 (Initialize): Create mapping files unconditionally when using project
13785 files.
13786
13787 * sem_mech.adb: (Name_CIL, Name_CIL_Constructor, Convention_CIL,
13788 Pragma_CIL_Constructor): New names.
13789
13790 * targparm.ads, targparm.adb
13791 (Compiler_System_Version): Removed, no longer used.
13792 (Get_Target_Parameters): Relax checks on system.ads validity. Add
13793 handling of two new system flags: JVM and CLI.
13794
13795 2007-06-06 Jose Ruiz <ruiz@adacore.com>
13796 Arnaud Charlet <charlet@adacore.com>
13797
13798 * Makefile.in (LIBGNAT_TARGET_PAIRS for VxWorks 6): For the RTP run
13799 time, use the default s-interr body that provides interrupt support
13800 based on signals.
13801 (LIBGNAT_TARGET_PAIRS for x86-linux): Use specialized versions of
13802 a-exetim.ad{s,b}, a-extiti.ad{s,b}, a-rttiev.ad{s,b}, s-osinte.ad{s,b},
13803 g-soccon.ads, and s-taprop.adb for the marte run time.
13804 (EXTRA_GNATRTL_TASKING_OBJS for x86-linux): Execution time clocks and
13805 timers are supported on marte.
13806 (EH_MECHANISM for marte): Do not use ZCX.
13807 (THREADSLIB for marte): Use -lmarte.
13808 Add mlib-tgt-vms.o to the list of objects for gnatmake for VMS
13809 Add mlib-tgt-specific.o to gnatmake objects
13810 mlib-tgt-<platforms>.adb is now the body of MLib.Tgt.Specific, no
13811 longer of MLib.Tgt.
13812 (LIBGNAT_TARGET_PAIRS for vxworks): When building a run time for VxWorks
13813 6, either kernel or rtp, use a specialized version of s-osinte.ads.
13814
13815 2007-06-06 Pascal Obry <obry@adacore.com>
13816
13817 * mkdir.c (__gnat_mkdir): Add support for UTF-8.
13818
13819 2007-06-06 Vincent Celier <celier@adacore.com>
13820
13821 * mlib.ads, mlib.adb (Build_Library): Do not use hard-coded directory
13822 separator, use instead the proper host directory separator.
13823 (Copy_ALI_Files): Make sure that an already existing ALI file in the
13824 ALI copy dir is writable, before doing the copy.
13825
13826 * mlib-utl.ads, mlib-utl.adb:
13827 (Gcc): If length of command line is too long, put the list of object
13828 files in a response file, if this is supported by the platform.
13829 (Ar): If invocation of the archive builder is allowed to be done in
13830 chunks and building it in one shot would go above an OS dependent
13831 limit on the number of characters on the command line, build the archive
13832 in chunks.
13833
13834 2007-06-06 Vincent Celier <celier@adacore.com>
13835
13836 * osinte-c.ads, osint-c.adb (Set_Library_Info_Name): Fail if base name
13837 of specified object file is not equal to base name of source.
13838
13839 2007-06-06 Javier Miranda <miranda@adacore.com>
13840 Hristian Kirtchev <kirtchev@adacore.com>
13841 Ed Schonberg <schonberg@adacore.com>
13842
13843 * sem_ch3.adb (Process_Full_View): Propagate the CPP_Class attribute to
13844 the full type declaration.
13845 (Analyze_Component_Declaration): Add local variable E to capture the
13846 initialization expression of the declaration. Replace the occurences of
13847 Expression (N) with E.
13848 (OK_For_Limited_Init_In_05): Allow initialization of class-wide
13849 limited interface object with a function call.
13850 (Array_Type_Declaration): If the declaration lacks subtype marks for
13851 indices, create a simple index list to prevent cascaded errors.
13852 (Is_Null_Extension): Ignore internal components created for secondary
13853 tags when checking whether a record extension is a null extension.
13854 (Check_Abstract_Interfaces): Add missing support for interface subtypes
13855 and generic formals.
13856 (Derived_Type_Declaration): Add missing support for interface subtypes
13857 and generic formals.
13858 (Analyze_Object_Declaration): If an initialization expression is
13859 present, traverse its subtree and mark all allocators as static
13860 coextensions.
13861 (Add_Interface_Tag_Component): When looking for components that may be
13862 secondary tags, ignore pragmas that can appear within a record
13863 declaration.
13864 (Check_Abstract_Overriding): an inherited function that dispatches on
13865 result does not need to be overriden if the controlling type is a null
13866 extension.
13867 (Mentions_T): Handle properly a 'class attribute in an anonymous access
13868 component declaration, when the prefix is an expanded name.
13869 (Inherit_Component): If the derivation is for a private extension,
13870 inherited components remain visible and their ekind should not be set
13871 to Void.
13872 (Find_Type_Of_Object): In the case of an access definition, always set
13873 Is_Local_Anonymous_Access. We were previously not marking the anonymous
13874 access type of a return object as a local anonymous type.
13875 (Make_Index): Use Ambiguous_Character to report ambiguity on a discrete
13876 range with character literal bounds.
13877 (Constrain_Array): Initialize the Packed_Array_Type field to Empty.
13878 (Access_Subprogram_Declaration): Indicate that the type declaration
13879 depends on an incomplete type only if the incomplete type is declared
13880 in an open scope.
13881 (Analyze_Subtype_Declaration): Handle properly subtypes of
13882 synchronized types that are tagged, and that may appear as generic
13883 actuals.
13884 (Access_Subprogram_Declaration): An anonymous access to subprogram can
13885 appear as an access discriminant in a private type declaration.
13886 (Add_Interface_Tag_Components): Complete decoration of the component
13887 containing the tag of a secondary dispatch table and the component
13888 containing the offset to the base of the object (this latter component
13889 is only generated when the parent type has discriminants --as documented
13890 in this routine).
13891 (Inherit_Components): Use the new decoration of the tag components to
13892 improve the condition that avoids inheriting the components associated
13893 with secondary tags of the parent.
13894 (Build_Discriminanted_Subtype): Indicate to the backend that the
13895 size of record types associated with dispatch tables is known at
13896 compile time.
13897 (Analyze_Subtype_Declaration): Propagate Is_Interface flag when needed.
13898 (Analyze_Interface_Declaration): Change setting of Is_Limited_Interface
13899 to include task, protected, and synchronized interfaces as limited
13900 interfaces.
13901 (Process_Discriminants): Remove the setting of
13902 Is_Local_Anonymous_Access on the type of (anonymous) access
13903 discriminants of nonlimited types.
13904 (Analyze_Interface_Type_Declaration): Complete the decoration of the
13905 class-wide entity it is is already present. This situation occurs if
13906 the limited-view has been previously built.
13907 (Enumeration_Type_Declaration): Initialize properly the Enum_Pos_To_Rep
13908 field.
13909 (Add_Interface_Tag_Components.Add_Tag): Set the value of the attribute
13910 Related_Interface.
13911
13912 2007-06-06 Ed Schonberg <schonberg@adacore.com>
13913
13914 * sem_aggr.adb (Resolve_Record_Aggregate): Ignore internal components
13915 of the type that specify the position of interface tags when the type
13916 inherits discriminated array components from the parent type.
13917 If a component is initialized with a box, check for the presence of a
13918 default expression in its declaration before using its default
13919 initialization procedure.
13920 (Resolve_Record_Aggregate): If a component is box-initialized, and the
13921 component type has a discriminants, create a partial aggregate for it
13922 by copying the discriminants of the component subtype.
13923 Reject attempt to initialize a discriminant with a box.
13924 (Array_Aggr_Subtype): Indicate to the backend that the size of arrays
13925 associated with dispatch tables is known at compile time.
13926 (Get_Value): If an association in a record aggregate has a box
13927 association, and the corresponding record component has a default
13928 expression, always copy the default expression, even when the
13929 association has a single choice, in order to create a proper
13930 association for the expanded aggregate.
13931
13932 2007-06-06 Ed Schonberg <schonberg@adacore.com>
13933 Robert Dewar <dewar@adacore.com>
13934
13935 * par-ch12.adb (P_Generic_Associations): The source position of an
13936 Others association is that of the others keyword, not that of the token
13937 that follows the box.
13938 (P_Formal_Type_Definition): Handle formal access types that carry a
13939 not null indicator.
13940
13941 * par-ch3.adb (P_Known_Discriminant_Part_Opt, P_Component_Items): If
13942 multiple identifier are present, save Scan_State before scanning the
13943 colon, to ensure that separate trees are constructed for each
13944 declaration.
13945 (P_Identifier_Declarations): For object declaration, set new flag
13946 Has_Init_Expression if initialization expression present.
13947 (P_Null_Exclusion): Properly diagnose NOT NULL coming before NULL
13948 Improve NOT NULL error messages
13949
13950 2007-06-06 Robert Dewar <dewar@adacore.com>
13951
13952 * par-ch4.adb: (P_Name): Recover from literal used as name
13953
13954 2007-06-06 Vincent Celier <celier@adacore.com>
13955
13956 * prep.ads, prep.adb (Expression): New Boolean parameter Complemented,
13957 defaulted to False.
13958 In the "not" case, recursive call with Complemented set to True.
13959 Do not allow "or" or "and" operators when Complemented is True.
13960
13961 2007-06-06 Vincent Celier <celier@adacore.com>
13962
13963 * prj.adb (Project_Empty): Gives default value for new component
13964 Libgnarl_Needed
13965
13966 * prj-attr.ads: Minor reformatting
13967
13968 * prj-env.ads, prj-env.adb (For_All_Object_Dirs): Register object
13969 directory using the untouched casing.
13970 (For_All_Source_Dirs): Idem.
13971
13972 * prj-ext.ads, prj-ext.adb (Search_Directories): New table to record
13973 directories specified with switches -aP.
13974 (Add_Search_Project_Directory): New procedure
13975 (Initialize_Project_Path): Put the directories in table
13976 Search_Directories in the project search path.
13977 (Initialize_Project_Path): For VMS, transform into canonical form the
13978 project path.
13979
13980 2007-06-06 Arnaud Charlet <charlet@adacore.com>
13981
13982 * restrict.ads, restrict.adb (No_Exception_Handlers_Set): Only return
13983 true if configurable run-time or No_Run_Time is set.
13984 (Set_Restriction): Avoid setting restriction No_Elaboration_Code when
13985 processing an unit which is not the one being compiled.
13986
13987 2007-06-06 Arnaud Charlet <charlet@adacore.com>
13988
13989 * s-arit64.adb: Replace System.Pure_Exceptions by Ada 05 syntax.
13990 Replace UC by Ada.UC
13991
13992 * s-bitops.adb: Get rid of System.Pure_Exceptions.
13993 Replace UC by Ada.UC
13994
13995 2007-06-06 Robert Dewar <dewar@adacore.com>
13996
13997 * scng.adb: (Check_End_Of_Line): Deal with very long lines
13998
13999 2007-06-06 Robert Dewar <dewar@adacore.com>
14000
14001 * sem.ads, sem.adb (Semantics): Save and restore Global_Discard_Names
14002 Remove no longer used nodes.
14003
14004 2007-06-06 Javier Miranda <miranda@adacore.com>
14005 Ed Schonberg <schonberg@adacore.com>
14006 Robert Dewar <dewar@adacore.com>
14007
14008 * sem_ch10.ads, sem_ch10.adb (Analyze_Compilation_Unit): Disable check
14009 on obsolescent withed unit in case of limited-withed units.
14010 (Analyze_Compilation_Unit): Add guard to code that removed an
14011 instantiation from visibility, to prevent compiler aborts when
14012 instantiation is abandoned early on.
14013 (Install_Limited_Withed_Unit): Recognize a limited-with clause on the
14014 current unit being analyzed, and Distinguish local incomplete types
14015 from limited views of types declared elsewhere.
14016 (Build_Limited_Views.Decorate_Tagged_Type): Add documentation
14017 to state that the class-wide entity is shared by the limited-view
14018 and the full-view.
14019 (Analyze_With_Clause): Improve placement of flag for case of
14020 unimplemented unit.
14021 (Analyze_With_Clause): Recognize use of GNAT.Exception_Traces in a
14022 manner similar to GNAT.Current_Exception. This is a violation of
14023 restriction (No_Exception_Propagation), and also inhibits the
14024 optimization of local raise to goto.
14025 (Analyze_With_Clause): Check for Most_Recent_Exception being with'ed,
14026 and if so set Most_Recent_Exception_Used flag in Opt, and also check
14027 for violation of restriction No_Exception_Propagation.
14028
14029 2007-06-06 Javier Miranda <miranda@adacore.com>
14030 Hristian Kirtchev <kirtchev@adacore.com>
14031 Gary Dismukes <dismukes@adacore.com>
14032
14033 * sem_ch11.adb (Analyze_Exception_Handlers): Add barrier to avoid the
14034 use of entity Exception_Occurrence if it is not available in the
14035 target run-time.
14036
14037 * sem_ch9.adb (Analyze_Protected_Type, Analyze_Task_Type): When
14038 concurrent types are declared within an Ada 2005 generic, build their
14039 corresponding record types since they are needed for overriding-related
14040 semantic checks.
14041 (Analyze_Protected_Type): Rearrange and simplify code for testing that a
14042 protected type does not implement a task interface or a nonlimited
14043 interface.
14044 (Analyze_Task_Type): Rearrange and simplify code for testing that a task
14045 type does not implement a protected interface or a nonlimited interface.
14046 (Single_Task_Declaration, Single_Protected_Declaration): use original
14047 entity for variable declaration, to ensure that debugging information
14048 is correcty generated.
14049 (Analyze_Protected_Type, Analyze_Task_Type): Do not call expander
14050 routines if the expander is not active.
14051 (Analyze_Task_Body): Mark all handlers to stop optimization of local
14052 raise, since special things happen for task exception handlers.
14053
14054 * sem_disp.adb (Check_Controlling_Formals): Add type retrieval for
14055 concurrent types declared within a generic.
14056 (Check_Dispatching_Operation): Do not emit warning about late interface
14057 operations in the context of an instance.
14058 (Check_Dispatching_Call): Remove restriction against calling a
14059 dispatching operation with a limited controlling result.
14060 (Check_Dispatching_Operation): Replace calls to Fill_DT_Entry and
14061 Register_Interface_DT_Entry by calls to Register_Primitive.
14062 (Check_Dispatching_Formals): Handle properly a function with a
14063 controlling access result.
14064
14065 2007-06-06 Robert Dewar <dewar@adacore.com>
14066 Arnaud Charlet <charlet@adacore.com>
14067
14068 * sem_ch13.adb (Analyze_Attribute_Definition_Clause, case Stream_Size):
14069 Check for restriction No_Implementation_Attributes if in Ada 95 mode.
14070 (Storage_Pool): Do not crash when RE_Stack_Bounded_Pool is not available
14071 (Analyze_Attribute_Definition_Clause [External_Tag]): Generate error
14072 message when using a VM, since this attribute is not supported.
14073 (Analyze_Record_Representation_Clause): Give unrepped component warnings
14074
14075 * usage.adb: Add new warning for renaming of function return objects
14076 Indicate that -gnatwp and -gnatwP concern front-end inlining
14077 Add line for -gnatyg
14078 Add usage information for -gnatw.c/C
14079
14080 2007-06-06 Robert Dewar <dewar@adacore.com>
14081 Ed Schonberg <schonberg@adacore.com>
14082
14083 * sem_ch5.adb
14084 (Find_Var): Do not consider function call in test for infinite loop
14085 warning if warnings set off for function entity.
14086 (One_Bound): Do not create a temporary for a loop bound if it is a
14087 character literal.
14088 (Analyze_Assignment): Traverse the right hand side of an assignment and
14089 mark all allocators as static coextensions.
14090 (Analyze_Assignment): Exempt assignments involving a dispatching call
14091 to a function with a controlling access result from the check requiring
14092 the target to be class-wide.
14093
14094 2007-06-06 Hristian Kirtchev <kirtchev@adacore.com>
14095 Ed Schonberg <schonberg@adacore.com>
14096 Robert Dewar <dewar@adacore.com>
14097 Javier Miranda <miranda@adacore.com>
14098
14099 * sem_res.ads, sem_res.adb (Process_Allocator): Do not propagate the
14100 chain of coextensions when an allocator serves as the root of such a
14101 chain.
14102 (Propagate_Coextensions): Remove the test for the root being an
14103 allocator.
14104 (Resolve_Allocator): Add condition to ensure that all future decoration
14105 occurs on an allocator node. Add processing and cleanup for static
14106 coextensions.
14107 (Valid_Conversion): If the operand type is the limited view of a
14108 class-wide type, use the non-limited view is available to determine
14109 legality of operation.
14110 (Ambiguous_Character): move to spec, for use elsewhere.
14111 (Ambiguous_Character): Handle Wide_Wide_Character in Ada 2005 mode
14112 (Resolve_Range): Diagnose properly an ambiguous range whose bounds are
14113 character literals.
14114 (Resolve_Arithmetic_Op): Call Activate_Division_Check instead of setting
14115 Do_Division_Check flag explicitly.
14116 (Resolve_Actuals): If the actual is of a synchronized type, and the
14117 formal is of the corresponding record type, this is a call to a
14118 primitive operation of the type, that is declared outside of the type;
14119 the actual must be unchecked-converted to the type of the actual
14120 (Resolve_Call): Kill all current values for any subprogram call if
14121 flag Suppress_Value_Tracking_On_Call is set.
14122 (Resolve_Type_Conversion): Generate error message the the operand
14123 or target of interface conversions come from a limited view.
14124 (Check_Infinite_Recursion): Ignore generated calls
14125 (Check_Allocator_Discrim_Accessibility): New procedure for checking
14126 that an expression that constrains an access discriminant in an
14127 allocator does not denote an object with a deeper level than the
14128 allocator's access type.
14129 (Resolve_Allocator): In the case of an allocator initialized by an
14130 aggregate of a discriminated type, check that associations for any
14131 access discriminants satisfy accessibility requirements by calling
14132 Check_Allocator_Discrim_Accessibility.
14133 (Resolve_Equality_Op): Handle comparisons of anonymous access to
14134 subprogram types in the same fashion as other anonymous access types.
14135 (Resolve_Concatenation_Arg): Remove initial character '\' in an error
14136 message that is not a continuation message.
14137 (Resolve_Type_Conversion): Add missing support for conversion to
14138 interface type.
14139 (Resolve_Actuals): Introduce a transient scope around the call if an
14140 actual is a call to a function returning a limited type, because the
14141 resulting value must be finalized after the call.
14142 (Resolve_Actuals): If the call was given in prefix notations, check
14143 whether an implicit 'Access reference or implicit dereference must be
14144 added to make the actual conform to the controlling formal.
14145
14146 2007-06-06 Robert Dewar <dewar@adacore.com>
14147 Javier Miranda <miranda@adacore.com>
14148
14149 * sem_ch7.adb (Check_Anonymous_Access_Types): Fix error for null body
14150 (Derive_Inherited_Private_Subprogram): Code cleanup. In case of explicit
14151 overriding of an inherited private subprogram now there is no need to
14152 inherit its dispatching slot and reduce the size of the dispatch table.
14153 Set_All_DT_Position now ensures that the same slot is now assigned to
14154 both entities. This is required to statically build the dispatch table.
14155 (Declare_Inherited_Private_Subprograms): Rewriten to avoid the need
14156 of calling Set_All_DT_Position to re-evaluate the position of the
14157 entries in the dispatch table. Such reevaluation is not desired if
14158 the tagged type is already frozen.
14159
14160 2007-06-06 Hristian Kirtchev <kirtchev@adacore.com>
14161 Gary Dismukes <dismukes@adacore.com>
14162 Robert Dewar <dewar@adacore.com>
14163 Javier Miranda <miranda@adacore.com>
14164
14165 * sem_util.ads, sem_util.adb (May_Be_Lvalue): A prefix of an attribute
14166 reference acts as an lvalue when the attribute name modifies the prefix
14167 (Is_Coextension_Root): New routine.
14168 (Mark_Static_Coextensions): New routine.
14169 (Type_Access_Level): Revise code for checking the level of the
14170 anonymous access type of a return object.
14171 (Safe_To_Capture_Value): Not safe to capture if Address_Taken
14172 (Matches_Prefixed_View_Profile): Remove the no longer necessary
14173 retrieval of the corresponding controlling record type.
14174 (Find_Overridden_Synchronized_Primitive): Code cleanup. Add handling of
14175 concurrent types declared within a generic as well as class wide types.
14176 Emit a mode incompatibility error whenever a protected entry or routine
14177 override an interface routine whose first parameter is not of mode
14178 "out", "in out" or access to variable.
14179 (Overrides_Synchronized_Primitive): Rename to
14180 Find_Overridden_Synchronized_Primitive.
14181 (Collect_Interface_Components): New subprogram that collects all the
14182 components of a tagged record containing tags of secondary dispatch
14183 tables.
14184 (Add_Global_Declaration): New procedure
14185 (Abstract_Interface_List): Handle properly the case of a subtype of a
14186 private extension.
14187 (Type_Access_Level): In the case of a type whose parent scope is a
14188 return statement, call Type_Access_Level recursively on the enclosing
14189 function's result type to determine the level of the return object's
14190 type.
14191 (Build_Elaboration_Entity): Build name of elaboration entity from the
14192 scope chain of the entity, rather than the unit name of the file name.
14193 (Check_Nested_Access): New procedure.
14194 (Has_Up_Level_Access, Set_Has_Up_Level_Access): New procedures.
14195 (Find_Direct_Name, Note_Possible_Modification): Use Check_Nested_Access.
14196 (Get_Renamed_Entity): Utility routine for performing common operation
14197 of chasing the Renamed_Entity field of an entity.
14198
14199 2007-06-06 Robert Dewar <dewar@adacore.com>
14200
14201 * sem_elab.adb (Check_A_Call): Specialize elaboration warnings on
14202 elaboration model
14203 (Check_A_Call): Add check for entry call which was causing blowup
14204
14205 2007-06-06 Olivier Hainque <hainque@adacore.com>
14206
14207 * raise-gcc.c (__gnat_eh_personality): Tweak the signature and add
14208 special code on ia64-vms to handle major incompatibilities between the
14209 GCC unwinding ABI and the VMS Condition Handling Facility, both calling
14210 this routine with a very different set of arguments and expectations on
14211 the return value.
14212
14213 2007-06-06 Thomas Quinot <quinot@adacore.com>
14214
14215 * socket.c (__gnat_close_signalling_fd): New function.
14216 (__gnat_safe_gethostbyaddr, __gnat_safe_gethostbyname,
14217 __gnat_safe_getservbyname, __gnat_safe_getservbyport):
14218 New supporting functions for task safe Netdb operations.
14219
14220 2007-06-06 Thomas Quinot <quinot@adacore.com>
14221 Olivier Hainque <hainque@adacore.com>
14222
14223 * a-except-2005.ads, a-except-2005.adb
14224 (Raise_From_Controlled_Operation): New procedure in
14225 (private part of) Ada.Exceptions (standard runtime version). Used to
14226 provide informational exception message when Program_Error is raised as
14227 a result of an Adjust or Finalize operation propagating an exception.
14228 (Rmsg_28): Fix description for E.4(18) check.
14229 (Raise_Current_Excep): Call Debug_Raise_Exception just before
14230 propagation starts, to let debuggers know about the event in a reliable
14231 fashion.
14232 Take the address of E and dereference to make sure it is homed on stack
14233 and prevent the stores from being deleted, necessary for proper
14234 debugger behavior on "break exception" hits.
14235 (Local_Raise): Moved to System.Exceptions
14236
14237 * s-finimp.adb (Raise_From_Finalize): Code to construct an appropriate
14238 exception message from the current occurrence and raise Program_Error
14239 has been moved to Ada.Exceptions.Raise_From_Controlled_Operation.
14240
14241 2007-06-06 Jose Ruiz <ruiz@adacore.com>
14242 Arnaud Charlet <charlet@adacore.com>
14243
14244 * s-taprob.adb (Unlock): Change the ceiling priority of the underlying
14245 lock, if needed.
14246
14247 * s-taprop.ads (Set_Ceiling): Add this procedure to change the ceiling
14248 priority associated to a lock.
14249
14250 * s-tpoben.adb ([Vulnerable_]Complete_Task, Lock_Entries): Relax
14251 assertion to take into account case of no abort restriction.
14252 (Initialize_Protection_Entries): Add initialization for the field
14253 New_Ceiling associated to the protected object.
14254 (Unlock_Entries): Change the ceiling priority of the underlying lock, if
14255 needed.
14256
14257 * s-solita.adb (Get_Current_Excep): Moved back to s-tasini/s-tarest,
14258 since this function needs to be set consistently with Update_Exception.
14259
14260 * s-tarest.adb (Get_Current_Excep): Moved back to s-tasini/s-tarest,
14261 since this function needs to be set consistently with Update_Exception.
14262
14263 * s-taskin.ads: Update comments on
14264 Interrupt_Server_Blocked_On_Event_Flag.
14265 (Unbind_Handler): Fix handling of server_task wakeup
14266 (Server_Task): Set self's state so that Unbind_Handler can take
14267 appropriate actions.
14268 (Common_ATCB): Now use a constant from System.Parameters to determine
14269 the max size of the Task_Image field.
14270
14271 * s-tassta.adb (Task_Wrapper): Now pass the overflow guard to the
14272 Initialize_Analyzer function.
14273 ([Vulnerable_]Complete_Task, Lock_Entries): Relax assertion to
14274 take into account case of no abort restriction.
14275 ([Vulnerable_]Complete_Master): Modify assertion.
14276
14277 * s-tataat.adb (Finalize): Use the nestable versions of
14278 Defer/Undefer_Abort.
14279
14280 * s-tpobop.adb (Protected_Entry_Call): Relax assertion.
14281
14282 * s-tpobop.ads: Update comments.
14283
14284 * s-tposen.adb (Protected_Single_Entry_Call): Call Lock_Entry instead
14285 of locking the object manually, to avoid inconsistencies between
14286 Lock/Unlock_Entry assertions.
14287
14288 * s-interr.ads, s-interr.adb (Server_Task): Fix race condition when
14289 terminating
14290 application and System.Parameters.No_Abort is True.
14291 Update comments on Interrupt_Server_Blocked_On_Event_Flag.
14292 (Unbind_Handler): Fix handling of server_task wakeup
14293 (Server_Task): Set self's state so that Unbind_Handler can take
14294 appropriate actions.
14295
14296 2007-06-06 Thomas Quinot <quinot@adacore.com>
14297
14298 * s-finroo.ads, s-finroo.adb (Read, Write): Use null procedure
14299 declarations instead of an explicit null body, for conciseness.
14300
14301 2007-06-06 Robert Dewar <dewar@adacore.com>
14302
14303 * sem_eval.adb (Eval_Relational_Op): nothing to do if an operand is an
14304 illegal aggregate and the type is still Any_Composite.
14305 (Subtypes_Statically_Match): Fix problem of empty discriminant list
14306
14307 2007-06-06 Ed Schonberg <schonberg@adacore.com>
14308
14309 * sem_smem.adb (Check_Shared_Var): Check explicitly for as task object,
14310 to prevent subsequent expansion.
14311
14312 2007-06-06 Robert Dewar <dewar@adacore.com>
14313
14314 * sinput-l.ads, sinput-l.adb: implement a new pragma No_Body
14315
14316 2007-06-06 Ed Schonberg <schonberg@adacore.com>
14317 Robert Dewar <dewar@adacore.com>
14318
14319 * sprint.ads, sprint.adb (Sprint_Node_Actual): Output aggregate for
14320 exceptions.
14321 (Write_Itype): Handle case of string literal subtype, which
14322 comes up in this context.
14323 (Update_Itype): when debugging expanded code, update sloc of itypes
14324 associated with defining_identifiers and ranges, for gdb use.
14325 (Sprint_Node_Actual): Add static keyword to object or exception
14326 declaration output if Is_Statically_Allocated is True.
14327 (Sprint_End_Label): Set entity of end marker for a subprogram, package,
14328 or task body, so that the tree carries the proper Sloc information for
14329 debugging use.
14330 (Write_Indent): In Dump_Source_Text mode, ignore implicit label nodes
14331
14332 2007-06-06 Arnaud Charlet <charlet@adacore.com>
14333
14334 * s-secsta.adb (Chunk): Ensure this object has a static size known at
14335 compile time, to avoid dynamic memory allocation
14336 (Elaboration code): Only use dynamic memory allocation when needed.
14337
14338 2007-06-06 Quentin Ochem <ochem@adacore.com>
14339
14340 * s-stausa.ads, s-stausa.adb (Initialize_Analyzer): Added parameter
14341 "Overflow_Guard".
14342 (Stack_Analyzer): Added field "Overflow_Guard"
14343 (Task_Result): Added field "Overflow_Guard".
14344 (Index_Str): New constant.
14345 (Task_Name_Str): New constant.
14346 (Actual_Size_Str): New constant.
14347 (Pattern_Array_Element_Size): New constant.
14348 (Get_Usage_Range): New subprogram.
14349 (Output_Result): Added parameter Max_Size_Len and Max_Actual_Use_Len.
14350 Now align the output.
14351 Added comments.
14352 (Initialize): Added value for Overflow_Guard.
14353 (Fill_Stack): Use constant Pattern_Array_Elem_Size when relevant.
14354 Update the value of the overflow guard according to the actual
14355 beginning of the pattern array.
14356 (Initialize_Analyzer): Added parameter Overflow_Guard.
14357 Take this parameter into accound when computing the max size.
14358 (Compute_Result): Use constant Pattern_Array_Elem_Size when relevant.
14359 (Report_Result): Removed extra useless procedure.
14360 Updated call to Output_Result.
14361 Moved full computation of the Task_Result here.
14362
14363 2007-06-06 Thomas Quinot <quinot@adacore.com>
14364
14365 * g-soccon-darwin.ads, gen-soccon.c: Add new constant
14366 Thread_Blocking_IO, always True by default, set False on a per-runtime
14367 basis.
14368 Add Windows-specific constants
14369 Add new constant Need_Netdb_Buffer.
14370 Add new macros to indicate whether getXXXbyYYY is thread safe and, if
14371 not, whether to use getXXXbyYYY_r.
14372
14373 * gsocket.h: Add new constant Need_Netdb_Buffer.
14374 Add new macros to indicate whether getXXXbyYYY is thread safe and, if
14375 not, whether to use getXXXbyYYY_r.
14376
14377 2007-06-06 Eric Botcazou <ebotcazou@adacore.com>
14378
14379 * s-stoele.ads, s-stoele.adb: Move inline_always subprograms earlier
14380 than their first call.
14381 Add type Dummy_Communication_Block used in the generation of the pre-
14382 defined dispatching primitive _disp_asynchronous_select.
14383 (Storage_Element): Put Pragma Universal_Aliasing on it.
14384
14385 2007-06-06 Vincent Celier <celier@adacore.com>
14386
14387 * a-dirval-vms.adb, a-dirval.ads, a-dirval.adb (Windows): New Boolean
14388 function.
14389
14390 * a-dirval-mingw.adb (Is_Valid_Path_Name): Forbid a path with a drive
14391 letter if it is not followed by a '/' or a '\'.
14392 (Windows): New Boolean function
14393
14394 * a-direct.ads, a-direct.adb: Remove unnecessary and misplaced pragma
14395 Ada 2005.
14396 (Containing_Directory): On Windows, keep at least one '/' or '\' after a
14397 drive letter.
14398 (Containing_Directory): Raise Use_Error when the directory is a root
14399 directory.
14400 (Extension): When returning the result, use a conversion to Result_Type,
14401 not a qualification.
14402
14403 2007-06-06 Robert Dewar <dewar@adacore.com>
14404
14405 * stylesw.ads, stylesw.adb (Set_GNAT_Style_Check): New procedure
14406 (Set_Style_Check_Options): Recognize new -gnatyg style switch
14407
14408 * switch-c.adb (Scan_Front_End_Switches, case -gnatg): Set
14409 Warn_On_Non_Local_Exception to False, to turn off warnings for
14410 No_Exception_Propagation in ZFP runtime.
14411 (Scan_Front_End_Switches): Fix handling of --RTS switch for non GCC
14412 back-ends.
14413 (Scan_Front_End_Switches): For 'g', call Set_GNAT_Style_Checks
14414
14415 2007-06-06 Vincent Celier <celier@adacore.com>
14416
14417 * switch-b.adb (Scan_Binder_Switches): Add processing for new
14418 switches -R and -Z
14419
14420 * switch-m.adb (Normalize_Compiler_Switches): Do not record switch -E
14421 (Scan_Make_Switches): Recognize new switch -aP
14422
14423 2007-06-06 Matthew Gingell <gingell@adacore.com>
14424 Jose Ruiz <ruiz@adacore.com>
14425
14426 * s-stchop-vxworks.adb (Set_Stack_Info): Instead of trying to map the
14427 VxWorks task descriptor in the Ada run time, call a C subprogram
14428 (__gnat_get_stack_info) that extracts the required information.
14429
14430 * sysdep.c: Back out temporary lynxos workaround.
14431 (__gnat_get_stack_info): Add this procedure that passes to the Ada run
14432 time the stack information associated to the currently executing task.
14433 Only VxWorks systems require this function.
14434
14435 2007-06-06 Eric Botcazou <ebotcazou@adacore.com>
14436
14437 * tracebak.c (FRAME_OFFSET): Add parameter FP. On SPARC/Solaris, do not
14438 add the stack bias if the offset is computed from a frame address.
14439 (__gnat_backtrace): Adjust for above change.
14440
14441 2007-06-06 Thomas Quinot <quinot@adacore.com>
14442
14443 * types.h, types.ads: Rename PE_Illegal_CW_Actual_E_4_18 to
14444 PE_Non_Transportable_Actual.
14445 (By_Descriptor_Last): New constant.
14446 (By_Copy_Return): Likewise.
14447
14448 2007-06-06 Vincent Celier <celier@adacore.com>
14449
14450 * vms_conv.adb (Process_Argument): Keep arguments starting with '+' as
14451 is.
14452
14453 * vms_data.ads: Add entries for -gnatw.x and -gnatw.X
14454 /STYLE_CHECKS=GNAT: Change meaning to -gnatyg
14455 /GNAT_INTERNAL: New compiler qualifier corresponding to -gnatg
14456 Add missing comment for /OPTIMIZE=SPACE
14457 Add entry for OPTIMIZE=SPACE
14458 Add new qualifier /ALL_PROJECTS (= -U) for GNAT LIST
14459 Add documentation for new qualifiers corresponding to -gnatw.c/.C
14460
14461 2007-06-06 Vincent Celier <celier@adacore.com>
14462 Robert Dewar <dewar@adacore.com>
14463
14464 * xgnatugn.adb: Allow dots to be used in ug_words (-gnatw.c and
14465 -gnatw.C)
14466
14467 * gnat_ugn.texi: Fix ordering of -g switch for gnatmake
14468 Document gnatbind switch -a
14469 (case Constructions): Document that variables declarations are allowed
14470 for previously declared variables.
14471 Fix external lib project example
14472 -gnatg: Indicate new VMS qualifier /GNAT_INTERNAL
14473 Indicate that "#if not X or Y then" is not allowed in input files to
14474 gnatprep.
14475 Document gnatw.x and gnatw.X warning flags
14476 Mention -Winline switch to activate warnings when back-end inlining is
14477 ineffective.
14478 Add gnatcheck rule descriptions
14479 Describe how to use the GNAT driver to call a tool on a closure.
14480 Describe how to run project-wide checks or metrics.
14481 Document gnatbind's -R option
14482 Updated to account for Ada 2005 support
14483
14484 * gnat_rm.texi (Case Construction): Allow variable declarations for
14485 previously declared variables.
14486 (Representation Clauses and Pragmas): Lift restriction on alignment
14487 clauses for record types.
14488 (Ada.Characters.*): Fix typo in reference to A.3.3(27).
14489 Document No_Exception_Propagation restriction
14490 Document No_Body pragma
14491 Updated to account for Ada 2005 support; corrected some typos
14492 (Implementation Defined Pragmas): Document pragma Universal_Aliasing.
14493
14494 * gnat-style.texi: Make it clear that we never use mode IN for
14495 procedures or functions
14496
14497 * ug_words: Add entries for -gnatw.x and -gnatw.X
14498 Add entries for -gnatw.c/.C
14499
14500 2007-06-06 Pascal Obry <obry@adacore.com>
14501 Vincent Celier <celier@adacore.com>
14502
14503 * makegpr.adb (Add_Archive_Path): Use untouched object and library
14504 dirs and library name.
14505 (Build_Global_Archive): Idem. Minor code clean-up. Removes duplicate
14506 comments.
14507 (Build_Library): Idem.
14508 (Compile_Individual_Sources): Idem.
14509 (Compile_Link_With_Gnatmake): Idem.
14510 (Compile_Sources): Idem.
14511 (Get_Imported_Directories): Idem.
14512 (Link_Executables): Idem. Same change for the executable dir.
14513 (Check_Compilation_Needed): C_Source_Path new variable containing
14514 the canonical form of Source_Path to check against the source names
14515 in the dependency file.
14516 (Build_Global_Archive, Compile_Individual_Sources, Compile_Sources): In
14517 verbose mode, display the name of the object directory we're changing
14518 to.
14519 (Saved_Switches): New name of table X_Switches
14520 (Scan_Arg): Recognize new switch -aP and save in table Saved_Switches
14521 (Usage): New line for switch -aP
14522 (Get_Imported_Directories.Add): Make sure that Add_Arg is True before
14523 testing if a directory should be added to the search path.
14524
14525 2007-06-06 Javier Miranda <miranda@adacore.com>
14526
14527 * a-cidlli.ads, a-cdlili.ads, a-cohama.ads, a-coinve.ads,
14528 a-convec.ads (Empty_Vector, Empty_Map, Empty_List): Move this object
14529 declaration after freezing point of all its associated tagged types;
14530 otherwise such types are frozen too early.
14531
14532 2007-06-06 Robert Dewar <dewar@adacore.com>
14533
14534 * a-reatim.adb: Documentation addition
14535
14536 * g-cgideb.adb: Minor code reorganization
14537
14538 * tree_io.adb, treepr.adb, cstand.adb, krunch.adb, par.adb,
14539 mdll-utl.adb, par-ch5.adb, par-tchk.adb, s-exctab.ads, s-memory.ads,
14540 s-osprim.ads, s-restri.ads, s-soflin.ads: Minor reformatting.
14541
14542 * debug.ads, debug.adb (Get_Debug_Flag_K): Remove unused obsolete
14543 function. Change name New_Scope to Push_Scope
14544 (Get_Debug_Flag_K): Remove unused obsolete function.
14545
14546 * exp_ch8.adb, inline.adb, sem_ch8.ads: Change name New_Scope to
14547 Push_Scope.
14548
14549 * makeusg.adb: Update Copyright notice
14550 Add line for switch -aP
14551
14552 * makeusg.adb: Fix wording of some usage messages
14553
14554 * s-assert.adb (Raise_Assert_Failure): Add call to
14555 Debug_Raise_Assert_Failure.
14556
14557 * s-unstyp.ads (type Packed_Bytes2): Change alignment to use 'Min
14558 (2, Standard'Alignment) for compatibility with AAMP (where alignment
14559 is restricted to 1).
14560
14561 * s-wchjis.adb: Remove use of System.Pure_Exceptions
14562
14563 * tbuild.ads, tbuild.adb (Make_Implicit_Exception_Handler): Set the
14564 node location to No_Location when we're not debugging the expanded
14565 code.
14566
14567 2007-05-22 Alexandre Oliva <aoliva@redhat.com>
14568
14569 * misc.c (enumerate_modes): Consider log2_b to always be one.
14570
14571 2007-05-14 Rafael Ávila de Espíndola <espindola@google.com>
14572
14573 * misc.c (LANG_HOOKS_UNSIGNED_TYPE): Remove.
14574
14575 2007-05-02 Pascal Obry <obry@adacore.com>
14576
14577 * gnatchop.adb (Write_Source_Reference_Pragma): Change implementation
14578 to use Stream_IO.File_Type. This is needed to make use of the UTF-8
14579 encoding support of Stream_IO.
14580 (Write_Unit): Idem.
14581
14582 * adaint.h, adaint.c (__gnat_os_filename): New routine. Returns the
14583 filename and corresponding encoding to match the OS requirement.
14584 (__gnat_file_exists): Do not call __gnat_stat() on Windows as this
14585 routine will fail on specific devices like CON: AUX: ...
14586
14587 PR ada/29856: Add missing braces
14588
14589 2007-04-22 Andrew Pinski <andrew_pinski@playstation.sony.com>
14590
14591 PR ada/31660
14592 * ada-tree.h (lang_tree_node): Fix typo in chain_next.
14593
14594 2007-04-21 Jan Hubicka <jh@suse.cz>
14595
14596 * misc.c (gnat_expand_body): Don't call target for destructors,
14597 avoid redundant check on syntax errors.
14598
14599 2007-04-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
14600
14601 * ada-tree.h (lang_tree_node): Use GENERIC_NEXT
14602 instead of checking GIMPLE_STMT_P in chain_next.
14603
14604 2007-04-17 Andreas Krebbel <krebbel1@de.ibm.com>
14605
14606 PR ada/31576
14607 * system-linux-alpha.ads: Disable constant condition warning for the
14608 Default_Bit_Order variable.
14609 * system-linux-s390.ads: Likewise.
14610 * system-linux-s390x.ads: Likewise.
14611 * system-linux-sparc.ads: Likewise.
14612
14613 2007-04-06 Javier Miranda <miranda@adacore.com>
14614 Matt Heaney <heaney@adacore.com>
14615 Robert Dewar <dewar@adacore.com>
14616
14617 a-coprnu.ads, a-cohata.ads, a-chtgop.ads, a-chtgop.adb, a-cgcaso.ads,
14618 a-cgarso.ads, a-secain.ads, a-slcain.ads, a-shcain.ads, a-chtgke.ads,
14619 a-chtgke.ads, a-coprnu.ads, a-contai.ads, a-chtgke.ads, a-chtgke.adb,
14620 a-stwiha.ads, a-strhas.ads, a-lfztio.ads, a-liztio.ads, a-llfzti.ads,
14621 a-llizti.ads, a-sfztio.ads, a-siztio.ads, a-ssizti.ads, a-stzfix.ads,
14622 a-stzhas.ads, a-szuzha.ads, a-tiunio.ads, a-wwunio.ads, a-ztcoio.ads,
14623 a-ztinio.ads, a-zttest.ads, a-zzunio.ads, a-astaco.ads, a-charac.ads,
14624 a-chlat1.ads, ada.ads, a-dynpri.ads, a-flteio.ads, a-fwteio.ads,
14625 a-inteio.ads, a-intnam.ads, a-ioexce.ads, a-iwteio.ads, a-lfteio.ads,
14626 a-lfwtio.ads, a-liteio.ads, a-liwtio.ads, a-llftio.ads, a-llfwti.ads,
14627 a-llitio.ads, a-lliwti.ads, a-ncelfu.ads, a-ngcefu.ads, a-ngelfu.ads,
14628 a-nlcefu.ads, a-nlcoty.ads, a-nlelfu.ads, a-nllcef.ads, a-nllcty.ads,
14629 a-nllefu.ads, a-nscefu.ads, a-nscoty.ads, a-nselfu.ads, a-nucoty.ads,
14630 a-nuelfu.ads, a-numeri.ads, a-sfteio.ads, a-sfwtio.ads, a-siteio.ads,
14631 a-siwtio.ads, a-ssitio.ads, a-ssiwti.ads, a-storio.ads, a-strfix.ads,
14632 a-string.ads, a-stwifi.ads, a-titest.ads, a-unccon.ads, a-uncdea.ads,
14633 a-wtcoio.ads, a-wtinio.ads, a-wttest.ads, calendar.ads, directio.ads,
14634 i-c.ads, ioexcept.ads, machcode.ads, sequenio.ads, text_io.ads,
14635 unchconv.ads, unchdeal.ads, a-widcha.ads, a-zchara.ads, a-stboha.ads,
14636 a-stfiha.ads, a-coteio.ads, a-envvar.ads, a-lcteio.ads, a-llctio.ads,
14637 a-scteio.ads, a-swbwha.ads, a-swfwha.ads, a-szbzha.ads, a-szfzha.ads,
14638 a-tiboio.ads, a-wwboio.ads, a-zzboio.ads, a-dispat.ads, a-tgdico.ads,
14639 expander.adb, g-socket.ads, par-labl.adb, sinput-c.adb, s-tarest.ads,
14640 s-stchop.ads, g-expect-vms.adb, s-taprop-lynxos.adb,
14641 s-taprop-tru64.adb, s-taprop-irix.adb,
14642 s-taprop-hpux-dce.adb, s-traceb-hpux.adb,
14643 s-taprop-linux.adb, s-taprop-dummy.adb, s-osprim-unix.adb,
14644 s-osprim-solaris.adb, s-taprop-solaris.adb, s-taprop-vms.adb,
14645 s-osprim-mingw.adb, s-taprop-mingw.adb, s-osprim-posix.adb,
14646 s-taprop-posix.adb, a-exexpr-gcc.adb, a-ststio.adb, a-ststio.ads,
14647 a-textio.adb, a-textio.ads, a-tideau.adb, a-tideau.ads, a-witeio.adb,
14648 a-witeio.ads, a-wtdeau.adb, a-wtdeau.ads, g-calend.adb, g-calend.ads,
14649 g-dirope.adb, g-expect.ads, gnatchop.adb, g-spipat.adb, g-spipat.ads,
14650 s-direio.adb, s-direio.ads, s-fatgen.adb, s-fatgen.ads, s-parint.adb,
14651 s-sequio.adb, s-sequio.ads, s-taprop.ads, s-valdec.adb, s-valdec.ads,
14652 s-valint.adb, s-valint.ads, s-vallld.adb, s-vallld.ads, s-vallli.adb,
14653 s-vallli.ads, s-valllu.adb, s-valllu.ads, s-valrea.adb, s-valrea.ads,
14654 s-valuns.adb, s-valuns.ads, s-valuti.adb, s-valuti.ads, xref_lib.adb,
14655 s-stchop.adb, i-vxwork-x86.ads, a-crbtgo.ads, a-crbtgo.adb,
14656 a-coorse.ads, a-coorse.adb, a-cohama.ads, a-cohama.adb, a-ciorse.ads,
14657 a-ciorse.adb, a-cihama.ads, a-cihama.adb, a-chtgop.ads, a-chtgop.ads,
14658 a-coormu.adb, a-ciormu.adb, a-cihase.adb, a-cihase.ads, a-cohase.adb,
14659 a-cohase.ads, a-swuwha.ads, a-ciormu.ads, a-coormu.ads, a-rbtgso.ads,
14660 a-stunha.ads, a-ciorma.adb, a-coorma.adb, a-ztdeau.adb, a-ztdeau.ads,
14661 a-ztexio.adb, a-ztexio.ads: Addition of null-exclusion to anonymous
14662 access types.
14663 Update documentation.
14664 Minor rewording.
14665
14666 2007-04-06 Robert Dewar <dewar@adacore.com>
14667
14668 * system-linux-ia64.ads, system-freebsd-x86.ads, system-lynxos-ppc.ads,
14669 system-lynxos-x86.ads, system-linux-x86_64.ads, system-tru64.ads,
14670 system-vxworks-sparcv9.ads, system-solaris-x86.ads, system-irix-o32.ads,
14671 system-irix-n32.ads, system-hpux.ads, system-vxworks-m68k.ads,
14672 system-linux-x86.ads, system-vxworks-mips.ads, system-interix.ads,
14673 system-solaris-sparc.ads, system-solaris-sparcv9.ads, system-vms.ads,
14674 system-mingw.ads, system-vms-zcx.ads, system-vxworks-ppc.ads,
14675 system-vxworks-alpha.ads, system-vms_64.ads, system-darwin-ppc.ads,
14676 system-vxworks-x86.ads, system-linux-ppc.ads, system-linux-hppa.ads,
14677 system-hpux-ia64.ads, targparm.adb,
14678 targparm.ads (Functions_Return_By_DSP_On_Target): Removed
14679
14680 * system.ads: Move Functions_Return_By_DSP to obsolete section,
14681 kept for bootstrap purposes only.
14682
14683 2007-04-06 Arnaud Charlet <charlet@adacore.com>
14684
14685 * s-osinte-lynxos-3.ads, s-osinte-hpux.ads, s-osinte-solaris-posix.ads,
14686 s-osinte-freebsd.ads, s-osinte-aix.ads, s-osinte-darwin.ads,
14687 s-taprop-posix.adb (Create_Task): Fix handling of Task_Info.
14688 (PTHREAD_SCOPE_PROCESS, PTHREAD_SCOPE_SYSTEM): New constants.
14689
14690 2007-04-06 Robert Dewar <dewar@adacore.com>
14691
14692 * a-except.adb, a-except.ads, a-except-2005.ads, a-except-2005.adb
14693 (Local_Raise): New dummy procedure called when a raise is converted
14694 to a local goto. Used for debugger to detect that the exception
14695 is raised.
14696
14697 * debug.adb: Document new d.g flag (expand local raise statements to
14698 gotos even if pragma Restriction (No_Exception_Propagation) is not set)
14699
14700 * exp_sel.adb: Use Make_Implicit_Exception_Handler
14701
14702 * exp_ch11.adb (Expand_Exception_Handlers): Use new flag -gnatw.x to
14703 suppress warnings for unused handlers.
14704 (Warn_If_No_Propagation): Use new flag -gnatw.x to suppress
14705 warnings for raise statements not handled locally.
14706 (Get_RT_Exception_Entity): New function
14707 (Get_Local_Call_Entity): New function
14708 (Find_Local_Handler): New function
14709 (Warn_If_No_Propagation): New procedure
14710 (Expand_At_End_Handler): Call Make_Implicit_Handler
14711 (Expand_Exception_Handlers): Major additions to deal with local handlers
14712 (Expand_N_Raise_Constraint_Error, Expand_N_Raise_Program_Error,
14713 Expand_N_Raise_Storage_Error, (Expand_N_Raise_Statement): Add handling
14714 for local raise
14715
14716 * exp_ch11.ads (Get_RT_Exception_Entity): New function
14717 (Get_Local_Call_Entity): New function
14718
14719 * gnatbind.adb (Restriction_List): Add No_Exception_Propagation to list
14720 of restrictions that the binder will never suggest adding.
14721
14722 * par-ch11.adb (P_Exception_Handler): Set Local_Raise_Statements field
14723 to No_Elist.
14724
14725 * restrict.adb (Check_Restricted_Unit): GNAT.Current_Exception may not
14726 be with'ed in the presence of pragma Restriction
14727 (No_Exception_Propagation).
14728
14729 * sem.adb (Analyze): Add entries for N_Push and N_Pop nodes
14730
14731 * sem_ch11.adb (Analyze_Exception_Handler): If there is a choice
14732 parameter, then the handler is not a suitable target for a local raise,
14733 and this is a violation of restriction No_Exception_Propagation.
14734 (Analyze_Handled_Statements): Analyze choice parameters in exception
14735 handlers before analyzing statement sequence (needed for proper
14736 detection of local raise statements).
14737 (Analyze_Raise_Statement): Reraise statement is a violation of the
14738 No_Exception_Propagation restriction.
14739
14740 * s-rident.ads: Add new restriction No_Exception_Propagation
14741
14742 * tbuild.ads, tbuild.adb (Make_Implicit_Exception_Handler): New
14743 function, like Make_Exception_Handler but sets Local_Raise_Statements
14744 to No_List.
14745 (Add_Unique_Serial_Number): Deal with case where this is called during
14746 processing of configuration pragmas.
14747
14748 2007-04-06 Thomas Quinot <quinot@adacore.com>
14749 Pat Rogers <rogers@adacore.com>
14750 Pascal Obry <obry@adacore.com>
14751
14752 * g-stsifd-sockets.adb: New file.
14753
14754 * g-socthi.ads, g-socket.adb, g-socthi-vxworks.adb,
14755 g-socthi-vxworks.ads, g-socthi-mingw.ads, g-socthi-vms.ads,
14756 g-socthi-vms.adb: Move signalling
14757 fd management to a nested package, so that they can conveniently be
14758 moved to a subunit that is shared across Windows, VMS, and VxWorks
14759 (Ada implementation) or completed with imported bodies from socket.c
14760 (UNIX case).
14761 (Read_Signalling_Fd, Write_Signalling_Fd, Create_Signalling_Fds): New
14762 subprograms.
14763 (Check_Selector): Use Read_Signalling_Fd to read and discard data from
14764 the signalling file descriptor.
14765 (Abort_Selector): Use Write_Signalling_Fd to write dummy data to the
14766 signalling file descriptor.
14767 (Create_Selector): Use new C-imported subprogram Create_Signalling_Fds
14768 instead of creating a pair of sockets for signalling here.
14769
14770 * g-socthi.adb: Ditto.
14771 Set the runtime process to ignore SIGPIPEs on platforms that support
14772 neither SO_NOSIGPIPE nor MSG_NOSIGNAL functionality.
14773
14774 * g-socthi-mingw.adb: Ditto.
14775 (WS_Version): Use Windows 2.2.
14776 Use Winsock 2.2 (instead of 1.1) for the GNAT.Socket API.
14777
14778 * g-soliop-mingw.ads: Link with ws2_32 for Windows 2.x support.
14779 Use Winsock 2.2 (instead of 1.1) for the GNAT.Socket API.
14780
14781 * Makefile.in: New libgnat pair g-stsifd.adb<g-stsifd-sockets.adb.
14782 added GNAT byte swapping facility
14783 Update FreeBSD THREADSLIB from -lc_r to -lpthread, for FreeBSD 6.
14784
14785 * g-bytswa.adb, g-bytswa-x86.adb, g-bytswa.ads: New files.
14786
14787 * socket.c (__gnat_read_signalling_fd, __gnat_write_controlling_fd):
14788 New subprograms.
14789 (__gnat_create_signalling_fds): New subprogram.
14790 Set the runtime process to ignore SIGPIPEs on platforms that support
14791 neither SO_NOSIGPIPE nor MSG_NOSIGNAL functionality.
14792
14793 2007-04-06 Hristian Kirtchev <kirtchev@adacore.com>
14794 Vincent Celier <celier@adacore.com>
14795
14796 * a-calend-vms.ads, a-calend.ads, a-calend.adb, a-calend-vms.adb:
14797 New version of Ada.Calendar which supports the new upper bound of Ada
14798 time (2399-12-31 86_399.999999999).
14799 The following modifications have been made to the package:
14800 - New representation of time as count of nanoseconds since the start of
14801 Ada time (1901-1-1 0.0).
14802 - Target independent Split and Time_Of routines which service both
14803 Ada 95 and Ada 2005 code.
14804 - Target independent interface to the Ada 2005 children of Calendar.
14805 - Integrated leap seconds into Ada 95 and Ada 2005 mode.
14806 - Handling of non-leap centenial years.
14807 - Updated clock function.
14808 - Updated arithmetic and comparison operators.
14809
14810 * a-caldel.adb (To_Duration): Add call to target independent routine in
14811 Ada.Calendar to handle the conversion of time to duration.
14812
14813 * sysdep.c (__gnat_localtime_tzoff): Test timezone before setting off
14814 (UTC Offset).
14815 If timezone is obviously incorrect (outside of -14 hours .. 14 hours),
14816 set off to 0.
14817 (__gnat_localtime_tzoff for Lynx and VxWorks): Even though these
14818 targets do not have a natural time zone, GMT is used as a default.
14819 (__gnat_get_task_options): New.
14820
14821 * a-direct.adb (Modification_Time): Add with and use clauses for
14822 Ada.Calendar and Ada.
14823 Calendar.Formatting. Remove with clause for Ada.Unchecked_Conversion
14824 since it is no longer needed.
14825 (Duration_To_Time): Removed.
14826 (OS_Time_To_Long_Integer): Removed.
14827 (Modification_Time): Rewritten to use Ada.Calendar and Ada.Calendar.
14828 Formatting Time_Of routines which automatically handle time zones,
14829 buffer periods and leap seconds.
14830
14831 * a-calari.ads, a-calari.adb ("+", "-", Difference): Add calls to
14832 target independent routines in Ada.Calendar.
14833
14834 * a-calfor.ads, a-calfor.adb:
14835 Code cleanup and addition of validity checks in various routines.
14836 (Day_Of_Week, Split, Time_Of): Add call to target independent routine in
14837 Ada.Calendar.
14838
14839 * a-catizo.ads, a-catizo.adb (UTC_Time_Offset): Add call to target
14840 independent routine in Ada.Calendar.
14841
14842 2007-04-06 Olivier Hainque <hainque@adacore.com>
14843
14844 * adaint.c:
14845 (convert_addresses): Adjust prototype and dummy definition to expect an
14846 extra file_name argument.
14847
14848 * gmem.c (__gnat_convert_addresses): Wrapper to convert_addresses,
14849 filling the now expected file_name argument with the appropriate
14850 argv[0] expansion.
14851 (__gnat_gmem_a2l_initialize, __gnat_gmem_read_next_frame): Use it.
14852 (tracebk): Array of void * instead of char *, corresponding to what
14853 convert_addresses expects.
14854 (exename): New static global, to hold the executable file name to be
14855 used in all convert_addresses invocations.
14856 (gmem_read_backtrace, __gnat_gmem_symbolic): Account for tracebk type
14857 change.
14858 (__gnat_gmem_a2l_initialize): Resolve exename.
14859 (__gnat_convert_addresses): Use exename as the convert_addresses
14860 file_name argument.
14861
14862 * g-trasym.adb (Symbolic_Traceback): Adjust signature of imported
14863 "convert_addresses", now expecting a filename argument. Import the
14864 necessary entities to compute the filename to use and pass it to
14865 convert_addresses.
14866
14867 2007-04-06 Matt Gingell <gingell@adacore.com>
14868
14869 * system-aix.ads: Back out previous change.
14870 (Functions_Return_By_DSP): Removed
14871
14872 2007-04-06 Pascal Obry <obry@adacore.com>
14873
14874 * s-osprim-mingw.adb (Timed_Delay): Use the right clock (standard one
14875 or the monotonic used by Ada.Real_Time) to compute the sleep duration
14876 on Windows.
14877
14878 2007-04-06 Jose Ruiz <ruiz@adacore.com>
14879
14880 * s-osinte-vxworks.ads, s-osinte-vxworks.adb (VX_FP_TASK): Remove this
14881 function. Its value changes in different VxWorks versions, and it is
14882 now handled by the function __gnat_get_task_options.
14883
14884 * s-taprop-vxworks.adb (Create_Task): Call the function
14885 __gnat_get_task_options to get the required options for creating a task.
14886
14887 2007-04-06 Pascal Obry <obry@adacore.com>
14888 Thomas Quinot <quinot@adacore.com>
14889
14890 * adaint.c: Replace all occurences of S2WS to S2WSU (Unicode) when
14891 dealing with filename.
14892 (__gnat_fopen): Call the proper macro (8bits or UTF8) to convert the
14893 filename from a standard string to a wide-string depending on the
14894 encoding value.
14895 (__gnat_freopen): Idem.
14896 (__gnat_current_time): New function (wrapper for time(3) standard C
14897 function).
14898
14899 * g-os_lib.ads (Current_Time): New function. Returns the current
14900 system time as an OS_Time value.
14901
14902 * s-osprim.ads (Clock): Add more precise definition of UNIX epoch.
14903 (Monotonic_Clock): Same.
14904
14905 2007-04-06 Quentin Ochem <ochem@adacore.com>
14906
14907 * ali.ads, ali.adb (Get_Nat): Raise an exception if the file cursor is
14908 not on a natural.
14909 (Scan_ALI): Cancel the xref line if there has been a reading ALI error.
14910
14911 2007-04-06 Jose Ruiz <ruiz@adacore.com>
14912
14913 * a-retide.adb: Add elaboration code to ensure that the tasking run
14914 time is initialized when using delay operations even when no task is
14915 created.
14916
14917 2007-04-06 Javier Miranda <miranda@adacore.com>
14918
14919 * a-tags.ads, a-tags.adb (Object_Specific_Data): Remove
14920 component Num_Prim_Ops.
14921 (Set_Num_Prim_Ops): Removed.
14922 Remove all the assertions because all the routines of this
14923 package are inline always.
14924 (Get_Offset_Index): Add support to primary dispatch tables.
14925 Move the documentation about the dispatch table to a-tags.ads
14926 (Set_External_Tag): Removed
14927 (Inherit_TSD): Removed.
14928 (Interface_Data_Element, Interfaces_Array, Interface_Data): Declarations
14929 moved to a-tags.ads
14930 (Displace, IW_Membership, Inherit_TSD, Interface_Ancestor_Tags,
14931 Register_Interface_Tag, Set_Offset_To_Top): Update all the occurrences
14932 of the TSD field "Table" because this field has been renamed to
14933 "Ifaces_Table".
14934 (Inherit_CPP_DT): Removed.
14935 (K_Typeinfo, K_Offset_To_Top, K_Tagged_Kind, K_Signature,
14936 Cstring, Tag_Table, Type_Specific_Data, Dispatch_Table): These
14937 declarations have been moved to a-tags.ads
14938 (Check_Size): Removed.
14939 (Expanded_Name): Updated to get access to the new field of TSD
14940 containing the address of the expanded name.
14941 (Get_Access_Level/Set_Access_Level): Removed.
14942 (Get_Predefined_Prim_Op_Address): Removed.
14943 (Set_Predefined_Prim_Op_Address): Removed.
14944 (Get_Prim_Op_Address/Set_Prim_Op_Address): Removed.
14945 (Get_Remotely_Callable/Set_Remotely_Callable): Removed.
14946 (Set_Expanded_Name): Removed.
14947 (Inherit_DT): Removed.
14948 (Inherit_CPP_DT): Removed.
14949 (Set_RC_Offset): Removed.
14950 (Set_TSD): Removed.
14951 (Base_Address): New function that displaces "this" to point to the base
14952 of the object (that is, to point to the primary tag of the object).
14953
14954 2007-04-06 Ed Schonberg <schonberg@adacore.com>
14955 Javier Miranda <miranda@adacore.com>
14956
14957 * exp_ch3.ads, exp_ch3.adb (Analyze_N_Full_Type_Declaration): For an
14958 anonymous access component, do not create a master_id if type already
14959 has one, as may happen if the type is a subcomponent of a packed array
14960 type.
14961 (Build_Init_Procedure, Component_Needs_Simple_Initialization,
14962 Initialize_Tag): Remove code associated with the old CPP pragmas.
14963 CPP_Virtual and CPP_Vtable are no longer supported.
14964 (Build_Offset_To_Top_Internal): Add support for concurrent record types
14965 (Build_Offset_To_Top_Functions): Add support for concurrent record types
14966 (Freeze_Record_Type): Remove call to
14967 Init_Predefined_Interface_Primitives.
14968 (Init_Secondary_Tags.Initialize_Tag): New subprogram containing all the
14969 code required to initialize the tags of the secondary dispatch tables.
14970 This leaves the algoritm more clear.
14971 (Init_Secondary_Tags): Add support for concurrent record types
14972 (Make_Predefined_Primitive_Specs): Code cleanup.
14973 (Predefined_Primitive_Bodies): Code cleanup.
14974 (Build_Master_Renaming): New local subprogram.
14975 (Expand_N_Full_Type_Declaration): Build the master_id associated with
14976 anonymous access to task type components.
14977 (Expand_N_Subtype_Indication): The bounds of a range constraint in a
14978 subtype indication are resolved during analysis, and must not be done
14979 here.
14980 (Stream_Operation_OK): Check Restriction_Active before RTE_Available.
14981
14982 2007-04-06 Geert Bosch <bosch@adacore.com>
14983 Ed Schonberg <schonberg@adacore.com>
14984 Javier Miranda <miranda@adacore.com>
14985 Bob Duff <duff@adacore.com>
14986
14987 * exp_ch4.adb (Expand_N_Type_Conversion): Remove special processing
14988 for conversion of a Float_Type'Truncation to integer.
14989
14990 * exp_attr.adb (Is_Inline_Floating_Point_Attribute): New function to
14991 check if a node is an attribute that can be handled directly by the
14992 back end.
14993 (Expand_N_Attribute_Reference): Suppress expansion of floating-point
14994 attributes that can be handled directly by the back end.
14995 (Expand_N_Attribute_Reference, case 'Access and 'Unchecked_Access):
14996 use new predicate Is_Access_Protected_Subprogram_Type.
14997 (Expand_N_Attribute_Reference, case 'Write): The reference is legal for
14998 and Unchecked_Union if it is generated as part of the default Output
14999 procedure for a type with default discriminants.
15000 (Expand_N_Attribute_Reference): Avoid the expansion of dispatching calls
15001 if we are compiling under restriction No_Dispatching_Calls.
15002 (Constrained): Use Underlying_Type, in case the type is private without
15003 discriminants, but the full type has discriminants.
15004 (Expand_N_Attribute_Reference): Replace call to Get_Access_Level by
15005 call to Build_Get_Access_Level.
15006 (Expand_N_Attribute_Reference): The use of 'Address with class-wide
15007 interface objects requires a call to the run-time subprogram that
15008 returns the base address of the object.
15009 (Valid_Conversion): Improve error message on illegal attempt to store
15010 an anonymous access to subprogram value into a record component.
15011
15012 * sem_res.adb (Resolve_Equality_Op): Detect ambiguity for "X'Access =
15013 null".
15014 (Simplify_Type_Conversion): New procedure that performs simplification
15015 of Int_Type (Float_Type'Truncation (X)).
15016 (Resolve_Type_Conversion): Call above procedure after resolving operand
15017 and before performing checks. This replaces the existing ineffective
15018 code in Exp_Ch4.
15019 (Set_String_Literal_Subtype): When creating the internal static lower
15020 bound subtype for a string literal, use a newly created copy of the
15021 subtree representing the lower bound.
15022 (Resolve_Call): Exclude build-in-place function calls from transient
15023 scope treatment. Update comments to describe this exception.
15024 (Resolve_Equality_Op): In case of dispatching call check violation of
15025 restriction No_Dispatching_Calls.
15026 (Resolve_Call): If the call returns an array, the context imposes the
15027 component type of the array, and the function has one non-defaulted
15028 parameter, rewrite the call as the indexing of a call with a single
15029 parameter, to handle an Ada 2005 syntactic ambiguity for calls written
15030 in prefix form.
15031 (Resolve_Actuals): If an actual is an allocator for an access parameter,
15032 the master of the created object is the innermost enclosing statement.
15033 (Remove_Conversions): For a binary operator, check if type of second
15034 formal is numeric, to check if an abstract interpretation is present
15035 in the case of exponentiation as well.
15036
15037 2007-04-06 Ed Schonberg <schonberg@adacore.com>
15038 Bob Duff <duff@adacore.com>
15039
15040 * atree.h, atree.ads, atree.adb (Copy_Node_With_Replacement): When
15041 copying a parameter list in a call, set properly the First_Named_Formal
15042 and Next_Named_Formal fields in the new list and in the enclosing call.
15043 (Watch_Node,New_Node_Breakpoint,New_Node_Debugging_Output): Shorten
15044 names, to ease typing in the debugger. Improve comments.
15045 (Watch_Node): New variable, intended to be set in the debugger.
15046 (New_Node_Breakpoint): New do-nothing procedure to set a breakpoint on,
15047 called when the watched node is created.
15048 (New_Node_Debugging_Output): Combined version of local procedures
15049 New_Node_Debugging_Output and New_Entity_Debugging_Output, now global,
15050 with a parameter so that conditional breakpoints like "if Node = 12345"
15051 work.
15052 (New_Node, New_Entity): Call the global New_Node_Debugging_Output.
15053 Add Elist1 function
15054
15055 2007-04-06 Thomas Quinot <quinot@adacore.com>
15056 Ed Schonberg <schonberg@adacore.com>
15057 Gary Dismukes <dismukes@adacore.com>
15058
15059 * checks.ads, checks.adb (Selected_Range_Checks): No range check is
15060 required for a conversion between two access-to-unconstrained-array
15061 types.
15062 (Expr_Known_Valid): Validity checks do not apply to discriminants, but
15063 to discriminant constraints on discriminant objects. This rule must
15064 apply as well to discriminants of protected types in private components.
15065 (Null_Exclusion_Static_Checks): If No_Initialization is set on an
15066 object of a null-excluding access type then don't require the
15067 the object declaration to have an expression and don't emit a
15068 run-time check.
15069
15070 2007-04-06 Arnaud Charlet <charlet@adacore.com>
15071 Eric Botcazou <botcazou@adacore.com>
15072
15073 * gnatvsn.ads, comperr.adb (Get_Gnat_build_Type): Renamed Build_Type
15074 and made constant.
15075
15076 * comperr.ads, comperr.adb (Compiler_Abort): Add third parameter
15077 Fallback_Loc. Use it as the sloc info when Current_Error_Node doesn't
15078 carry any.
15079
15080 * fe.h (Compiler_Abort): Add third parameter.
15081
15082 * misc.c (internal_error_function): Build third argument from current
15083 input location and pass it to Compiler_Abort.
15084
15085 2007-04-06 Gary Dismukes <dismukes@adacore.com>
15086
15087 * cstand.adb (Create_Standard): When the target's storage unit size is
15088 greater than a byte, set Has_Non_Standard_Rep and Has_Pragma_Pack on
15089 Standard_String.
15090
15091 2007-04-06 Nicolas Roche <roche@adacore.com>
15092
15093 * cstreams.c (__gnat_full_name): Fix issues on VxWorks 6.x for which
15094 absolute path can have the following form: device:/a/b. In this case
15095 '/' should be inserted between the path and the filename.
15096
15097 2007-04-06 Olivier Hainque <hainque@adacore.com>
15098 Eric Botcazou <botcazou@adacore.com>
15099
15100 * decl.c (gnat_to_gnu_entity) <E_Constant>: Associate an external
15101 VAR_DECL to a CONST_DECL we make for a public constant when we know the
15102 corresponding definition has created the so made visible variable.
15103 Handle anonymous access to protected subprogram.
15104 (gnat_to_gnu_entity) <E_Variable>: Do not make the underlying type of an
15105 object with an address clause volatile. Re-enable original fix.
15106 <E_Subprogram_Type>: Set TYPE_REF_CAN_ALIAS_ALL on the reference type
15107 too.
15108 (gnat_to_gnu_entity) <E_Class_Wide_Type>: Retrieve the TYPE_DECL
15109 associated with either the Equivalent or Root type, instead of the
15110 naked type node.
15111 (gnat_to_gnu_entity): Manually mark the top of the DECL_FIELD_OFFSET
15112 subtree for every field of a global record type.
15113 (gnat_to_gnu_entity) <E_Record_Subtype>: If the subtype has
15114 discriminants, invoke again variable_size on its newly computed sizes.
15115
15116 2007-04-06 Robert Dewar <dewar@adacore.com>
15117 Thomas Quinot <quinot@adacore.com>
15118 Ed Schonberg <schonberg@adacore.com>
15119 Bob Duff <duff@adacore.com>
15120
15121 * einfo.ads, einfo.adb: (First_Component_Or_Discriminant): New function
15122 (Next_Component_Or_Discriminant): New function and procedure
15123 (First_Index, First_Literal, Master_Id,
15124 Set_First_Index, Set_First_Literal, Set_Master_Id):
15125 Add missing Ekind assertions.
15126 (Is_Access_Protected_Subprogram_Type): New predicate.
15127 (Has_RACW): New entity flag, set on package entities to indicate that
15128 the package contains the declaration of a remote accecss-to-classwide
15129 type.
15130 (E_Return_Statement): This node type has the Finalization_Chain_Entity
15131 attribute, in case the result type has controlled parts.
15132 (Requires_Overriding): Add this new flag, because "requires
15133 overriding" is subtly different from "is abstract" (see AI-228).
15134 (Is_Abstract): Split Is_Abstract flag into Is_Abstract_Subprogram and
15135 Is_Abstract_Type. Make sure these are called only when appropriate.
15136 (Has_Pragma_Unreferenced_Objects): New flag
15137
15138 * exp_ch5.adb (Expand_N_Assignment_Statement): If the left-hand side is
15139 class-wide, the tag of the right-hand side must be an exact match, not
15140 an ancestor of that of the object on left-hand side.
15141 (Move_Activation_Chain): New procedure to create the call to
15142 System.Tasking.Stages.Move_Activation_Chain.
15143 (Expand_N_Extended_Return_Statement): Generate code to call
15144 System.Finalization_Implementation.Move_Final_List at the end of a
15145 return statement if the function's result type has controlled parts.
15146 Move asserts to Build_In_Place_Formal.
15147 (Move_Final_List): New function to create the call statement.
15148 (Expand_N_Assignment_Statement): In case of assignment to a class-wide
15149 tagged type, replace generation of call to the run-time subprogram
15150 CW_Membership by call to Build_CW_Membership.
15151 (Expand_N_Return_Statement): Replace generation of call to the run-time
15152 subprogram Get_Access_Level by call to Build_Get_Access_Level.
15153 (Expand_N_Simple_Function_Return): Replace generation of call to the
15154 run-time subprogram Get_Access_Level by call to Build_Get_Access_Level.
15155
15156 * exp_ch6.ads, exp_ch6.adb (Expand_Call): Use new predicate
15157 Is_Access_Protected_Subprogram_Type, to handle both named and anonymous
15158 access to protected operations.
15159 (Add_Task_Actuals_To_Build_In_Place_Call): New procedure to add the
15160 master and chain actual parameters to a build-in-place function call
15161 involving tasks.
15162 (BIP_Formal_Suffix): Add new enumeration literals to complete the case
15163 statement.
15164 (Make_Build_In_Place_Call_In_Allocator,
15165 Make_Build_In_Place_Call_In_Anonymous_Context,
15166 Make_Build_In_Place_Call_In_Assignment,
15167 Make_Build_In_Place_Call_In_Object_Declaration): Call
15168 Add_Task_Actuals_To_Build_In_Place_Call with the appropriate master.
15169 (Expand_Inlined_Call): If the subprogram is a null procedure, or a
15170 stubbed procedure with a null body, replace the call with a null
15171 statement without using the full inlining machinery, for efficiency
15172 and to avoid invalid values in source file table entries.
15173
15174 * exp_ch8.adb (Expand_N_Object_Renaming_Declaration): Add support for
15175 renamings of calls to build-in-place functions.
15176
15177 * rtsfind.adb (RTE_Record_Component_Available): New subprogram that
15178 provides the functionality of RTE_Available to record components.
15179 (RTU_Entity): The function Entity has been renamed to RTU_Entity
15180 to avoid undesired overloading.
15181 (Entity): New subprogram that returns the entity for the referened
15182 unit. If this unit has not been loaded, it returns Empty.
15183 (RE_Activation_Chain_Access, RE_Move_Activation_Chain): New entities.
15184 Remove no longer used entities.
15185 (RE_Finalizable_Ptr_Ptr, RE_Move_Final_List): New entities.
15186 (RE_Type_Specific_Data): New entity.
15187 (RE_Move_Any_Value): New entity.
15188 (RE_TA_A, RE_Get_Any_Type): New entities.
15189 (RE_Access_Level, RE_Dispatch_Table, E_Default_Prim_Op_Count,
15190 RE_Prims_Ptr, RE_RC_Offset, RE_Remotely_Callable,
15191 RE_DT_Typeinfo_Ptr_Size, RE_Cstring_Ptr, RE_DT_Expanded_Name): Added.
15192 (Entity): New subprogram that returns the entity for the referened
15193 unit. If this unit has not been loaded, it returns Empty.
15194 (RTE): Addition of a new formal that extends the search to the scopes
15195 of the record types found in the chain of the package.
15196
15197 * sem_ch6.ads, sem_ch6.adb (Check_Overriding_Indicator): Print
15198 "abstract subprograms must be visible" message, whether or not the type
15199 is an interface; that is, remove the special case for interface types.
15200 (Analyze_Function_Return): Remove error message "return of task objects
15201 is not yet implemented" because this is now implemented.
15202 (Create_Extra_Formals): Add the extra master and activation chain
15203 formals in case the result type has tasks.
15204 Remove error message "return of limited controlled objects is not yet
15205 implemented".
15206 (Create_Extra_Formals): Add the extra caller's finalization list formal
15207 in case the result type has controlled parts.
15208 (Process_Formals): In case of access formal types there is no need
15209 to continue with the analysis of the formals if we already notified
15210 errors.
15211 (Check_Overriding_Indicator): Add code to check overriding of predefined
15212 operators.
15213 (Create_Extra_Formals): Prevent creation of useless Extra_Constrained
15214 flags for formals that do not require them,.
15215 (Enter_Overloaded_Entity): Do not give -gnatwh warning message unless
15216 hidden entity is use visible or directly visible.
15217 (Analyze_Abstract_Subprogram_Declaration,Analyze_Subprogram_Body,
15218 Analyze_Subprogram_Declaration,Analyze_Subprogram_Specification,
15219 Check_Conventions,Check_Delayed_Subprogram,Make_Inequality_Operator,
15220 New_Overloaded_Entity): Split Is_Abstract flag into
15221 Is_Abstract_Subprogram and Is_Abstract_Type.
15222
15223 * s-finimp.ads, s-finimp.adb (Move_Final_List): New procedure to move
15224 a return statement's finalization list to the caller's list, used for
15225 build-in-place functions with result type with controlled parts.
15226 Remove no longer used entities.
15227
15228 * s-taskin.ads (Activation_Chain): Remove pragma Volatile. It is no
15229 longer needed, because the full type is now limited, and therefore a
15230 pass-by-reference type.
15231 (Foreign_Task_Level): New constant.
15232
15233 * s-tassta.ads, s-tassta.adb (Move_Activation_Chain): New procedure to
15234 move tasks from the activation chain belonging to a return statement to
15235 the one passed in by the caller, and update the master to the one
15236 passed in by the caller.
15237 (Vulnerable_Complete_Master, Check_Unactivated_Tasks): Check the master
15238 of unactivated tasks, so we don't kill the ones that are being returned
15239 by a build-in-place function.
15240 (Create_Task): Ignore AI-280 for foreign threads.
15241
15242 2007-04-06 Ed Schonberg <schonberg@adacore.com>
15243 Robert Dewar <dewar@adacore.com>
15244 Bob Duff <duff@adacore.com>
15245 Gary Dismukes <dismukes@adacore.com>
15246
15247 * errout.adb (Unwind_Internal_Type): Use predicate
15248 Is_Access__Protected_Subprogram_Type.
15249
15250 * freeze.adb (Size_Known): Use First/Next_Component_Or_Discriminant
15251 (Freeze_Entity, packed array case): Do not override explicitly set
15252 alignment and size clauses.
15253 (Freeze_Entity): An entity declared in an outer scope can be frozen if
15254 the enclosing subprogram is a child unit body that acts as a spec.
15255 (Freeze_Entity): Use new predicate Is_Access_Protected_Subprogram_Type.
15256 (Freeze_Record_Type): New Ada 2005 processing for reverse bit order
15257 Remove all code for DSP option
15258
15259 * layout.adb (Layout_Record_Type): Use First/
15260 Next_Component_Or_Discriminant
15261 (Layout_Type): Use new predicate Is_Access_Protected_Subprogram_Type,
15262 to handle properly the anonymous access case.
15263
15264 * sem_attr.adb (Build_Access_Object_Type): Use E_Access_Attribute_Type
15265 for all access attributes, because overload resolution should work the
15266 same for 'Access, 'Unchecked_Access, and 'Unrestricted_Access. This
15267 causes the error message for the ambiguous "X'Access = Y'Access" and
15268 "X'Unrestricted_Access = Y'Access" and so forth to match.
15269 (Resolve_Attribute, case 'Access): Remove use of Original_Access_Type,
15270 now that anonymous access to protected operations have their own kind.
15271 (Resolve_Attribute): In case of dispatching call check the violation of
15272 restriction No_Dispatching_Calls.
15273 (Check_Array_Type): Check new -gnatyA array index style option
15274
15275 * sem_ch3.ads, sem_ch3.adb (Derived_Type_Declaration): Reject an
15276 attempt to derive from a synchronized tagged type.
15277 (Analyze_Type_Declaration): If there is a incomplete tagged view of the
15278 type, inherit the class-wide type already created, because it may
15279 already have been used in a self-referential anonymous access component.
15280 (Mentions_T): Recognize self-referential anonymous access components
15281 that use (a subtype of) the class-wide type of the enclosing type.
15282 (Build_Derived_Record_Type): Add earlier setting of Is_Tagged_Type. Pass
15283 Derived_Type for Prev formal on call to
15284 Check_Anonymous_Access_Components rather than Empty.
15285 (Make_Incomplete_Type_Declaration): Add test for case where the type has
15286 a record extension in deciding whether to create a class-wide type,
15287 rather than just checking Tagged_Present.
15288 (Replace_Anonymous_Access_To_Protected_Subprogram): Procedure applies
15289 to stand-alone object declarations as well as component declarations.
15290 (Array_Type_Declaration): Initialize Packed_Array_Type to Empty, to
15291 prevent accidental overwriting when enclosing package appears in
15292 a limited_with_clause.
15293 (Array_Type_Declaration): If the component type is an anonymous access,
15294 the associated_node for the itype is the type declaration itself.
15295 (Add_Interface_Tag_Components): Modified to support concurrent
15296 types with abstract interfaces.
15297 (Check_Abstract_Interfaces): New subprogram that verifies the ARM
15298 rules 3.9.4 (15/2), 9.1 (9.d/2) and 9.4 (11.d/2).
15299 (Build_Derived_Record_Type): Add call to Analyze_Interface_Declaration
15300 to complete the decoration of synchronized interface types. Add also
15301 a call to Check_Abstract_Interfaces to verify the ARM rules.
15302 (Derive_Interface_Subprograms): Modified to support concurrent types
15303 with abstract interfaces.
15304 (Analyze_Subtype_Indication): Resolve the range with the given subtype
15305 mark, rather than delaying the full resolution depending on context.
15306 (Analyze_Component_Declaration,Analyze_Interface_Declaration,
15307 Analyze_Object_Declaration,Analyze_Subtype_Declaration,
15308 Array_Type_Declaration,Build_Derived_Record_Type,
15309 Build_Discriminated_Subtype,Check_Abstract_Overriding,Check_Completion,
15310 Derive_Interface_Subprograms,Derive_Subprogram,Make_Class_Wide_Type,
15311 Process_Full_View,Record_Type_Declaration): Split Is_Abstract flag into
15312 Is_Abstract_Subprogram and Is_Abstract_Type. Make sure these are
15313 called only when appropriate.
15314 (Copy_And_Swap): Copy Has_Unreferenced_Objects flag from full type
15315 to private type.
15316 (Analyze_Subtype_Declaration): For an access subtype declaration, create
15317 an itype reference for the anonymous designated subtype, to prevent
15318 scope anonmalies in gigi.
15319 (Build_Itype_Reference): New utility, to simplify construction of such
15320 references.
15321
15322 2007-04-06 Vincent Celier <celier@adacore.com>
15323
15324 * errutil.adb (Initialize): Initialize warnings table, if all warnings
15325 are suppressed, supply an initial dummy entry covering all possible
15326 source locations.
15327
15328 * make.adb (Scan_Make_Arg): Reject options that should start with "--"
15329 and start with only one, such as "-RTS=none".
15330 (Collect_Arguments): Do not check for sources outside of projects.
15331 Do not collect arguments if project is externally built.
15332 (Compile_Sources): Do nothing, not even check if the source is up to
15333 date, if its project is externally built.
15334 (Compile): When compiling a predefined source, add -gnatpg
15335 as the second switch, after -c.
15336 (Compile_Sources): Allow compilation of Annex J renames without -a
15337 (Is_In_Object_Directory): Check if the ALI file is in the object
15338 even if there is no project extension.
15339 (Create_Binder_Mapping_File): Only put a unit in the mapping file for
15340 gnatbind if the ALI file effectively exists.
15341 (Initialize): Add the directory where gnatmake is invoked in front of
15342 the path if it is invoked from a bin directory, even without directory
15343 information, so that the correct GNAT tools will be used when spawned
15344 without directory information.
15345
15346 * makeusg.adb: Change switch -S to -eS
15347 Add lines for new switches -we, -wn and -ws
15348 Add line for new switch -p
15349
15350 * prj-proc.adb (Process): Set Success to False when Warning_Mode is
15351 Treat_As_Error and there are warnings.
15352
15353 * switch-m.ads, switch-m.adb (Normalize_Compiler_Switches): Do not skip
15354 -gnatww Change gnatmake switch -S to -eS
15355 (Scan_Make_Switches): Code reorganisation. Process separately multi
15356 character switches and single character switches.
15357 (Scan_Make_Switches): New Boolean out parameter Success. Set Success to
15358 False when switch is not recognized by gnatmake.
15359 (Scan_Make_Switches): Set Setup_Projects True when -p or
15360 --create-missing-dirs is specified.
15361
15362 * fname.adb (Is_Predefined_File_Name): Return True for annex J
15363 renamings Calendar, Machine_Code, Unchecked_Conversion and
15364 Unchecked_Deallocation only when Renamings_Included is True.
15365
15366 * par.adb: Allow library units Calendar, Machine_Code,
15367 Unchecked_Conversion and Unchecked_Deallocation to be recompiled even
15368 when -gnatg is not specified.
15369 (P_Interface_Type_Definition): Remove the formal Is_Synchronized because
15370 there is no need to generate always a record_definition_node in case
15371 of synchronized interface types.
15372 (SIS_Entry_Active): Initialize global variable to False
15373 (P_Null_Exclusion): For AI-447: Add parameter Allow_Anonymous_In_95 to
15374 indicate cases where AI-447 says "not null" is legal.
15375
15376 * makeutl.ads, makeutil.adb (Executable_Prefix_Path): New function
15377
15378 * makegpr.adb (Check_Compilation_Needed): Take into account dependency
15379 files with with several lines starting with the object fileb name.
15380 (Scan_Arg): Set Setup_Projects True when -p or --create-missing-dirs
15381 is specified.
15382 (Initialize): Add the directory where gprmake is invoked in front of the
15383 path, if it is invoked from a bin directory or with directory
15384 information, so that the correct GNAT tools will be used when invoked
15385 directly.
15386 (Check_Compilation_Needed): Process correctly backslashes on Windows.
15387
15388 * vms_data.ads: Update switches/qualifiers
15389
15390 2007-04-06 Ed Schonberg <schonberg@adacore.com>
15391 Thomas Quinot <quinot@adacore.com>
15392
15393 * exp_aggr.adb:
15394 If the array component is a discriminated record, the array aggregate
15395 is non-static even if the component is given by an aggregate with
15396 static components.
15397 (Expand_Record_Aggregate): Use First/Next_Component_Or_Discriminant
15398 (Convert_Aggr_In_Allocator): If the allocator is for an access
15399 discriminant and the type is controlled. do not place on a finalization
15400 list at this point. The proper list will be determined from the
15401 enclosing object.
15402 (Build_Record_Aggr_Code): If aggregate has box-initialized components,
15403 initialize record controller if needed, before the components, to ensure
15404 that they are properly finalized.
15405 (Build_Record_Aggr_Code): For the case of an array component that has a
15406 corresponding array aggregate in the record aggregate, perform sliding
15407 if required.
15408
15409 2007-04-06 Javier Miranda <miranda@adacore.com>
15410 Gary Dismukes <dismukes@adacore.com>
15411 Ed Schonberg <schonberg@adacore.com>
15412
15413 * exp_ch13.adb (Expand_External_Tag_Definition): Replace call to the
15414 run-time subprogram Set_External_Tag by call to Build_Set_External_Tag.
15415
15416 * exp_ch4.adb (Expand_Allocator_Expression): Don't perform a run-time
15417 accessibility on class-wide allocators if the allocator occurs at the
15418 same scope level as the allocator's type. The check is guaranteed to
15419 succeed in that case, even when the expression originates from a
15420 parameter of the containing subprogram.
15421 (Expand_N_Op_Eq): Do nothing in case of dispatching call if compiling
15422 under No_Dispatching_Calls restriction. During the semantic analysis
15423 we already notified such violation.
15424 (Tagged_Membership): Constant folding. There is no need to check
15425 the tag at run-time if the type of the right operand is non
15426 class-wide abstract.
15427 Replace call to Is_Ancestor by call to Is_Parent
15428 to support concurrent types with interface types.
15429 (Expand_N_Allocator): Add an assertion associated with the generation
15430 of the master_id.
15431 (Expand_N_Slice): Do not enable range check to nodes associated
15432 with the frontend expansion of the dispatch table.
15433 (Is_Local_Access_Discriminant): Subsidiary function to
15434 Expand_N_Allocator.
15435 (Tagged_Membership): Replace generation of call to the run-time
15436 subprogram CW_Membership by call to Build_CW_Membership.
15437 (Expand_Allocator_Expression): Replace generation of call to the
15438 run-time subprogram Get_Access_Level by call to Build_Get_Access_Level.
15439
15440 * exp_disp.ads, exp_disp.adb (Make_DT): Code reorganization to
15441 initialize most the TSD components by means of an aggregate.
15442 Modify the declaration of the object containing the TSD
15443 because we now expand code that has a higher level of abstraction.
15444 The TSD has a discriminant containing the Inheritance Depth Level,
15445 value that is used in the membership test but also to fix the size
15446 of the table of ancestors.
15447 (Expand_Interface_Conversion): Insert function body at the closest place
15448 to the conversion expression, to prevent access-before-elaboration
15449 errors in the backend.
15450 Code improved to reduce the size of the dispatch table if
15451 compiling under restriction No_Dispatching_Calls plus code cleanup.
15452 Code reorganization plus removal of calls to Set_Num_Prim_Ops
15453 (Make_Secondary_DT): Remove call to Set_Num_Prim_Ops.
15454 (Expand_Dispatching_Call): Minor code reorganization plus addition of
15455 code to return immediately if compiling under No_Dispatching_Calls
15456 restriction.
15457 (Set_All_DT_Position): Remove code associated with the old CPP pragmas.
15458 CPP_Virtual and CPP_Vtable are no longer supported.
15459 (Expand_Interface_Conversion): Add missing support for interface type
15460 derivations.
15461 (Expand_Interface_Actuals): Replace calls to Is_Ancestor by calls to
15462 Is_Parent to support concurrent types with interfaces.
15463 (Init_Predefined_Interface_Primitives): Removed.
15464 (Make_Secondary_DT): Modified to support concurrent record types.
15465 (Set_All_DT_Position): Modified to support concurrent record types.
15466 (Ada_Actions, Action_Is_Proc, Action_Nb_Arg): Remove entries associated
15467 with Get_External_Tag, Inherit_TSD, Set_External_Tag.
15468 (Ada_Actions, Action_Is_Proc, Action_Nb_Arg): Remove entry associated
15469 with CW_Membership.
15470 (Ada_Actions, Action_Is_Proc, Action_Nb_Arg): Remove entries associated
15471 with Get_Access_Level, Get_Predefined_Prim_Op_Address,
15472 Get_Prim_Op_Address Get_RC_Offset, Get_Remotely_Callable, Inherit_DT,
15473 Set_Access_Level, Set_Expanded_Name, Set_Predefined_Prim_Op_Address,
15474 Set_Prim_Op_Address, Set_RC_Offset, Set_Remotely_Callable, Set_TSD.
15475 (Expand_Dispatching_Call): Replace generation of call to the run-time
15476 subprograms Get_Predefined_Prim_Op_Address and Get_Prim_Op_Address by
15477 calls to Build_Get_Predefined_Prim_Op_Address, and Build_Get_Prim_Op_
15478 Address.
15479 (Fill_DT_Entry, Fill_Secondary_DT_Entry): Replace generation of call to
15480 the run-time subprograms Set_Predefined_Prim_Op_Address and Set_Prim_
15481 Op_Address by calls to Build_Set_Predefined_Prim_Op_Address, and
15482 Build_Set_Prim_Op_Address.
15483 (Get_Remotely_Callable): Subprogram removed.
15484 (Init_Predefined_Interface_Primitives): Replace generation of call to
15485 the run-time subprograms Inherit_DT by call to Build_Inherit_Predefined_
15486 Prims.
15487
15488 * sem_elab.adb (Set_Elaboration_Constraint): Replace the call to
15489 First (Parameter_Associations ()) with the call to First_Actual that
15490 returns an actual parameter expression for both named and positional
15491 associations.
15492
15493 * sem_disp.adb (Check_Dispatching_Call): In case of dispatching call
15494 check violation of restriction No_Dispatching_Calls.
15495 (Check_Controlling_Type): A formal of a tagged incomplete type is a
15496 controlling argument.
15497
15498 * exp_util.ads, exp_util.adb (Type_May_Have_Bit_Aligned_Components): Use
15499 First/Next_Component_Or_Discriminant
15500 (Insert_Actions): Add entries for new N_Push and N_Pop nodes
15501 (Find_Implemented_Interface): Removed. All the calls to this subprogram
15502 specify Any_Limited_Interface, and this functionality is already
15503 provided by the function Has_Abstract_Interfaces.
15504 (Find_Interface, Find_Interface_Tag, Find_Interface_ADT): Modified to
15505 support concurrent types implementing interfaces.
15506 (Find_Implemented_Interface): Removed. All the calls to this subprogram
15507 specify kind Any_Limited_Interface, and this functionality is already
15508 provided by the function Has_Abstract_Interfaces.
15509 (Remove_Side_Effects): replace Controlled_Type by
15510 CW_Or_Controlled_Type whenever the issue is related to
15511 using or not the secondary stack.
15512
15513 * par-ch12.adb (P_Formal_Type_Definition): Update calls to
15514 P_Interface_Type_Definition to fulfill the new interface (the formal
15515 Is_Synchronized is no longer required).
15516
15517 * Make-lang.in (GNAT_ADA_OBJS): Addition of exp_atag.o
15518 Update dependencies.
15519
15520 * exp_atag.ads, exp_atag.adb: New file
15521
15522 2007-04-06 Ed Schonberg <schonberg@adacore.com>
15523 Bob Duff <duff@adacore.com>
15524 Cyrille Comar <comar@adacore.com>
15525
15526 * exp_ch7.ads, exp_ch7.adb (Find_Final_List): If the access type is
15527 anonymous, use finalization list of enclosing dynamic scope.
15528 (Expand_N_Package_Declaration): For a library package declaration
15529 without a corresponding body, generate RACW subprogram bodies in the
15530 spec (just as we do for the task activation call).
15531 (Convert_View): Split Is_Abstract flag into Is_Abstract_Subprogram and
15532 Is_Abstract_Type. Make sure these are called only when appropriate.
15533 Remove all code for DSP option
15534 (CW_Or_Controlled_Type): new subprogram.
15535
15536 2007-04-06 Eric Botcazou <botcazou@adacore.com>
15537 Ed Schonberg <schonberg@adacore.com>
15538 Gary Dismukes <dismukes@adacore.com>
15539
15540 * exp_ch9.ads, exp_ch9.adb (Family_Offset): Add new 'Cap' boolean
15541 parameter. If it is set to true, return a result capped according to
15542 the global upper bound for the index of an entry family.
15543 (Family_Size): Add new 'Cap' boolean parameter. Pass it to Family_Offset
15544 (Build_Find_Body_Index): Adjust for above change.
15545 (Entry_Index_Expression): Likewise.
15546 (Is_Potentially_Large_Family): New function extracted from...
15547 (Collect_Entry_Families): ...here. Call it to detect whether the family
15548 is potentially large.
15549 (Build_Entry_Count_Expression): If the family is potentially large, call
15550 Family_Size with 'Cap' set to true.
15551 (Expand_N_Protected_Type_Declaration, Expand_N_Protected_Body): Generate
15552 a protected version of an operation declared in the private part of
15553 a protected object, because they may be invoked through a callback.
15554 (Set_Privals): If the type of a private component is an anonymous access
15555 type, do not create a new itype for each protected body.
15556 If the body of a protected operation creates
15557 controlled types (including allocators for class-widetypes), the
15558 body of the corresponding protected subprogram must include a
15559 finalization list.
15560 (Build_Activation_Chain_Entity): Build the chain entity for extended
15561 return statements.
15562 (Type_Conformant_Parameters): Use common predicate Conforming_Types
15563 to determine whether operation overrides an inherited primitive.
15564 (Build_Wrapper_Spec): Add code to examine the parents while looking
15565 for a possible overriding candidate.
15566 (Build_Simple_Entry_Call): Set No_Initialization on the object used to
15567 hold an actual parameter value since its initialization is separated
15568 from the the declaration. Prevents errors on null-excluding access
15569 formals.
15570
15571 2007-04-06 Thomas Quinot <quinot@adacore.com>
15572 Pablo Oliveira <oliveira@adacore.com>
15573
15574 * exp_dist.ads, exp_dist.adb (Build_To_Any_Call, Build_From_Any_Call):
15575 Do an Unchecked_Conversion to handle the passage from the Underlying
15576 Type to the Base Type when calling Build_To_Any_Call and
15577 Build_From_Any_Call.
15578 (Build_Actual_Object_Declaration): Set Object's Ekind to E_Variable or
15579 E_Constant, depending upon Variable formal.
15580 (GARLIC_Support.Build_Subprogram_Receiving_Stubs,
15581 PolyORB_Support.Build_Subprogram_Receiving_Stubs): For a formal
15582 parameter that requires an extra constrained parameter, declare
15583 temporary for actual as a variable, not a constant.
15584 (Add_RACW_Primitive_Declarations_And_Bodies): Generate bodies only when
15585 the unit being compiled is the one that contains the stub type.
15586 Change primitive operation name for the RACW associated with a RAS
15587 from Call to _Call so it cannot clash with any legal identifier.
15588 (PolyORB_Support.Add_RACW_Write_Attribute): Remove unused constant
15589 Is_RAS.
15590 (Append_RACW_Bodies): New subprogram.
15591 (Expand_Receiving_Stubs_Bodies): Pass a 'Stmts' list to
15592 Add_Receiving_Stubs_To_Declarations functions.
15593 When expanding a package body, this list correspond to the
15594 statements in the HSS at the end of the pacakge.
15595 When expanding a package spec, this list correspond to the
15596 spec declarations.
15597 (Add_Receiving_Stubs_To_Declarations): Append the function
15598 registering the receiving stubs at the end of the 'Stmts' list.
15599 (RCI_Package_Locator): Pass the new Version generic formal when
15600 instantiating a RCI_Locator package.
15601 (Build_From_Any_Function): To compute the High bound for an
15602 unconstrained array actual, we add the Low bound with the length.
15603 Thus we must convert the low bound and the length to an appropriate
15604 type before doing the sum.
15605 (Build_Subprogram_Receiving_Stubs, PolyORB):
15606 * Retrieve the extra formals parameters at the
15607 end of the parameter stream.
15608 * Use Move_Any_Value to write back out parameters
15609 after executing the request as it is more efficient
15610 than Copy_Any_Value.
15611 * Build the any containing Extra Formals with the
15612 appropriate typecode.
15613 (PolyORB_Support.Helpers.Append_Record_Traversal): Nothing to do for an
15614 empty Component_List.
15615 (Build_Actual_Object_Declaration): New subprogram. Build and insert into
15616 the tree the declaration for an object that serves as actual parameter
15617 in server-side stubs.
15618 (GARLIC_Support.Build_Subprogram_Receiving_Stubs,
15619 PolyORB_Support.Build_Subprogram_Receiving_Stubs):
15620 Use Build_Actual_Object_Declaration to prepare the actuals.
15621 (Add_Parameter_To_NVList): Set the parameter mode to In for
15622 Extra Constrained Parameters.
15623 (Build_General_Calling_Stubs): Set the parameter type to boolean for
15624 Extra Constrained parameters.
15625 (Build_To_Any_Function, Build_From_Any_Function,
15626 Built_TypeCode_Function): When Typ is implicit, call the correct
15627 function with the first not implicit parent type.
15628 (TC_Rec_Add_Process_Element, FA_Rec_Add_Process_Element,
15629 (FA_Ary_Add_Process_Element): When Datum is an Any, we cannot infer the
15630 typecode from the Etype. Therefore we retrieve the correct typecode
15631 with a call to Get_Any_Type.
15632 (Copy_Specification): Do controlling formal type substitution based on
15633 Is_Controlling_Formal flag, instead of caller-provided object type.
15634 (Build_Subprogram_Calling_Stubs): When retrieveing the original spec for
15635 a RACW primitive operation, we might get a subprogram declaration for an
15636 ancestor of the RACW designated type (not for the designated type
15637 itself), in the case where this operation is inherited. In this case we
15638 have no easy means of determining the original tagged type for which
15639 the primitive was declared, so instead we now rely on
15640 Copy_Specification to use the Is_Controlling_Formal flag to determine
15641 which formals require type substitution.
15642
15643 2007-04-06 Robert Dewar <dewar@adacore.com>
15644 Ed Schonberg <schonberg@adacore.com>
15645
15646 * exp_intr.adb (Expand_Exception_Call): Calls to subprograms in
15647 GNAT.Current_Exception are not allowed if pragma Restrictions
15648 (No_Exception_Propagation) is set and in any case make the associated
15649 handler unsuitable as a target for a local raise statement.
15650 (Expand_Dispatching_Constructor_Call): Replace generation of call to the
15651 run-time subprogram CW_Membership by call to Build_CW_Membership.
15652 (Expand_Dispatching_Constructor_Call): If the dispatching tag is given
15653 by a function call, a temporary must be created before expanding the
15654 Constructor_Call itself, to prevent out-of-order elaboration in the
15655 back-end when stack checking is enabled..
15656
15657 2007-04-06 Ed Schonberg <schonberg@adacore.com>
15658
15659 * exp_pakd.adb (Expand_Packed_Boolean_Operator): The bounds of the
15660 result are the bounds of the left operand, not the right.
15661
15662 2007-04-06 Ed Schonberg <schonberg@adacore.com>
15663
15664 * exp_strm.adb
15665 (Build_Mutable_Record_Write_Procedure): For an Unchecked_Union type, use
15666 discriminant defaults.
15667 (Build_Record_Or_Elementary_Output_Procedure): Ditto.
15668 (Make_Component_List_Attributes): Ditto.
15669
15670 2007-04-06 Ed Schonberg <schonberg@adacore.com>
15671 Bob Duff <duff@adacore.com>
15672
15673 * sem_aggr.adb (Resolve_Record_Aggregate): In semantics-only mode treat
15674 an association with a box as providing a value even though the
15675 initialization procedure for the type is not available.
15676 (Resolve_Record_Aggregate): Check that a choice of an association with a
15677 box corresponds to a component of the type.
15678 (Resolve_Record_Aggregate): Split Is_Abstract flag into
15679 Is_Abstract_Subprogram and Is_Abstract_Type.
15680
15681 * exp_tss.adb (Base_Init_Proc): Use Is_Type instead of Type_Kind for
15682 assert.
15683
15684 * inline.adb (Add_Inlined_Body): Split Is_Abstract flag into
15685 Is_Abstract_Subprogram and Is_Abstract_Type. Make sure these are
15686 called only when appropriate.
15687
15688 2007-04-06 Olivier Hainque <hainque@adacore.com>
15689
15690 * g-alleve.ads (Low Level Vector type definitions): Map each to the
15691 associated vector view instead of all to the unsigned char view.
15692
15693 * g-altcon.adb (Generic_Conversions): New internal generic package,
15694 offering facilities for all the Vector/View conversion routines
15695 implemented by this unit.
15696 (To_View/To_Vector - all versions): Reimplemented in a systematic
15697 manner, using the internal Generic_Conversions facilities.
15698
15699 2007-04-06 Pascal Obry <obry@adacore.com>
15700
15701 * g-arrspl.adb (Free) [Element_Access]: New routine to free the source
15702 string.
15703 (Create): Free the source string before storing the new one.
15704
15705 2007-04-06 Vincent Celier <celier@adacore.com>
15706
15707 * g-debpoo.adb (Validity): New package with a complete new
15708 implementation of subprograms Is_Valid and Set_Valid.
15709 (Is_Valid): Move to local package Validity
15710 (Set_Valid): Move to local package Validity
15711
15712 2007-04-06 Arnaud Charlet <charlet@adacore.com>
15713 Pablo Oliveira <oliveira@adacore.com>
15714
15715 * g-expect.adb (Get_Command_Output): When expanding the output buffer
15716 we must ensure that there is enough place for the new data we are going
15717 to copy in.
15718
15719 2007-04-06 Thomas Quinot <quinot@adacore.com>
15720
15721 * g-md5.ads, g-md5.adb (Digest): Fix off-by-one error in padding
15722 computation.
15723
15724 2007-04-06 Jose Ruiz <ruiz@adacore.com>
15725 Vincent Celier <celier@adacore.com>
15726
15727 * gnatcmd.adb (B_Start): Add prefix of binder generated file.
15728 (Stack_String): Add this String that contains the name of the Stack
15729 package in the project file.
15730 (Packages_To_Check_By_Stack): Add this list that contains the packages
15731 to be checked by gnatstack, which are the naming and the stack packages.
15732 (Check_Files): If no .ci files were specified for gnatstack we add all
15733 the .ci files belonging to the projects, including binder generated
15734 files.
15735 (Non_VMS_Usage): Document that gnatstack accept project file switches.
15736 (GNATCmd): Update the B_Start variable if we are in a VMS environment.
15737 Add gnatstack to the list of commands that use project file related
15738 switches, and get the single attribute Switches from the stack package
15739 in a project file when calling gnatstack. Parse the -U flag for
15740 processing files belonging to all projects in the project tree.
15741 Remove all processing for command Setup
15742
15743 * prj-attr.adb: Add new package Stack with single attribute Switches
15744
15745 * vms_conv.ads (Command_Type): Add command Stack.
15746 Move to body declarations that are only used in the body: types Item_Id,
15747 Translation_Type, Item_Ptr, Item and its subtypes.
15748
15749 * vms_conv.adb: (Initialize): Add data for new command Stack.
15750 Add declarations moved from the spec: types Item_Id, Translation_Type,
15751 Item_Ptr, Item and its subtypes.
15752 (Cargs_Buffer): New table
15753 (Cargs): New Boolean global variable
15754 (Process_Buffer): New procedure to create arguments
15755 (Place): Put character in table Buffer or Cargs_Buffer depending on the
15756 value of Cargs.
15757 (Process_Argument): Set Cargs when processing qualifiers for GNAT
15758 COMPILE
15759 (VMS_Conversion): Call Process_Buffer for table Buffer and, if it is not
15760 empty, for table Cargs_Buffer.
15761 (Initialize): Remove component Setup in Command_List
15762
15763 2007-04-06 Vincent Celier <celier@adacore.com>
15764
15765 * gprep.adb (Process_Files.Process_One_File): Use full file name when
15766 issuing pragma Source_Reference.
15767
15768 2007-04-06 Emmanuel Briot <briot@adacore.com>
15769
15770 * g-regpat.adb (Parse_Posix_Character_Class): Fix handling of
15771 [[:xdigit:]] character class.
15772 Also raise an exception when an invalid character class is used.
15773
15774 2007-04-06 Pascal Obry <obry@adacore.com>
15775
15776 * i-cstrea.ads: (fopen): Add encoding parameter.
15777 (freopen): Idem.
15778 Change reference from a-sysdep.c to sysdep.c in comment.
15779 Update copyright notice.
15780 This set of patch add support for the encoding form parameter.
15781
15782 * mingw32.h (S2WSU): New macro to convert from a string to a
15783 wide-string using the UTF-8 encoding. The S2WS macro supports now only
15784 standard 8bits encoding.
15785 (WS2SU): As above but converting from wide-sring to string.
15786 This is needed as it is necessary to have access to both versions in the
15787 runtime for the form parameter encoding support.
15788 This set of patch add support for the encoding form parameter.
15789 (S2WS): Improve implementation to handle cases where the filename is not
15790 UTF-8 encoded. In this case we default to using the current code page
15791 for the conversion.
15792
15793 * s-crtl-vms64.ads, s-crtl.ads (Filename_Encoding): New enumeration
15794 type (UTF8, ASCII_8bits). This enumeration has a rep clause to match
15795 the constants defined in adaint.h.
15796 (fopen): Add encoding parameter.
15797 (freopen): Idem.
15798
15799 * s-ficobl.ads (AFCB): Add Encoding field to record the filename
15800 encoding. This is needed for the Reset routine (freopen low level-call).
15801
15802 * s-fileio.adb (Open): Decode encoding form parameter and set the
15803 corresponding encoding value into AFCB structure.
15804 (Reset): Pass the encoding value to freopen.
15805 (Close): Move the call to Lock_Task to the beginning of the procedure.
15806
15807 2007-04-06 Geert Bosch <bosch@adacore.com>
15808 Robert Dewar <dewar@adacore.com>
15809
15810 * i-fortra.ads: Add Double_Complex type.
15811
15812 * impunit.adb: (Is_Known_Unit): New function
15813 Add Gnat.Byte_Swapping
15814 Add GNAT.SHA1
15815 Add new Ada 2005 units
15816 Ada.Numerics.Generic_Complex_Arrays, Ada.Numerics.Generic_Real_Arrays,
15817 Ada.Numerics.Complex_Arrays, Ada.Numerics.Real_Arrays,
15818 Ada.Numerics.Long_Complex_Arrays, Ada.Numerics.Long_Long_Complex_Arrays,
15819 Ada.Numerics.Long_Long_Real_Arrays and Ada.Numerics.Long_Real_Arrays
15820
15821 * impunit.ads (Is_Known_Unit): New function
15822
15823 * a-ngcoar.adb, a-ngcoar.ads, a-ngrear.adb,
15824 a-ngrear.ads, a-nlcoar.ads, a-nllcar.ads, a-nllrar.ads, a-nlrear.ads,
15825 a-nucoar.ads, a-nurear.ads, g-bytswa.adb, g-bytswa-x86.adb,
15826 g-bytswa.ads, g-sha1.adb, g-sha1.ads, i-forbla.ads, i-forlap.ads,
15827 s-gearop.adb, s-gearop.ads, s-gecobl.adb, s-gecobl.ads, s-gecola.adb,
15828 s-gecola.ads, s-gerebl.adb, s-gerebl.ads, s-gerela.adb, s-gerela.ads:
15829 New files.
15830
15831 * Makefile.rtl: Add g-bytswa, g-sha1, a-fzteio and a-izteio
15832
15833 * a-fzteio.ads, a-izteio.ads: New Ada 2005 run-time units.
15834
15835 2007-04-06 Eric Botcazou <botcazou@adacore.com>
15836 Arnaud Charlet <charlet@adacore.com>
15837
15838 * init.c: Reuse PA/HP-UX code for IA-64/HP-UX, except
15839 __gnat_adjust_context_for_raise.
15840 (__gnat_init_float): on x86 vxworks 5.x and 6.x, we use the same
15841 implementation of floating point operations as native x86 targets.
15842 So the FPU should be initialized in the same way using finit. Fix
15843 floating point operations accuracy issues.
15844 (__gnat_install_handler, case FreeBSD): Use proper type for sa_sigaction
15845 member in struct sigaction, so as to avoid warning for incompatible
15846 pointer types.
15847
15848 2007-04-06 Serguei Rybin <rybin@adacore.com>
15849
15850 * lib.ads, lib.adb (Tree_Read): Release the memory occupied by the
15851 switches from previously loaded tree
15852
15853 2007-04-06 Thomas Quinot <quinot@adacore.com>
15854
15855 * lib-writ.adb (Write_With_Lines): Factor duplicated code between the
15856 cases where a given dependency has a body or not.
15857 (Write_With_File_Names): New subprogram, common code for the two cases
15858 above.
15859
15860 2007-04-06 Ed Schonberg <schonberg@adacore.com>
15861 Javier Miranda <miranda@adacore.com>
15862
15863 * lib-xref.ads, lib-xref.adb:
15864 Modify the loop that collects type references, to include interface
15865 types that the type implements. List each of these interfaces when
15866 building the entry for the type.
15867 (Generate_Definition): Initialize component Def and Typ of new entry
15868 in table Xrefs, to avoid to have these components unitialized.
15869 (Output_References): Split Is_Abstract flag into
15870 Is_Abstract_Subprogram and Is_Abstract_Type.
15871 (Generate_Reference): Add barrier to do not generate the warning
15872 associated with Ada 2005 entities with entities generated by the
15873 expander.
15874
15875 2007-04-06 Robert Dewar <dewar@adacore.com>
15876 Arnaud Charlet <charlet@adacore.com>
15877 Vincent Celier <celier@adacore.com>
15878
15879 * gnat_rm.texi, gnat_ugn.texi: Add -gnatyl documentation
15880 Update 'Exception Handling Control' chapter which was outdated.
15881 Minor fix to documentation of -gnatwq
15882 Remove section "Adapting the Run Time to a New C++ Compiler" because
15883 it is now obsolete.
15884 Add passage on need of -nostart-files in some non-ada-main cases.
15885 Document new switch -eS (/STANDARD_OUTPUT_FOR_COMMANDS) for gnatmake
15886 Update documentation about Interfacing with C++
15887 Add documentation for new gnatmake switch -p
15888 Add missing protocol part in URLs.
15889 Document -gnatyA
15890 Document pragma Compile_Time_Error
15891 Add documentation for Object_Size indicating that stand alone
15892 objects can have a larger size in some cases.
15893 Add node for GNAT.Byte_Swapping, GNAT.SHA1
15894 Update reference to the Ravenscar profile.
15895 Document pragma Unreferenced_Objects
15896
15897 * gnat-style.texi: Fix typo
15898
15899 2007-04-06 Vincent Celier <celier@adacore.com>
15900
15901 * mlib.adb (Building_Library): Only output "building a library..." in
15902 verbose mode
15903
15904 * mlib-prj.adb (Build_Library): Only output lists of object and ALI
15905 files in verbose mode.
15906
15907 * mlib-utl.adb (Ar): Only output the first object files when not in
15908 verbose mode.
15909 (Gcc): Do not display all the object files if not in verbose mode, only
15910 the first one.
15911
15912 2007-04-06 Robert Dewar <dewar@adacore.com>
15913
15914 * namet.ads, namet.adb (wn): Improve this debugging routine. Calling
15915 it no longer destroys the contents of Name_Buffer or Name_Len and
15916 non-standard and invalid names are handled better.
15917 (Get_Decoded_Name_String): Improve performance by using
15918 Name_Has_No_Encodings flag in the name table.
15919 (Is_Valid_Name): New function to determine whether a Name_Id is valid.
15920 Used for debugging printouts.
15921
15922 2007-04-06 Robert Dewar <dewar@adacore.com>
15923 Javier Miranda <miranda@adacore.com>
15924 Bob Duff <duff@adacore.com>
15925
15926 * par-ch3.adb: (P_Type_Declaration): Set Type_Token_Location
15927 (P_Interface_Type_Definition): Remove the formal Is_Synchronized because
15928 there is no need to generate always a record_definition_node in case
15929 of synchronized interface types.
15930 (P_Type_Declaration): Update calls to P_Interface_Type_Definition.
15931 (P_Null_Exclusion): For AI-447: Remove warnings about "not null" being
15932 illegal in Ada 95, in cases where it is legal. Change the warnings to
15933 errors in other cases. Don't give the error unless the "not null"
15934 parses properly. Correct the source position at which the error occurs.
15935 (P_Known_Discriminant_Part_Opt): Pass Allow_Anonymous_In_95 => True to
15936 P_Null_Exclusion, to suppress "not null" warnings.
15937 (P_Identifier_Declarations): Code cleanup. Removed unrequired label and
15938 associated goto statements.
15939
15940 * par-endh.adb (Pop_End_Context): Allow more flexibility in placement
15941 of END RECORD
15942
15943 * scans.ads (Type_Token_Location): New flag
15944
15945 * par-ch6.adb (P_Mode): Check specifically for case of IN ACCESS
15946 (P_Formal_Part): Pass Allow_Anonymous_In_95 => True to
15947 P_Null_Exclusion, to suppress "not null" warnings.
15948
15949 2007-04-06 Robert Dewar <dewar@adacore.com>
15950 Javier Miranda <miranda@adacore.com>
15951 Bob Duff <duff@adacore.com>
15952 Vincent Celier <celier@adacore.com>
15953
15954 * par-prag.adb (Prag): Add dummy entry for pragma Compile_Time_Error
15955 (Extensions_Allowed): No longer sets Ada_Version
15956 Entry for pragma Unreferenced_Objects
15957
15958 * sem_prag.adb (Analyze_Pragma, case Priority): Force with of
15959 system.tasking if pragma priority used in a procedure
15960 (Analyze_Pragma, case Warning): Handle dot warning switches
15961 (Process_Compile_Time_Warning_Or_Error): New procedure
15962 (Analyze_Pragma): Add processing for Compile_Time_Error
15963 Add support for extra arguments External_Name and Link_Name.
15964 Remove code associated with pragmas CPP_Virtual and CPP_Vtable.
15965 (Process_Import_Or_Interface): Add support for the use of pragma Import
15966 with tagged types.
15967 (Extensions_Allowed): No longer affects Ada_Version
15968 (Analyze_Pragma): Split Is_Abstract flag into Is_Abstract_Subprogram and
15969 Is_Abstract_Type. Make sure these are called only when appropriate.
15970 Add processing for pragma Unreferenced_Objects
15971
15972 * snames.h, snames.ads, snames.adb: Add entry for pragma
15973 Compile_Time_Error
15974 Add new standard name Minimum_Binder_Options for new gprmake
15975 Add new standard names for gprmake: Archive_Suffix,
15976 Library_Auto_Init_Supported, Library_Major_Minor_Id_Supported,
15977 Library_Support, Library_Version_Options,
15978 Shared_Library_Minimum_Options,
15979 Shared_Library_Prefix, Shared_Library_Suffix, Symbolic_Link_Supported.
15980 Change Name_Call to Name_uCall so that it cannot clash with a legal
15981 subprogram name.
15982 Add new standard names Mapping_Spec_Suffix and Mapping_Body_Suffix
15983 Append C_Plus_Plus to convention identifiers as synonym for CPP
15984 Add new standard names Stack and Builder_Switches
15985 Add new standard names: Compiler_Minimum_Options, Global_Config_File,
15986 Library_Builder, Local_Config_File, Objects_Path, Objects_Path_File,
15987 Run_Path_Option, Toolchain_Version.
15988 Entry for pragma Unreferenced_Objects
15989
15990 * switch-c.adb (Scan_Front_End_Switches): Store correct -gnateD
15991 switches, without repetition of "eD". Make sure that last character of
15992 -gnatep= switch is not taken as -gnat switch character.
15993 Complete rewrite of circuit for handling saving compilation options
15994 Occasioned by need to support dot switchs for -gnatw, but cleans up
15995 things in general.
15996 -gnatX does not affect Ada_Version
15997 Include -gnatyA in -gnatg style switches
15998
15999 * sem_warn.ads, sem_warn.adb (Output_Unreferenced_Messages): Exclude
16000 warnings on return objects.
16001 (Warn_On_Useless_Assignment): Exclude warnings on return objects
16002 (Set_Dot_Warning_Switch): New procedure
16003 (Check_References): Add missing case of test for
16004 Has_Pragma_Unreferenced_Objects
16005 (Output_Unreferenced_Messages): Implement effect of new pragma
16006 Unreferenced_Objects, remove special casing of limited controlled
16007 variables.
16008
16009 2007-04-06 Vincent Celier <celier@adacore.com>
16010
16011 * prj-ext.adb (Initialize_Project_Path): New procedure that initialize
16012 the default project path, initially done during elaboration of the
16013 package.
16014 If the prefix returned by Sdefault is null, get the prefix from a call
16015 to Executable_Prefix_Path.
16016 (Project_Path): Call Initialize_Project_Path if Current_Project_Path is
16017 null.
16018
16019 * prj-nmsc.adb (Get_Path_Names_And_Record_Sources): Use the non
16020 canonical directory name to open the directory from which files are
16021 retrieved.
16022 (Record_Other_Sources): Idem.
16023 (Locate_Directory): Add the possibility to create automatically missing
16024 directories when Setup_Projects is True.
16025 Call Locate_Directory so that the directory will be created when
16026 Setup_Projects is True, for object dir, library dir, library ALI dir,
16027 library source copy dir and exec dir.
16028
16029 * prj-pp.adb (Max_Line_Length): Set to 255 for compatibility with older
16030 versions of GNAT.
16031
16032 2007-04-06 Robert Dewar <dewar@adacore.com>
16033
16034 * sem_ch13.ads, sem_ch13.adb (Adjust_Record_For_Reverse_Bit_Order):
16035 Use First/Next_Component_Or_Discriminant
16036 (Analyze_Record_Representation_Clause):
16037 Use First/Next_Component_Or_Discriminant
16038 (Check_Component_Overlap): Use First/Next_Component_Or_Discriminant
16039 (Analyze_Attribute_Definition_Clause, case Value_Size): Reject
16040 definition if type is unconstrained.
16041 (Adjust_Record_For_Reverse_Bit_Order): New procedure
16042 (Analyze_Attribute_Definition_Clause): Split Is_Abstract flag into
16043 Is_Abstract_Subprogram and Is_Abstract_Type.
16044 (Adjust_Record_For_Reverse_Bit_Order): New procedure
16045
16046 * repinfo.adb (List_Record_Info): Use First/
16047 Next_Component_Or_Discriminant.
16048
16049 * style.ads, styleg-c.adb, styleg-c.ads (Check_Array_Attribute_Index):
16050 New procedure.
16051
16052 * stylesw.ads, stylesw.adb: Recognize new -gnatyA style switch
16053 Include -gnatyA in default switches
16054
16055 * opt.ads: (Warn_On_Non_Local_Exception): New flag
16056 (Warn_On_Reverse_Bit_Order): New flag
16057 (Extensions_Allowed): Update the documentation.
16058 (Warn_On_Questionable_Missing_Parens): Now on by default
16059
16060 * usage.adb: Add documentation of -gnatw.x/X switches
16061 Document new -gnatyA style switch
16062 -gnatq warnings are on by default
16063
16064 2007-04-06 Ed Falis <falis@adacore.com>
16065
16066 * s-carun8.adb, s-carsi8.adb (Compare_Array_?8): modify so that last
16067 full word is no longer compared twice.
16068
16069 2007-04-06 Ed Schonberg <schonberg@adacore.com>
16070
16071 * sem_ch10.adb (Install_Limited_Context_Clauses.
16072 Expand_Limited_With_Clause): Use a new copy of selector name in the
16073 call to Make_With_Clause. This fixes the tree structure for ASIS
16074 purposes. Nothing is changed in the compiler behaviour.
16075 (Process_Body_Clauses): Handle properly use clauses whose prefix is
16076 a package renaming.
16077 (Install_Limited_With_Clauses): Do not install non-limited view when it
16078 is still incomplete.
16079
16080 2007-04-06 Ed Schonberg <schonberg@adacore.com>
16081 Gary Dismukes <dismukes@adacore.com>
16082
16083 * sem_ch12.adb (Check_Generic_Actuals): Use first subtype of actual
16084 when capturing size information, instead of base type, which for a
16085 formal array type will be the unconstrained type.
16086 (Analyze_Formal_Object_Declaration): Add check for illegal default
16087 expressions for a formal in object of a limited type.
16088 (Instantiate_Object): Ditto.
16089 (Check_Formal_Package_Instance): Skip entities that are formal objects,
16090 because they were defaulted in the formal package and no check applies
16091 to them.
16092 (Check_Formal_Package_Instance): Extend conformance check to other
16093 discrete types beyond Integer.
16094 (Process_Default): Copy directly the unmatched formal. A generic copy
16095 has already been performed in Analyze_Formal_Package.
16096 (Analyze_Associations): If a formal subprogram has no match, check for
16097 partial parametrization before looking for a default, to prevent
16098 spurious errors.
16099 (Analyze_Package_Instantiation, Analyze_Subprogram_Instantiation): Do
16100 not set the instantiation environment before analyzing the actuals.
16101 Fixes regression on 8515-003 with implementation of AI-133.
16102 Set_Instance_Env checks whether the generic unit is a predefined
16103 unit, in which case the instance must be analyzed with the latest Ada
16104 mode. This setting must take place after analysis of the actuals,
16105 because the actuals must be analyzed and frozen in the Ada mode extant
16106 outside of the current instantiation.
16107 (Save_Env, Restore_Env): Preserve and restore the configuration
16108 parameters so that predefined units can be compiled in the proper Ada
16109 mode.
16110 (Analyze_Formal_Object_Declaration,Analyze_Formal_Subprogram,
16111 Instantiate_Type): Split Is_Abstract flag into Is_Abstract_Subprogram
16112 and Is_Abstract_Type.
16113 (Analyze_Formal_Package): For better error recovery, Add exception
16114 handler to catch Instantion_Error, which can be raised in
16115 Analyze_Associations
16116
16117 2007-04-06 Ed Schonberg <schonberg@adacore.com>
16118 Bob Duff <duff@adacore.com>
16119 Gary Dismukes <dismukes@adacore.com>
16120
16121 * sem_ch4.adb (Try_Primitive_Operation): The call is legal if the
16122 prefix type is a discriminated subtype of the type of the formal.
16123 (Analyze_Allocator): Collect all coextensions regardless of the context.
16124 Whether they can be allocated statically is determined in exp_ch4.
16125 (Analyze_Selected_Component): If the prefix is a limited view and the
16126 non-limited view is available, use the non-limited one.
16127 (Operator_Check): For "X'Access = Y'Access" (which is ambiguous, and
16128 therefore illegal), suggest a qualified expression rather than a type
16129 conversion, because a type conversion would be illegal in this context.
16130 (Anayze_Allocator): Trace recursively all nested allocators so that all
16131 coextensions are on the corresponding list for the root. Do no mark
16132 coextensions if the root allocator is within a declaration for a stack-
16133 allocated object, because the access discriminants will be allocated on
16134 the stack as well.
16135 (Analyze_Call): Remove restriction on calls to limited functions for the
16136 cases of generic actuals for formal objects, defaults for formal objects
16137 and defaults for record components.
16138 (Analyze_Allocator): Before analysis, chain coextensions on the proper
16139 element list. Their expansion is delayed until the enclosing allocator
16140 is processed and its finalization list constructed.
16141 (Try_Primitive_Operation): If the prefix is a concurrent type, looks
16142 for an operation with the given name among the primitive operations of
16143 the corresponding record type.
16144 (Analyze_Selected_Component): If the prefix is a task type that
16145 implements an interface, and there is no entry with the given name,
16146 check whether there is another primitive operation (e.g. a function)
16147 with that name.
16148 (Try_Object_Operation, Analyze_One_Call, Try_Indexed_Call): Handle
16149 properly the indexing of a function call written in prefix form, where
16150 the function returns an array type, and all parameters of the function
16151 except the first have defaults.
16152 (Analyze_Equality_Op): If this is a call to an implicit inequality, keep
16153 the original operands, rather than relocating them, for efficiency and
16154 to work properly when an operand is overloaded.
16155 (Analyze_Allocator,Operator_Check,Remove_Abstract_Operations): Split
16156 Is_Abstract flag into Is_Abstract_Subprogram and Is_Abstract_Type.
16157 (Analyze_Selected_Component): If the prefix is a private extension, only
16158 scan the visible components, not those of the full view.
16159 (Try_Primitive_Operation): If the operation is a procedure, collect all
16160 possible interpretations, as for a function, because in the presence of
16161 classwide parameters several primitive operations of the type can match
16162 the given arguments.
16163
16164 2007-04-06 Ed Schonberg <schonberg@adacore.com>
16165 Robert Dewar <dewar@adacore.com>
16166
16167 * sem_ch5.adb (Analyze_Assignment): Reject a right-hand side that is a
16168 tag-indeterminate call to an abstract function, when the left-hand side
16169 is not classwide.
16170 (Analyze_Loop_Statement): Improve detection of infinite loops
16171
16172 2007-04-06 Ed Schonberg <schonberg@adacore.com>
16173 Thomas Quinot <quinot@adacore.com>
16174
16175 * sem_ch7.ads, sem_ch7.adb (Inspect_Deferred_Constant_Completion): Move
16176 out of Analyze_Package_Declaration, because processing must be applied
16177 to package bodies as well, for deferred constants completed by pragmas.
16178 (Analyze_Package_Declaration): When the package declaration being
16179 analyzed does not require an explicit body, call Check_Completion.
16180 (May_Need_Implicit_Body): An implicit body is required when a package
16181 spec contains the declaration of a remote access-to-classwide type.
16182 (Analyze_Package_Body): If the package contains RACWs, append the
16183 pending subprogram bodies generated by exp_dist at the end of the body.
16184 (New_Private_Type,Unit_Requires_Body): Split Is_Abstract flag into
16185 Is_Abstract_Subprogram and Is_Abstract_Type.
16186 (Preserve_Full_Attributes): The full entity list is not an attribute
16187 that must be preserved from full to partial view.
16188
16189 * sem_dist.adb (Add_RAS_Dereference_TSS):
16190 Change primitive name to _Call so it cannot clash with any legal
16191 identifier, and be special-cased in Check_Completion.
16192 Mark the full view of the designated type for the RACW associated with
16193 a RAS as Comes_From_Source to get proper view switching when installing
16194 private declarations.
16195 Provite a placeholder nested package body along with the nested spec
16196 to have a place for Append_RACW_Bodies to generate the calling stubs
16197 and stream attributes.
16198
16199 2007-04-06 Ed Schonberg <schonberg@adacore.com>
16200 Robert Dewar <dewar@adacore.com>
16201
16202 * sem_ch8.adb (Has_Components): If the argument is an incomplete type
16203 that is a limited view, check the non-limited view if available.
16204 (Undefined): Refine error message for missing with of Text_IO
16205 (Find_Expanded_Name): Use Is_Known_Unit for more accurate error message
16206 to distinguish real missing with cases.
16207 Fix format of all missing with messages
16208 (Analyze_Subprogram_Renaming): Emit proper error message on illegal
16209 renaming as body when renamed entity is abstract.
16210
16211 2007-04-06 Ed Schonberg <schonberg@adacore.com>
16212 Javier Miranda <miranda@adacore.com>
16213
16214 * sem_type.ads, sem_type.adb (Has_Abstract_Interpretation): Make
16215 predicate recursive, to handle complex expressions on literals whose
16216 spurious ambiguity comes from the abstract interpretation of some
16217 subexpression.
16218 (Interface_Present_In_Ancestor): Add support to concurrent record
16219 types.
16220 (Add_One_Interp,Disambiguate): Split Is_Abstract flag into
16221 Is_Abstract_Subprogram and Is_Abstract_Type.
16222
16223 2007-04-06 Ed Schonberg <schonberg@adacore.com>
16224 Javier Miranda <miranda@adacore.com>
16225
16226 * sem_util.ads, sem_util.adb (Object_Access_Level): If the object is a
16227 dereference of a local object R created as a reference to another
16228 object O, use the access level of O.
16229 (Matches_Prefixed_View_Profile): Use common predicate Conforming_Types,
16230 rather than local Same_Formal_Type, to check whether protected operation
16231 overrides an inherited one.
16232 (Same_Formal_Type): New predicate, used when matching signatures of
16233 overriding synchronized operations, to handle the case when a formal
16234 has a type that is a generic actual.
16235 (Is_Aliased_View): Replace check on E_Task_Type and E_Protected_Type by
16236 predicate Is_Concurrent_Type. This ensures supportin case of subtypes.
16237 (Needs_One_Actual): New predicate, for Ada 2005 use, to resolve
16238 syntactic ambiguities involving indexing of function calls that return
16239 arrays.
16240 (Abstract_Interface_List): New subprogram that returns the list of
16241 abstract interfaces associated with a concurrent type or a
16242 concurrent record type.
16243 (Interface_Present_In_Parent): New subprogram used to check if a
16244 given type or some of its parents implement a given interface.
16245 (Collect_Abstract_Interfaces): Add support for concurrent types
16246 with interface types.
16247 (Has_Abstract_Interfaces): Add support for concurrent types with
16248 interface types.
16249 (Is_Parent): New subprogram that determines whether E1 is a parent
16250 of E2. For a concurrent type its parent is the first element of its
16251 list of interface types; for other types this function provides the
16252 same result than Is_Ancestor.
16253 (Enclosing_Subprogram): Add test for N_Extended_Return_Statement.
16254 (Collect_Synchronized_Interfaces): Removed because the subprogram
16255 Collect_Abstract_Interfaces provides this functionality.
16256 (Collect_Abstract_Interfaces): Minor update to give support to
16257 concurrent types and thus avoid undesired code duplication.
16258 (Get_Subprogram_Entity): Handle entry calls.
16259 (May_Be_Lvalue): Include actuals that appear as in-out parameters in
16260 entry calls.
16261 (Enter_Name): Do not give -gnatwh hiding warning for record component
16262 entities, they never result in hiding.
16263
16264 2007-04-06 Ed Schonberg <schonberg@adacore.com>
16265 Robert Dewar <dewar@adacore.com>
16266
16267 * sinfo.ads, sinfo.adb (Coextensions): New element list for allocators,
16268 to chain nested components that are allocators for access discriminants
16269 of the enclosing object.
16270 Add N_Push and N_Pop nodes
16271 New field Exception_Label added
16272 (Local_Raise_Statements): New field in N_Exception_Handler_Node
16273 (Local_Raise_Not_OK): New flag in N_Exception_Handler_Node
16274 (Is_Coextension): New flag for allocators, to mark allocators that
16275 correspond to access discriminants of dynamically allocated objects.
16276 (N_Block_Statement): Document the fact that the corresponding entity
16277 can be an E_Return_Statement.
16278 (Is_Coextension): New flag for allocators.
16279 Remove all code for DSP option
16280
16281 * sprint.ads, sprint.adb: Display basic information for class_wide
16282 subtypes. Add handling of N_Push and N_Pop nodes
16283
16284 2007-04-06 Arnaud Charlet <charlet@adacore.com>
16285
16286 * s-tpobop.adb (Exceptional_Complete_Entry_Body): Undefer abortion
16287 before propagating exception.
16288
16289 2007-04-06 Olivier Hainque <hainque@adacore.com>
16290
16291 * tracebak.c (PC_ADJUST - ia64): -4 instead of -16, expected to yield
16292 an address always within the call instruction from a return address.
16293
16294 2007-04-06 Olivier Hainque <hainque@adacore.com>
16295 Eric Botcazou <botcazou@adacore.com>
16296
16297 * trans.c (call_to_gnu) <TYPE_RETURNS_BY_TARGET_PTR_P>: Return an
16298 expression with a COMPOUND_EXPR including the call instead of emitting
16299 the call directly here.
16300 (gnat_to_gnu) <N_Slice>: Do not return a non-constant low bound if the
16301 high bound is constant and the slice is empty. Tidy.
16302 (tree_transform, case N_Op_Not): Handle properly the case where the
16303 operation applies to a private type whose full view is a modular type.
16304 (Case_Statement_To_gnu): If an alternative is an E_Constant with an
16305 Address_Clause, use the associated Expression as the GNAT tree
16306 representing the choice value to ensure the corresponding GCC tree is
16307 of the proper kind.
16308 (maybe_stabilize_reference): Stabilize COMPOUND_EXPRs as a whole
16309 instead of just the operands, as the base GCC stabilize_reference does.
16310 <CALL_EXPR>: New case. Directly stabilize the call if an lvalue is not
16311 requested; otherwise fail.
16312 (addressable_p) <COMPONENT_REF>: Do not test DECL_NONADDRESSABLE_P.
16313
16314 2007-04-06 Thomas Quinot <quinot@adacore.com>
16315
16316 * uintp.ads, uintp.adb (UI_Div_Rem): New subprogram, extending previous
16317 implementation of UI_Div.
16318 (UI_Div): Reimplement as a call to UI_Div_Rem.
16319 (UI_Rem): Take advantage of the fact that UI_Div_Rem provides the
16320 remainder, avoiding the cost of a multiplication and a subtraction.
16321 (UI_Modular_Inverse): Take advantage of the fact that UI_Div_Rem
16322 provides both quotient and remainder in a single computation.
16323 (UI_Modular_Exponentiation, UI_Modular_Inverse): New modular arithmetic
16324 functions for uint.
16325 (UI_Modular_Inverse): Add a note that the behaviour of this subprogram
16326 is undefined if the given n is not inversible.
16327
16328 2007-04-06 Olivier Hainque <hainque@adacore.com>
16329
16330 * utils2.c (known_alignment): Handle COMPOUND_EXPR, COND_EXPR and
16331 BIT_AND_EXPR. Handle also VIEW_CONVERT_EXPR, as the other conversion
16332 opcodes.
16333
16334 2007-04-06 Eric Botcazou <botcazou@adacore.com>
16335 Olivier Hainque <hainque@adacore.com>
16336
16337 * utils.c (update_pointer_to): Make a copy of the couple of FIELD_DECLs
16338 when updating the contents of the old pointer to an unconstrained array.
16339 (end_subprog_body): Set error_gnat_node to Empty.
16340 (write_record_type_debug_info): Do not be unduly sparing with our bytes.
16341 (unchecked_convert): For subtype to base type conversions, require that
16342 the source be a subtype if it is an integer type.
16343 (builtin_decls): New global, vector of available builtin functions.
16344 (gnat_pushdecl): Add global builtin function declaration nodes to the
16345 builtin_decls list.
16346 (gnat_install_builtins): Adjust comments.
16347 (builtin_function): Set DECL_BUILTIN_CLASS and DECL_FUNCTION_CODE before
16348 calling gnat_pushdecl, so that it knows when it handed a builtin
16349 function declaration node.
16350 (builtin_decl_for): Search the builtin_decls list.
16351
16352 2007-04-06 Eric Botcazou <botcazou@adacore.com>
16353
16354 * s-stchop-vxworks.adb:
16355 (Stack_Check): Raise Storage_Error if the argument has wrapped around.
16356
16357 2007-04-06 Robert Dewar <dewar@adacore.com>
16358 Arnaud Charlet <charlet@adacore.com>
16359
16360 * a-diroro.ads: Inserted the pragma Unimplemented_Unit
16361
16362 * bindgen.adb (Gen_Output_File_Ada): Generate pragma Ada_95 at start
16363 of files
16364 Add mention of -Sev (set initialize_scalars option from environment
16365 variable at run time) in gnatbind usage message.
16366
16367 * elists.ads, elists.adb: (Append_Unique_Elmt): New procedure
16368
16369 * fname-uf.ads: Minor comment fix
16370
16371 * osint.ads: Change pragma Elaborate to Elaborate_All
16372
16373 * par-load.adb: Add documentation.
16374
16375 * sem_cat.ads, sem_cat.adb: Minor code reorganization
16376
16377 * s-parint.ads (RCI_Locator) : Add 'Version' generic formal
16378
16379 * s-secsta.ads: Extra comments
16380
16381 * s-soflin.ads: Minor comment fixes
16382
16383 * s-stratt.ads (Block_Stream_Ops_OK): Removed.
16384
16385 * s-wchcon.ads: Minor comment addition
16386
16387 * treepr.adb: Minor change in message
16388 (Print_Name,Print_Node): Make these debug printouts more robust: print
16389 "no such..." instead of crashing on bad input.
16390
16391 2007-03-30 Rafael Ávila de Espíndola <espindola@google.com>
16392
16393 * trans.c (Attribute_to_gnu): Use get_signed_or_unsigned_type
16394 instead of gnat_signed_or_unsigned_type.
16395 * utils.c (gnat_signed_or_unsigned_type): Remove.
16396 * misc.c (LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): Remove
16397 * gigi.h (gnat_signed_or_unsigned_type): Remove
16398
16399 2007-03-09 Roger Sayle <roger@eyesopen.com>
16400
16401 * cuintp.c (UI_To_gnu): Use fold_buildN calls instead of calling
16402 fold with the result of buildN.
16403 * decl.c (gnat_to_gnu_entity): Likewise.
16404 * trans.c (Attribute_to_gnu, gnat_to_gnu, emit_check): Likewise.
16405 * utils.c (finish_record_type, merge_sizes, max_size, convert):
16406 Likewise.
16407 * utils2.c (gnat_truthvalue_conversion, compare_arrays,
16408 nonbinary_modular_operation, build_binary_op, build_unary_op,
16409 build_cond_expr): Likewise.
16410
16411 * utils.c (convert): Use fold_build1 when casting values to void.
16412 * utils2.c (gnat_truthvalue_conversion): Use build_int_cst and
16413 fold_convert instead of convert when appropriate.
16414
16415 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
16416
16417 * Make-lang.in: Add install-pdf target as copied from
16418 automake v1.10 rules.
16419
16420 2007-02-28 Andreas Schwab <schwab@suse.de>
16421
16422 * Make-lang.in (doc/gnat_ugn_unw.texi): Depend on
16423 $(gcc_docdir)/include/gcc-common.texi and gcc-vers.texi.
16424 (doc/gnat-style.info): Likewise.
16425
16426 2007-02-26 Brooks Moses <brooks.moses@codesourcery.com>
16427
16428 * gnat-style.texi: Standardize title page.
16429 * gnat_rm.texi: Likewise.
16430 * gnat_ugn.texi: Likewise.
16431
16432 2007-02-25 Mark Mitchell <mark@codesourcery.com>
16433
16434 * decl.c (annotate_value): Adjust for refactoring of tree_map
16435 hierarchy.
16436
16437 2007-02-24 Mark Mitchell <mark@codesourcery.com>
16438
16439 * decl.c (annotate_value): Adjust for refactoring of tree_map
16440 hierarchy.
16441
16442 2007-02-21 Ed Schonberg <schonberg@adacore.com>
16443
16444 PR ada/18819
16445 * sem_ch3.adb (Create_Constrained_Components): for a subtype of an
16446 untagged derived type, add hidden components to keep discriminant
16447 layout consistent, when a given discriminant of the derived type
16448 constraints several discriminants of the parent type.
16449
16450 2007-02-16 Eric Botcazou <ebotcazou@adacore.com>
16451 Sandra Loosemore <sandra@codesourcery.com>
16452
16453 * trans.c (call_to_gnu): Use build_call_list instead of build3 to
16454 build the call expression.
16455 (gnat_stabilize_reference_1): Handle tcc_vl_exp.
16456 * utils.c (max_size) <tcc_exceptional>: Delete.
16457 <tcc_vl_exp>: New case.
16458 <tcc_expression>: Delete CALL_EXPR subcase.
16459 (build_global_cdtor): Use build_call_nary instead of build3.
16460 * utils2.c (build_call_1_expr): Likewise.
16461 (build_call_2_expr): Likewise.
16462 (build_call_0_expr): Likewise.
16463 (build_call_alloc_dealloc): Likewise.
16464
16465 2007-02-07 Andreas Krebbel <krebbel1@de.ibm.com>
16466
16467 * raise-gcc.c (get_region_description_for, get_call_site_action_for,
16468 get_action_description_for): Replace _Unwind_Word with _uleb128_t
16469 and _Unwind_SWord with _sleb128_t.
16470
16471 2007-02-06 Paolo Bonzini <bonzini@gnu.org>
16472
16473 * Make-lang.in (ada/decl.o): Add gt-ada-decl.h dependency.
16474 * decl.c: Include gt-ada-decl.h.
16475 (annotate_value_cache): New.
16476 (annotate_value): Use it instead of TREE_COMPLEXITY.
16477
16478 2007-02-03 Kazu Hirata <kazu@codesourcery.com>
16479
16480 * misc.c, utils2.c: Fix comment typos.
16481
16482 2007-01-24 Roger Sayle <roger@eyesopen.com>
16483
16484 * decl.c (gnat_to_gnu_entity): Use TREE_OVERFLOW instead of
16485 TREE_CONSTANT_OVERFLOW.
16486 (allocatable_size_p, annotate_value): Likewise.
16487 * trans.c (gnat_to_gnu): Likewise.
16488 * utils.c (unchecked_convert): Likewise.
16489 * utils2.c (build_simple_component_ref): Likewise.
16490
16491 2007-01-23 Richard Guenther <rguenther@suse.de>
16492
16493 PR bootstrap/30541
16494 * Make-lang.in: Replace invocations of gnatmake with $(GNATMAKE).
16495 (gnatboot2): Pass staged GNATMAKE instead of STAGE_PREFIX.
16496 (gnatboot3): Likewise.
16497 (GNATBIND): Do not define.
16498 * Makefile.in (GNATBIND): Do not define.
16499
16500 2007-01-08 Richard Guenther <rguenther@suse.de>
16501
16502 * cuintp.c (build_cst_from_int): Use built_int_cst_type.
16503 * trans.c (gnat_to_gnu): Likewise.
16504
16505 2006-12-07 Geoffrey Keating <geoffk@apple.com>
16506
16507 * Makefile.in: Replace CROSS_COMPILE with CROSS_DIRECTORY_STRUCTURE.
16508 * adaint.c: Likewise.
16509
16510 2006-12-05 Aldy Hernandez <aldyh@redhat.com>
16511
16512 Merge from gimple-tuples-branch:
16513 2006-11-02 Aldy Hernandez <aldyh@redhat.com>
16514
16515 * ada-tree.h (lang_tree_node): Handle gimple tuples.
16516 * trans.c (gnat_gimplify_expr): Replace MODIFY_EXPR with
16517 GIMPLE_MODIFY_STMT.
16518
16519 2006-12-02 Kazu Hirata <kazu@codesourcery.com>
16520
16521 * Makefile.in, mingw32.h, trans.c: Fix comment typos.
16522 * gnat_rm.texi, gnat_ugn.texi: Follow spelling conventions.
16523 Fix typos.
16524
16525 2006-11-17 Eric Botcazou <ebotcazou@adacore.com>
16526
16527 PR ada/27936
16528 * trans.c (add_decl_expr): Do not dynamically elaborate padded objects
16529 if the initializer takes into account the padding.
16530
16531 2006-11-11 Richard Guenther <rguenther@suse.de>
16532
16533 * trans.c (maybe_stabilize_reference): Remove handling of
16534 FIX_CEIL_EXPR, FIX_FLOOR_EXPR and FIX_ROUND_EXPR.
16535
16536 2006-11-05 Arnaud Charlet <charlet@adacore.com>
16537
16538 PR ada/29707
16539 * s-osinte-linux-alpha.ads, s-osinte-linux-hppa.ads
16540 (To_Target_Priority): New function.
16541
16542 2006-10-31 Robert Dewar <dewar@adacore.com>
16543
16544 * a-taster.adb, s-traent-vms.adb, a-elchha.ads, a-elchha.adb,
16545 a-exctra.adb, ali-util.adb, exp_disp.ads, s-stalib.ads, s-traent.adb,
16546 s-addope.ads, s-addope.adb, a-rbtgso.adb, a-crbltr.ads, a-coprnu.adb,
16547 a-cgcaso.adb, a-cgarso.adb, a-cgaaso.adb, a-coormu.adb, a-ciormu.adb,
16548 a-rbtgso.ads, a-stunha.adb, a-stunha.adb, a-ciorma.adb, a-coorma.adb,
16549 a-secain.adb, a-slcain.adb, a-shcain.adb, a-stwiha.adb, a-stwiha.adb,
16550 a-strhas.adb, a-strhas.adb, a-stzhas.adb, a-stzhas.adb, a-szuzha.adb,
16551 a-chacon.adb, a-chacon.adb, a-chacon.ads, a-stboha.adb, a-swbwha.adb,
16552 a-szbzha.adb: Minor reformatting. Fix header.
16553
16554 * a-numaux-x86.adb: Add parentheses for use of unary minus
16555 * a-ngcefu.adb: Supply missing parentheses for unary minus
16556 * a-ngcoty.adb: Add parens for use of unary minus
16557 * a-ngelfu.adb: Add missing parens for unary minus
16558 * a-tifiio.adb: Add parentheses for uses of unary minus
16559
16560 2006-10-31 Robert Dewar <dewar@adacore.com>
16561 Bob Duff <duff@adacore.com>
16562 Ed Schonberg <schonberg@adacore.com>
16563
16564 * sem_res.adb (Resolve_Unary_Op): Add warning for use of unary minus
16565 with multiplying operator.
16566 (Expected_Type_Is_Any_Real): New function to determine from the Parent
16567 pointer whether the context expects "any real type".
16568 (Resolve_Arithmetic_Op): Do not give an error on calls to the
16569 universal_fixed "*" and "/" operators when they are used in a context
16570 that expects any real type. Also set the type of the node to
16571 Universal_Real in this case, because downstream processing requires it
16572 (mainly static expression evaluation).
16573 Reword some continuation messages
16574 Add some \\ sequences to continuation messages
16575 (Resolve_Call): Refine infinite recursion case. The test has been
16576 sharpened to eliminate some false positives.
16577 Check for Current_Task usage now includes entry barrier, and is now a
16578 warning, not an error.
16579 (Resolve): If the call is ambiguous, indicate whether an interpretation
16580 is an inherited operation.
16581 (Check_Aggr): When resolving aggregates, skip associations with a box,
16582 which are priori correct, and will be replaced by an actual default
16583 expression in the course of expansion.
16584 (Resolve_Type_Conversion): Add missing support for conversion from
16585 a class-wide interface to a tagged type. Minor code cleanup.
16586 (Valid_Tagged_Converion): Add support for abstact interface type
16587 conversions.
16588 (Resolve_Selected_Component): Call Generate_Reference here rather than
16589 during analysis, and use May_Be_Lvalue to distinguish read/write.
16590 (Valid_Array_Conversion): New procedure, abstracted from
16591 Valid_Conversion, to incorporate accessibility checks for arrays of
16592 anonymous access types.
16593 (Valid_Conversion): For a conversion to a numeric type occurring in an
16594 instance or inlined body, no need to check that the operand type is
16595 numeric, since this has been checked during analysis of the template.
16596 Remove legacy test for scope name Unchecked_Conversion.
16597
16598 * sem_res.ads: Minor reformatting
16599
16600 * a-except.adb, a-except-2005.adb: Turn off subprogram ordering
16601 (PE_Current_Task_In_Entry_Body): New exception code
16602 (SE_Restriction_Violation): Removed, not used
16603
16604 * a-except.ads: Update comments.
16605
16606 * types.h, types.ads: Add definition for Validity_Check
16607 (PE_Current_Task_In_Entry_Body): New exception code
16608 (SE_Restriction_Violation): Removed, not used
16609
16610 2006-10-31 Thomas Quinot <quinot@adacore.com>
16611
16612 * g-socthi-vxworks.adb (C_Gethostbyname): Fix wrong test for returned
16613 error status.
16614
16615 2006-10-31 Hristian Kirtchev <kirtchev@adacore.com>
16616 Jose Ruiz <ruiz@adacore.com>
16617
16618 * a-calend-vms.adb (Leap_Sec_Ops): Temp body for package in private
16619 part of Ada.Calendar: all subprogram raise Unimplemented.
16620 (Split_W_Offset): Temp function body, raising Unimplemented
16621
16622 * a-calend.ads, a-calend-vms.ads:
16623 Add imported variable Invalid_TZ_Offset used to designate targets unable
16624 to support time zones.
16625 (Unimplemented): Temporary function raised by the body of new
16626 subprograms below.
16627 (Leap_Sec_Ops): New package in the private part of Ada.Calendar. This
16628 unit provides handling of leap seconds and is used by the new Ada 2005
16629 packages Ada.Calendar.Arithmetic and Ada.Calendar.Formatting.
16630 (Split_W_Offset): Identical spec to that of Ada.Calendar.Split. This
16631 version returns an extra value which is the offset to UTC.
16632
16633 * a-calend.adb (Split_W_Offset): Add call to localtime_tzoff.
16634 (Leap_Sec_Ops): New body for package in private part of Ada.Calendar.
16635 (Split_W_Offset): New function body.
16636 (Time_Of): When a date is close to UNIX epoch, compute the time for
16637 that date plus one day (that amount is later substracted after
16638 executing mktime) so there are no problems with time zone adjustments.
16639
16640 * a-calend-mingw.adb: Remove Windows specific version no longer needed.
16641
16642 * a-calari.ads, a-calari.adb, a-calfor.ads, a-calfor.adb,
16643 a-catizo.ads, a-catizo.adb: New files.
16644
16645 * impunit.adb: Add new Ada 2005 entries
16646
16647 * sysdep.c: Add external variable __gnat_invalid_tz_offset.
16648 Rename all occurences of "__gnat_localtime_r" to
16649 "__gnat_localtime_tzoff".
16650 (__gnat_localtime_tzoff for Windows): Add logic to retrieve the time
16651 zone data and calculate the GMT offset.
16652 (__gnat_localtime_tzoff for Darwin, Free BSD, Linux, Lynx and Tru64):
16653 Use the field "tm_gmtoff" to extract the GMT offset.
16654 (__gnat_localtime_tzoff for AIX, HPUX, SGI Irix and Sun Solaris): Use
16655 the external variable "timezone" to calculate the GMT offset.
16656
16657 2006-10-31 Arnaud Charlet <charlet@adacore.com>
16658 Jose Ruiz <ruiz@adacore.com>
16659
16660 * s-osinte-posix.adb, s-osinte-linux.ads, s-osinte-freebsd.adb,
16661 s-osinte-freebsd.ads, s-osinte-solaris-posix.ads, s-osinte-hpux.ads,
16662 s-osinte-darwin.adb, s-osinte-darwin.ads, s-osinte-lynxos-3.ads,
16663 s-osinte-lynxos-3.adb (To_Target_Priority): New function maps from
16664 System.Any_Priority to a POSIX priority on the target.
16665
16666 * system-linux-ia64.ads:
16667 Extend range of Priority types on Linux to use the whole range made
16668 available by the system.
16669
16670 * s-osinte-aix.adb, s-osinte-aix.ads (To_Target_Priority): New
16671 function maps from System.Any_Priority to a POSIX priority on the
16672 target.
16673 (PTHREAD_PRIO_PROTECT): Set real value.
16674 (PTHREAD_PRIO_INHERIT): Now a function.
16675 (SIGCPUFAIL): New signal.
16676 (Reserved): Add SIGALRM1, SIGWAITING, SIGCPUFAIL, since these signals
16677 are documented as reserved by the OS.
16678
16679 * system-aix.ads: Use the full range of priorities provided by the
16680 system on AIX.
16681
16682 * s-taprop-posix.adb: Call new function To_Target_Priority.
16683 (Set_Priority): Take into account Task_Dispatching_Policy and
16684 Priority_Specific_Dispatching pragmas when determining if Round Robin
16685 must be used for scheduling the task.
16686
16687 * system-linux-x86_64.ads, system-linux-x86.ads,
16688 system-linux-ppc.ads: Extend range of Priority types on Linux to use
16689 the whole range made available by the system.
16690
16691 * s-taprop-vms.adb, s-taprop-mingw.adb, s-taprop-irix.adb,
16692 s-taprop-tru64.adb, s-taprop-linux.adb, s-taprop-hpux-dce.adb,
16693 s-taprop-lynxos.adb (Finalize_TCB): invalidate the stack-check cache
16694 when deallocating the TCB in order to avoid potential references to
16695 deallocated data.
16696 (Set_Priority): Take into account Task_Dispatching_Policy and
16697 Priority_Specific_Dispatching pragmas when determining if Round Robin
16698 or FIFO within priorities must be used for scheduling the task.
16699
16700 * s-taprop-vxworks.adb (Enter_Task): Store the user-level task id in
16701 the Thread field (to be used internally by the run-time system) and the
16702 kernel-level task id in the LWP field (to be used by the debugger).
16703 (Create_Task): Reorganize to unify the calls to taskSpawn into a single
16704 instance, and propagate the current task options to the spawned task.
16705 (Set_Priority): Take into account Priority_Specific_Dispatching pragmas.
16706 (Initialize): Set Round Robin dispatching when the corresponding pragma
16707 is in effect.
16708
16709 2006-10-31 Robert Dewar <dewar@adacore.com>
16710
16711 * system-vms_64.ads, system-darwin-ppc.ads, system-vxworks-x86.ads,
16712 system-linux-hppa.ads, system-hpux-ia64.ads,
16713 system-lynxos-ppc.ads, system-lynxos-x86.ads, system-tru64.ads,
16714 system-vxworks-sparcv9.ads, system-solaris-x86.ads,
16715 system-irix-o32.ads, system-irix-n32.ads, system-hpux.ads,
16716 system-vxworks-m68k.ads, system-vxworks-mips.ads, system-interix.ads,
16717 system-solaris-sparc.ads, system-solaris-sparcv9.ads, system-vms.ads,
16718 system-mingw.ads, system-vms-zcx.ads, system-vxworks-ppc.ads,
16719 system-vxworks-alpha.ads, system.ads: Add pragma Warnings(Off,
16720 Default_Bit_Order) to kill constant condition warnings for references
16721 to this switch.
16722
16723 2006-10-31 Vincent Celier <celier@adacore.com>
16724 Eric Botcazou <ebotcazou@adacore.com>
16725
16726 * mlib-tgt-lynxos.adb, mlib-tgt-mingw.adb, mlib-tgt-tru64.adb,
16727 mlib-tgt-aix.adb, mlib-tgt-irix.adb, mlib-tgt-hpux.adb,
16728 mlib-tgt-linux.adb, mlib-tgt-solaris.adb: Use Append_To, instead of
16729 Ext_To, when building the library file name
16730
16731 * mlib-tgt-vxworks.adb: ditto.
16732 (Get_Target_Suffix): Add support for x86 targets.
16733
16734 * mlib-fil.ads, mlib-fil.adb: (Append_To): New function
16735
16736 * mlib-tgt-darwin.adb:
16737 Use Append_To, instead of Ext_To, when building the library file name
16738 (Flat_Namespace): New global variable.
16739 (No_Shared_Libgcc_Switch): Rename to No_Shared_Libgcc_Options.
16740 (Shared_Libgcc_Switch): Rename to With_Shared_Libgcc_Options.
16741 (Link_Shared_Libgcc): Delete.
16742 (Build_Dynamic_Library): Adjust for above changes.
16743 Use Opt package.
16744 (Build_Dynamic_Library): Pass -shared-libgcc if GCC 4 or later.
16745
16746 2006-10-31 Eric Botcazou <ebotcazou@adacore.com>
16747
16748 * s-taprop-solaris.adb: (Time_Slice_Val): Change type to Integer.
16749 (Initialize): Add type conversions required by above change.
16750
16751 2006-10-31 Jose Ruiz <ruiz@adacore.com>
16752
16753 * s-osinte-vxworks.ads, s-osinte-vxworks.adb:
16754 (getpid): New body for this function that uses the underlying taskIdSelf
16755 function for VxWorks 5 and VxWorks 6 in kernel mode.
16756 (unsigned_int): New type, modular to allow logical bit operations.
16757 (taskOptionsGet): New imported function.
16758
16759 * s-taspri-vxworks.ads (Private_Data): Change the type for the LWP
16760 field to be compliant with the type used by the corresponding operating
16761 system primitive.
16762
16763 2006-10-31 Pascal Obry <obry@adacore.com>
16764 Eric Botcazou <ebotcazou@adacore.com>
16765 Vincent Celier <celier@adacore.com>
16766
16767 * adaint.c (__gnat_get_libraries_from_registry): Call explicitly the
16768 ASCII version of the registry API. This is needed as the GNAT runtime
16769 is now UNICODE by default.
16770 Include version.h.
16771 (get_gcc_version): Do not hardcode the return value.
16772 (__gnat_file_time_name): On Windows properly set the default returned
16773 value to -1 which corresponds to Invalid_Time.
16774 (__gnat_fopen): New routine. A simple wrapper on all plateforms
16775 except on Windows where it does conversion for unicode support.
16776 (__gnat_freopen): Idem.
16777 (__gnat_locate_exec_on_path): If environment variable PATH does not
16778 exist, return a NULL pointer
16779
16780 * adaint.h: (__gnat_fopen): Declare.
16781 (__gnat_freopen): Likewise.
16782
16783 * mingw32.h (_tfreopen): Define this macro here for older MingW
16784 version.
16785 Activate the unicode support on platforms using a MingW runtime
16786 version 3.9 or newer.
16787
16788 * s-crtl.ads (fopen): Is now an import to the wrapper __gnat_freopen.
16789 This is needed for proper unicode support on Windows.
16790 (freopen): Idem.
16791
16792 2006-10-31 Eric Botcazou <ebotcazou@adacore.com>
16793 Nicolas Setton <setton@adacore.com>
16794 Olivier Hainque <hainque@adacore.com>
16795 Gary Dismukes <dismukes@adacore.com>
16796
16797 * gigi.h: (tree_code_for_record_type): Declare.
16798 (add_global_renaming_pointer): Rename to record_global_renaming_pointer.
16799 (get_global_renaming_pointers): Rename to
16800 invalidate_global_renaming_pointers.
16801 (static_ctors): Delete.
16802 (static_dtors): Likewise.
16803 (gnat_write_global_declarations): Declare.
16804 (create_var_decl): Adjust descriptive comment to indicate that the
16805 subprogram may return a CONST_DECL node.
16806 (create_true_var_decl): Declare new function, similar to
16807 create_var_decl but forcing the creation of a VAR_DECL node.
16808 (get_global_renaming_pointers): Declare.
16809 (add_global_renaming_pointer): Likewise.
16810
16811 * ada-tree.h (DECL_READONLY_ONCE_ELAB): New macro.
16812
16813 * decl.c (gnat_to_gnu_entity) <case E_Function>: Don't copy the type
16814 tree before setting TREE_ADDRESSABLE for by-reference return mechanism
16815 processing.
16816 (gnat_to_gnu_entity): Remove From_With_Type from computation for
16817 imported_p.
16818 <E_Access_Type>: Use the Non_Limited_View as the full view of the
16819 designated type if the pointer comes from a limited_with clause. Make
16820 incomplete designated type if it is in the main unit and has a freeze
16821 node.
16822 <E_Incomplete_Type>: Rework to treat Non_Limited_View, Full_View, and
16823 Underlying_Full_View similarly. Return earlier if the full view already
16824 has an associated tree.
16825 (gnat_to_gnu_entity) <E_Record_Type>: Restore comment.
16826 (gnat_to_gnu_entity) <E_Record_Type>: Do not use a dummy type.
16827 (gnat_to_gnu_entity) <E_Variable>: Set TYPE_REF_CAN_ALIAS_ALL on the
16828 reference type built for objects with an address clause.
16829 Use create_true_var_decl with const_flag set for
16830 DECL_CONST_CORRESPONDING_VARs, ensuring a VAR_DECL is created with
16831 TREE_READONLY set.
16832 (gnat_to_gnu_entity, case E_Enumeration_Type): Set TYPE_NAME
16833 for Character and Wide_Character types. This info is read by the
16834 dwarf-2 writer, and is needed to be able to use the command "ptype
16835 character" in the debugger.
16836 (gnat_to_gnu_entity): When generating a type representing
16837 a Character or Wide_Character type, set the flag TYPE_STRING_FLAG,
16838 so that debug writers can distinguish it from ordinary integers.
16839 (elaborate_expression_1): Test the DECL_READONLY_ONCE_ELAB flag in
16840 addition to TREE_READONLY to assert the constantness of variables for
16841 elaboration purposes.
16842 (gnat_to_gnu_entity, subprogram cases): Change loops on formal
16843 parameters to call new Einfo function First_Formal_With_Extras.
16844 (gnat_to_gnu_entity): In type_annotate mode, replace a discriminant of a
16845 protected type with its corresponding discriminant, to obtain a usable
16846 declaration
16847 (gnat_to_gnu_entity) <E_Access_Protected_Subprogram_Type>: Be prepared
16848 for a multiple elaboration of the "equivalent" type.
16849 (gnat_to_gnu_entity): Adjust for renaming of add_global_renaming_pointer
16850 into record_global_renaming_pointer.
16851 (gnat_to_gnu_entity) <E_Array_Type>: Do not force
16852 TYPE_NONALIASED_COMPONENT to 0 if the element type is an aggregate.
16853 <E_Array_Subtype>: Likewise.
16854 (gnat_to_gnu_entity) <E_Incomplete_Subtype>: Add support for regular
16855 incomplete subtypes and incomplete subtypes of incomplete types visible
16856 through a limited with clause.
16857 (gnat_to_gnu_entity) <E_Array_Subtype>: Take into account the bounds of
16858 the base index type for the maximum size of the array only if they are
16859 constant.
16860 (gnat_to_gnu_entity, renaming object case): Do not wrap up the
16861 expression into a SAVE_EXPR if stabilization failed.
16862
16863 * utils.c (create_subprog_decl): Turn TREE_ADDRESSABLE on the type of
16864 a result decl into DECL_BY_REFERENCE on this decl, now what is expected
16865 by lower level compilation passes.
16866 (gnat_genericize): New function, lowering a function body to GENERIC.
16867 Turn the type of RESULT_DECL into a real reference type if the decl
16868 has been marked DECL_BY_REFERENCE, and adjust references to the latter
16869 accordingly.
16870 (gnat_genericize_r): New function. Tree walking callback for
16871 gnat_genericize.
16872 (convert_from_reference, is_byref_result): New functions. Helpers for
16873 gnat_genericize_r.
16874 (create_type_decl): Call gnat_pushdecl before calling
16875 rest_of_decl_compilation, to make sure that field TYPE_NAME of
16876 type_decl is properly set before calling the debug information writers.
16877 (write_record_type_debug_info): The heuristics which compute the
16878 alignment of a field in a variant record might not be accurate. Add a
16879 safety test to make sure no alignment is set to a smaller value than
16880 the alignment of the field type.
16881 (make_dummy_type): Use the Non_Limited_View as the underlying type if
16882 the type comes from a limited_with clause. Do not loop on the full view.
16883 (GET_GNU_TREE, SET_GNU_TREE, PRESENT_GNU_TREE): New macros.
16884 (dummy_node_table): New global variable, moved from decl.c.
16885 (GET_DUMMY_NODE, SET_DUMMY_NODE, PRESENT_DUMMY_NODE): New macros.
16886 (save_gnu_tree): Use above macros.
16887 (get_gnu_tree): Likewise.
16888 (present_gnu_tree): Likewise.
16889 (init_dummy_type): New function, moved from decl.c. Use above macros.
16890 (make_dummy_type): Likewise.
16891 (tree_code_for_record_type): New function extracted from make_dummy_type
16892 (init_gigi_decls): Set DECL_IS_MALLOC on gnat_malloc.
16893 (static_ctors): Change it to a vector, make static.
16894 (static_dtors): Likewise.
16895 (end_subprog_body): Adjust for above change.
16896 (build_global_cdtor): Moved from trans.c.
16897 (gnat_write_global_declarations): Emit global constructor and
16898 destructor, and call cgraph_optimize before emitting debug info for
16899 global declarations.
16900 (global_decls): New global variable.
16901 (gnat_pushdecl): Store the global declarations in global_decls, for
16902 later use.
16903 (gnat_write_global_declarations): Emit debug information for global
16904 declarations.
16905 (create_var_decl_1): Former create_var_decl, with an extra argument to
16906 state whether the creation of a CONST_DECL is allowed.
16907 (create_var_decl): Behavior unchanged. Now a wrapper around
16908 create_var_decl_1 allowing CONST_DECL creation.
16909 (create_true_var_decl): New function, similar to create_var_decl but
16910 forcing the creation of a VAR_DECL node (CONST_DECL not allowed).
16911 (create_field_decl): Do not always mark the field as addressable
16912 if its type is an aggregate.
16913 (global_renaming_pointers): New static variable.
16914 (add_global_renaming_pointer): New function.
16915 (get_global_renaming_pointers): Likewise.
16916
16917 * misc.c (gnat_dwarf_name): New function.
16918 (LANG_HOOKS_DWARF_NAME): Define to gnat_dwarf_name.
16919 (gnat_post_options): Add comment about structural alias analysis.
16920 (gnat_parse_file): Do not call cgraph_optimize here.
16921 (LANG_HOOKS_WRITE_GLOBALS): Define to gnat_write_global_declarations.
16922
16923 * trans.c (process_freeze_entity): Don't abort if we already have a
16924 non dummy GCC tree for a Concurrent_Record_Type, as it might
16925 legitimately have been elaborated while processing the associated
16926 Concurrent_Type prior to this explicit freeze node.
16927 (Identifier_to_gnu): Do not make a variable referenced in a SJLJ
16928 exception handler volatile if it is of variable size.
16929 (process_type): Remove bypass for types coming from a limited_with
16930 clause.
16931 (call_to_gnu): When processing the copy-out of a N_Type_Conversion GNAT
16932 actual, convert the corresponding gnu_actual to the real destination
16933 type when necessary.
16934 (add_decl_expr): Set the DECL_READONLY_ONCE_ELAB flag on variables
16935 originally TREE_READONLY but whose elaboration cannot be performed
16936 statically.
16937 Part of fix for F504-021.
16938 (tree_transform, subprogram cases): Change loops on formal parameters to
16939 call new Einfo function First_Formal_With_Extras.
16940 (gnat_to_gnu) <N_Op_Shift_Right_Arithmetic>: Ignore constant overflow
16941 stemming from type conversion for the lhs.
16942 (Attribute_to_gnu) <Attr_Alignment>: Also divide the alignment by the
16943 number of bits per unit for components of records.
16944 (gnat_to_gnu) <N_Code_Statement>: Mark operands addressable if needed.
16945 (Handled_Sequence_Of_Statements_to_gnu): Register the cleanup associated
16946 with At_End_Proc after the SJLJ EH cleanup.
16947 (Compilation_Unit_to_gnu): Call elaborate_all_entities only on the main
16948 compilation unit.
16949 (elaborate_all_entities): Do not retest type_annotate_only.
16950 (tree_transform) <N_Abstract_Subprogram_Declaration>: Process the
16951 result type of an abstract subprogram, which may be an itype associated
16952 with an anonymous access result (related to AI-318-02).
16953 (build_global_cdtor): Move to utils.c.
16954 (Case_Statement_to_gnu): Avoid adding the choice of a when statement if
16955 this choice is not a null tree nor an integer constant.
16956 (gigi): Run unshare_save_expr via walk_tree_without_duplicates
16957 on the body of elaboration routines instead of mark_unvisited.
16958 (add_stmt): Do not mark the tree.
16959 (add_decl_expr): Tweak comment.
16960 (mark_unvisited): Delete.
16961 (unshare_save_expr): New static function.
16962 (call_to_gnu): Issue an error when making a temporary around a
16963 procedure call because of non-addressable actual parameter if the
16964 type of the formal is by_reference.
16965 (Compilation_Unit_to_gnu): Invalidate the global renaming pointers
16966 after building the elaboration routine.
16967
16968 2006-10-31 Bob Duff <duff@adacore.com>
16969
16970 * a-filico.adb (Finalize(List_Controller)): Mark the finalization list
16971 as finalization-started, so we can raise Program_Error on 'new'.
16972
16973 * s-finimp.adb: Raise Program_Error on 'new' if finalization of the
16974 collection has already started.
16975
16976 * s-finimp.ads (Collection_Finalization_Started): Added new special
16977 flag value for indicating that a collection's finalization has started.
16978
16979 * s-tassta.adb (Create_Task): Raise Program_Error on an attempt to
16980 create a task whose master has already waited for dependent tasks.
16981
16982 2006-10-31 Robert Dewar <dewar@adacore.com>
16983
16984 * lib.adb, lib.ads: (In_Predefined_Unit): New functions
16985
16986 * a-finali.ads, a-ngcoty.ads, a-strbou.ads, a-stream.ads, a-strmap.ads,
16987 a-strunb.ads, a-stwibo.ads, a-stwima.ads, a-stwiun.ads, a-taside.ads,
16988 a-coorse.ads, a-convec.ads, a-coinve.ads, a-cohama.ads, a-ciorse.ads,
16989 a-cihama.ads, a-cihase.ads, a-cohase.ads, a-ciorma.ads, a-coorma.ads,
16990 a-ciormu.ads, a-coormu.ads, a-stzbou.ads, a-stzmap.ads, a-stzunb.ads,
16991 a-except-2005.ads: Add pragma Preelaborable_Warning
16992
16993 2006-10-31 Robert Dewar <dewar@adacore.com>
16994 Jose Ruiz <ruiz@adacore.com>
16995
16996 * a-dispat.ads, a-dispat.adb, a-diroro.ads, a-diroro.adb: New files.
16997
16998 * ali.adb (Get_Name): Properly handle scanning of wide character names
16999 encoded with brackets notation.
17000 (Known_ALI_Lines): Add S lines to this list.
17001 (Scan_ALI): Acquire S (priority specific dispatching) lines.
17002 New flag Elaborate_All_Desirable in unit table
17003
17004 * ali.ads (Priority_Specific_Dispatching): Add this range of
17005 identifiers to be used for Priority_Specific_Dispatching table entries.
17006 (ALIs_Record): Add First_Specific_Dispatching and
17007 Last_Specific_Dispatching that point to the first and last entries
17008 respectively in the priority specific dispatching table for this unit.
17009 (Specific_Dispatching): Add this table for storing each S (priority
17010 specific dispatching) line encountered in the input ALI file.
17011 New flag Elaborate_All_Desirable in unit table
17012
17013 * bcheck.adb: (Check_Configuration_Consistency): Add call to
17014 Check_Consistent_Dispatching_Policy.
17015 (Check_Consistent_Dispatching_Policy): Add this procedure in charge of
17016 verifying that the use of Priority_Specific_Dispatching,
17017 Task_Dispatching_Policy, and Locking_Policy is consistent across the
17018 partition.
17019
17020 * bindgen.adb: (Public_Version_Warning): function removed.
17021 (Set_PSD_Pragma_Table): Add this procedure in charge of getting the
17022 required information from ALI files in order to initialize the table
17023 containing the specific dispatching policy.
17024 (Gen_Adainit_Ada): Generate the variables required for priority specific
17025 dispatching entries (__gl_priority_specific_dispatching and
17026 __gl_num_specific_dispatching).
17027 (Gen_Adainit_C): Generate the variables required for priority specific
17028 dispatching entries (__gl_priority_specific_dispatching and
17029 __gl_num_specific_dispatching).
17030 (Gen_Output_File): Acquire settings for Priority_Specific_Dispatching
17031 pragma entries.
17032 (Gen_Restrictions_String_1, Gen_Restrictions_String_2): Removed.
17033 (Gen_Restrictions_Ada, Gen_Restrictions_C, Set_Boolean): New procedures.
17034 (Tab_To): Removed.
17035 (Gen_Output_File_Ada/_C): Set directly __gl_xxx variables instead of
17036 a call to gnat_set_globals.
17037 Generate a string containing settings from
17038 Priority_Specific_Dispatching pragma entries.
17039 (Gen_Object_Files_Options): Do not include the runtime libraries when
17040 pragma No_Run_Time is specified.
17041
17042 * init.c (__gnat_install_handler, case FreeBSD): Use SA_SIGINFO, for
17043 consistency with s-intman-posix.adb.
17044 (__gnat_error_handler, case FreeBSD): Account for the fact that the
17045 handler is installed with SA_SIGINFO.
17046 (__gnat_adjust_context_for_raise, FreeBSD case): New function for
17047 FreeBSD ZCX support, copied from Linux version.
17048 Add MaRTE-specific definitions for the linux target. Redefine sigaction,
17049 sigfillset, and sigemptyset so the routines defined by MaRTE.
17050 (__gl_priority_specific_dispatching): Add this variable that stores the
17051 string containing priority specific dispatching policies in the
17052 partition.
17053 (__gl_num_specific_dispatching): Add this variable that indicates the
17054 highest priority for which a priority specific dispatching pragma
17055 applies.
17056 (__gnat_get_specific_dispatching): Add this routine that returns the
17057 priority specific dispatching policy, as set by a
17058 Priority_Specific_Dispatching pragma appearing anywhere in the current
17059 partition. The input argument is the priority number, and the result
17060 is the upper case first character of the policy name.
17061 (__gnat_set_globals): Now a dummy function.
17062 (__gnat_handle_vms_condition): Feed adjust_context_for_raise with
17063 mechargs instead of sigargs, as the latter can be retrieved from the
17064 former and sigargs is not what we want on ia64.
17065 (__gnat_adjust_context_for_raise, alpha-vms): Fetch sigargs from the
17066 mechargs argument.
17067 (__gnat_adjust_context_for_raise, ia64-vms): New function.
17068 (tasking_error): Remove unused symbol.
17069 (_abort_signal): Move this symbol to the IRIX specific part since this
17070 is the only target that uses this definition.
17071 (Check_Abort_Status): Move this symbol to the IRIX specific part since
17072 this is the only target that uses this definition.
17073 (Lock_Task): Remove unused symbol.
17074 (Unlock_Task): Remove unused symbol.
17075
17076 * lib-writ.adb (Write_ALI): Output new S lines for
17077 Priority_Specific_Dispatching pragmas.
17078 Implement new flag BD for elaborate body desirable
17079
17080 * lib-writ.ads: Document S lines for Priority Specific Dispatching.
17081 (Specific_Dispatching): Add this table for storing the entries
17082 corresponding to Priority_Specific_Dispatching pragmas.
17083 Document new BD flag for elaborate body desirable
17084
17085 * par-prag.adb (Prag): Add Priority_Specific_Dispatching to the list
17086 of known pragmas.
17087
17088 2006-10-31 Javier Miranda <miranda@adacore.com>
17089
17090 * a-tags.ads, a-tags.adb:
17091 (Predefined_DT): New function that improves readability of the code.
17092 (Get_Predefined_Prim_Op_Address, Set_Predefined_Prim_Op_Address,
17093 Inherit_DT): Use the new function Predefined_DT to improve code
17094 readability.
17095 (Register_Interface_Tag): Update assertion.
17096 (Set_Interface_Table): Update assertion.
17097 (Interface_Ancestor_Tags): New subprogram required to implement AI-405:
17098 determining progenitor interfaces in Tags.
17099 (Inherit_CPP_DT): New subprogram.
17100
17101 * exp_disp.adb (Expand_Interface_Thunk): Suppress checks during the
17102 analysis of the thunk code.
17103 (Expand_Interface_Conversion): Handle run-time conversion of
17104 access to class wide types.
17105 (Expand_Dispatching_Call): When generating the profile for the
17106 subprogram itype for a dispatching operation, properly terminate the
17107 formal parameters chaind list (set the Next_Entity of the last formal
17108 to Empty).
17109 (Collect_All_Interfaces): Removed. This routine has been moved to
17110 sem_util and renamed as Collect_All_Abstract_Interfaces.
17111 (Set_All_DT_Position): Hidden entities associated with abstract
17112 interface primitives are not taken into account in the check for
17113 3.9.3(10); this check is done with the aliased entity.
17114 (Make_DT, Set_All_DT_Position): Enable full ABI compatibility for
17115 interfacing with CPP by default.
17116 (Expand_Interface_Conversion): Add missing support for static conversion
17117 from an interface to a tagged type.
17118 (Collect_All_Interfaces): Add new out formal containing the list of
17119 abstract interface types to cleanup the subprogram Make_DT.
17120 (Make_DT): Update the code to generate the table of interfaces in case
17121 of abstract interface types.
17122 (Is_Predefined_Dispatching_Alias): New function that returns true if
17123 a primitive is not a predefined dispatching primitive but it is an
17124 alias of a predefined dispatching primitive.
17125 (Make_DT): If the ancestor of the type is a CPP_Class and we are
17126 compiling under full ABI compatibility mode we avoid the generation of
17127 calls to run-time services that fill the dispatch tables because under
17128 this mode we currently inherit the dispatch tables in the IP subprogram.
17129 (Write_DT): Emit an "is null" indication for a null procedure primitive.
17130 (Expand_Interface_Conversion): Use an address as the type of the formal
17131 of the internally built function that handles the case in which the
17132 target type is an access type.
17133
17134 2006-10-31 Robert Dewar <dewar@adacore.com>
17135
17136 * binde.adb (Better_Choice, Worse_Choice): Implement new preferences.
17137
17138 2006-10-31 Robert Dewar <dewar@adacore.com>
17139
17140 * bindusg.ads, bindusg.adb:
17141 Change to package and rename procedure as Display, which
17142 now ensures that it only outputs usage information once.
17143
17144 2006-10-31 Jose Ruiz <ruiz@adacore.com>
17145
17146 * cal.c: Use the header sys/time.h for VxWorks 6.2 or greater when
17147 using RTPs.
17148
17149 * mkdir.c: Use a different version of mkdir for VxWorks 6.2 or greater
17150 when using RTPs.
17151
17152 2006-10-31 Robert Dewar <dewar@adacore.com>
17153 Ed Schonberg <schonberg@adacore.com>
17154
17155 * treepr.adb: Use new subtype N_Membership_Test
17156
17157 * checks.ads, checks.adb: Add definition for Validity_Check
17158 (Range_Or_Validity_Checks_Suppressed): New function
17159 (Ensure_Valid): Test Validity_Check suppressed
17160 (Insert_Valid_Check): Test Validity_Check suppressed
17161 (Insert_Valid_Check): Preserve Do_Range_Check flag
17162 (Validity_Check_Range): New procedure
17163 (Expr_Known_Valid): Result of membership test is always valid
17164 (Selected_Range_Checks): Range checks cannot be applied to discriminants
17165 by themselves. Disabling those checks must also be done for task types,
17166 where discriminants may be used for the bounds of entry families.
17167 (Apply_Address_Clause_Check): Remove side-effects if address expression
17168 is non-static and is not the name of a declared constant.
17169 (Null_Exclusion_Static_Checks): Extend to handle Function_Specification.
17170 Code cleanup and new error messages.
17171 (Enable_Range_Check): Test for some cases of suppressed checks
17172 (Generate_Index_Checks): Suppress index checks if index checks are
17173 suppressed for array object or array type.
17174 (Apply_Selected_Length_Checks): Give warning for compile-time detected
17175 length check failure, even if checks are off.
17176 (Ensure_Valid): Do not generate a check on an indexed component whose
17177 prefix is a packed boolean array.
17178 * checks.adb: (Alignment_Checks_Suppressed): New function
17179 (Apply_Address_Clause_Check): New procedure, this is a completely
17180 rewritten replacement for Apply_Alignment_Check
17181 (Get_E_Length/Get_E_First_Or_Last): Add missing barrier to ensure that
17182 we request a discriminal value only in case of discriminants.
17183 (Apply_Discriminant_Check): For Ada_05, only call Get_Actual_Subtype for
17184 assignments where the target subtype is unconstrained and the target
17185 object is a parameter or dereference (other aliased cases are known
17186 to be unconstrained).
17187
17188 2006-10-31 Robert Dewar <dewar@adacore.com>
17189
17190 * clean.adb, gnatname.adb, gnatsym.adb, prep.adb, prep.ads,
17191 prepcomp.adb, prj.ads, prj-strt.adb, sem_maps.ads,
17192 vms_conv.adb: Fix bad table increment values (much too small)
17193
17194 * table.adb (Realloc): Make sure we get at least some new elements
17195 Defends against silly small values for table increment
17196
17197 2006-10-31 Robert Dewar <dewar@adacore.com>
17198 Ed Schonberg <schonberg@adacore.com>
17199 Bob Duff <duff@adacore.com>
17200
17201 * einfo.ads, einfo.adb (Obsolescent_Warning): Now defined on all
17202 entities. Move other fields around to make this possible
17203 (Is_Derived_Type): Add missing call to Is_Type.
17204 (Extra_Formals): New function for subprograms, entries, subprogram
17205 types.
17206 (Set_Extra_Formals): New procedure for subprograms, entries, subp types.
17207 (First_Formal_With_Extras): New function for subprogs, entries, subp
17208 types.
17209 (Write_Field28_Name): New procedure for node display of "Extra_Formals".
17210 Add node information for E_Return_Statement.
17211 (Elaborate_Body_Desirable): New flag
17212 (Is_Return_By_Reference_Type): Rename Is_Return_By_Reference_Type
17213 to be Is_Inherently_Limited_Type, because return-by-reference has
17214 no meaning in Ada 2005.
17215 (E_Return_Statement): New entity kind.
17216 (Return_Applies_To): Field of E_Return_Statement.
17217 (Is_Return_Object): New flag in object entities.
17218 (Is_Dynamic_Scope): Make it True for E_Return_Statement.
17219 (Must_Have_Preelab_Init): New flag
17220 (Known_To_Have_Preelab_Init): New flag
17221 (Is_Formal_Object): Move from Sem_Ch8 body to Einfo
17222 (Is_Visible_Formal): New flag on entities in formal packages.
17223 (Low_Bound_Known): New flag
17224 (Non_Limited_View, Set_Non_Limited_View): Add membership test agains
17225 Incomplete_Kind.
17226 (Write_Field17_Name): Correct spelling of Non_Limited_View. Add name
17227 output when Id is an incomplete subtype.
17228
17229 2006-10-31 Robert Dewar <dewar@adacore.com>
17230
17231 * errout.ads, errout.adb (Finalize): Implement switch -gnatd.m
17232 Avoid abbreviation Creat
17233 (Finalize): List all sources in extended mail source if -gnatl
17234 switch is active.
17235 Suppress copyright notice to file in -gnatl=f mode if -gnatd7 set
17236 (Finalize): Implement new -gnatl=xxx switch to output listing to file
17237 (Set_Specific_Warning_On): New procedure
17238 (Set_Specific_Warning_Off): New procedure
17239 Add implementation of new insertion \\
17240 (Error_Msg_Internal): Add handling for Error_Msg_Line_Length
17241 (Unwind_Internal_Type): Improve report on anonymous access_to_subprogram
17242 types.
17243 (Error_Msg_Internal): Make sure that we set Last_Killed to
17244 True when a message from another package is suppressed.
17245 Implement insertion character ~ (insert string)
17246 (First_Node): Minor adjustments to get better placement.
17247
17248 * frontend.adb:
17249 Implement new -gnatl=xxx switch to output listing to file
17250
17251 * gnat1drv.adb:
17252 Implement new -gnatl=xxx switch to output listing to file
17253
17254 * opt.ads: (Warn_On_Questionable_Missing_Paren): New switch
17255 (Commands_To_Stdout): New flag
17256 Implement new -gnatl=xxx switch to output listing to file
17257 New switch Dump_Source_Text
17258 (Warn_On_Deleted_Code): New warning flag for -gnatwt
17259 Define Error_Msg_Line_Length
17260 (Warn_On_Assumed_Low_Bound): New switch
17261
17262 * osint.ads, osint.adb
17263 (Normalize_Directory_Name): Fix bug.
17264 Implement new -gnatl=xxx switch to output listing to file
17265 (Concat): Removed, replaced by real concatenation
17266 Make use of concatenation now allowed in compiler
17267 (Executable_Prefix.Get_Install_Dir): First get the full path, so that
17268 we find the 'lib' or 'bin' directory even when the tool has been
17269 invoked with a relative path.
17270 (Executable_Name): New function taking string parameters.
17271
17272 * osint-c.ads, osint-c.adb:
17273 Implement new -gnatl=xxx switch to output listing to file
17274
17275 * sinput-d.adb: Change name Creat_Debug_File to Create_Debug_File
17276
17277 * switch-c.adb:
17278 Implement new -gnatl=xxx switch to output listing to file
17279 Recognize new -gnatL switch
17280 (no longer keep in old warning about old style usage)
17281 Use concatenation to simplify code
17282 Recognize -gnatjnn switch
17283 (Scan_Front_End_Switches): Clean up handling of -gnatW
17284 (Scan_Front_End_Switches): Include Warn_On_Assumed_Low_Bound for -gnatg
17285
17286 2006-10-31 Robert Dewar <dewar@adacore.com>
17287
17288 * erroutc.ads, erroutc.adb (Set_Specific_Warning_On): New procedure
17289 (Set_Specific_Warning_Off): New procedure
17290 (Warning_Specifically_Suppressed): New function
17291 (Validate_Specific_Warnings): New procedure
17292 (Output_Msg_Text): Complete rewrite to support -gnatjnn
17293
17294 * err_vars.ads: Implement insertion character ~ (insert string)
17295
17296 2006-10-31 Bob Duff <duff@adacore.com>
17297 Ed Schonberg <schonberg@adacore.com>
17298
17299 * exp_aggr.adb (Build_Record_Aggr_Code): For extension aggregates, if
17300 the parent part is a build-in-place function call, generate assignments.
17301 (Expand_Record_Aggregate): Call Convert_To_Assignments if any components
17302 are build-in-place function calls.
17303 (Replace_Self_Reference): New subsidiary of
17304 Make_OK_Assignment_Statement, to replace an access attribute that is a
17305 self-reference into an access to the appropriate component of the
17306 target object. Generalizes previous mechanism to handle self-references
17307 nested at any level.
17308 (Is_Self_Referential_Init): Remove, not needed.
17309 (Is_Self_Referential_Init): New predicate to simplify handling of self
17310 referential components in record aggregates.
17311 (Has_Default_Init_Comps, Make_OK_Assignment_Statement): Add guard to
17312 check for presence of entity before checking for self-reference.
17313 (Has_Default_Init_Comps): Return True if a component association is a
17314 self-reference to the enclosing type, which can only come from a
17315 default initialization.
17316 (Make_OK_Assignment_Statement): If the expression is of the form
17317 Typ'Acc, where Acc is an access attribute, the expression comes from a
17318 default initialized self-referential component.
17319 (Build_Record_Aggr_Code): If the type of the aggregate is a tagged type
17320 that has been derived from several abstract interfaces we must also
17321 initialize the tags of the secondary dispatch tables.
17322
17323 2006-10-31 Ed Schonberg <schonberg@adacore.com>
17324 Thomas Quinot <quinot@adacore.com>
17325 Javier Miranda <miranda@adacore.com>
17326 Robert Dewar <dewar@adacore.com>
17327
17328 * exp_attr.adb:
17329 (Expand_Access_To_Protected_Op): If the context indicates that an access
17330 to a local operation may be transfered outside of the object, create an
17331 access to the wrapper operation that must be used in an external call.
17332 (Expand_N_Attribute_Reference, case Attribute_Valid): For the AAMP
17333 target, pass the Valid attribute applied to a floating-point prefix on
17334 to the back end without expansion.
17335 (Storage_Size): Use the new run-time function Storage_Size to retrieve
17336 the allocated storage when it is specified by a per-object expression.
17337 (Expand_N_Attribute_Reference): Add case for Attribute_Stub_Type.
17338 Nothing to do here, the attribute has been rewritten during semantic
17339 analysis.
17340 (Expand_Attribute_Reference): Handle expansion of the new Priority
17341 attribute
17342 (Find_Fat_Info): Handle case of universal real
17343 (Expand_Access_To_Protected_Op): Fix use of access to protected
17344 subprogram from inside the body of a protected entry.
17345 (Expand_Access_To_Protected_Op): Common procedure for the expansion of
17346 'Access and 'Unrestricted_Access, to transform the attribute reference
17347 into a fat pointer.
17348 (Is_Constrained_Aliased_View): New predicate to help determine whether a
17349 subcomponent's enclosing variable is aliased with a constrained subtype.
17350 (Expand_N_Attribute_Reference, case Attribute_Constrained): For Ada_05,
17351 test Is_Constrained_Aliased_View rather than Is_Aliased_View, because
17352 an aliased prefix must be known to be constrained in order to use True
17353 for the attribute value, and now it's possible for some aliased views
17354 to be unconstrained.
17355
17356 2006-10-31 Robert Dewar <dewar@adacore.com>
17357
17358 * exp_ch2.adb: Change Is_Lvalue to May_Be_Lvalue
17359 (Expand_Entity_Reference): Correct error of not handling subprogram
17360 formals in current_value processing.
17361
17362 2006-10-31 Javier Miranda <miranda@adacore.com>
17363 Robert Dewar <dewar@adacore.com>
17364 Ed Schonberg <schonberg@adacore.com>
17365 Gary Dismukes <dismukes@adacore.com>
17366
17367 * exp_ch3.ads, exp_ch3.adb (Expand_N_Object_Declaration): Do not
17368 register in the final list objects containing class-wide interfaces;
17369 otherwise we incorrectly register the tag of the interface in the final
17370 list.
17371 (Make_Controlling_Function_Wrappers): Add missing barrier to do not
17372 generate the wrapper if the parent primitive is abstract. This is
17373 required to report the correct error message.
17374 (Expand_N_Subtype_Indication): Do validity checks on range
17375 (Clean_Task_Names): If an initialization procedure includes a call to
17376 initialize a task (sub)component, indicate that the procedure will use
17377 the secondary stack.
17378 (Build_Init_Procedure, Init_Secondary_Tags): Enable full ABI
17379 compatibility for interfacing with CPP by default.
17380 (Expand_N_Object_Declaration): Only build an Adjust call when the
17381 object's type is a nonlimited controlled type.
17382 * exp_ch3.adb: Add with and use of Exp_Ch6.
17383 (Expand_N_Object_Declaration): Check for object initialization that is a
17384 call to build-in-place function and apply Make_Build_In_Place_Call_In_
17385 Object_Declaration to the call.
17386 (Freeze_Type): When the designated type of an RACW was not frozen at the
17387 point where the RACW was declared, validate the primitive operations
17388 with respect to E.2.2(14) when it finally is frozen.
17389 (Build_Initialization_Call,Expand_Record_Controller): Rename
17390 Is_Return_By_Reference_Type to be Is_Inherently_Limited_Type, because
17391 return-by-reference has no meaning in Ada 2005.
17392 (Init_Secondary_Tags): Add missing call to Set_Offset_To_Top
17393 to register tag of the immediate ancestor interfaces in the
17394 run-time structure.
17395 (Init_Secondary_Tags): Moved to the specification to allow the
17396 initialization of extension aggregates with abstract interfaces.
17397 (Build_Master_Renaming): Make public, for use by function declarations
17398 whose return type is an anonymous access type.
17399 (Freeze_Record_Type): Replace call to Insert_List_Before by call to
17400 Insert_List_Before_And_Analyze after the generation of the specs
17401 associated with null procedures.
17402 (Expand_Tagged_Root): Update documentation in its specification.
17403 (Init_Secondary_Tags): Update documentation.
17404 (Build_Init_Procedure): If we are compiling under CPP full ABI compa-
17405 tibility mode and the immediate ancestor is a CPP_Pragma tagged type
17406 then generate code to inherit the contents of the dispatch table
17407 directly from the ancestor.
17408 (Expand_Record_Controller): Insert controller component after tags of
17409 implemented interfaces.
17410 (Freeze_Record_Type): Call new procedure Make_Null_Procedure_Specs to
17411 create null procedure overridings when null procedures are inherited
17412 from interfaces.
17413 (Make_Null_Procedure_Specs): New procedure to generate null procedure
17414 declarations for overriding null primitives inherited from interfaces.
17415 (Is_Null_Interface_Procedure): New function in
17416 Make_Null_Procedure_Specs.
17417 (Make_Predefined_Primitive_Specs/Predefined_Primitive_Bodies): If the
17418 immediate ancestor of a tagged type is an abstract interface type we
17419 must generate the specification of the predefined primitives associated
17420 with controlled types (because the dispatch table of the ancestor is
17421 null and hence these entries cannot be inherited). This is required to
17422 elaborate well the dispatch table.
17423
17424 2006-10-31 Javier Miranda <miranda@adacore.com>
17425 Ed Schonberg <schonberg@adacore.com>
17426 Bob Duff <duff@adacore.com>
17427 Gary Dismukes <dismukes@adacore.com>
17428 Robert Dewar <dewar@adacore.com>
17429
17430 * exp_ch4.adb (Expand_N_Type_Conversion): Handle missing interface type
17431 conversion.
17432 (Expand_N_In): Do validity checks on range
17433 (Expand_Selected_Component): Use updated for of Denotes_Discriminant.
17434 (Expand_N_Allocator): For "new T", if the object is constrained by
17435 discriminant defaults, allocate the right amount of memory, rather than
17436 the maximum for type T.
17437 (Expand_Allocator_Expression): Suppress the call to Remove_Side_Effects
17438 when the allocator is initialized by a build-in-place call, since the
17439 allocator is already rewritten as a reference to the function result,
17440 and this prevents an unwanted duplication of the function call.
17441 Add with and use of Exp_Ch6.
17442 (Expand_Allocator_Expresssion): Check for an allocator whose expression
17443 is a call to build-in-place function and apply
17444 Make_Build_In_Place_Call_In_Allocator to the call (for both tagged and
17445 untagged designated types).
17446 (Expand_N_Unchecked_Type_Conversion): Do not do integer literal
17447 optimization if source or target is biased.
17448 (Expand_N_Allocator): Add comments for case of an allocator within a
17449 function that returns an anonymous access type designating tasks.
17450 (Expand_N_Allocator): apply discriminant checks for access
17451 discriminants of anonymous access types (AI-402, AI-416)
17452
17453 2006-10-31 Bob Duff <duff@adacore.com>
17454 Robert Dewar <dewar@adacore.com>
17455 Gary Dismukes <dismukes@adacore.com>
17456 Ed Schonberg <schonberg@adacore.com>
17457
17458 * exp_ch5.ads (Expand_N_Extended_Return_Statement): New procedure.
17459
17460 * exp_ch5.adb (Expand_N_Loop_Statement): Do validity checks on range
17461 (Expand_N_Assignment_Statement): Call
17462 Make_Build_In_Place_Call_In_Assignment if the right-hand side is a
17463 build-in-place function call. Currently, this can happen only for
17464 assignments that come from aggregates.
17465 Add -gnatd.l --Use Ada 95 semantics for limited function returns,
17466 in order to alleviate the upward compatibility introduced by AI-318.
17467 (Expand_N_Extended_Return_Statement): Add support for handling the
17468 return object as a build-in-place result.
17469 (Expand_Non_Function_Return): Implement simple return statements nested
17470 within an extended return.
17471 (Enable_New_Return_Processing): Turn on the new processing of return
17472 statements.
17473 (Expand_Non_Function_Return): For a return within an extended return,
17474 don't raise Program_Error, because Sem_Ch6 now gives a warning.
17475 (Expand_N_Extended_Return_Statement): Implement AI-318
17476 (Expand_Simple_Function_Return): Ditto.
17477 (Expand_N_If_Statement): Handle new -gnatwt warning
17478 (Expand_N_Case_Statement): Handle new -gnatwt warning
17479 (Expand_N_Assignment): Handle assignment to the Priority attribute of
17480 a protected object.
17481 (Expand_N_Assignment_Statement): Implement -gnatVe/E to control
17482 validity checking of assignments to elementary record components.
17483 (Expand_N_Return_Statement): return Class Wide types on the secondary
17484 stack independantly of their controlled status since with HIE runtimes,
17485 class wide types are not potentially controlled anymore.
17486
17487 * expander.adb (Expand): Add case for new N_Extended_Return_Statement
17488 node kind.
17489
17490 * exp_ch11.adb (Expand_N_Handled_Sequence_Of_Statements): Avoid
17491 Expand_Cleanup_Actions in case of N_Extended_Return_Statement, because
17492 it expects a block, procedure, or task. The return statement will get
17493 turned into a block, and Expand_Cleanup_Actions will happen then.
17494
17495 2006-10-31 Robert Dewar <dewar@adacore.com>
17496 Ed Schonberg <schonberg@adacore.com>
17497 Bob Duff <duff@adacore.com>
17498 Gary Dismukes <dismukes@adacore.com>
17499
17500 * exp_ch6.ads, exp_ch6.adb: Use new Validity_Check suppression
17501 capability.
17502 (Expand_Inlined_Call): Tagged types are by-reference types, and
17503 therefore should be replaced by a renaming declaration in the expanded
17504 body, as is done for limited types.
17505 (Expand_Call): If this is a call to a function with dispatching access
17506 result, propagate tag from context.
17507 (Freeze_Subprogram): Enable full ABI compatibility for interfacing with
17508 CPP by default.
17509 (Make_Build_In_Place_Call_In_Assignment): New procedure to do
17510 build-in-place when the right-hand side of an assignment is a
17511 build-in-place function call.
17512 (Make_Build_In_Place_Call_In_Allocator): Apply an unchecked conversion
17513 of the explicit dereference of the allocator to the result subtype of
17514 the build-in-place function. This is needed to satisfy type checking
17515 in cases where the caller's return object is created by an allocator for
17516 a class-wide access type and the type named in the allocator is a
17517 specific type.
17518 (Make_Build_In_Place_Call_In_Object_Declaration): Apply an unchecked
17519 conversion of the reference to the declared object to the result subtype
17520 of the build-in-place function. This is needed to satisfy type checking
17521 in cases where the declared object has a class-wide type. Also, in the
17522 class-wide case, change the type of the object entity to the specific
17523 result subtype of the function, to avoid passing a class-wide object
17524 without explicit initialization to the back end.
17525 (Register_Interface_DT_Entry): Moved outside the body of
17526 Freeze_Subprogram because this routine is now public; it is called from
17527 Check_Dispatching_Overriding to handle late overriding of abstract
17528 interface primitives.
17529 (Add_Access_Actual_To_Build_In_Place_Call): New utility procedure for
17530 adding an implicit access actual on a call to a build-in-place function.
17531 (Expand_Actuals): Test for an actual parameter that is a call to a
17532 build-in-place function and apply
17533 Make_Build_In_Place_Call_In_Anonymous_Context to the call.
17534 (Is_Build_In_Place_Function): New function to determine whether an
17535 entity is a function whose calls should be handled as build-in-place.
17536 (Is_Build_In_Place_Function_Call): New function to determine whether an
17537 expression is a function call that should handled as build-in-place.
17538 (Make_Build_In_Place_Call_In_Allocator): New procedure for handling
17539 calls to build-in-place functions as the initialization of an allocator.
17540 (Make_Build_In_Place_Call_In_Anonymous_Context): New procedure for
17541 handling calls to build-in-place functions in contexts that do not
17542 involve init of a separate object (for example, actuals of subprogram
17543 calls).
17544 (Make_Build_In_Place_Call_In_Object_Declaration): New procedure for
17545 handling calls to build-in-place functions as the initialization of an
17546 object declaration.
17547 (Detect_Infinite_Recursion): Add explicit parameter Process to
17548 instantiation of Traverse_Body to avoid unreferenced warning.
17549 (Check_Overriding_Inherited_Interfaces): Removed.
17550 (Register_Interface_DT_Entry): Code cleanup.
17551 (Register_Predefined_DT_Entry): Code cleanup.
17552 (Expand_Inlined_Call.Rewrite_Procedure_Call): Do not omit block around
17553 inlined statements if within a transient scope.
17554 (Expand_Inlined_Call.Process_Formals): When replacing occurrences of
17555 formal parameters with occurrences of actuals in inlined body, establish
17556 visibility on the proper view of the actual's subtype for the body's
17557 context.
17558 (Freeze_Subprogram): Do nothing if we are compiling under full ABI
17559 compatibility mode and we have an imported CPP subprogram because
17560 for now we assume that imported CPP primitives correspond with
17561 objects whose constructor is in the CPP side (and therefore we
17562 don't need to generate code to register them in the dispatch table).
17563 (Expand_Actuals): Introduce copy of actual, only if it might be a bit-
17564 aligned selected component.
17565 (Add_Call_By_Copy_Node): Add missing code to handle the case in which
17566 the actual of an in-mode parameter is a type conversion.
17567 (Expand_Actuals): If the call does not come from source and the actual
17568 is potentially misaligned, let gigi handle it rather than rejecting the
17569 (Expand_N_Subprogram_Body, Freeze_Subprogram): set subprograms returning
17570 Class Wide types as returning by reference independantly of their
17571 controlled status since with HIE runtimes class wide types are not
17572 potentially controlled anymore.
17573
17574 2006-10-31 Ed Schonberg <schonberg@adacore.com>
17575
17576 * exp_ch9.adb (Update_Prival_Types): Simplify code for entity
17577 references that are private components of the protected object.
17578 (Build_Barrier_Function): Set flag Is_Entry_Barrier_Function
17579 (Update_Prival_Subtypes): Add explicit Process argument to Traverse_Proc
17580 instantiation to deal with warnings.
17581 (Initialize_Protection): If expression for priority is non-static, use
17582 System_Priority as its expected type, in case the expression has not
17583 been analyzed yet.
17584
17585 2006-10-31 Robert Dewar <dewar@adacore.com>
17586
17587 * exp_dbug.ads, exp_dbug.adb (Get_External_Name): Add missing
17588 initialization of Homonym_Len.
17589 (Fully_Qualify_Name): Remove kludge to eliminate anonymous block
17590 names from fully qualified name. Fixes problem of duplicate
17591 external names differing only in the presence of such a block name.
17592
17593 2006-10-31 Thomas Quinot <quinot@adacore.com>
17594 Pablo Oliveira <oliveira@adacore.com>
17595
17596 * exp_dist.adb (Get_Subprogram_Ids): This function will no more assign
17597 subprogram Ids, even if they are not yet assigned.
17598 (Build_Subprogram_Id): It is now this function that will take care of
17599 calling Assign_Subprogram_Ids if necessary.
17600 (Add_Receiving_Stubs_To_Declarations): Checking the subprograms ids
17601 should be done only once they are assigned.
17602 (Build_From_Any_Function, case of tagged types): Add missing call to
17603 Allocate_Buffer.
17604 (Corresponding_Stub_Type): New subprogram. Returns the associated stub
17605 type for an RACW type.
17606 (Add_RACW_Features): When processing an RACW declaration for which the
17607 designated type is already frozen, enforce E.2.2(14) rules immediately.
17608 (GARLIC_Support.Build_Subprogram_Receiving_Stubs): Do not perform any
17609 special reordering of controlling formals.
17610
17611 * exp_dist.ads (Corresponding_Stub_Type): New subprogram. Returns the
17612 associated stub type for an RACW type.
17613
17614 2006-10-31 Ed Schonberg <schonberg@adacore.com>
17615
17616 * exp_fixd.adb (Rounded_Result_Set): For multiplication and division of
17617 fixed-point operations in an integer context, i.e. as operands of a
17618 conversion to an integer type, indicate that result must be rounded.
17619
17620 2006-10-31 Robert Dewar <dewar@adacore.com>
17621
17622 * exp_imgv.adb (Expand_Image_Attribute): For Wide_[Wide_]Character
17623 cases, pass the encoding method, since it is now required by the run
17624 time.
17625
17626 * s-valwch.ads, s-valwch.adb (Value_Wide_Wide_Character): Avoid
17627 assumption that Str'First = 1.
17628 (Value_Wide_Character): Takes EM (encoding method) parameter and passes
17629 it on to the Value_Wide_Wide_Character call.
17630 (Value_Wide_Wide_Character): Takes EM (encoding method) parameter and
17631 properly handles a string of the form quote-encoded_wide_char-quote.
17632
17633 * s-wchcnv.adb: Minor reformatting
17634
17635 2006-10-31 Javier Miranda <miranda@adacore.com>
17636
17637 * exp_intr.adb (Expand_Dispatching_Constructor_Call): Add missing
17638 run-time membership test to ensure that the constructed object
17639 implements the target abstract interface.
17640
17641 2006-10-31 Robert Dewar <dewar@adacore.com>
17642
17643 * exp_prag.adb (Expand_Pragma_Common_Object): Use a single
17644 Machine_Attribute pragma internally to implement the user pragma.
17645 Add processing for pragma Interface so that it is now completely
17646 equivalent to pragma Import.
17647
17648 * sem_prag.adb (Analyze_Pragma, case Obsolescent): Extend this pragma
17649 so that it can be applied to all entities, including record components
17650 and enumeration literals.
17651 (Analyze_Pragma, case Priority_Specific_Dispatching): Check whether
17652 priority ranges are correct, verify compatibility against task
17653 dispatching and locking policies, and if everything is correct an entry
17654 is added to the table containing priority specific dispatching entries
17655 for this compilation unit.
17656 (Delay_Config_Pragma_Analyze): Delay processing
17657 Priority_Specific_Dispatching pragmas because when processing the
17658 pragma we need to access run-time data, such as the range of
17659 System.Any_Priority.
17660 (Sig_Flags): Add Pragma_Priority_Specific_Dispatching.
17661 Allow pragma Unreferenced as a context item
17662 Add pragma Preelaborable_Initialization
17663 (Analyze_Pragma, case Interface): Interface is extended so that it is
17664 now syntactically and semantically equivalent to Import.
17665 (Analyze_Pragma, case Compile_Time_Warning): Fix error of blowups on
17666 insertion characters.
17667 Add handling for Pragma_Wide_Character_Encoding
17668 (Process_Restrictions_Restriction_Warnings): Ensure that a warning
17669 never supercedes a real restriction, and that a real restriction
17670 always supercedes a warning.
17671 (Analyze_Pragma, case Assert): Set Low_Bound_Known if assert is of
17672 appropriate form.
17673
17674 2006-10-31 Bob Duff <duff@adacore.com>
17675 Ed Schonberg <schonberg@adacore.com>
17676 Robert Dewar <dewar@adacore.com>
17677
17678 * exp_ch7.adb (Build_Array_Deep_Procs, Build_Record_Deep_Procs,
17679 Make_Deep_Record_Body): Rename Is_Return_By_Reference_Type to be
17680 Is_Inherently_Limited_Type, because return-by-reference has no meaning
17681 in Ada 2005.
17682 (Find_Node_To_Be_Wrapped): Use new method of determining the result
17683 type of the function containing a return statement, because the
17684 Return_Type field was removed. We now use the Return_Applies_To field.
17685
17686 * exp_util.ads, exp_util.adb: Use new subtype N_Membership_Test
17687 (Build_Task_Image_Decl): If procedure is not called from an
17688 initialization procedure, indicate that function that builds task name
17689 uses the sec. stack. Otherwise the enclosing initialization procedure
17690 will carry the indication.
17691 (Insert_Actions): Remove N_Return_Object_Declaration. We now use
17692 N_Object_Declaration instead.
17693 (Kill_Dead_Code): New interface to implement -gnatwt warning for
17694 conditional dead code killed, and change implementation accordingly.
17695 (Insert_Actions): Add N_Return_Object_Declaration case.
17696 Correct comment to mention N_Extension_Aggregate node.
17697 (Set_Current_Value_Condition): Call Safe_To_Capture_Value to avoid bad
17698 attempts to save information for global variables which cannot be
17699 safely tracked.
17700 (Get_Current_Value_Condition): Handle conditions the other way round
17701 (constant on left). Also handle right operand of AND and AND THEN
17702 (Set_Current_Value_Condition): Corresponding changes
17703 (Append_Freeze_Action): Remove unnecessary initialization of Fnode.
17704 (Get_Current_Value_Condition): Handle simple boolean operands
17705 (Get_Current_Value_Condition): Handle left operand of AND or AND THEN
17706 (Get_Current_Value_Condition): If the variable reference is within an
17707 if-statement, does not appear in the list of then_statments, and does
17708 not come from source, treat it as being at unknown location.
17709 (Get_Current_Value_Condition): Enhance to allow while statements to be
17710 processed as well as if statements.
17711 (New_Class_Wide_Subtype): The entity for a class-wide subtype does not
17712 come from source.
17713 (OK_To_Do_Constant_Replacement): Allow constant replacement within body
17714 of loop. This is safe now that we fixed Kill_Current_Values.
17715 (OK_To_Do_Constant_Replacement): Check whether current scope is
17716 Standard, before examining outer scopes.
17717
17718 2006-10-31 Vincent Celier <celier@adacore.com>
17719
17720 * krunch.ads, krunch.adb (Krunch): New Boolean parameter VMS_On_Target.
17721 When True, apply VMS treatment to children of packages A, G, I and S.
17722 For F320-016
17723
17724 * fname-uf.adb (Get_File_Name): Call Krunch with OpenVMS_On_Target
17725
17726 2006-10-31 Robert Dewar <dewar@adacore.com>
17727 Ed Schonberg <schonberg@adacore.com>
17728
17729 * freeze.adb: Add handling of Last_Assignment field
17730 (Warn_Overlay): Supply missing continuation marks in error msgs
17731 (Freeze_Entity): Add check for Preelaborable_Initialization
17732
17733 * g-comlin.adb: Add Warnings (Off) to prevent new warning
17734
17735 * g-expect.adb: Add Warnings (Off) to prevent new warning
17736
17737 * lib-xref.adb: Add handling of Last_Assignment field
17738 (Generate_Reference): Centralize handling of pragma Obsolescent here
17739 (Generate_Reference): Accept an implicit reference generated for a
17740 default in an instance.
17741 (Generate_Reference): Accept a reference for a node that is not in the
17742 main unit, if it is the generic body corresponding to an subprogram
17743 instantiation.
17744
17745 * xref_lib.adb: Add pragma Warnings (Off) to avoid new warnings
17746
17747 * sem_warn.ads, sem_warn.adb (Set_Warning_Switch): Add processing for
17748 -gnatwq/Q.
17749 (Warn_On_Useless_Assignment): Suppress warning if enclosing inner
17750 exception handler.
17751 (Output_Obsolescent_Entity_Warnings): Rewrite to avoid any messages on
17752 use clauses, to avoid messages on packages used to qualify, and also
17753 to avoid messages from obsolescent units.
17754 (Warn_On_Useless_Assignments): Don't generate messages for imported
17755 and exported variables.
17756 (Warn_On_Useless_Assignments): New procedure
17757 (Output_Obsolescent_Entity_Warnings): New procedure
17758 (Check_Code_Statement): New procedure
17759
17760 * einfo.ads, einfo.adb (Has_Static_Discriminants): New flag
17761 Change name Is_Ada_2005 to Is_Ada_2005_Only
17762 (Last_Assignment): New field for useless assignment warning
17763
17764 2006-10-31 Olivier Hainque <hainque@adacore.com>
17765
17766 * g-alleve.adb (lvx, stvx): Ceil-Round the Effective Address to the
17767 closest multiple of VECTOR_ALIGNMENT and not the closest multiple of 16.
17768
17769 2006-10-31 Bob Duff <duff@adacore.com>
17770 Robert Dewar <dewar@adacore.com>
17771 Ed Schonberg <schonberg@adacore.com>
17772
17773 * g-awk.adb (Default_Session, Current_Session): Compile this file in
17774 Ada 95 mode, because it violates the new rules for AI-318.
17775
17776 * g-awk.ads: Use overloaded subprograms in every case where we used to
17777 have a default of Current_Session. This makes the code closer to be
17778 correct for both Ada 95 and 2005.
17779
17780 * g-moreex.adb (Occurrence): Turn off warnings for illegal-in-Ada-2005
17781 code, relying on the fact that the compiler generates a warning
17782 instead of an error in -gnatg mode.
17783
17784 * lib-xref.ads (Xref_Entity_Letters): Add entry for new
17785 E_Return_Statement entity kind.
17786 Add an entry for E_Incomplete_Subtype in Xref_Entity_Letters.
17787
17788 * par.adb (P_Interface_Type_Definition): Addition of one formal to
17789 report an error if the reserved word abstract has been previously found.
17790 (SS_End_Type): Add E_Return for new extended_return_statement syntax.
17791
17792 * par-ch4.adb (P_Aggregate_Or_Paren_Expr): Improve message for
17793 parenthesized range attribute usage
17794 (P_Expression_No_Right_Paren): Add missing comment about error recovery.
17795
17796 * par-ch6.adb (P_Return_Object_Declaration): AI-318: Allow "constant"
17797 in the syntax for extended_return_statement. This is not in the latest
17798 RM, but the ARG is expected to issue an AI allowing this.
17799 (P_Return_Subtype_Indication,P_Return_Subtype_Indication): Remove
17800 N_Return_Object_Declaration. We now use N_Object_Declaration instead.
17801 (P_Return_Object_Declaration, P_Return_Subtype_Indication,
17802 P_Return_Statement): Parse the new syntax for extended_return_statement.
17803
17804 * par-endh.adb (Check_End, Output_End_Deleted, Output_End_Expected,
17805 Output_End_Missing): Add error-recovery code for the new
17806 extended_return_statement syntax; that is, the new E_Return entry on
17807 the scope stack.
17808
17809 * s-auxdec-vms_64.ads, s-auxdec.ads (AST_Handler): Change type from
17810 limited to nonlimited, because otherwise we violate the new Ada 2005
17811 rules about returning limited types in function Create_AST_Handler in
17812 s-asthan.adb.
17813
17814 * sem.adb (Analyze): Add cases for new node kinds
17815 N_Extended_Return_Statement and N_Return_Object_Declaration.
17816
17817 * sem_aggr.adb (Aggregate_Constraint_Checks): Verify that component
17818 type is in the same category as type of context before applying check,
17819 to prevent anomalies in instantiations.
17820 (Resolve_Aggregate): Remove test for limited components in aggregates.
17821 It's unnecessary in Ada 95, because if it has limited components, then
17822 it must be limited. It's wrong in Ada 2005, because limited aggregates
17823 are now allowed.
17824 (Resolve_Record_Aggregate): Move check for limited types later, because
17825 OK_For_Limited_Init requires its argument to have been resolved.
17826 (Get_Value): When copying the component default expression for a
17827 defaulted association in an aggregate, use the sloc of the aggregate
17828 and not that of the original expression, to prevent spurious
17829 elaboration errors, when the expression includes function calls.
17830 (Check_Non_Limited_Type): Correct code for AI-287, extension aggregates
17831 were missing. We also didn't handle qualified expressions. Now also
17832 allow function calls. Use new common routine OK_For_Limited_Init.
17833 (Resolve_Extension_Aggregate): Minor fix to bad error message (started
17834 with space can upper case letter).
17835
17836 * sem_ch3.ads, sem_ch3.adb (Create_Constrained_Components): Set
17837 Has_Static_Discriminants flag
17838 (Record_Type_Declaration): Diagnose an attempt to declare an interface
17839 type with discriminants.
17840 (Process_Range_Expr_In_Decl): Do validity checks on range
17841 (Build_Discriminant_Constraints): Use updated form of
17842 Denotes_Discriminant.
17843 (Process_Subtype): If the subtype is a private subtype whose full view
17844 is a concurrent subtype, introduce an itype reference to prevent scope
17845 anomalies in gigi.
17846 (Build_Derived_Record_Type, Collect_Interface_Primitives,
17847 Record_Type_Declaration): The functionality of the subprograms
17848 Collect_Abstract_Interfaces and Collect_All_Abstract_Interfaces
17849 is now performed by a single routine.
17850 (Build_Derived_Record_Type): If the type definition includes an explicit
17851 indication of limitedness, then the type must be marked as limited here
17852 to ensure that any access discriminants will not be treated as having
17853 a local anonymous access type.
17854 (Check_Abstract_Overriding): Issue a detailed error message when an
17855 abstract subprogram was not overridden due to incorrect mode of its
17856 first parameter.
17857 (Analyze_Private_Extension_Declaration): Add support for the analysis of
17858 synchronized private extension declarations. Verify that the ancestor is
17859 a limited or synchronized interface or in the generic case, the ancestor
17860 is a tagged limited type or synchronized interface and all progenitors
17861 are either limited or synchronized interfaces.
17862 Derived_Type_Declaration): Check for presence of private extension when
17863 dealing with synchronized formal derived types.
17864 Process_Full_View): Enchance the check done on the usage of "limited" by
17865 testing whether the private view is synchronized.
17866 Verify that a synchronized private view is completed by a protected or
17867 task type.
17868 (OK_For_Limited_Init_In_05): New function.
17869 (Analyze_Object_Declaration): Move check for limited types later,
17870 because OK_For_Limited_Init requires its argument to have been resolved.
17871 Add -gnatd.l --Use Ada 95 semantics for limited function returns,
17872 in order to alleviate the upward compatibility introduced by AI-318.
17873 (Constrain_Corresponding_Record): If the constraint is for a component
17874 subtype, mark the itype as frozen, to avoid out-of-scope references to
17875 discriminants in the back-end.
17876 (Collect_Implemented_Interfaces): Protect the recursive algorithm of
17877 this subprogram against wrong sources.
17878 (Get_Discr_Value, Is_Discriminant): Handle properly references to a
17879 discriminant of limited type completed with a protected type, when the
17880 discriminant is used to constrain a private component of the type, and
17881 expansion is disabled.
17882 (Find_Type_Of_Object): Do not treat a return subtype that is an
17883 anonymous subtype as a local_anonymous_type, because its accessibility
17884 level is the return type of the enclosing function.
17885 (Check_Initialization): In -gnatg mode, turn the error "cannot
17886 initialize entities of limited type" into a warning.
17887 (OK_For_Limited_Init): Return true for generated nodes, since it
17888 sometimes violates the legality rules.
17889 (Make_Incomplete_Declaration): If the type for which an incomplete
17890 declaration is created happens to be the currently visible entity,
17891 preserve the homonym chain when removing it from visibility.
17892 (Check_Conventions): Add support for Ada 2005 (AI-430): Conventions of
17893 inherited subprograms.
17894 (Access_Definition): If this is an access to function that is the return
17895 type of an access_to_function definition, context is a type declaration
17896 and the scope of the anonymous type is the current one.
17897 (Analyze_Subtype_Declaration): Add the defining identifier of a regular
17898 incomplete subtype to the set of private dependents of the original
17899 incomplete type.
17900 (Constrain_Discriminated_Type): Emit an error message whenever an
17901 incomplete subtype is being constrained.
17902 (Process_Incomplete_Dependents): Transform an incomplete subtype into a
17903 corresponding subtype of the full view of the original incomplete type.
17904 (Check_Incomplete): Properly detect invalid usage of incomplete types
17905 and subtypes.
17906
17907 2006-10-31 Hristian Kirtchev <kirtchev@adacore.com>
17908
17909 * g-catiio.ads, g-catiio.adb (Value): New function.
17910 Given an input String, try and parse a valid Time value.
17911
17912 2006-10-31 Vincent Celier <celier@adacore.com>
17913
17914 * g-debpoo.adb (Is_Valid): Correctly compute Offset using
17915 Integer_Address arithmetic, as in Set_Valid.
17916
17917 2006-10-31 Arnaud Charlet <charlet@adacore.com>
17918 Robert Dewar <dewar@adacore.com>
17919
17920 * gnatcmd.adb (Process_Link): Use Osint.Executable_Name instead of
17921 handling executable extension manually and duplicating code.
17922
17923 * make.adb: Implement new -S switch
17924 (Gnatmake): Use new function Osint.Executable_Name instead
17925 of handling executable extension manually.
17926
17927 * prj-util.adb (Executable_Of): Make sure that if an Executable_Suffix
17928 is specified, the executable name ends with this suffix.
17929 Take advantage of Osint.Executable_Name instead of duplicating code.
17930
17931 * switch-m.adb: Recognize new gnatmake -S switch
17932
17933 * targparm.ads, targparm.adb (Executable_Extension_On_Target): New
17934 variable.
17935 (Get_Target_Parameters): Set Executable_Extension_On_Target if
17936 available.
17937
17938 * makeusg.adb: Add line for gnatmake -S switch
17939
17940 2006-10-31 Vincent Celier <celier@adacore.com>
17941
17942 * gnatlink.adb (Gnatlink): If gcc is not called with -shared-libgcc,
17943 call it with -static-libgcc, as there are some platforms, such as
17944 Darwin, where one of these two switches is compulsory to link.
17945
17946 2006-10-31 Vincent Celier <celier@adacore.com>
17947
17948 * gnatls.adb: Take into account GPR_PROJECT_PATH, when it is defined,
17949 instead of ADA_PROJECT_PATH, for the project path.
17950 (Gnatls): When displaying the project path directories, use host dir
17951 specs.
17952
17953 * prj-ext.adb (Prj.Ext elaboration): On VMS, only expand relative path
17954 names in the project path, as absolute paths may correspond to
17955 multi-valued VMS logical names.
17956
17957 2006-10-31 Vincent Celier <celier@adacore.com>
17958
17959 * g-os_lib.ads, g-os_lib.adb (Locate_Exec_On_Path): Always return an
17960 absolute path name.
17961 (Locate_Regular_File): Ditto
17962 (Change_Dir): Remove, no longer used
17963 (Normalize_Pathname): Do not use Change_Dir to get the drive letter
17964 on Windows. Get it calling Get_Current_Dir.
17965 (OpenVMS): Remove imported boolean, no longer needed.
17966 (Normalize_Pathname)[VMS]: Do not resolve directory names.
17967 (Pid_To_Integer): New function to convert a Process_Id to Integer
17968
17969 2006-10-31 Thomas Quinot <quinot@adacore.com>
17970
17971 * g-socket.ads, g-socket.adb (Close_Selector): Once the signalling
17972 sockets are closed, reset the R_Sig_Socket and W_Sig_Socket components
17973 to No_Socket.
17974 (Selector_Type): Add default value of No_Socket for R_Sig_Socket and
17975 W_Sig_Socket.
17976
17977 2006-10-31 Robert Dewar <dewar@adacore.com>
17978
17979 * g-speche.ads, g-speche.adb: Add special case to recognize misspelling
17980 initial letter o as a zero.
17981
17982 2006-10-31 Robert Dewar <dewar@adacore.com>
17983
17984 * g-spipat.adb (S_To_PE): Remove incorrect use of 0 instead of Str'First
17985
17986 2006-10-31 Robert Dewar <dewar@adacore.com>
17987
17988 * layout.adb (Layout_Record_Type): Deal with non-static subtypes of
17989 variant records
17990 (Layout_Variant_Record): Retrieve the discriminants from the entity
17991 rather than from the type definition, because in the case of a full
17992 type for a private type we need to take the discriminants from the
17993 partial view.
17994 (Layout_Component_List): When applying the Max operator to variants with
17995 a nonstatic size, check whether either operand is static and scale that
17996 operand from bits to storage units before applying Max.
17997 (Layout_Type): In VMS, if a C-convention access type has no explicit
17998 size clause (and does not inherit one in the case of a derived type),
17999 then the size is reset to 32 from 64.
18000
18001 2006-10-31 Vincent Celier <celier@adacore.com>
18002
18003 * lib-load.adb (Load_Unit): Skip the test for a unit not found when
18004 its file has already been loaded, according to the unit being loaded,
18005 not to the current value of Multiple_Unit_Index.
18006
18007 2006-10-31 Thomas Quinot <quinot@adacore.com>
18008 Eric Botcazou <ebotcazou@adacore.com>
18009 Arnaud Charlet <charlet@adacore.com>
18010
18011 * Makefile.in: Set EH mechanism to ZCX for FreeBSD.
18012 (NO_REORDER_ADAFLAGS): New var defined to -fno-toplevel-reorder if
18013 possible.
18014 (a-except.o): Pass it to the compiler.
18015 (gnatlib-shared-vms): Removed -nostartfiles switch in link step.
18016 (LIBGNAT_TARGET_PAIRS for Windows): Avoid the use of the specific
18017 a-calend-mingw.adb version.
18018
18019 * Makefile.rtl: Added s-dsaser.
18020 Add object entries for Ada.Calendar.[Arithmetic/Formatting/Time_Zones]
18021 (GNATRTL_TASKING_OBJS): Add Ada.Dispatching and
18022 Ada.Dispatching.Round_Robin.
18023 Added new unit Ada.Containers.Restricted_Bounded_Doubly_Linked_Lists
18024
18025 * Make-lang.in: Remove all references to gt-ada-decl.h.
18026 Add concatenation (s-strops/s-sopco3/s-sopco4/s-sopco5) to compiler
18027 sources.
18028 Add dependency on ada/s-restri.o for GNAT1 and GNATBIND objects.
18029 Update dependencies.
18030
18031 * system-freebsd-x86.ads: Make ZCX the default EH mechanism for FreeBSD
18032
18033 2006-10-31 Vincent Celier <celier@adacore.com>
18034
18035 * mlib-utl.adb (Initialized): Remove, no longer used
18036 (Initialize): Remove, no longer used
18037 (Ar): If Ar_Exec is null, get the location of the archive builder and,
18038 if there is one, the archive indexer. Fail if the archive builder cannot
18039 be found.
18040 (Gcc): If the driver path is unknown, get it. Fail if the driver cannot
18041 be found.
18042
18043 2006-10-31 Ed Schonberg <schonberg@adacore.com>
18044
18045 * sem_ch10.ads, sem_ch10.adb (Check_Redundant_Withs,
18046 Process_Body_Clauses): If the context of a body includes a use clause
18047 for P.Q then a with_clause for P in the same body is not redundant,
18048 even if the spec also has a with_clause on P.
18049 Add missing continuation mark to error msg
18050 (Build_Limited_Views): A limited view of a type is tagged if its
18051 declaration includes a record extension.
18052 (Analyze_Proper_Body): Set Corresponding_Stub field in N_Subunit
18053 node, even if the subunit has errors. This avoids malfunction by
18054 Lib.Check_Same_Extended_Unit in the presence of syntax errors.
18055 (Analyze_Compilation_Unit): Add circuit to make sure we get proper
18056 generation of obsolescent messages for with statements (cannot do
18057 this too early, or we cannot implement avoiding the messages in the
18058 case of obsolescent units withing obsolescent units).
18059 (Install_Siblings): If the with_clause is on a remote descendant of
18060 an ancestor of the current compilation unit, find whether there is
18061 a sibling child unit that is immediately visible.
18062 (Remove_Private_With_Clauses): New procedure, invoked after completing
18063 the analysis of the private part of a nested package, to remove from
18064 visibility the private with_clauses of the enclosing package
18065 declaration.
18066 (Analyze_With_Clause): Remove Check_Obsolescent call, this checking is
18067 now centralized in Generate_Reference.
18068 (Install_Limited_Context_Clauses): Remove superfluous error
18069 message associated with unlimited view visible through use
18070 and renamings. In addition, at the point in which the error
18071 is reported, we add the backslash to the text of the error
18072 to ensure that it is reported as a single error message.
18073 Use new // insertion for some continuation messages
18074 (Expand_Limited_With_Clause): Use copy of name rather than name itself,
18075 to create implicit with_clause for parent unit mentioned in original
18076 limited_with_clause.
18077 (Install_Limited_With_Unit): Set entity of parent identifiers if the
18078 unit is a child unit. For ASIS queries.
18079 (Analyze_Subunit): If the subunit appears within a child unit, make all
18080 ancestor child units directly visible again.
18081
18082 2006-10-31 Robert Dewar <dewar@adacore.com>
18083
18084 * par-ch10.adb (P_Context_Clause): Minor error message fix
18085
18086 2006-10-31 Hristian Kirtchev <kirtchev@adacore.com>
18087 Javier Miranda <miranda@adacore.com>
18088
18089 * par-ch12.adb: Grammar update and cleanup.
18090 (P_Formal_Type_Definition, P_Formal_Derived_Type_Definition): Add
18091 support for synchronized derived type definitions.
18092 Add the new actual Abstract_Present to every call to
18093 P_Interface_Type_Definition.
18094 (P_Formal_Object_Declarations): Update grammar rules. Handle parsing of
18095 a formal object declaration with an access definition or a subtype mark
18096 with a null exclusion.
18097 (P_Generic_Association): Handle association with box, and others_choice
18098 with box, to support Ada 2005 partially parametrized formal packages.
18099
18100 2006-10-31 Robert Dewar <dewar@adacore.com>
18101 Javier Miranda <miranda@adacore.com>
18102
18103 * par-ch3.adb (P_Range_Or_Subtype_Mark): Check for bad parentheses
18104 (P_Type_Declaration): Remove barrier against the reserved word "limited"
18105 after "abstract" to give support to the new syntax of AARM 3.4 (2/2).
18106 (P_Type_Declaration): Minor code cleanup. Add support for synchronized
18107 private extensions.
18108 (P_Type_Declaration): Add the new actual Abstract_Present to every call
18109 to P_Interface_Type_Definition.
18110 (P_Interface_Type_Definition): Addition of one formal to report an error
18111 if the reserved word abstract has been previously found.
18112 (P_Identifier_Declarations): Update grammar rules. Handle parsing of an
18113 object renaming declaration with an access definition or subtype mark
18114 with a possible null exclusion.
18115
18116 * par-ch9.adb: Minor error msg fix
18117
18118 * par-load.adb: Add missing continuation mark to error msg
18119
18120 * par-tchk.adb: (Wrong_Token): Code cleanup, use concatenation
18121
18122 2006-10-31 Vincent Celier <celier@adacore.com>
18123
18124 * prj-dect.adb (Parse_Attribute_Declaration): Do not issue warning for
18125 unknown attribute in unknown package or in package that does not need
18126 to be checked.
18127 (Parse_Package_Declaration): Do not issue warning for unknown package in
18128 quiet output.
18129
18130 2006-10-31 Vincent Celier <celier@adacore.com>
18131
18132 * prj-makr.adb (Packages_To_Check_By_Gnatname): New global constant
18133 (Make): Call Parse with Packages_To_Check_By_Gnatname for parameter
18134 Packages_To_Check.
18135
18136 2006-10-31 Vincent Celier <celier@adacore.com>
18137
18138 * prj-nmsc.adb (Check_Ada_Name): For children of package A, G, I and S
18139 on VMS, change "__" to '.' before checking the name.
18140 (Record_Ada_Source): Always add the source file name in the list of
18141 of sources, even if it is not the first time, as it is for another
18142 source index.
18143 (Get_Unit): Replace both '_' (after 'a', 'g', 'i' or 's') with a single
18144 dot, instead of replacing only the first '_'.
18145
18146 * prj-part.adb (Parse): Convert project file path to canonical form
18147
18148 * prj-proc.adb (Recursive_Process): Make sure that, when a project is
18149 extended, the project id of the project extending it is recorded in its
18150 data, even when it has already been processed as an imported project.
18151
18152 2006-10-31 Robert Dewar <dewar@adacore.com>
18153
18154 * repinfo.adb (List_Entities): Don't list entities from renaming
18155 declarations.
18156
18157 2006-10-31 Arnaud Charlet <charlet@adacore.com>
18158 Robert Dewar <dewar@adacore.com>
18159
18160 * restrict.ads, restrict.adb (Restriction_Active): Now returns False if
18161 only a restriction warning is active for the given restriction. This is
18162 desirable because we do not want to modify code in the case where only
18163 a warning is set.
18164 (Set_Profile_Restrictions): Make sure that a Profile_Warnings never
18165 causes overriding of real restrictions.
18166 Take advantage of new No_Restrictions constant.
18167
18168 * raise.h: (__gnat_set_globals): Change profile.
18169
18170 2006-10-31 Arnaud Charlet <charlet@adacore.com>
18171
18172 * rtsfind.adb: Remove s-polint from comment as it exists no more.
18173
18174 * rtsfind.ads:
18175 Move entity RE_Get_Active_Partition_Id to package System.DSA_Services.
18176 Move all the entities in obsolete package System.PolyORB_Interface to
18177 System.Partition_Interface.
18178 (RE_Storage_Size): New function in System.Tasking.
18179 (RE_Get_Ceiling): New entity.
18180 (RE_Set_Ceiling): New entity.
18181 (RO_PE_Get_Ceiling): New entity.
18182 (RO_RE_Set_Ceiling): New entity.
18183 (Inherit_CPP_DT): New entity
18184
18185 2006-10-31 Robert Dewar <dewar@adacore.com>
18186
18187 * scng.adb (Scan, case of numeric literal): Better msg for identifier
18188 starting with a digit.
18189
18190 2006-10-31 Ed Schonberg <schonberg@adacore.com>
18191 Thomas Quinot <quinot@adacore.com>
18192 Javier Miranda <miranda@adacore.com>
18193 Gary Dismukes <dismukes@adacore.com>
18194
18195 * sem_attr.ads, sem_attr.adb (Analyze_Access_Attribute): Diagnose
18196 properly an attempt to apply Unchecked_Access to a protected operation.
18197 (OK_Self_Reference): New subprogram to check the legality of an access
18198 attribute whose prefix is the type of an enclosing aggregate.
18199 Generalizes previous mechanism to handle attribute references nested
18200 arbitrarily deep within the aggregate.
18201 (Analyze_Access_Attribute): An access attribute whose prefix is a type
18202 can appear in an aggregate if this is a default-initialized aggregate
18203 for a self-referential type.
18204 (Resolve_Attribute, case Access): Ditto.
18205 Add support for new implementation defined attribute Stub_Type.
18206 (Eval_Attribute, case Attribute_Stub_Type): New case.
18207 (Analyze_Attribute, case Attribute_Stub_Type): New case.
18208 (Stream_Attribute_Available): Implement using new subprogram from
18209 sem_cat, Has_Stream_Attribute_Definition, instead of incorrect
18210 Has_Specified_Stream_Attribute flag.
18211 Disallow Storage_Size and Storage_Pool for access to subprogram
18212 (Resolve_Attribute, case 'Access et al): Take into account anonymous
18213 access types of return subtypes in extended return statements. Remove
18214 accessibility checks on anonymous access types when Unchecked_Access is
18215 used.
18216 (Analyze_Attribute): Add support for the use of 'Class to convert
18217 a class-wide interface to a tagged type.
18218 Add support for the attribute Priority.
18219 (Resolve_Attribute, case Attribute_Access): For Ada_05, add test for
18220 whether the designated type is discriminated with a constrained partial
18221 view and require static matching in that case.
18222 Add local variable Des_Btyp. The Designated_Type
18223 of an access to incomplete subtype is either its non-limited view if
18224 coming from a limited with or its etype if regular incomplete subtype.
18225
18226 * sem_cat.ads, sem_cat.adb (Validate_Remote_Access_To_Class_Wide_Type):
18227 Fix predicate to identify and allow cases of (expander-generated)
18228 references to tag of designated object of a RACW.
18229 (Validate_Static_Object_Name): In Ada 2005, a formal object is
18230 non-static, and therefore cannot appear as a primary in a preelaborable
18231 package.
18232 (Has_Stream_Attribute_Definition): New subprogram, abstracted from
18233 Has_Read_Write_Attributes.
18234 (Has_Read_Write_Attributes): Reimplement in termes of
18235 Has_Stream_Attribute_Definition.
18236 (Missing_Read_Write_Attributes): When checking component types in a
18237 record, unconditionally call Missing_Read_Write_Attributes recursively
18238 (remove guard checking for Is_Record_Type / Is_Access_Type).
18239
18240 2006-10-31 Robert Dewar <dewar@adacore.com>
18241
18242 * sem_ch11.adb (Analyze_Handled_Statements): Move final test for
18243 useless assignments here and conditionalize it on absence of exception
18244 handlers.
18245 (Analyze_Exception_Handlers): Small code reorganization of error
18246 detection code, for new handling of formal packages.
18247
18248 2006-10-31 Ed Schonberg <schonberg@adacore.com>
18249 Hristian Kirtchev <kirtchev@adacore.com>
18250
18251 * sem_ch12.ads, sem_ch12.adb (Save_References): If node is an operator
18252 that has been constant-folded, preserve information of original tree,
18253 for ASIS uses.
18254 (Analyze_Formal_Derived_Type): Set the limited present flag of the newly
18255 generated private extension declaration if the formal derived type is
18256 synchronized. Carry synchronized present over to the generated private
18257 extension.
18258 (Validate_Derived_Type_Instance): Ensure that the actual of a
18259 synchronized formal derived type is a synchronized tagged type.
18260 (Instantiate_Formal_Package): When creating the instantiation used to
18261 validate the actual package of a formal declared without a box, check
18262 whether the formal itself depends on a prior actual.
18263 (Instantiate_Formal_Subprogram): Create new entities for the defining
18264 identifiers of the formals in the renaming declaration, for ASIS use.
18265 (Instantiate_Formal_Subprogram, Instantiate_Formal_Type): When creating
18266 a renaming declaration or a subtype declaration for an actual in an
18267 instance, capture location information of declaration in generic, for
18268 ASIS use.
18269 (Instantiate_Formal_Package): Add comments on needed additional tests.
18270 AI-317 (partial parametrization) is fully implemented.
18271 (Validate_Private_Type_Instance): Add check for actual which
18272 must have preelaborable initialization
18273 Use new // insertion for some continuation messages
18274 (Analyze_Formal_Object_Declaration): Change usage of Expression to
18275 Default_Expression. Add type retrieval when the declaration has an
18276 access definition. Update premature usage of incomplete type check.
18277 (Check_Access_Definition): New subsidiary routine. Check whether the
18278 current compilation version is Ada 05 and the supplied node has an
18279 access definition.
18280 (Instantiate object): Alphabetize local variables. Handle the creation
18281 of new renaming declarations with respect to the kind of definition
18282 used - either an access definition or a subtype mark. Guard against
18283 unnecessary error message in the context of anonymous access types after
18284 they have been resolved. Add check for required null exclusion in a
18285 formal object declaration.
18286 (Switch_View): A private subtype of a non-private type needs to be
18287 switched (the base type can have been switched without its private
18288 dependents because of the last branch of Check_Private_View.
18289 (Check_Private_View): Do not recompute Base_Type (T), instead use cached
18290 value from BT.
18291 (Instantiate_Type): Emit an error message whenever a class-wide type of
18292 a tagged incomplete type is used as a generic actual.
18293 (Find_Actual_Type): Extend routine to handle a component type in a child
18294 unit that is imported from a formal package in a parent.
18295 (Validate_Derived_Type_Instance): Check that analyzed formal and actual
18296 agree on constrainedness, rather than checking against ultimate ancestor
18297 (Instantiate_Subprogram_Body): Create a cross-reference link to the
18298 generic body, for navigation purposes.
18299
18300 2006-10-31 Robert Dewar <dewar@adacore.com>
18301 Thomas Quinot <quinot@adacore.com>
18302
18303 * sem_ch13.adb: Storage pool cannot be given for access to subprogram
18304 type.
18305 (New_Stream_Subprogram): When processing an attribute definition clause
18306 for a stream-oriented subprogram, record an entity node occurring at
18307 the point of clause to use for checking the visibility of the clause,
18308 as defined by 8.3(23) as amended by AI-195.
18309 (New_Stream_Subprogram): New procedure, factoring behaviour from both
18310 New_Stream_Function and New_Stream_Procedure.
18311 (New_Stream_Function, New_Stream_Procedure): Removed.
18312 (Analyze_Attribute_Definition_Clause, case Address): Check new
18313 Alignment_Check check
18314
18315 2006-10-31 Ed Schonberg <schonberg@adacore.com>
18316 Javier Miranda <miranda@adacore.com>
18317 Robert Dewar <dewar@adacore.com>
18318
18319 * sem_ch4.adb (Try_Primitive_Operation): Code cleanup to ensure that we
18320 generate the same errors compiling under -gnatc.
18321 (Try_Object_Operation): If no candidate interpretation succeeds, but
18322 there is at least one primitive operation with the right name, report
18323 error in call rather than on a malformed selected component.
18324 (Analyze_Selected_Component): If the prefix is an incomplete type from
18325 a limited view, and the full view is available, use the full view to
18326 determine whether this is a prefixed call to a primitive operation.
18327 (Operator_Check): Verify that a candidate interpretation is a binary
18328 operation before checking the type of its second formal.
18329 (Analyze_Call): Add additional warnings for function call contexts not
18330 yet supported.
18331 (Analyze_Allocator): Move the check for "initialization not allowed for
18332 limited types" after analyzing the expression. This is necessary,
18333 because OK_For_Limited_Init looks at the structure of the expression.
18334 Before analysis, we don't necessarily know what sort of expression it
18335 is. For example, we don't know whether F(X) is a function call or an
18336 indexed component; the former is legal in Ada 2005; the latter is not.
18337 (Analyze_Allocator): Correct code for AI-287 -- extension aggregates
18338 were missing. We also didn't handle qualified expressions. Now also
18339 allow function calls. Use new common routine OK_For_Limited_Init.
18340 (Analyze_Type_Conversion): Do not perform some legality checks in an
18341 instance, because the error message will be redundant or spurious.
18342 (Analyze_Overloaded_Selected_Component): Do not do style check when
18343 setting an entity, since we do not know it is the right entity yet.
18344 (Analyze_Selected_Component): Move Generate_Reference call to Sem_Res
18345 (Analyze_Overloaded_Selected_Component): Same change
18346 (Analyze_Selected_Component): Remove unnecessary prefix type retrieval
18347 since regular incomplete subtypes are transformed into corresponding
18348 subtypes of their full views.
18349 (Complete_Object_Operation): Treat name of transformed subprogram call
18350 as coming from source, for browsing purposes.
18351 (Try_Primitive_Operation): If formal is an access parameter, compare
18352 with base type of object to determine whether it is a primitive
18353 operation.
18354 (Operator_Check): If no interpretation of the operator matches, check
18355 whether a use clause on any candidate might make the operation legal.
18356 (Try_Class_Wide_Operation): Check whether the first parameter is an
18357 access type whose designated type is class-wide.
18358
18359 2006-10-31 Robert Dewar <dewar@adacore.com>
18360 Ed Schonberg <schonberg@adacore.com>
18361 Gary Dismukes <dismukes@adacore.com>
18362
18363 * sem_ch5.ads, sem_ch5.adb (Analyze_Loop_Statement): Add circuit to
18364 warn on infinite loops.
18365 Add \\ to some continuation messages
18366 (Analyze_Assignment_Statement): Call Warn_On_Useless_Assignment
18367 (Process_Bounds): If the bounds are integer literals that result from
18368 constant-folding, and they carry a user-defined type, preserve that type
18369 rather than treating this as an integer range.
18370 (Analyze_Exit_Statement): Test for E_Return_Statement in legality check.
18371 (Analyze_Goto_Statement): Test for E_Return_Stateemnt in legality check.
18372 (Analyze_Assignment_Statement): Add call to Check_Elab_Assign for
18373 left hand side of assignment.
18374 (Analyze_Assignment): Add suport to manage assigments to the attribute
18375 priority of a protected object.
18376 (Check_Possible_Current_Value_Condition): Allow fully qualified names
18377 not just identifiers.
18378 (Check_Possible_Current_Value_Condition): Acquire left operand of AND
18379 or AND THEN for possible tracking.
18380 (Analyze_Iteration_Scheme): Check for setting Current_Value for the
18381 case of while loops so we can track values in the loop body.
18382
18383 2006-10-31 Ed Schonberg <schonberg@adacore.com>
18384 Hristian Kirtchev <kirtchev@adacore.com>
18385 Bob Duff <duff@adacore.com>
18386
18387 * sem_ch6.ads, sem_ch6.adb (Analyze_Subprogram_Declaration): A null
18388 procedure cannot be a protected operation (it is a basic_declaration,
18389 not a subprogram_declaration).
18390 (Check_Overriding_Indicator): Rename formal Does_Override to Overridden_
18391 Subp. Add logic for entry processing.
18392 (Check_Synchronized_Overriding): New procedure in New_Overloaded_Entity.
18393 Determine whether an entry or subprogram of a protected or task type
18394 override an inherited primitive of an implemented interface.
18395 (New_Overloaded_Entity): Add calls to Check_Synchronized_Overriding.
18396 Update the actual used in calls to Check_Overriding_Indicator.
18397 (Analyze_Generic_Subprogram_Body): If the subprogram is a child unit,
18398 generate the proper reference to the parent unit, for cross-reference.
18399 (Analyze_Subprogram_Declaration): Protect Is_Controlling_Formal with
18400 Is_Formal.
18401 Add -gnatd.l --Use Ada 95 semantics for limited function returns,
18402 (Add_Extra_Formal): Revise procedure to allow passing in associated
18403 entity, scope, and name suffix, and handle setting of the new
18404 Extra_Formals field.
18405 (Create_Extra_Formals): Change existing calls to Add_Extra_Formal to
18406 pass new parameters. Add support for adding the new extra access formal
18407 for functions whose calls are treated as build-in-place.
18408 (Analyze_A_Return_Statement): Correct casing in error message.
18409 Move Pop_Scope to after Analyze_Function_Return, because an extended
18410 return statement really is a full-fledged scope. Otherwise, visibility
18411 doesn't work right. Correct use of "\" for continuation messages.
18412 (Analyze_Function_Return): Call Analyze on the Obj_Decl, rather than
18413 evilly trying to call Analyze_Object_Declaration directly. Otherwise,
18414 the node doesn't get properly marked as analyzed.
18415 (Analyze_Subprogram_Body): If subprogram is a function that returns
18416 an anonymous access type that denotes a task, build a Master Entity
18417 for it.
18418 (Analyze_Return_Type): Add call to Null_Exclusion_Static_Checks. Verify
18419 proper usage of null exclusion in a result definition.
18420 (Process_Formals): Code cleanup and new error message.
18421 (Process_Formals): Detect incorrect application of null exclusion to
18422 non-access types.
18423 (Conforming_Types): Handle conformance between [sub]types and itypes
18424 generated for entities that have null exclusions applied to them.
18425 (Maybe_Primitive_Operation): Add an additional type retrieval when the
18426 base type is an access subtype. This case arrises with null exclusions.
18427 (New_Overloaded_Entity): Do not remove the overriden entity from the
18428 homonym chain if it corresponds with an abstract interface primitive.
18429 (Process_Formals): Replace membership test agains Incomplete_Kind with a
18430 call to the synthesized predicate Is_Incomplete_Type.
18431 (Analyze_Subprogram_Body): Check wrong placement of abstract interface
18432 primitives.
18433 (Analyze_Subprogram_Declaration): Check that abstract interface
18434 primitives are abstract or null.
18435 (Analyze_Subprogram_Specification): Remove previous check for abstract
18436 interfaces because it was not complete.
18437 (Has_Interface_Formals): Removed.
18438
18439 2006-10-31 Ed Schonberg <schonberg@adacore.com>
18440 Javier Miranda <miranda@adacore.com>
18441
18442 * sem_ch7.adb (Check_Anonymous_Access_Types): New procedure, subsidiary
18443 of Analyze_Package_Body, to create Itype references for anonymous
18444 access types created in the package declaration, whose designated types
18445 may have only a limited view.
18446 (Analyze_Package_Specification): For the private part of a nested
18447 package, install private_with_clauses of enclosing compilation unit if
18448 we are in its visible part.
18449 (Declare_Inherited_Private_Subprograms): Complete barrier
18450 to ensure that the primitive operation has an alias to some parent
18451 primitive. This is now required because, after the changes done for the
18452 implementation of abstract interfaces, the contents of the list of
18453 primitives has entities whose alias attribute references entities of
18454 such list of primitives.
18455 (Analyze_Package_Specification): Simplify code that handles parent units
18456 of instances and formal packages.
18457 (Uninstall_Declarations): Check the convention consistency among
18458 primitive overriding operations of a tagged record type.
18459
18460 2006-10-31 Robert Dewar <dewar@adacore.com>
18461 Hristian Kirtchev <kirtchev@adacore.com>
18462 Javier Miranda <miranda@adacore.com>
18463 Ed Schonberg <schonberg@adacore.com>
18464
18465 * sem_ch8.adb: Minor error msg rewording
18466 (Undefined): When checking for misspellings, invert arguments (to get
18467 expected and found set right)
18468 (Analyze_Subprogram_Renaming): Propagate Is_Pure, Is_Preelaborated
18469 (Analyze_Generic_Renaming): Same fix
18470 (Use_One_Package): Do not take into account the internal entities of
18471 abstract interfaces during the analysis of entities that are marked
18472 as potentially use-visible.
18473 (Find_Type): Handle the case of an attribute reference for
18474 implementation defined attribute Stub_Type (simply let the analysis of
18475 the attribute reference rewrite it).
18476 (Use_One_Type, End_Use_Type): Reject a reference to a limited view of a
18477 type that appears in a Use_Type clause.
18478 (Analyze_Object_Renaming): Add support for renaming of the Priority
18479 attribute.
18480 (Find_Type): In Ada 2005, a task type can be used within its own body,
18481 when it appears in an access definition.
18482 (Analyze_Object_Renaming): Remove warning on null_exclusion.
18483 (Analyze_Object_Renaming): Introduce checks for required null exclusion
18484 in a formal object declaration or in a subtype declaration.
18485 (Analyze_Subprogram_Renaming): Add call to Check_Null_Exclusion.
18486 (Check_Null_Exclusion): New local routine to
18487 Analyze_Subprogram_Renaming. Check whether the formals and return
18488 profile of a renamed subprogram have required null exclusions when
18489 their counterparts of the renaming already impose them.
18490 (In_Generic_Scope): New local routine to Analyze_Object_Renaming.
18491 Determine whether an entity is inside a generic scope.
18492 (In_Open_Scope): First pass of documentation update.
18493 (Find_Expanded_Name): Add support for shadow entities associated with
18494 limited withed packages. This is required to handle nested packages.
18495 (Analyze_Package_Renaming): Remove the restriction imposed by AI-217
18496 that makes a renaming of a limited withed package illegal.
18497
18498 2006-10-31 Hristian Kirtchev <kirtchev@adacore.com>
18499 Ed Schonberg <schonberg@adacore.com>
18500
18501 * sem_ch9.adb (Analyze_Protected_Definition): Remove call to
18502 Check_Overriding_Indicator.
18503 (Analyze_Task_Definition): Ditto.
18504 (Analyze_Protected_Type, Analyze_Task_Type): Code cleanup.
18505 (Check_Overriding_Indicator): To find overridden interface operation,
18506 examine only homonyms that have an explicit subprogram declaration, not
18507 inherited operations created by an unrelated type derivation.
18508 (Check_Overriding_Indicator): When checking for the presence of "null"
18509 in a procedure, ensure that the queried node is a procedure
18510 specification.
18511 (Matches_Prefixed_View_Profile): Add mechanism to retrieve the parameter
18512 type when the formal is an access to variable.
18513 (Analyze_Protected_Type): Add check for Preelaborable_Initialization
18514 (Analyze_Task_Type): Same addition
18515 (Analyze_Entry_Declaration): Call Generate_Reference_To_Formals, to
18516 provide navigation capabilities for entries.
18517
18518 2006-10-31 Hristian Kirtchev <kirtchev@adacore.com>
18519 Ed Schonberg <schonberg@adacore.com>
18520 Javier Miranda <miranda@adacore.com>
18521 Gary Dismukes <dismukes@adacore.com>
18522
18523 * sem_disp.adb (Check_Dispatching_Operation): Do not flag subprograms
18524 inherited from an interface ancestor by another interface in the
18525 context of an instance as 'late'.
18526 (Is_Tag_Indeterminate, Propagate_Tag): Handle properly the dereference
18527 of a call to a function that dispatches on access result.
18528 (Check_Dispatching_Operation): In case of late overriding of a primitive
18529 that covers abstract interface subprograms we register it in all the
18530 secondary dispatch tables associated with abstract interfaces.
18531 (Check_Dispatching_Call): Add check that a dispatching call is not made
18532 to a function with a controlling result of a limited type. This is a
18533 current implementation restriction.
18534 (Check_Controlling_Formal): Remove bogus checks for E.2.2(14).
18535 (Check_Dispatching_Operation): Do no emit a warning if the controlling
18536 argument is an interface type that is a generic formal.
18537 (Is_Interface_Subprogram): Removed.
18538 (Check_Dispatching_Operation): If the subprogram is not a dispatching
18539 operation, check the formals to handle the case in which it is
18540 associated with an abstract interface type.
18541
18542 2006-10-31 Robert Dewar <dewar@adacore.com>
18543 Ed Schonberg <schonberg@adacore.com>
18544
18545 * sem_elab.ads, sem_elab.adb (Check_Elab_Assign): New procedure
18546 Add new calls to this procedure during traversal
18547 (Activate_Elaborate_All_Desirable): Do not set elaboration flag on
18548 another unit if expansion is disabled.
18549
18550 2006-10-31 Robert Dewar <dewar@adacore.com>
18551
18552 * sem_eval.adb (Compile_Time_Compare): Make use of information from
18553 Current_Value in the conditional case, to evaluate additional
18554 comparisons at compile time.
18555
18556 2006-10-31 Ed Schonberg <schonberg@adacore.com>
18557 Hristian Kirtchev <kirtchev@adacore.com>
18558 Javier Miranda <miranda@adacore.com>
18559
18560 * sem_type.adb (Add_One_Interp): If node is an indirect call, preserve
18561 subprogram type to provide better diagnostics in case of ambiguity.
18562 (Covers): Handle coverage of formal and actual anonymous access types in
18563 the context of generic instantiation.
18564 (Covers/Interface_Present_In_Ancestors): Use the base type to manage
18565 abstract interface types; this is required to handle concurrent types
18566 with discriminants and abstract interface types.
18567 (Covers): Include type coverage of both regular incomplete subtypes and
18568 incomplete subtypes of incomplete type visibles through a limited with
18569 clause.
18570
18571 2006-10-31 Robert Dewar <dewar@adacore.com>
18572 Hristian Kirtchev <kirtchev@adacore.com>
18573 Ed Schonberg <schonberg@adacore.com>
18574
18575 * sem_util.ads, sem_util.adb (Enter_Name): Exclude -gnatwh warning
18576 messages for entities in packages which are not used.
18577 (Collect_Synchronized_Interfaces): New procedure.
18578 (Overrides_Synchronized_Primitive): New function.
18579 (Denotes_Discriminant): Extend predicate to apply to task types.
18580 Add missing continuation marks in error msgs
18581 (Unqualify): New function for removing zero or more levels of
18582 qualification from an expression. There are numerous places where this
18583 ought to be used, but we currently only deal properly with zero or one
18584 level.
18585 (In_Instance); The analysis of the actuals in the instantiation of a
18586 child unit is not within an instantiation, even though the parent
18587 instance is on the scope stack.
18588 (Safe_To_Capture_Value): Exclude the case of variables that are
18589 renamings.
18590 (Check_Obsolescent): Removed
18591 (Is_Aliased_View): A reference to an enclosing instance in an aggregate
18592 is an aliased view, even when rewritten as a reference to the target
18593 object in an assignment.
18594 (Get_Subprogram_Entity): New function
18595 (Known_To_Be_Assigned): New function
18596 (Type_Access_Level): Compute properly the access level of a return
18597 subtype that is an anonymous access type.
18598 (Explain_Limited_Type): Correct use of "\" for continuation messages.
18599 (Is_Transfer): The new extended_return_statement causes a transfer of
18600 control.
18601 (Has_Preelaborable_Initialization): New function
18602 (Has_Null_Exclusion): New function. Given a node N, determine whether it
18603 has a null exclusion depending on its Nkind.
18604 Change Is_Lvalue to May_Be_Lvalue
18605 (May_Be_Lvalue): Extensive additional code to deal with subprogram
18606 arguments (IN parameters are not Lvalues, IN OUT parameters are).
18607 (Safe_To_Capture_Value): Extend functionality so it can be used for
18608 the current value condition case.
18609 (Has_Compatible_Alignment): New function
18610 (Is_Dependent_Component_Of_Mutable_Object): Revise the tests for mutable
18611 objects to handle the Ada 2005 case, where aliasedness no longer implies
18612 that the object is constrained. In particular, for dereferenced names,
18613 the designated object must be assumed to be unconstrained.
18614 (Kill_Current_Values): Properly deal with the case where we encounter
18615 a loop in the scope chain.
18616 (Safe_To_Capture_Value): Do not let a loop stop us from capturing
18617 a value.
18618 (Compile_Time_Constraint_Error): Improve error message in error case
18619
18620 * exp_ch13.adb (Expand_N_Freeze_Entity): Remove the freezing node
18621 associated with entities of abstract interface primitives.
18622 Call Apply_Address_Clause_Check instead of Apply_Alignment_Check
18623
18624 2006-10-31 Robert Dewar <dewar@adacore.com>
18625
18626 * s-osinte-tru64.adb:
18627 Mark Asm statements Volatile to prevent warnings (seems a
18628 reasonable change anyway)
18629 Fixes new warnings
18630
18631 * s-mastop-irix.adb: Add Volatile to Asm statements
18632 Suppresses warning, and seems appropriate in any case
18633
18634 * s-osinte-vms.adb: Add Volatile to Asm statement
18635
18636 * s-vaflop-vms-alpha.adb: Add Volatile to Asm statements
18637
18638 * exp_code.ads, exp_code.adb (Asm_Input_Value): Note that Error can be
18639 returned.
18640 Add call to Check_Code_Statement
18641
18642 2006-10-31 Robert Dewar <dewar@adacore.com>
18643 Ed Schonberg <schonberg@adacore.com>
18644 Bob Duff <duff@adacore.com>
18645
18646 * sinfo.ads, sinfo.adb (Set_Synchronized_Present,
18647 Synchronized_Present): Add Formal_Derived_Type_Definition and
18648 Private_Extension_Declaration to the list of assertions.
18649 (Is_Entry_Barrier_Function): New flag
18650 (Has_Self_Reference): New flag on aggregates, to indicate that they
18651 contain a reference to the enclosing type, inserted through a default
18652 initialization.
18653 (Next_Rep_Item): Move from Node4 to Node5.
18654 (Entity): Add this field for N_Attribute_Definition_Clause.
18655 (Comes_From_Extended_Return_Statement): New flag on N_Return_Statement
18656 (N_Return_Object_Declaration): Remove this node kind. We now use
18657 N_Object_Declaration instead.
18658 (Actual_Designated_Subtype): Move to a different place to make room in
18659 N_Extended_Return_Statement.
18660 (Procedure_To_Call): Move to a different place to make room in
18661 N_Extended_Return_Statement.
18662 (Return_Type): Removed this field to make room in return statements
18663 (both kinds).
18664 (Return_Statement_Entity): New field in return statements, in part to
18665 replace Return_Type, and in part to support the fact that return
18666 statements are now pushed on the scope stack during semantic analysis.
18667 (Return_Object_Declarations): New field to support extended return
18668 statements.
18669 (N_Extended_Return_Statement): New node for extended_return_statement
18670 nonterminal.
18671 (N_Return_Object_Declaration): New node for part of
18672 extended_return_statement nonterminal. Needed because all the necessary
18673 fields won't fit in N_Extended_Return_Statement.
18674 Generic_associations now carry the Box_Present flag, to indicate a
18675 default for an actual in a partially parametrized formal package.
18676
18677 * snames.h, snames.ads, snames.adb: Add definition for Validity_Check
18678 (Preset_Names): Add entries for Priority_Specific_Dispatching pragma
18679 and for the new predefined dispatching policies: EDF_Across_Priorities,
18680 Non_Preemptive_Within_Priorities, and Round_Robin_Within_Priorities.
18681 Introduce new name Stub_Type for implementation defined attribute.
18682 Add pragma Preelaborable_Initialization
18683 Add entry for Priority attribute.
18684 Add Pragma_Wide_Character_Encoding
18685 (Get_Convention_Name): Given a convention id, this function returns the
18686 corresponding name id from the names table.
18687
18688 2006-10-31 Ed Schonberg <schonberg@adacore.com>
18689 Robert Dewar <dewar@adacore.com>
18690 Bob Duff <duff@adacore.com>
18691
18692 * sprint.adb (Sprint_Node_Actual, case Parameter_Specification): Do not
18693 print null exclusion twice in the case of an access definition,
18694 Implement new -gnatL switch
18695 Remove N_Return_Object_Declaration. We now use
18696 N_Object_Declaration instead. Implement the case for
18697 N_Extended_Return_Statement. Alphabetize the cases.
18698 Add cases for new nodes N_Extended_Return_Statement and
18699 N_Return_Object_Declaration. The code is not yet written.
18700 Update the output for N_Formal_Object_Declaration
18701 and N_Object_Renaming_Declaration.
18702 (Write_Itype): Account for the case of a modular integer subtype whose
18703 base type is private.
18704
18705 2006-10-31 Arnaud Charlet <charlet@adacore.com>
18706
18707 * s-restri.ads, s-restri.adb: Mark this package as Preelaborate.
18708 Remove elaboration code, now done in the binder.
18709
18710 * s-rident.ads: Make this unit Preelaborate.
18711 (No_Restrictions): New constant used to clean up code and follow
18712 preelaborate constraints.
18713
18714 * s-stalib.adb:
18715 Add System.Restrictions dependence, referenced directly from the
18716 binder generated file.
18717
18718 2006-10-31 Gary Dismukes <dismukes@adacore.com>
18719
18720 * s-scaval.adb (Initialize): Add new Boolean flag AFloat that is set
18721 True when AAMP extended floating-point is in use (48-bit). Change type
18722 ByteLF to ByteLLF, add new array type ByteLF and condition the size of
18723 the two byte array types on AFloat. Change type of IV_Ilf overlay
18724 variable from Byte8 to ByteLF. Add appropriate initializations of
18725 floating-point overlays for AAMP cases.
18726
18727 2006-10-31 Javier Miranda <miranda@adacore.com>
18728
18729 * s-tpoben.ads, s-tpoben.adb, s-taprob.ads, s-taprob.adb
18730 (Get_Ceiling): New subprogram that returns
18731 the ceiling priority of the protected object.
18732 (Set_Ceiling): New subprogram that sets the new ceiling priority of
18733 the protected object.
18734
18735 * s-tarest.adb: (Create_Restricted_Task): Fix potential CE.
18736
18737 * s-taskin.ads, s-taskin.adb: (Storage_Size): New function.
18738
18739 2006-10-31 Jose Ruiz <ruiz@adacore.com>
18740
18741 * s-tpobop.adb (Requeue_Call): Introduce a dispatching point when
18742 requeuing to the same protected object to give higher priority tasks
18743 the opportunity to execute.
18744
18745 2006-10-31 Robert Dewar <dewar@adacore.com>
18746
18747 * widechar.adb (Is_Start_Of_Wide_Char): In case of brackets encoding,
18748 add more precise check for the character sequence that follows '[' to
18749 avoid possible confusion in case if '[' is the last character of a
18750 string literals.
18751 (Scan_Wide): Always allow brackets encoding
18752
18753 2006-10-31 Olivier Hainque <hainque@adacore.com>
18754
18755 * s-stchop.ads: make this unit preelaborate. This is desirable in
18756 general and made mandatory by the use of this unit by s-taprop which
18757 is itself preelaborate.
18758
18759 * s-stchop-vxworks.adb (Set_Stack_Info, Task_Descriptor type): Add
18760 Td_Events component.
18761
18762 2006-10-31 Vincent Celier <celier@adacore.com>
18763
18764 * a-dirval-vms.adb (Invalid_Character): Specify that digits are allowed
18765 in file names.
18766
18767 2006-10-31 Vincent Celier <celier@adacore.com>
18768
18769 * a-direct.ads, a-direct.adb (Search): New procedure in Ada 2005
18770
18771 2006-10-31 Vincent Celier <celier@adacore.com>
18772
18773 * makegpr.adb (Check_Compilation_Needed): Take into account path names
18774 with spaces.
18775 (Check_Compilation_Needed): When checking a C or C++ source, do not
18776 resolve symbolic links.
18777 (Display_Command): New Boolean parameter Ellipse, defaulted to False.
18778 When not in verbose mode and Ellipse is True, display "..." for the
18779 first argument with Display set to False.
18780 (Build_Global_Archive): Always set Display True for the first object
18781 file. Call Display_Command with Ellipse set to True.
18782
18783 2006-10-31 Matt Heaney <heaney@adacore.com>
18784
18785 * a-crbtgo.ads: Commented each subprogram
18786
18787 * a-crbtgo.adb: Added reference to book from which algorithms were
18788 adapted.
18789
18790 * a-crbtgk.ads, a-crbtgk.adb (Generic_Insert_Post): pass flag to
18791 indicate which child.
18792 (Generic_Conditional_Insert): changed parameter name from "Success" to
18793 "Inserted".
18794 (Generic_Unconditional_Insert_With_Hint): improved algorithm
18795
18796 * a-coorse.adb (Replace_Element): changed parameter name in call to
18797 conditional insert operation.
18798
18799 * a-convec.adb, a-coinve.adb (Insert): removed obsolete comment
18800
18801 * a-cohama.adb (Iterate): manipulate busy-bit here, instead of in
18802 Generic_Iteration
18803
18804 * a-ciorse.adb (Replace_Element): changed parameter name in call to
18805 conditional insert operation.
18806
18807 * a-cihama.adb (Iterate): manipulate busy-bit here, instead of in
18808 Generic_Iteration.
18809
18810 * a-cidlli.ads, a-cidlli.adb (Splice): Position param is now mode in
18811 instead of mode inout.
18812
18813 * a-chtgop.adb (Adjust): modified comments to reflect current AI-302
18814 draft
18815 (Generic_Read): preserve existing buckets array if possible
18816 (Generic_Write): don't send buckets array length anymore
18817
18818 * a-cdlili.ads, a-cdlili.adb (Splice): Position param is now mode in
18819 instead of mode inout.
18820
18821 * a-cihase.adb (Difference): iterate over smaller of Tgt and Src sets
18822 (Iterate): manipulate busy-bit here, instead of in Generic_Iteration
18823
18824 * a-cohase.adb (Difference): iterate over smaller of Tgt and Src sets
18825 (Iterate): manipulate busy-bit here, instead of in Generic_Iteration
18826 (Replace_Element): local operation is now an instantiation
18827
18828 * a-chtgke.ads, a-chtgke.adb (Generic_Conditional_Insert): manually
18829 check current length.
18830 (Generic_Replace_Element): new operation
18831
18832 2006-10-31 Doug Rupp <rupp@adacore.com>
18833
18834 * g-trasym-vms-alpha.adb: Dummy_User_Act_Proc: New function.
18835 Call TBK$SYMBOLIZE without omitting parameters.
18836
18837 2006-10-31 Vincent Celier <celier@adacore.com>
18838
18839 * symbols-processing-vms-ia64.adb,
18840 symbols-processing-vms-alpha.adb (Process): Do not include symbols
18841 that come from generic instantiations in bodies.
18842
18843 2006-10-31 Pat Rogers <rogers@adacore.com>
18844
18845 * a-rttiev.ads, a-rttiev.adb:
18846 This is a significant redesign primarily for the sake of automatic
18847 timer task termination but also to fix a design flaw.
18848 Therefore we are now using an RTS lock, instead of a protected
18849 object, to provide mutual exclusion to the queue of pending events
18850 and the type Timing_Event is no longer a protected type.
18851
18852 2006-10-31 Robert Dewar <dewar@adacore.com>
18853 Cyrille Comar <comar@adacore.com>
18854 Ben Brosgol <brosgol@adacore.com>
18855
18856 * debug.adb: Update flags documentation
18857
18858 * gnat_ugn.texi: Add documentation for new -gnatwq switch
18859 Clean up documentation for several other warning switches
18860 Clarify how task stack size can be specified with various
18861 versions of Windows.
18862 Add note that -gnatVo includes ranges including loops
18863 Add documentation for -gnatL switch
18864 Add note on elaboration warning for initializing variables
18865 Add documentation for new -gnatwt warning switch
18866 Document new form of pragma Warnings (On|Off, string)
18867 Add comment on use of pragma Warnings to control warnings
18868 Add documentation for -gnatjnn switch
18869 Modify section on interfacing with C for VMS 64-bit.
18870 Add doc for -gnatVe/E
18871 Add documentation of new warning flags -gnatww/-gnatwW
18872 Add warnings about address clause overlays to list of warnings
18873 (Exception Handling Control): Document that the option --RTS must be
18874 used consistently for gcc and gnatbind.
18875 Clarify that inlining is not always possible
18876 Update documentation on pragma Unchecked_Union.
18877
18878 * gnat_rm.texi:
18879 Add documentation for new extended version of pragma Obsolescent
18880 Add documentation for implementation defined attribute 'Stub_Type.
18881 Add note on use of Volatile in asm statements
18882 Add documentation on use of pragma Unreferenced in context clause
18883 Document new form of pragma Warnings (On|Off, pattern)
18884 Document pragma Wide_Character_Encoding
18885 Add note that pragma Restrictions (No_Elaboration_Code) is only fully
18886 enforced if code generation is active.
18887 Add section on pragma Suppress to document GNAT specific check
18888 Alignment_Check
18889 Clarify difference between No_Dispatching_Calls & No_Dispatch.
18890 Add documentation for pragma Restrictions (No_Elaboration_Code)
18891
18892 * gnat-style.texi:
18893 Add comments on layout of subprogram local variables in the
18894 presence of nested subprograms.
18895
18896 * ug_words: Resync.
18897
18898 * elists.ads: Minor reformatting
18899 Node returns Node_Or_Entity_Id (doc change only)
18900
18901 * xgnatugn.adb: Replace ACADEMICEDITION with GPLEDITION
18902
18903 * g-arrspl.ads (Create): Update comments.
18904
18905 * sem.ads: Add details on the handling of the scope stack.
18906
18907 * usage.adb: Update documentation.
18908
18909 * validsw.ads, validsw.adb:
18910 Add definition of Validity_Check_Components and implement -gnatVe/E
18911
18912 * vms_data.ads: Add missing VMS qualifiers.
18913
18914 * s-addope.ads: Add documentation on overflow and divide by zero
18915
18916 2006-10-31 Robert Dewar <dewar@adacore.com>
18917 Thomas Quinot <quinot@adacore.com>
18918 Arnaud Charlet <charlet@adacore.com>
18919
18920 * fmap.adb: Put routines in alpha order
18921
18922 * g-boumai.ads: Remove redundant 'in' keywords
18923
18924 * g-cgi.adb: Minor reformatting
18925
18926 * g-cgi.ads: Remove redundant 'in' keywords
18927
18928 * get_targ.adb: Put routines in alpha order
18929
18930 * prj-attr.ads: Minor reformatting
18931
18932 * s-atacco.ads: Minor reformatting
18933
18934 * scn.adb: Put routines in alpha order
18935
18936 * sinput-l.adb: Minor comment fix
18937
18938 * sinput-p.adb: Minor comment fix
18939
18940 * s-maccod.ads: Minor reformatting
18941
18942 * s-memory.adb: Minor reformatting
18943
18944 * s-htable.adb: Fix typo in comment.
18945
18946 * s-secsta.adb: Minor comment update.
18947
18948 * s-soflin.adb: Minor reformatting
18949
18950 * s-stoele.ads:
18951 Add comment about odd qualification in Storage_Offset declaration
18952
18953 * s-strxdr.adb:
18954 Remove unnecessary 'in' keywords for formal parameters.
18955
18956 * treeprs.adt: Minor reformatting
18957
18958 * urealp.adb: Put routines in alpha order
18959
18960 * s-wchcon.ads, s-wchcon.adb (Get_WC_Encoding_Method): New version
18961 taking string.
18962
18963 * s-asthan-vms-alpha.adb: Remove redundant 'in' keywords
18964
18965 * g-trasym-vms-ia64.adb: Remove redundant 'in' keywords
18966
18967 * env.c (__gnat_unsetenv): Unsetenv is unavailable on LynxOS, so
18968 workaround as on other platforms.
18969
18970 * g-eacodu-vms.adb: Remove redundant 'in' keywords
18971 * g-expect-vms.adb: Remove redundant 'in' keywords
18972
18973 * gnatdll.adb (Add_Files_From_List): Handle Name_Error and report a
18974 clear error message if the list-of-files file cannot be opened.
18975
18976 * g-thread.adb (Unregister_Thread_Id): Add use type Thread_Id so the
18977 equality operator is always visible.
18978
18979 * lang.opt: Woverlength-strings: New option.
18980
18981 * nmake.adt:
18982 Update copyright, since nmake.ads and nmake.adb have changed.
18983
18984 * osint-b.ads, osint-b.adb (Time_From_Last_Bind): removed function .
18985 (Binder_Output_Time_Stamps_Set): removed.
18986 (Old_Binder_Output_Time_Stamp): idem.
18987 (New_Binder_Output_Time_Stamp): idem.
18988 (Recording_Time_From_Last_Bind): idem.
18989 (Recording_Time_From_Last_Bind): Make constant.
18990
18991 * output.ads, output.adb (Write_Str): Allow LF characters
18992 (Write_Spaces): New procedure
18993
18994 * prepcomp.adb (Preproc_Data_Table): Change Increment from 5% to 100%
18995
18996 * inline.adb: Minor reformatting
18997
18998 * s-asthan-vms-alpha.adb: Remove redundant 'in' keywords
18999
19000 * s-mastop-vms.adb: Remove redundant 'in' keywords
19001
19002 * s-osprim-vms.adb: Remove redundant 'in' keywords
19003
19004 * s-trafor-default.adb: Remove redundant 'in' keywords
19005
19006 * 9drpc.adb: Remove redundant 'in' keywords
19007
19008 * s-osinte-mingw.ads: Minor reformatting
19009
19010 * s-inmaop-posix.adb: Minor reformatting
19011
19012 * a-direio.ads: Remove quotes from Compile_Time_Warning message
19013
19014 * a-exexda.adb: Minor code reorganization
19015
19016 * a-filico.adb: Minor reformatting
19017
19018 * a-finali.adb: Minor reformatting
19019
19020 * a-nudira.ads: Remove quote from Compile_Time_Warning message
19021
19022 * a-numeri.ads: Minor reformatting
19023
19024 * a-sequio.ads: Remove quotes from Compile_Time_Warning message
19025
19026 * exp_pakd.ads: Fix obsolete comment
19027
19028 * a-ztenau.adb, a-ztenio.adb, a-wtenau.adb, a-tienau.adb,
19029 a-wtenio.adb (Put): Avoid assuming low bound of string is 1.
19030 Probably not a bug, but certainly neater and more efficient.
19031
19032 * a-tienio.adb: Minor reformatting
19033
19034 * comperr.adb (Compiler_Abort): Call Cancel_Special_Output at start
19035 Avoid assuming low bound of string is 1.
19036
19037 * gnatbind.adb: Change Bindusg to package and rename procedure as
19038 Display, which now ensures that it only outputs usage information once.
19039 (Scan_Bind_Arg): Avoid assuming low bound of string is 1.
19040
19041 * g-pehage.adb (Build_Identical_Keysets): Replace use of 1 by
19042 Table'First.
19043
19044 * g-regpat.adb (Insert_Operator): Add pragma Warnings (Off) to kill
19045 warning.
19046 (Match): Add pragma Assert to ensure that Matches'First is zero
19047
19048 * g-regpat.ads (Match): Document that Matches lower bound must be zero
19049
19050 * makeutl.adb (Is_External_Assignment): Add pragma Assert's to check
19051 documented preconditions (also kills warnings about bad indexes).
19052
19053 * mdll.adb (Build_Dynamic_Library): Avoid assumption that Afiles'First
19054 is 1.
19055 (Build_Import_Library): Ditto;
19056
19057 * mdll-utl.adb: (Gnatbind): Avoid assumption that Alis'First = 1
19058
19059 * rtsfind.adb (RTE_Error_Msg): Avoid assuming low bound of string is 1.
19060
19061 * sem_case.adb (Analyze_Choices): Add pragma Assert to check that
19062 lower bound of choice table is 1.
19063
19064 * sem_case.ads (Analyze_Choices): Document that lower bound of
19065 Choice_Table is 1.
19066
19067 * s-imgdec.adb (Set_Decimal_Digits): Avoid assuming low bound of
19068 string is 1.
19069
19070 * uintp.adb (Init_Operand): Document that low bound of Vec is always 1,
19071 and add appropriate Assert pragma to suppress warnings.
19072
19073 * atree.h, atree.ads, atree.adb
19074 Change Elist24 to Elist25
19075 Add definitions of Field28 and Node28
19076 (Traverse_Field): Use new syntactic parent table in sinfo.
19077
19078 * cstand.adb: Change name Is_Ada_2005 to Is_Ada_2005_Only
19079
19080 * itypes.adb: Change name Is_Ada_2005 to Is_Ada_2005_Only
19081
19082 * exp_tss.adb: Put routines in alpha order
19083
19084 * fe.h: Remove redundant declarations.
19085
19086 2006-10-23 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
19087
19088 * utils.c (builtin_function): Rename to gnat_builtin_function.
19089 Move common code to add_builtin_function.
19090 * misc.c (LANG_HOOKS_BUILTIN_FUNCTION): Define as
19091 gnat_builtin_function.
19092 * gigi.h (builtin_function): Rename to gnat_builtin_function.
19093 Change the signature.
19094
19095 2006-10-16 Brooks Moses <bmoses@stanford.edu>
19096
19097 * Makefile.in: Add TEXI2PDF definition.
19098 * Make-lang.in: Add "ada.pdf" target.
19099
19100 2006-10-03 Kazu Hirata <kazu@codesourcery.com>
19101
19102 * decl.c, utils.c: Fix comment typos.
19103 * utils.c: Fix a typo.
19104
19105 2006-09-28 Eric Botcazou <ebotcazou@adacore.com>
19106
19107 * decl.c (gnat_to_gnu_entity) <E_Procedure>: Do not set "const" flag
19108 on "pure" Ada subprograms if SJLJ exceptions are used.
19109 * trans.c (Handled_Sequence_Of_Statements_to_gnu): Set TREE_NO_WARNING
19110 on the declaration node of JMPBUF_SAVE.
19111 * utils.c (init_gigi_decls): Set DECL_IS_PURE on the declaration nodes
19112 of Get_Jmpbuf_Address_Soft and Get_GNAT_Exception.
19113 * utils2.c (build_call_0_expr): Do not set TREE_SIDE_EFFECTS.
19114
19115 2006-08-20 Laurent Guerby <laurent@guerby.net>
19116
19117 PR ada/28716
19118 g-socket.adb (Bind_Socket): Call Set_Address.
19119
19120 2006-09-15 Eric Botcazou <ebotcazou@adacore.com>
19121
19122 PR ada/15802
19123 * decl.c (same_discriminant_p): New static function.
19124 (gnat_to_gnu_entity) <E_Record_Type>: When there is a parent
19125 subtype and we have discriminants, fix up the COMPONENT_REFs
19126 for the discriminants to make them reference the corresponding
19127 fields of the parent subtype after it has been built.
19128
19129 2006-09-15 Roger Sayle <roger@eyesopen.com>
19130
19131 PR ada/18817
19132 * utils.c (max_size): Perform constant folding of (A ? B : C) - D
19133 into A ? B - D : C - D when calculating the size of a MINUS_EXPR.
19134
19135 2006-09-13 Olivier Hainque <hainque@adacore.com>
19136
19137 PR ada/29025
19138 * trans.c (gnat_gimplify_expr) <ADDR_EXPR>: When taking the address
19139 of a SAVE_EXPR, just make the operand addressable/not-readonly and
19140 let the common gimplifier code make and propagate a temporary copy.
19141 (call_to_gnu): Clarify the use of SAVE_EXPR for not addressable
19142 out/in-out actuals and defer setting the addressable/readonly bits
19143 to the gimplifier.
19144
19145 2006-09-13 Eric Botcazou <ebotcazou@adacore.com>
19146
19147 PR ada/28591
19148 * decl.c (components_to_record): Defer emitting debug info for the
19149 record type associated with the variant until after we are sure to
19150 actually use it.
19151
19152 2006-09-13 Eric Botcazou <ebotcazou@adacore.com>
19153
19154 PR ada/21952
19155 * gigi.h (gnat_internal_attribute_table): Declare.
19156 * misc.c (LANG_HOOKS_ATTRIBUTE_TABLE): Define to above.
19157 * utils.c (gnat_internal_attribute_table): New global variable.
19158 (builtin_function): Always call decl_attributes on the builtin.
19159 (handle_const_attribute): New static function.
19160 (handle_nothrow_attribute): Likewise.
19161
19162 2006-07-28 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
19163
19164 * Make-lang.in: Use $(HEADER_H) instead of header.h in dependencies.
19165
19166 2006-06-23 Olivier Hainque <hainque@adacore.com>
19167
19168 * misc.c (gnat_type_max_size): Look at TYPE_ADA_SIZE if we have
19169 not been able to get a constant upper bound from TYPE_SIZE_UNIT.
19170
19171 2006-06-20 James A. Morrison <phython@gcc.gnu.org>
19172 Eric Botcazou <ebotcazou@adacore.com>
19173
19174 PR ada/18692
19175 * Make-lang.in: Add check-gnat to lang_checks. Rename existing
19176 check-gnat into check-acats.
19177
19178 2006-06-17 Karl Berry <karl@gnu.org>
19179
19180 * gnat-style.texi (@dircategory): Use "Software development"
19181 instead of "Programming", following the Free Software Directory.
19182
19183 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
19184
19185 PR ada/27944
19186 * s-taprop-hpux-dce.adb: Delete redundant 'with System.Parameters'.
19187
19188 2006-06-06 Laurent Guerby <laurent@guerby.net>
19189
19190 PR ada/27769
19191 mlib-utl.adb: Use Program_Name.
19192
19193 2006-05-28 Kazu Hirata <kazu@codesourcery.com>
19194
19195 * decl.c, env.c, gigi.h, init.c, initialize.c, raise-gcc.c,
19196 sem_ch13.adb, sysdep.c, targtyps.c, tb-alvxw.c, tracebak.c,
19197 trans.c, utils.c: Fix comment typos. Follow spelling
19198 conventions.
19199 * gnat_rm.texi, gnat_ugn.texi, : Fix typos. Follow spelling
19200 conventions.
19201
19202 2006-05-19 Nicolas Setton <setton@adacore.com>
19203
19204 * misc.c (gnat_dwarf_name): New function.
19205 (LANG_HOOKS_DWARF_NAME): Define to it.
19206
19207 2006-05-14 H.J. Lu <hongjiu.lu@intel.com>
19208
19209 * Make-lang.in (ada/decl.o): Replace target.h with $(TARGET_H).
19210 (ada/misc.o): Likewise.
19211 (ada/utils.o): Likewise.
19212
19213 2006-04-08 Aurelien Jarno <aurel32@debian.org>
19214
19215 * Makefile.in: Add Ada support for GNU/kFreeBSD.
19216 * s-osinte-kfreebsd-gnu.ads: New file.
19217
19218 2006-03-29 Carlos O'Donell <carlos@codesourcery.com>
19219
19220 * Make-lang.in: Rename docdir to gcc_docdir.
19221
19222 2006-03-04 Eric Botcazou <ebotcazou@adacore.com>
19223
19224 * gigi.h (get_ada_base_type): Delete.
19225 * utils2.c (get_ada_base_type): Likewise.
19226 * trans.c (convert_with_check): Operate in the real base type.
19227
19228 2006-03-03 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
19229
19230 * uintp.adb (Num_Bits): Handle Uint_Int_First specially.
19231
19232 2006-03-02 Richard Sandiford <richard@codesourcery.com>
19233
19234 * utils.c (create_var_decl): Use have_global_bss_p when deciding
19235 whether to make the decl common.
19236
19237 2006-02-20 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
19238
19239 * Make-lang.in (Ada): Remove.
19240 (.PHONY): Remove Ada
19241
19242 2006-02-17 Ed Schonberg <schonberg@adacore.com>
19243
19244 * sem_ch4.adb (Find_Boolean_Types): If one of the operands is an
19245 aggregate, check the interpretations of the other operand to find one
19246 that may be a boolean array.
19247
19248 (Analyze_Selected_Component): Fix flow-of-control typo in case where
19249 the prefix is a private extension.
19250
19251 2006-02-17 Eric Botcazou <botcazou@adacore.com>
19252
19253 PR ada/26315
19254 * utils2.c (find_common_type): If both input types are BLKmode and
19255 have the same constant size, keep using the first one.
19256
19257 * bindgen.adb: (Gen_Versions_Ada): Revert previous workaround.
19258
19259 * decl.c (gnat_to_gnu_entity): Only check TREE_OVERFLOW for a constant.
19260
19261 * misc.c (gnat_handle_option): New case for -Woverlength-strings.
19262
19263 2006-02-17 Jose Ruiz <ruiz@adacore.com>
19264
19265 * s-taprop-irix.adb, s-taprop-hpux-dce.adb, s-taprop-linux.adb,
19266 s-taprop-solaris.adb, s-taprop-vms.adb, s-taprop-mingw.adb,
19267 s-taprop-posix.adb, s-taprop-vxworks.adb, s-taprop-lynxos.adb,
19268 s-taprop-tru64.adb (Set_False, Set_True, Suspend_Until_True): Add
19269 Abort_Defer/Undefer pairs to avoid the possibility of a task being
19270 aborted while owning a lock.
19271
19272 2006-02-17 Javier Miranda <miranda@adacore.com>
19273 Robert Dewar <dewar@adacore.com>
19274
19275 * exp_ch4.adb (Expand_N_Allocator): If the allocated object is accessed
19276 through an access to class-wide interface we force the displacement of
19277 the pointer to the allocated object to reference the corresponding
19278 secondary dispatch table.
19279 (Expand_N_Op_Divide): Allow 64 bit divisions by small power of 2,
19280 if Long_Shifts are supported on the target, even if 64 bit divides
19281 are not supported (configurable run time mode).
19282 (Expand_N_Type_Conversion): Do validity check if validity checks on
19283 operands are enabled.
19284 (Expand_N_Qualified_Expression): Do validity check if validity checks
19285 on operands are enabled.
19286
19287 2006-02-17 Ed Schonberg <schonberg@adacore.com>
19288
19289 * exp_dbug.adb (Debug_Renaming_Declaration): Indicate that the entity
19290 must be materialized when the renamed expression is an explicit
19291 dereference.
19292
19293 2006-02-17 Ed Schonberg <schonberg@adacore.com>
19294
19295 * freeze.adb (Statically_Discriminated_Components): Return false if
19296 the bounds of the type of the discriminant are not static expressions.
19297
19298 * sem_aggr.adb (Check_Static_Discriminated_Subtype): Return false if
19299 the bounds of the discriminant type are not static.
19300
19301 2006-02-17 Robert Dewar <dewar@adacore.com>
19302
19303 * g-os_lib.adb (Copy_File): Make sure that if From has an Invalid_FD,
19304 then we close To if it is valid.
19305
19306 2006-02-17 Vasiliy Fofanov <fofanov@adacore.com>
19307
19308 * init.c (facility_resignal_table): new array
19309 (__gnat_default_resignal_p): enhance default predicate to resignal if
19310 VMS condition has one of the predefined facility codes.
19311
19312 2006-02-17 Vasiliy Fofanov <fofanov@adacore.com>
19313
19314 * Makefile.in: Use VMS64 specialized versions of several units in
19315 Interfaces.C hierarchy to be compatible with HP C default size choices.
19316 Use the default version of Ada.Synchronous_Task_Control for VxWorks 653.
19317
19318 2006-02-17 Ed Schonberg <schonberg@adacore.com>
19319
19320 * sem_ch10.adb (Analyze_With_Clause): If the unit is a subprogram
19321 instantiation, the corresponding entity is the related_instance of the
19322 wrapper package created for the instance.
19323
19324 2006-02-17 Ed Schonberg <schonberg@adacore.com>
19325
19326 * sem_ch12.adb (Analyze_Package_Instantiation): Inline_Now is false if
19327 the current instance is nested within another instance in a child unit.
19328
19329 2006-02-17 Javier Miranda <miranda@adacore.com>
19330 Ed Schonberg <schonberg@adacore.com>
19331
19332 * sem_ch3.adb (Build_Discriminated_Subtype): In case of concurrent
19333 type we cannot inherit the primitive operations; we inherit the
19334 Corresponding_Record_Type (which has the list of primitive operations).
19335 (Check_Anonymous_Access_Types): When creating anonymous access types for
19336 access components, use Rewrite in order to preserve the tree structure,
19337 for ASIS use.
19338 (Analyze_Object_Declaration): For limited types with access
19339 discriminants with defaults initialized by an aggregate, obtain
19340 subtype from aggregate as for other mutable types.
19341 (Derived_Type_Declaration): If the derived type is a limited interface,
19342 set the corresponding flag (Is_Limited_Record is not sufficient).
19343
19344 2006-02-17 Ed Schonberg <schonberg@adacore.com>
19345
19346 * sem_ch6.adb (Build_Body_To_Inline): Enforce the rule that in order
19347 to inline a function that returns an unconstrained type, the return
19348 expression must be the first variable declared in the body of the
19349 function.
19350
19351 2006-02-17 Javier Miranda <miranda@adacore.com>
19352
19353 * sem_res.adb (Resolve_Type_Conversion): In case of conversion to an
19354 abstract interface type, the static analysis is not enough to know if
19355 the interface is implemented or not by the source tagged type. Hence
19356 we must pass the work to the expander to generate the required code to
19357 evaluate the conversion at run-time.
19358 (Resolve_Equality_Op): Do not apply previous
19359 transformation if expansion is disasbled, to prevent anomalies when
19360 locating global references in a generic unit.
19361
19362 2006-02-17 Vincent Celier <celier@adacore.com>
19363
19364 * snames.ads, snames.adb: New standard names for new project attributes:
19365 archive_builder, archive_indexer, compiler_pic_option,
19366 config_body_file_name, config_body_file_name_pattern,
19367 config_file_switches, config_file_unique, config_spec_file_name,
19368 config_spec_file_name_pattern, default_builder_switches,
19369 default_global_compiler_switches, default_language,
19370 dependency_file_kind, global_compiler_switches, include_path,
19371 include_path_file, language_kind, linker_executable_option,
19372 linker_lib_dir_option, linker_lib_name_option, mapping_file_switches,
19373 roots, runtime_project.
19374
19375 2006-02-17 Matthew Heaney <heaney@adacore.com>
19376
19377 * a-convec.ads, a-convec.adb:
19378 (operator "&"): handle potential overflow for large index types
19379 (Insert): removed Contraint_Error when using large index types
19380 (Insert_Space): removed Constraint_Error for large index types
19381 (Length): moved constraint check from Length to Insert
19382
19383 * a-coinve.ads, a-coinve.adb: Stream attribute procedures are declared
19384 as not null access.
19385 Explicit raise statements now include an exception message.
19386 (operator "&"): handle potential overflow for large index types
19387 (Insert): removed Contraint_Error when using large index types
19388 (Insert_Space): removed Constraint_Error for large index types
19389 (Length): moved constraint check from Length to Insert
19390
19391 2006-02-17 Robert Dewar <dewar@adacore.com>
19392
19393 * s-wchcnv.adb: Document handling of [ on output (we do not change
19394 this to ["5B"] and the new comments say why not.
19395
19396 * gnat_ugn.texi:
19397 Add note for -gnatVo that this now includes the cases of type
19398 conversions and qualified expressions.
19399 Add comments on handling of brackets encoding for Text_IO
19400
19401 2006-02-17 Ramon Fernandez <fernandez@adacore.com>
19402 Thomas Quinot <quinot@adacore.com>
19403 Robert Dewar <dewar@adacore.com>
19404 Javier Miranda <miranda@adacore.com>
19405
19406 * expander.adb: Fix typo in comment
19407
19408 * exp_pakd.adb: Fix typo
19409 Minor comment reformatting.
19410
19411 * g-dyntab.adb: Minor reformatting
19412
19413 * exp_ch6.adb (Register_Interface_DT_Entry): Traverse the list of
19414 aliased subprograms to look for the abstract interface subprogram.
19415
19416 2006-02-16 Eric Botcazou <ebotcazou@adacore.com>
19417
19418 * env.c (__gnat_setenv): Use size_t.
19419 (__gnat_unsetenv): Likewise.
19420 (__gnat_clearenv): Likewise.
19421
19422 2006-02-16 Arnaud Charlet <charlet@adacore.com>
19423
19424 * opt.ads (Ada_Version_Default): Set to Ada 2005 by default.
19425
19426 2006-02-13 Arnaud Charlet <charlet@adacore.com>
19427
19428 * a-intnam-os2.ads, a-intnam-unixware.ads, g-soccon-unixware.ads,
19429 g-soliop-unixware.ads, i-os2err.ads, i-os2lib.adb, i-os2lib.ads,
19430 i-os2syn.ads, i-os2thr.ads, s-intman-irix-athread.adb,
19431 s-osinte-aix-fsu.ads, s-osinte-fsu.adb, s-parame-os2.adb,
19432 s-osinte-irix-athread.ads, s-osinte-linux-fsu.ads, s-osinte-os2.adb,
19433 s-osinte-os2.ads, s-osinte-solaris-fsu.ads, s-osinte-unixware.adb,
19434 s-osinte-unixware.ads, s-osprim-os2.adb, s-taprop-irix-athread.adb,
19435 s-taprop-os2.adb, s-tasinf-irix-athread.adb, s-tasinf-irix-athread.ads,
19436 s-taspri-os2.ads, system-os2.ads, system-unixware.ads: Removed,
19437 no longer used.
19438
19439 2006-02-13 Jose Ruiz <ruiz@adacore.com>
19440
19441 * a-taster.adb (Current_Task_Fallback_Handler): Document why explicit
19442 protection against race conditions is not needed.
19443 (Set_Dependents_Fallback_Handler): Add mutual exclusive access to the
19444 fallback handler.
19445 (Set_Specific_Handler): Add mutual exclusive access to the specific
19446 handler.
19447 (Specific_Handler): Add mutual exclusive access for retrieving the
19448 specific handler.
19449
19450 * s-tarest.adb (Task_Wrapper): Add mutual exclusive access to the fall
19451 back handler.
19452
19453 * s-taskin.ads (Common_ATCB): Remove pragma Atomic for
19454 Fall_Back_Handler and Specific_Handler.
19455
19456 * s-tassta.adb (Task_Wrapper): Add mutual exclusive access to the task
19457 termination handlers.
19458 Set two different owerflow depending on the maximal stack size.
19459
19460 * s-solita.adb (Task_Termination_Handler_T): Document why explicit
19461 protection against race conditions is not needed when executing the
19462 task termination handler.
19463
19464 2006-02-13 Robert Dewar <dewar@adacore.com>
19465
19466 * s-gloloc-mingw.adb, a-cgaaso.ads, a-stzmap.adb, a-stzmap.adb,
19467 a-stzmap.ads, a-ztcoio.adb, a-ztedit.adb, a-ztedit.ads, a-ztenau.adb,
19468 a-ztenau.ads, a-colien.adb, a-colien.ads, a-colire.adb, a-colire.ads,
19469 a-comlin.adb, a-decima.adb, a-decima.ads, a-direio.adb, a-direio.adb,
19470 a-direio.adb, a-direio.ads, a-ngcoty.adb, a-ngcoty.ads, a-nuflra.adb,
19471 a-nuflra.ads, a-sequio.adb, a-sequio.ads, a-sequio.ads, a-storio.ads,
19472 a-stream.ads, a-ststio.adb, a-ststio.adb, a-ststio.ads, a-ststio.ads,
19473 a-stwima.adb, a-stwima.adb, a-stwima.ads, a-stwise.adb, a-teioed.adb,
19474 a-teioed.ads, a-ticoau.adb, a-ticoau.ads, a-ticoio.adb, a-tasatt.ads,
19475 a-tideau.adb, a-tideau.ads, a-tideio.adb, a-tideio.ads, a-tienau.adb,
19476 a-tienau.ads, a-tienio.adb, a-tienio.ads, a-tifiio.ads, a-tiflau.adb,
19477 a-tiflau.ads, a-tiflio.adb, a-tiflio.adb, a-tiflio.ads, a-tigeau.ads,
19478 a-tiinau.adb, a-tiinau.ads, a-tiinio.adb, a-tiinio.ads, a-timoio.adb,
19479 a-timoio.ads, a-titest.adb, a-titest.ads, a-wtcoio.adb, a-wtdeau.adb,
19480 a-wtdeau.ads, a-wtdeio.adb, a-wtdeio.ads, a-wtedit.adb, a-wtedit.adb,
19481 a-wtedit.ads, a-wtenau.adb, a-wtenau.ads, a-wtenau.ads, a-wtenio.adb,
19482 a-wtenio.ads, a-wtfiio.adb, a-wtfiio.ads, a-wtflau.adb, a-wtflau.ads,
19483 a-wtflio.adb, a-wtflio.adb, a-wtflio.ads, a-wtgeau.ads, a-wtinau.adb,
19484 a-wtinau.ads, a-wtinio.adb, a-wtinio.ads, a-wtmoau.adb, a-wtmoau.ads,
19485 a-wtmoio.adb, a-wtmoio.ads, xref_lib.adb, xref_lib.ads, xr_tabls.adb,
19486 g-boubuf.adb, g-boubuf.ads, g-cgideb.adb, g-io.adb, gnatdll.adb,
19487 g-pehage.adb, i-c.ads, g-spitbo.adb, g-spitbo.ads, mdll.adb,
19488 mlib-fil.adb, mlib-utl.adb, mlib-utl.ads, prj-env.adb, prj-tree.adb,
19489 prj-tree.ads, prj-util.adb, s-arit64.adb, s-asthan.ads, s-auxdec.adb,
19490 s-auxdec.ads, s-chepoo.ads, s-direio.adb, s-direio.ads, s-errrep.adb,
19491 s-errrep.ads, s-fileio.adb, s-fileio.ads, s-finroo.adb, s-finroo.ads,
19492 s-gloloc.adb, s-gloloc.ads, s-io.adb, s-io.ads, s-rpc.adb,
19493 s-rpc.ads, s-shasto.ads, s-sequio.adb, s-stopoo.ads, s-stratt.adb,
19494 s-stratt.ads, s-taasde.adb, s-taasde.ads, s-tadert.adb, s-sequio.ads,
19495 s-taskin.adb, s-tasque.adb, s-tasque.ads, s-wchjis.ads, makegpr.adb,
19496 a-coinve.adb, a-cidlli.adb, eval_fat.adb, exp_dist.ads, exp_smem.adb,
19497 fmap.adb, g-dyntab.ads, g-expect.adb, lib-xref.ads, osint.adb,
19498 par-load.adb, restrict.adb, sinput-c.ads, a-cdlili.adb,
19499 system-vms.ads, system-vms-zcx.ads, system-vms_64.ads: Minor
19500 reformatting.
19501
19502 2006-02-13 Hristian Kirtchev <kirtchev@adacore.com>
19503
19504 * a-tasatt.adb, s-osinte-lynxos-3.adb, s-osinte-lynxos.adb,
19505 s-osinte-aix.adb, s-interr-sigaction.adb, s-asthan-vms-alpha.adb,
19506 s-interr-vms.adb, s-intman-vms.adb, s-interr-vxworks.adb,
19507 s-intman-vxworks.adb, s-asthan-vms-alpha.adb, a-ztexio.adb,
19508 a-reatim.adb, a-taside.adb, a-textio.adb, a-witeio.adb, prj-attr.adb,
19509 s-intman-irix.adb, s-intman-solaris.adb, s-intman-posix.adb,
19510 a-dynpri.adb, a-interr.adb, g-dynhta.adb, s-asthan.adb, s-interr.adb,
19511 s-pooglo.adb, s-pooloc.adb, s-poosiz.adb, s-tasren.adb, s-tasuti.adb,
19512 s-tataat.adb, s-tpobop.adb: Remove redundant with clauses.
19513
19514 2006-02-13 Arnaud Charlet <charlet@adacore.com>
19515
19516 * s-osinte-darwin.adb, s-osinte-darwin.ads, s-osinte-vxworks.ads,
19517 s-osinte-solaris.ads, s-osinte-linux.ads, s-osinte-freebsd.ads,
19518 s-osinte-solaris-posix.ads, s-osinte-lynxos-3.ads, s-osinte-lynxos.ads,
19519 s-osinte-tru64.ads, s-osinte-aix.ads, s-osinte-irix.ads,
19520 s-osinte-hpux-dce.ads, s-osinte-linux-hppa.ads,
19521 s-osinte-linux-alpha.ads, s-inmaop-posix.adb (sigset_t_ptr): Removed,
19522 replaced by anonymous access type.
19523 (pthread_sigmask): Now take an access sigset_t
19524
19525 * s-osinte-hpux.ads: Ditto.
19526 (pthread_mutex_t, pthread_cond_t): Update definitions to support
19527 properly 32 and 64 bit ABIs.
19528
19529 2006-02-13 Pascal Obry <obry@adacore.com>
19530
19531 * s-taprop-posix.adb, s-taprop-vxworks.adb, s-taprop-tru64.adb,
19532 s-taprop-lynxos.adb, s-taprop-irix.adb, s-taprop-hpux-dce.adb,
19533 s-taprop-linux.adb, s-taprop-solaris.adb,
19534 s-taprop-vms.adb (Create_Task): Remove task adjustment code. This
19535 adjustement is already done when calling this routine.
19536
19537 2006-02-13 Pascal Obry <obry@adacore.com>
19538
19539 * system-mingw.ads (Underlying_Priorities): Update the priority mapping
19540 table to take advantage of the 16 priority levels available on Windows
19541 2000 and XP. On NT4 there are only 7 priority levels, this is properly
19542 supported by this new mapping.
19543
19544 2006-02-13 Nicolas Setton <setton@adacore.com>
19545
19546 * adadecode.h, adadecode.c: (__gnat_decode): Improve support of types.
19547 (get_encoding): New subprogram. Extracts the encodings from an encoded
19548 Ada name.
19549
19550 2006-02-13 Pascal Obry <obry@adacore.com>
19551 Nicolas Roche <roche@adacore.com>
19552 Arnaud Charlet <charlet@adacore.com>
19553
19554 * adaint.h, adaint.c (DIR_SEPARATOR): Use _T() macro for Unicode
19555 support.
19556 (__gnat_try_lock): Add unicode support by using a specific section on
19557 Windows.
19558 (__gnat_get_current_dir): Idem.
19559 (__gnat_open_read): Idem.
19560 (__gnat_open_rw): Idem.
19561 (__gnat_open_create): Idem.
19562 (__gnat_create_output_file): Idem.
19563 (__gnat_open_append): Idem.
19564 (__gnat_open_new): Idem.
19565 (__gnat_file_time_name): Idem.
19566 (__gnat_set_file_time_name): Idem.
19567 (__gnat_stat): Idem.
19568 (win32_no_block_spawn): Idem.
19569 (__gnat_locate_exec_on_path): Idem.
19570 (__gnat_opendir): New routine.
19571 (__gnat_closedir): Idem.
19572 (__gnat_readdir): Add new parameter length (pointer to int). Update
19573 implementation to use it and add specific Win32 code for Unicode
19574 support.
19575 (__gnat_get_env_value_ptr): Remove. Replaced by __gnat_getenv in env.c
19576 (__gnat_set_env_value): Remove. Replaced by __gnat_setenv in env.c
19577 (convert_addresses): Do not define this dummy routine on VMS.
19578
19579 * mingw32.h (GNAT_UNICODE_SUPPORT): New definition, if set the GNAT
19580 runtime Unicode support will be activated.
19581 (S2WS): String to Wide-String conversion. This version just copy a
19582 string in non Unicode version.
19583 (WS2S): Wide-String to String conversion. This version just copy a
19584 string in non Unicode version.
19585
19586 * g-dirope.adb: (Close): Now import __gnat_closedir from adaint.c.
19587 (Open): Now import __gnat_opendir from adaint.c.
19588 (Read): Change the implementation to support unicode characters. It is
19589 not possible to use strlen() on Windows as this version supports only
19590 standard ASCII characters. So the length of the directory entry is now
19591 returned from the imported __gnat_readdir routine.
19592 Update copyright notice.
19593
19594 * s-crtl-vms64.ads, s-crtl.ads: (closedir): Moved to adaint.c.
19595 (opendir): Moved to adaint.c.
19596
19597 * g-os_lib.adb (Copy_Time_Stamp): Fix off-by-one range computation.
19598 (Get_Directory): Fix wrong indexing.
19599 (Getenv): replace __gnat_get_env_value_ptr from adaint.c by
19600 __gnat_getenv from env.c
19601 (Setenv): replace __gnat_set_env_value from adaint.c by __gnat_setenv
19602 from env.c
19603
19604 * env.h, env.c: New file.
19605
19606 * s-scaval.adb (Initialize): Replace __gnat_get_env_value_ptr from
19607 adaint.c by __gnat_getenv from env.c
19608
19609 * s-shasto.adb (Initialize): replace __gnat_get_env_value_ptr from
19610 adaint.c by __gnat_getenv from env.c
19611
19612 * Make-lang.in: Add env.o in the list of C object needed by gnat1
19613 and gnatbind.
19614 Update dependencies.
19615
19616 2006-02-13 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
19617 Olivier Hainque <hainque@adacore.com>
19618 Eric Botcazou <ebotcazou@adacore.com>
19619
19620 * ada-tree.h: (TYPE_UNCHECKED_UNION_P): Deleted.
19621
19622 * gigi.h (value_factor_p): Add prototype and description, now public.
19623
19624 * decl.c (gnat_to_gnu_field): Don't attempt BLKmode to integral type
19625 promotion for field with rep clause if the associated size was proven
19626 to be in error.
19627 Expand comments describing attempts to use a packable type.
19628 (gnat_to_gnu_entity) <E_Signed_Integer_Subtype,
19629 E_Floating_Point_Subtype>: Inherit alias set of what we are making a
19630 subtype of to ensure conflicts amongst all subtypes in a hierarchy,
19631 necessary since these are not different types and pointers may
19632 actually designate any subtype in this hierarchy.
19633 (gnat_to_gnu_entity, case E_Record_Type): Always make fields for
19634 discriminants but put them into record only if not Unchecked_Union;
19635 pass flag to components_to_record showing Unchecked_Union.
19636 (make_dummy_type): Use UNION_TYPE only if Unchecked_Union and no
19637 components before variants; don't set TYPE_UNCHECKED_UNION_P.
19638 (components_to_record): New argument UNCHECKED_UNION.
19639 Remove special case code for Unchecked_Union and instead use main code
19640 with small changes.
19641
19642 PR ada/26096
19643 (gnat_to_gnu_entity) <E_Variable>: Do not initialize the aligning
19644 variable with the expression being built, only its inner field.
19645
19646 * trans.c (Handled_Sequence_Of_Statements_to_gnu): Remove call to
19647 emit_sequence_entry_statements.
19648 (emit_sequence_entry_statements, body_with_handlers_p): Delete.
19649 (establish_gnat_vms_condition_handler): Move before
19650 Subprogram_Body_to_gnu.
19651 (Subprogram_Body_to_gnu): On VMS, establish_gnat_vms_condition_handler
19652 for a subprogram if it has a foreign convention or is exported.
19653 (Identifier_to_gnu): Manually unshare the DECL_INITIAL tree when it is
19654 substituted for a CONST_DECL.
19655 (tree_transform, case N_Aggregate): Remove code for UNION_TYPE and pass
19656 Etype to assoc_to_constructor.
19657 (assoc_to_constructor): New argument, GNAT_ENTITY; use it to ignore
19658 discriminants of Unchecked_Union.
19659 (TARGET_ABI_OPEN_VMS): Define to 0 if not defined, so that later uses
19660 don't need cluttering preprocessor directives.
19661 (establish_gnat_vms_condition_handler): New function. Establish the GNAT
19662 condition handler as current in the compiled function.
19663 (body_with_handlers_p): New function. Tell whether a given sequence of
19664 statements node is attached to a package or subprogram body and involves
19665 exception handlers possibly nested within inner block statements.
19666 (emit_sequence_entry_statements): New function, to emit special
19667 statements on entry of sequences when necessary. Establish GNAT
19668 condition handler in the proper cases for VMS.
19669 (Handled_Sequence_Of_Statements_to_gnu): Start block code with
19670 emit_sequence_entry_statements.
19671
19672 * utils2.c (find_common_type): If both input types are BLKmode and
19673 have a constant size, use the smaller one.
19674 (build_simple_component_ref): Also match if FIELD and NEW_FIELD are
19675 the same.
19676
19677 * utils.c (value_factor_p): Make public, to allow uses from other gigi
19678 units.
19679 (create_type_decl): Do not set the flag DECL_IGNORED_P for dummy types.
19680 (convert, case UNION_TYPE): Remove special treatment for unchecked
19681 unions.
19682
19683 PR ada/18659
19684 (update_pointer_to): Update variants of pointer types to unconstrained
19685 arrays by attaching the list of fields of the main variant.
19686
19687 2006-02-13 Arnaud Charlet <charlet@adacore.com>
19688 Robert Dewar <dewar@adacore.com>
19689
19690 * a-exexpr.adb, a-exexpr-gcc.adb
19691 (Process_Raise_Exception): Removed, merged with Propagate_Exception.
19692 (Propagate_Exception): Now take extra From_Signal_Handler parameter.
19693 Remove code unused for exception propagation for the compiler itself
19694 from a-except.adb and update to still share separate packages.
19695
19696 * a-except.ads, a-except.adb: Ditto.
19697 Add comments that this version is now used only by the compiler and
19698 other basic tools. The full version that includes the Ada 2005 stuff
19699 is in separate files a-except-2005.ads/adb. The reason is that we do
19700 not want to cause bootstrap problems with compilers not recognizing
19701 Wide_Wide_String.
19702 Add exception reason code PE_Implicit_Return
19703 Add new exception reason code (Null Exception_Id)
19704
19705 * a-except-2005.adb, a-except-2005.ads: New files.
19706
19707 * s-wchcon.ads: (Get_WC_Encoding_Method): New function.
19708
19709 * s-wchcon.adb: New file.
19710
19711 * Makefile.in (LIBGNAT_SRCS): Add tb-gcc.c.
19712 (traceback.o deps): Likewise.
19713 (SPARC/Solaris): Accept sparc[64|v9]-sun-solaris.
19714 Activate build of GMEM instrumentation library on VMS targets.
19715 (gnatlib-sjlj, gnatlib-zcx): Pass EH_MECHANISM to make gnatlib.
19716 Use a-except-2005.ads/adb for all run-time library builds unless
19717 specified otherwise.
19718 [VMS] (LIBGNAT_TARGET_PAIRS_AUX1,2): Rename s-parame-vms.ads to
19719 s-parame-vms-alpha.ads and add s-parame-vms-ia64.ads.
19720 Use s-parame.adb on all native platforms.
19721 Use s-parame-vxworks.adb on all vxworks platforms.
19722 Add env.c env.h in LIBGNAT_SRCS
19723 Add env.o in LIBGNAT_OBJS
19724 (GNATMAKE_OBJS): Remove ctrl_c.o object.
19725 (LIBGNAT_TARGET_PAIRS for x86-vxworks): Use an specialized version of
19726 s-osinte.adb, s-tpopsp.adb, and system.ads for the run time that
19727 supports VxWorks 6 RTPs.
19728 (EXTRA_GNATRTL_NONTASKING_OBJS for x86-vxworks): Remove the use of
19729 i-vxworks and i-vxwoio from the run time that supports VxWorks 6 RTPs.
19730
19731 * types.h, types.ads (Terminate_Program): New exception
19732 Add comment on modifying multiple versions of a-except.adb when the
19733 table of exception reasons is modified.
19734 Add exception reason code PE_Implicit_Return
19735 Add new exception reason code (Null Exception_Id)
19736
19737 * clean.adb (Initialize): Get the target parameters before checking
19738 if target is OpenVMS. Move the OpenVMS specific code here from package
19739 body elaboration code.
19740
19741 2006-02-13 Thomas Quinot <quinot@adacore.com>
19742 Vincent Celier <celier@adacore.com>
19743 Robert Dewar <dewar@adacore.com>
19744
19745 * ali-util.adb (Get_File_Checksum): Update to account for change in
19746 profile of Initialize_Scanner.
19747
19748 * gprep.adb (Gnatprep): Update to account for change in profile of
19749 Initialize_Scanner.
19750 (Process_One_File): Same.
19751
19752 * lib.adb (Get_Code_Or_Source_Unit): New subprogram factoring the
19753 common code between Get_Code_Unit and Get_Source_Unit. Reimplement
19754 that behaviour using the new Unit information recorded in the source
19755 files table, rather than going through all units every time.
19756 (Get_Code_Unit): Reimplement in terms of Get_Code_Or_Source_Unit.
19757 (Get_Source_Unit): Same.
19758
19759 * prepcomp.adb (Parse_Preprocessing_Data_File): Update to account for
19760 change in profile of Initialize_Scanner.
19761 (Prepare_To_Preprocess): Same.
19762
19763 * lib.ads: Fix typo in comment (templace -> template).
19764
19765 * prj-part.adb (Parse_Single_Project): Update to account for change in
19766 profile of Initialize_Scanner.
19767
19768 * scn.adb (Initialize_Scanner): Account for change in profile of
19769 Scng.Initialize_Scanner: set Current_Source_Unit in Scn instead of Scng.
19770 Also record the association of the given Source_File_Index to the
19771 corresponding Unit_Number_Type.
19772
19773 * scng.ads, scng.adb (Initialize_Scanner.Set_Reserved): Remove
19774 procedure.
19775 (Initialize_Scanner): Call Scans.Initialize_Ada_Keywords.
19776 Remove Unit formal for generic scanner: this formal
19777 is only relevant to Scn (the scanner instance used to parse Ada source
19778 files), not to other instances. Update comment accordingly.
19779 (Scan): Use new function Snames.Is_Keyword_Name.
19780
19781 * sinfo-cn.adb: Fix typo in comment.
19782
19783 * sinput.adb (Unit, Set_Unit): Accessors for new source file attribute
19784 Unit.
19785
19786 * sinput.ads (Source_File_Record): New component Unit, used to capture
19787 the unit identifier (if any) associated to a source file.
19788
19789 * sinput-c.adb, sinput-l.adb (Load_File): Initialize new component
19790 Unit in Source_File_Record.
19791
19792 * sinput-p.adb (Source_File_Is_Subunit): Update to account for change
19793 in profile of Initialize_Scanner.
19794
19795 * scans.adb (Initialize_Ada_Keywords): New procedure
19796
19797 * scans.ads (Initialize_Ada_Keywords): New procedure to initialize the
19798 Ada keywords in the Namet table, without the need to call
19799 Initialize_Scanner.
19800
19801 * snames.adb: Add pragma Ada_2005 (synonym for Ada_05)
19802 (Is_Keyword_Name): New function
19803
19804 * snames.ads: Add subtype Configuration_Pragma_Names
19805 Add pragma Ada_2005 (synonym for Ada_05)
19806 (Is_Keyword_Name): New function
19807
19808 * snames.h: Add pragma Ada_2005 (synonym for Ada_05)
19809
19810 2006-02-13 Arnaud Charlet <charlet@adacore.com>
19811
19812 * a-stwisu.adb, a-strsup.adb, a-stzsup.adb (Super_Slice): Fix slice
19813 index.
19814
19815 * a-stwima.adb (To_Set): Add extra check when N = 0.
19816
19817 * g-regpat.adb: (Match_Simple_Operator): Avoid possible overflow.
19818
19819 2006-02-13 Arnaud Charlet <charlet@adacore.com>
19820
19821 * s-parame-mingw.adb, s-parame-linux.adb,
19822 s-parame-solaris.adb: Removed, replaced by s-parame.adb
19823
19824 * s-parame-vxworks.ads: Fix typo.
19825
19826 * s-parame-vxworks.adb: New file.
19827
19828 * s-parame.adb: Version now used by all native platforms.
19829 (Default_Stack_Size): Use 2 megs for default stack size and use
19830 __gl_default_stack_size when available.
19831 (Minimum_Stack_Size): Use 12K.
19832
19833 * s-taprop-mingw.adb: Set default stack size linker switch to 2megs.
19834 (Create_Task): Refine implementation taking advantage of the XP stack
19835 size support. On XP, we now create the thread using the flag
19836 STACK_SIZE_PARAM_IS_A_RESERVATION.
19837
19838 * s-osinte-mingw.ads (Stack_Size_Param_Is_A_Reservation): New constant.
19839
19840 * sysdep.c (__gnat_is_windows_xp): New routine, returns 1 on Windows
19841 XP and 0 on older Windows versions.
19842
19843 * interfac-vms.ads: Removed, no longer used.
19844
19845 2006-02-13 Matthew Heaney <heaney@adacore.com>
19846
19847 * a-rbtgso.adb, a-crbtgo.adb, a-crbtgk.adb, a-coorse.adb,
19848 a-cohama.adb, a-ciorse.adb, a-cihama.adb, a-cihase.adb,
19849 a-cohase.adb: All explicit raise statements now include an exception
19850 message.
19851
19852 * a-ciormu.ads, a-ciormu.adb, a-coormu.ads, a-coormu.adb
19853 (Update_Element_Preserving_Key): renamed op to just Update_Element.
19854 Explicit raise statements now include an exception message
19855
19856 * a-cihase.ads, a-cohase.ads: Removed comment.
19857
19858 * a-stboha.ads, a-stboha.adb, a-stfiha.ads, a-envvar.adb,
19859 a-envvar.ads, a-swbwha.ads, a-swbwha.adb, a-swfwha.ads, a-szbzha.ads,
19860 a-szbzha.adb, a-szfzha.ads: New files.
19861
19862 2006-02-13 Matthew Heaney <heaney@adacore.com>
19863
19864 * a-cgcaso.adb, a-cgaaso.adb: Implemented using heapsort instead of
19865 quicksort.
19866
19867 2006-02-13 Eric Botcazou <ebotcazou@adacore.com>
19868
19869 * lang.opt: Wvariadic-macros: New option.
19870 Wold-style-definition: Likewise.
19871 Wmissing-format-attribute: Likewise.
19872
19873 * misc.c (gnat_handle_option): New cases for -Wvariadic-macros,
19874 -Wold-style-definition and -Wmissing-format-attribute.
19875
19876 2006-02-13 Robert Dewar <dewar@adacore.com>
19877
19878 * a-ticoio.ads, a-ticoio.adb: Add use clause (moved here from spec)
19879
19880 * a-coteio.ads, a-lcteio.ads, a-llctio.ads, a-scteio.ads: New files.
19881
19882 2006-02-13 Nicolas Roche <roche@adacore.com>
19883
19884 * a-envvar.adb, a-envvar.ads: New files.
19885
19886 2006-02-13 Douglas Rupp <rupp@adacore.com>
19887
19888 * s-parame-vms.ads: Renamed to s-parame-vms-alpha.ads
19889
19890 * s-parame-vms-alpha.ads, s-parame-vms-ia64.ads: New files.
19891
19892 2006-02-13 Pat Rogers <rogers@adacore.com>
19893
19894 * a-rttiev.adb, a-rttiev.ads: New files.
19895
19896 2006-02-13 Hristian Kirtchev <kirtchev@adacore.com>
19897
19898 * a-tiboio.adb, a-tiboio.ads, a-wwboio.adb,
19899 a-wwboio.ads, a-zzboio.adb, a-zzboio.ads: New files.
19900
19901 * impunit.adb, Makefile.rtl: Added new Ada 2005 units.
19902
19903 2006-02-13 Robert Dewar <dewar@adacore.com>
19904
19905 * rtsfind.adb, exp_prag.adb, lib-writ.adb, par-labl.adb,
19906 sem_case.adb: Minor code reorganization (not Present should be No)
19907
19908 2006-02-13 Geert Bosch <bosch@adacore.com>
19909 Gary Dismukes <dismukes@adacore.com>
19910
19911 * a-tifiio.adb (Put_Digits): Test Last against To'First - 1 instead of
19912 0, since the lower bound of the actual string may be greater than one.
19913
19914 PR ada/20753
19915 * a-tifiio.adb (Put): Fix condition to raise Layout_Error when invalid
19916 layout is requested.
19917
19918 2006-02-13 Vincent Celier <celier@adacore.com>
19919
19920 * back_end.adb (Scan_Compiler_Arguments): Check if
19921 Search_Directory_Present is True and, if it is, add the argument in
19922 the source search directory path.
19923
19924 * switch-c.adb (Scan_Front_End_Switches): Accept switch "-I". Set
19925 Search_Directory_Present to True.
19926
19927 2006-02-13 Joel Brobecker <brobecke@adacore.com>
19928
19929 * bindgen.adb (Gen_Main_C): declare the ensure_reference variable as
19930 volatile, to tell the compiler to preserve this variable at any level
19931 of optimization.
19932 (Gen_Versions_Ada): Temporarily work around codegen bug.
19933
19934 2006-02-13 Vincent Celier <celier@adacore.com>
19935
19936 * gnatlink.adb (Process_Binder_File): If -shared is specified, invoke
19937 gcc to link with option -shared-libgcc.
19938 (Gnatlink): Remove duplicate switches -shared-libgcc
19939
19940 2006-02-13 Robert Dewar <dewar@adacore.com>
19941
19942 * gnatvsn.ads (Current_Year): New constant, used to easily update
19943 copyright on all GNAT tools.
19944
19945 * gnatls.adb, gnatname.adb, vms_conv.adb: Add 2006 to displayed
19946 copyright notice.
19947
19948 2006-02-13 Robert Dewar <dewar@adacore.com>
19949
19950 * erroutc.ads, erroutc.adb (Set_Message_Blank): Don't insert space
19951 after hyphen (small aesthetic change useful for a range of numbers
19952 using ^-^.
19953 Suppress range checks for a couple of assignments which otherwise
19954 cause validity checks with validity checking turned on.
19955
19956 * sem_ch13.adb (Analyze_Attribute_Definition_Clause, case Size):
19957 Improvement in error message for object.
19958 (Rep_Item_Too_Late): Remove '!' in warning message.
19959
19960 2006-02-13 Robert Dewar <dewar@adacore.com>
19961 Eric Botcazou <ebotcazou@adacore.com>
19962
19963 * err_vars.ads: Suppress range checks for a couple of assignments
19964 which otherwise cause validity checks with validity checking turned on.
19965 Update comments.
19966
19967 * errout.adb (Error_Msg_Internal): Do not suppress warning messages.
19968 Make message unconditional if it is a warning.
19969 (Error_Msg_NEL): Always output warning messages.
19970 Suppress range checks for a couple of assignments which otherwise
19971 cause validity checks with validity checking turned on.
19972
19973 * errout.ads (Message Insertion Characters): Document that '!' is
19974 implied by '?' in error messages.
19975
19976 * gnat1drv.adb: (Bad_Body): Remove '!' in warning message.
19977 (Gnat1drv): Use a goto to end of main subprogram instead of
19978 Exit_Program (E_Success) so that finalization can occur normally.
19979
19980 2006-02-13 Eric Botcazou <ebotcazou@adacore.com>
19981
19982 * s-stchop.adb (Stack_Check): Raise Storage_Error if the argument has
19983 wrapped around.
19984
19985 2006-02-13 Vincent Celier <celier@adacore.com>
19986
19987 * a-direct.adb (Duration_To_Time, OS_Time_To_Long_Integer): New
19988 Unchecked_Conversion functions.
19989 (Modification_Time): Use direct conversion of OS_Time to Calendar time
19990 when OpenVMS returns False.
19991
19992 * a-dirval-mingw.adb, a-dirval-vms.adb, a-dirval.ads,
19993 a-dirval.adb (OpenVMS): New Boolean function
19994
19995 2006-02-13 Ed Schonberg <schonberg@adacore.com>
19996 Thomas Quinot <quinot@adacore.com>
19997
19998 * checks.adb (Build_Discriminant_Checks): If the expression being
19999 checks is an aggregate retrieve the values of its discriminants to
20000 generate the check, rather than creating a temporary and a reference
20001 to it.
20002 (Apply_Access_Check): Rewritten to handle new Is_Known_Null flag
20003 (Install_Null_Excluding_Check): Ditto
20004 (Selected_Length_Checks): Build actual subtype for the original Ck_Node,
20005 not for the renamed object, so that the actual itype is attached in the
20006 proper context.
20007
20008 2006-02-13 Robert Dewar <dewar@adacore.com>
20009 Vincent Celier <celier@adacore.com>
20010
20011 * debug.adb: Eliminate numeric switches for binder/gnatmake
20012
20013 * switch-m.adb (Normalize_Compiler_Switches): Record numeric debug
20014 switches for the compiler.
20015 (Scan_Make_Switches): Do not allow numeric debug switches for gnatmake
20016 (Scan_Make_Switches): When failing with an illegal switch, output an
20017 error message with the full switch.
20018 Eliminate numeric switches for binder/gnatmake
20019
20020 * switch.ads, switch.adb (Bad_Switch): New procedure
20021
20022 * switch-b.adb (Scan_Binder_Switches): Do not accept combined switches.
20023 Remove 0-9 as debug flag character possibilities
20024 -d is now controlling the primary stack size when its value is a
20025 positive. Also add checks against invalid values, and support for kb,
20026 mb. Ditto for -D switch.
20027
20028 2006-02-13 Robert Dewar <dewar@adacore.com>
20029 Serguei Rybin <rybin@adacore.com>
20030
20031 * opt.ads opt.adb: Add Ada_Version_Explicit_Config along with
20032 save/restore routines.
20033 Properly handle Ada_Version_Explicit and Ada_Version_Config, which
20034 were not always properly handled previously.
20035 Since we are changing the tree format anyway, also get rid of the
20036 junk obsolete Immediate_Errors flag.
20037 (Tree_Read): Change the way of reading Tree_Version_String - now we
20038 read the version string from the tree even if its length is not the
20039 same as the length of the version string computed from Gnatvsn.
20040 (Search_Directory_Present): New Boolean flag for the compiler.
20041 Define Tree_Version_String as a dynamic string.
20042 (Default_Stack_Size): new variable, used to handle switch -d.
20043
20044 * par-prag.adb:
20045 For pragma Ada_2005, remove stuff about setting Ada_Version_Explicit
20046 only for main unit.
20047 Add pragma Ada_2005 (synonym for Ada_05)
20048 Properly handle Ada_Version_Explicit and Ada_Version_Config, which
20049 were not always properly handled previously.
20050
20051 * directio.ads, ioexcept.ads, sequenio.ads, text_io.ads: Change
20052 explicit Ada_95 to Ada_2005.
20053
20054 2006-02-13 Javier Miranda <miranda@adacore.com>
20055 Robert Dewar <dewar@adacore.com>
20056 Ed Schonberg <schonberg@adacore.com>
20057
20058 * einfo.ads, einfo.adb (First_Tag_Component): Protect the frontend
20059 against errors in the source program: a private types for which the
20060 corresponding full type declaration is missing and pragma CPP_Virtual
20061 is used.
20062 (Is_Unchecked_Union): Check flag on Implementation_Base_Type.
20063 (Is_Known_Null): New flag
20064 (Has_Pragma_Pure): New flag
20065 (No_Return): Present in all entities, set only for procedures
20066 (Is_Limited_Type): A type whose ancestor is an interface is limited if
20067 explicitly declared limited.
20068 (DT_Offset_To_Top_Func): New attribute that is present in E_Component
20069 entities. Only used for component marked Is_Tag. If present it stores
20070 the Offset_To_Top function used to provide this value in tagged types
20071 whose ancestor has discriminants.
20072
20073 * exp_ch2.adb: Update status of new Is_Known_Null flag
20074
20075 * sem_ch7.adb: Maintain status of new Is_Known_Null flag
20076
20077 * sem_cat.adb (Get_Categorization): Don't treat function as Pure in
20078 the categorization sense if Is_Pure was set by pragma Pure_Function.
20079
20080 2006-02-13 Quentin Ochem <ochem@adacore.com>
20081 Olivier Hainque <hainque@adacore.com>
20082
20083 * bindusg.adb: Updated documentation for -d and -D switches.
20084
20085 * raise.h (__gnat_set_globals): added new parameter for
20086 Default_Stack_Size.
20087
20088 * init.c (__gnat_adjust_context_for_raise) <alpha-vms case>: Implement.
20089 (__gnat_handle_vms_condition): Adjust context before raise.
20090 (__gnat_install_handler): Restore the global vector setup for GCC
20091 versions before 3.4, as the frame based circtuitry is not available
20092 in this case.
20093 (__gnat_set_globals): added a parameter default_stack_size
20094 (__gl_default_stack_size): new variable.
20095
20096 2006-02-13 Ed Schonberg <schonberg@adacore.com>
20097
20098 * exp_aggr.adb (Build_Array_Aggr_Code): Rename variable
20099 "Others_Mbox_Present" to "Others_Box_Present" because the mbox concept
20100 does not exist in the Ada RM.
20101 (Compatible_Int_Bounds): Determine whether two integer range bounds
20102 are of equal length and have the same start and end values.
20103 (Is_Int_Range_Bounds): Determine whether a node is an integer range.
20104 (Build_Record_Aggr_Code): Perform proper sliding of a nested array
20105 aggregate when it is part of an object declaration.
20106 (Build_Record_Aggr_Code) If the aggregate ttype is a derived type that
20107 constrains discriminants of its parent, add explicitly the discriminant
20108 constraints of the ancestor by retrieving them from the
20109 stored_constraint of the parent.
20110
20111 2006-02-13 Robert Dewar <dewar@adacore.com>
20112
20113 * exp_attr.adb (Expand_N_Attribute_Reference, case Mechanism_Code): If
20114 attribute Mechanism_Code is applied to renamed subprogram, modify
20115 prefix to point to base subprogram.
20116 Max/Min attributes now violate Restriction No_Implicit_Conditionals
20117
20118 * sinfo.ads: Document that Mechanism_Code cannot be applied to
20119 renamed subprograms so that the front-end must replace the prefix
20120 appropriately.
20121
20122 2006-02-13 Javier Miranda <miranda@adacore.com>
20123 Gary Dismukes <dismukes@adacore.com>
20124
20125 * exp_ch3.adb (Component_Needs_Simple_Initialization): Add check for
20126 availability of RE_Interface_Tag.
20127 (Build_Initialization_Call): Fix wrong access to the discriminant value.
20128 (Freeze_Record_Type): Do not generate the tables associated with
20129 timed and conditional dispatching calls through synchronized
20130 interfaces if compiling under No_Dispatching_Calls restriction.
20131 When compiling for Ada 2005, for a nonabstract
20132 type with a null extension, call Make_Controlling_Function_Wrappers
20133 and insert the wrapper function declarations and bodies (the latter
20134 being appended as freeze actions).
20135 (Predefined_Primitive_Bodies): Do not generate the bodies of the
20136 predefined primitives associated with timed and conditional
20137 dispatching calls through synchronized interfaces if we are
20138 compiling under No_Dispatching_Calls.
20139 (Build_Init_Procedure): Use RTE_Available to check if a run-time
20140 service is available before generating a call.
20141 (Make_Controlling_Function_Wrappers): New procedure.
20142 (Expand_N_Full_Type_Declaration): Create a class-wide master for
20143 access-to-limited-interfaces because they can be used to reference
20144 tasks that implement such limited interface.
20145 (Build_Offset_To_Top_Functions): Build the tree corresponding to the
20146 procedure spec and body of the Offset_To_Top function that is generated
20147 when the parent of a type with discriminants has secondary dispatch
20148 tables.
20149 (Init_Secondary_Tags): Handle the case in which the parent of the type
20150 containing secondary dispatch tables has discriminants to generate the
20151 correct arguments to call Set_Offset_To_Top.
20152 (Build_Record_Init_Proc): Add call to Build_Offset_To_Top_Functions.
20153
20154 * a-tags.ads, a-tags.adb: (Check_Index): Removed.
20155 Add Wide_[Wide_]Expanded_Name.
20156 (Get_Predefined_Prim_Op_Address): New subprogram that provides exactly
20157 the same functionality of Get_Prim_Op_Address but applied to predefined
20158 primitive operations because the pointers to the predefined primitives
20159 are now saved in a separate table.
20160 (Parent_Size): Modified to get access to the separate table of primitive
20161 operations or the parent type.
20162 (Set_Predefined_Prim_Op_Address): New subprogram that provides the same
20163 functionality of Set_Prim_Op_Address but applied to predefined primitive
20164 operations.
20165 (Set_Signature): New subprogram used to store the signature of a DT.
20166 (Displace): If the Offset_To_Top value is not static then call the
20167 function generated by the expander to get such value; otherwise use
20168 the value stored in the table of interfaces.
20169 (Offset_To_Top): The type of the actual has been changed to Address to
20170 give the correct support to tagged types with discriminants. In this
20171 case this value is stored just immediately after the tag field.
20172 (Set_Offset_To_Top): Two new formals have been added to indicate if the
20173 offset_to_top value is static and hence pass this value to the run-time
20174 to store it in the table of interfaces, or else if this value is dynamic
20175 and then pass to the run-time the address of a function that is
20176 generated by the expander to provide this value for each object of the
20177 type.
20178
20179 * rtsfind.ads (Default_Prin_Op_Count): Removed.
20180 (Default_Prim_Op_Count): New entity
20181 (Get_Predefined_Prim_Op_Address): New entity
20182 (Set_Predefined_Prim_Op_Address): New entity
20183 (RE_Set_Signature): New entity
20184
20185 2006-02-13 Thomas Quinot <quinot@adacore.com>
20186 Ed Schonberg <schonberg@adacore.com>
20187
20188 * exp_ch4.adb (Expand_Allocator_Expression): Pass Allocator => True to
20189 Make_Adjust_Call done for a newly-allocated object.
20190
20191 * exp_ch7.ads, exp_ch7.adb (Expand_Cleanup_Actions): If the statements
20192 in a subprogram are wrapped in a cleanup block, indicate that the
20193 subprogram contains an inner block with an exception handler.
20194 (Make_Adjust_Call): New Boolean formal Allocator indicating whether the
20195 Adjust call is for a newly-allocated object. In that case we must not
20196 assume that the finalization list chain pointers are correct (since they
20197 come from a bit-for-bit copy of the original object's pointers) so if
20198 the attach level would otherwise be zero (no change), we set it to 4
20199 instead to cause the pointers to be reset to null.
20200
20201 * s-finimp.adb (Attach_To_Final_List): New attach level: 4, meaning
20202 reset chain pointers to null.
20203
20204 2006-02-13 Ed Schonberg <schonberg@adacore.com>
20205
20206 * exp_ch5.adb (Expand_Assign_Array): If the right-hand side is a
20207 string, and the context requires a loop for the assignment (e.g.
20208 because the left-hand side is packed), generate a unique name for the
20209 temporary that holds the string, to prevent spurious name clashes.
20210
20211 2006-02-13 Ed Schonberg <schonberg@adacore.com>
20212 Javier Miranda <miranda@adacore.com>
20213 Robert Dewar <dewar@adacore.com>
20214 Gary Dismukes <dismukes@adacore.com>
20215
20216 * exp_ch6.adb (Expand_Inlined_Call): Handle calls to functions that
20217 return unconstrained arrays.
20218 Update comments.
20219 (Expand_Call): An indirect call through an access parameter of a
20220 protected operation is not a protected call.
20221 Add circuit to raise CE in Ada 2005 mode following call
20222 to Raise_Exception.
20223 (Register_DT_Entry): Do nothing if
20224 the run-time does not give support to abstract interfaces.
20225 (Freeze_Subprogram): In case of dispatching operations, do not generate
20226 code to register the operation in the dispatch table if the source
20227 is compiled with No_Dispatching_Calls.
20228 (Register_Predefined_DT_Entry): Generate code that calls the new
20229 run-time subprogram Set_Predefined_Prim_Op_Address instead of
20230 Set_Prim_Op_Address.
20231
20232 * sem_ch5.adb (Analyze_Assignment_Statement): Do not apply length checks
20233 on array assignments if the right-hand side is a function call that has
20234 been inlined. Check is performed on the assignment in the block.
20235 (Process_Bounds): If bounds and range are overloaded, apply preference
20236 rule for root operations to disambiguate, and diagnose true ambiguity.
20237 (Analyze_Assignment): Propagate the tag for a class-wide assignment with
20238 a tag-indeterminate right-hand side even when Expander_Active is True.
20239 Needed to ensure that dispatching calls to T'Input are allowed and
20240 get the tag of the target class-wide object.
20241
20242 * sem_ch6.adb (New_Overloaded_Entity): Handle entities that override
20243 an inherited primitive operation that already overrides several
20244 abstract interface primitives. For transitivity, the new entity must
20245 also override all the abstract interface primitives covered by the
20246 inherited overriden primitive.
20247 Emit warning if new entity differs from homograph in same scope only in
20248 that one has an access parameter and the other one has a parameter of
20249 a general access type with the same designated type, at the same
20250 position in the signature.
20251 (Make_Inequality_Operator): Use source locations of parameters and
20252 subtype marks from corresponding equality operator when creating the
20253 tree structure for the implicit declaration of "/=". This does not
20254 change anything in behaviour except that the decoration of the
20255 components of the subtree created for "/=" allows ASIS to get the
20256 string images of the corresponding identifiers.
20257 (Analyze_Return_Statement): Remove '!' in warning message.
20258 (Check_Statement_Sequence): Likewise.
20259 (Analyze_Subprogram_Body): For an access parameter whose designated type
20260 is an incomplete type imported through a limited_with clause, use the
20261 type of the corresponding formal in the body.
20262 (Check_Returns): Implicit return in No_Return procedure now raises
20263 Program_Error with a compile time warning, instead of beging illegal.
20264 (Has_Single_Return): Function returning unconstrained type cannot be
20265 inlined if expression in unique return statement is not an identifier.
20266 (Build_Body_To_Inline): It is possible to inline a function call that
20267 returns an unconstrained type if all return statements in the function
20268 return the same local variable. Subsidiary procedure Has_Single_Return
20269 verifies that the body conforms to this restriction.
20270
20271 * sem_res.adb (Resolve_Equality_Op): If the operands do not have the
20272 same type, and one of them is of an anonymous access type, convert
20273 the other operand to it, so that this is a valid binary operation for
20274 gigi.
20275 (Resolve_Type_Conversion): Handle subtypes of protected types and
20276 task types when accessing to the corresponding record type.
20277 (Resolve_Allocator): Add '\' in 2-line warning message.
20278 Remove '!' in warning message.
20279 (Resolve_Call): Add '\' in 2-line warning message.
20280 (Valid_Conversion): Likewise.
20281 (Resolve_Overloaded_Selected_Component): If disambiguation succeeds, the
20282 resulting type may be an access type with an implicit dereference.
20283 Obtain the proper component from the designated type.
20284 (Make_Call_Into_Operator): Handle properly a call to predefined equality
20285 given by an expanded name with prefix Standard, when the operands are
20286 of an anonymous access type.
20287 (Check_Fully_Declared_Prefix): New procedure, subsidiary of Resolve_
20288 Explicit_Dereference and Resolve_Selected_Component, to verify that the
20289 prefix of the expression is not of an incomplete type. Allows full
20290 diagnoses of all semantic errors.
20291 (Resolve_Actuals): If the actual is an allocator whose directly
20292 designated type is a class-wide interface we build an anonymous
20293 access type to use it as the type of the allocator. Later, when
20294 the subprogram call is expanded, if the interface has a secondary
20295 dispatch table the expander will add a type conversion to force
20296 the displacement of the pointer.
20297 (Resolve_Call): If a function that returns an unconstrained type is
20298 marked Inlined_Always and inlined, the call will be inlined and does
20299 not require the creation of a transient scope.
20300 (Check_Direct_Boolean_Op): Removed
20301 (Resolve_Comparison_Op): Remove call to above
20302 (Resolve_Equality_Op): Remove call to above
20303 (Resolve_Logical_Op): Inline above, since this is only call.
20304 (Valid_Conversion): Handle properly conversions between arrays of
20305 convertible anonymous access types.
20306
20307 PR ada/25885
20308 (Set_Literal_String_Subtype): If the lower bound is not static, wrap
20309 the literal in an unchecked conversion, because GCC 4.x needs a static
20310 value for a string bound.
20311
20312 2006-02-13 Ed Schonberg <schonberg@adacore.com>
20313 Hristian Kirtchev <kirtchev@adacore.com>
20314
20315 * exp_ch9.adb (Expand_N_Protected_Type_Declaration): When creating the
20316 components of the corresponding record, take into account component
20317 definitions that are access definitions.
20318 (Expand_N_Asynchronous_Select): A delay unit statement rewritten as a
20319 procedure is not considered a dispatching call and will be expanded
20320 properly.
20321
20322 2006-02-13 Javier Miranda <miranda@adacore.com>
20323
20324 * exp_disp.ads, exp_disp.adb (Expand_Dispatching_Call): If the
20325 controlling argument of the dispatching call is an abstract interface
20326 class-wide type then we use it directly.
20327 Check No_Dispatching_Calls restriction.
20328 (Default_Prim_Op_Position): Remove the code that looks for the last
20329 entity in the list of aliased subprograms. This code was wrong in
20330 case of renamings.
20331 (Fill_DT_Entry): Add assertion to avoid the use of this subprogram
20332 when the source is compiled with the No_Dispatching_Calls restriction.
20333 (Init_Predefined_Interface_Primitives): No need to inherit primitives
20334 if we are compiling with restriction No_Dispatching_Calls.
20335 (Make_Disp_XXX): Addition of assertion to avoid the use of all these
20336 subprograms if we are compiling under No_Dispatching_Calls restriction.
20337 (Make_DT): Generate a dispatch table with a single dummy entry if
20338 we are compiling with the No_Dispatching_Calls restriction. In
20339 addition, in this case we don't generate code that calls to the
20340 following run-time subprograms: Set_Type_Kind, Inherit_DT.
20341 (Make_Select_Specific_Data_Table): Add assertion to avoid the use
20342 of this subprogram if compiling with the No_Dispatching_Calls
20343 restriction.
20344 (Expand_Type_Conversion): Instead of using the actual parameter,
20345 the argument passed as parameter to the conversion function was
20346 erroneously referenced by the expander.
20347 (Ada_Actions): Addition of Get_Predefined_Prim_Op_Address,
20348 Set_Predefined_Primitive_Op_Address and Set_Signature.
20349 (Expand_Dispatching_Call): Generate call to
20350 Get_Predefined_Prim_Op_Address for predefined primitives.
20351 (Fill_DT_Entry): Generate call to Set_Predefined_Prim_Op_Address for
20352 predefined primitives.
20353 (Make_DT, Make_Secondary_DT): If the tagged type has no user defined
20354 primitives we reserve one dummy entry to ensure that the tag does not
20355 point to some memory that is associated with some other object. In
20356 addition, remove all the old code that generated the assignments
20357 associated with the signature of the dispatch table and replace them
20358 by a call to the new subprogram Set_Signature.
20359 (Set_All_DT_Position): Change the algorithm because now we have a
20360 separate dispatch table associated with predefined primitive operations.
20361 (Expand_Interface_Conversion): In case of non-static offset_to_top
20362 add explicit dereference to get access to the object after the call
20363 to displace the pointer to the object.
20364 (Expand_Interface_Thunk): Modify the generation of the actual used
20365 in the calls to the run-time function Offset_To_Top to fulfil its
20366 new interface.
20367 (Make_DT): Add the new actuals required to call Set_Offset_To_Top.
20368
20369 2006-02-13 Ed Schonberg <schonberg@adacore.com>
20370
20371 * exp_dist.adb (Copy_Specification): For access parameters, copy
20372 Null_Exclusion flag, which will have been set for stream subprograms
20373 in Ada2005 mode.
20374
20375 2006-02-13 Pascal Obry <obry@adacore.com>
20376
20377 * expect.c (__gnat_expect_portable_execvp): New implementation. The
20378 previous implementation was using the C runtime spawnve routine but
20379 the corresponding wait was using directly the Win32 API. This was
20380 causing some times a lock when waiting for an event using
20381 WaitForSingleObject in __gnat_waitpid. This new implementation uses
20382 the Win32 CreateProcess routine. Avoiding mixing C runtime and Win32
20383 API fixes this problem.
20384
20385 2006-02-13 Robert Dewar <dewar@adacore.com>
20386
20387 * exp_intr.adb (Expand_Unc_Deallocation): Correct error of bad analyze
20388 call.
20389
20390 2006-02-13 Thomas Quinot <quinot@adacore.com>
20391
20392 * exp_pakd.ads: Fix typos in comments.
20393
20394 * exp_pakd.adb (Convert_To_PAT_Type): For the case of a bit packed
20395 array reference that is an explicit dereference, mark the converted
20396 (packed) array reference as analyzed to prevent a forthcoming
20397 reanalysis from resetting its type to the original (non-packed) array
20398 type.
20399
20400 2006-02-13 Ed Schonberg <schonberg@adacore.com>
20401 Javier Miranda <miranda@adacore.com>
20402 Eric Botcazou <ebotcazou@adacore.com>
20403
20404 * exp_util.ads, exp_util.adb (Find_Prim_Op,
20405 Is_Predefined_Primitive_Operation): When
20406 searching for the predefined equality operator, verify that operands
20407 have the same type.
20408 (Is_Predefined_Dispatching_Operation): Remove the code that looks
20409 for the last entity in the list of aliased subprograms. This code
20410 was wrong in case of renamings.
20411 (Set_Renamed_Subprogram): New procedure
20412 (Remove_Side_Effects): Replace calls to Etype (Exp) with use of the
20413 Exp_Type constant computed when entering this subprogram.
20414 (Known_Null): New function
20415 (OK_To_Do_Constant_Replacement): New function
20416 (Known_Non_Null): Check scope before believing Is_Known_Non_Null flag
20417 (Side_Effect_Free): An attribute reference 'Input is not free of
20418 side effect, unlike other attributes that are functions. (from code
20419 reading).
20420 (Remove_Side_Effects): Expressions that involve packed arrays or records
20421 are copied at the point of reference, and therefore must be marked as
20422 renamings of objects.
20423 (Is_Predefined_Dispatching_Operation): Return false if the operation is
20424 not a dispatching operation.
20425
20426 PR ada/18819
20427 (Remove_Side_Effects): Lift enclosing type conversion nodes for
20428 elementary types in all cases.
20429
20430 2006-02-13 Javier Miranda <miranda@adacore.com>
20431
20432 * freeze.adb (Freeze_Entity): Handle subtypes of protected types and
20433 task types when accessing to the corresponding record type.
20434 Remove '!' in warning message.
20435
20436 2006-02-13 Olivier Hainque <hainque@adacore.com>
20437
20438 * g-altive.ads (VECTOR_ALIGNMENT): Set to Min (16, Max_Alignment),
20439 to avoid useless and space inefficient overalignments on targets where
20440 Max_Alignment is larger than 16.
20441
20442 2006-02-13 Pascal Obry <obry@adacore.com>
20443
20444 * g-catiio.adb (Sec_Number): New type used to compute the number of
20445 seconds since 1-1-1970.
20446 (Image) [Natural]: The parameter was an Integer, as we can't deal with
20447 negative numbers (years, months...) it is better to have a Natural here.
20448 Code clean-up.
20449 (Image) [Number]: Change parameter from Long_Integer to Number.
20450 (Image): Use Number type to compute the seconds since 1-1-1970 to fix an
20451 overflow for dates past year 2038.
20452
20453 2006-02-13 Matthew Heaney <heaney@adacore.com>
20454
20455 * g-dyntab.adb (Index_Of): conversion from Natural can no longer raise
20456 Constraint_Error.
20457
20458 2006-02-13 Arnaud Charlet <charlet@adacore.com>
20459
20460 * gnatbind.adb (Scan_Bind_Arg): Replace error by warning on -M and
20461 native platforms.
20462 (Gnatbind): Do not call Exit_Program (E_Success) at the end, so that
20463 finalization can occur normally.
20464
20465 2006-02-13 Vincent Celier <celier@adacore.com>
20466
20467 * gnatcmd.adb (Rules_Switches): New table
20468 (Add_To_Rules_Switches): New procedure
20469 (GNATCmd): For command CHECK, put all options following "-rules" in the
20470 Rules_Switches table. Append these -rules switches after the -cargs
20471 switches.
20472
20473 2006-02-13 Robert Dewar <dewar@adacore.com>
20474
20475 * g-spipat.adb (Image, case PC_Assign_Imm and case PC_Assign_OnM):
20476 These two cases were generating incorrect output, and if this unit
20477 was built with checks on, generated a discriminant mismatch constraint
20478 error.
20479
20480 2006-02-13 Ed Schonberg <schonberg@adacore.com>
20481 Robert Dewar <dewar@adacore.com>
20482
20483 * lib-xref.adb (Get_Type_Reference): For a private type whose full
20484 view is an array type, indicate the component type as well, for
20485 navigation purposes.
20486 (Generate_Reference): Don't consider array ref on LHS to be a case
20487 of violating pragma Unreferenced.
20488 Do not give Ada 2005 warning except on real reference.
20489
20490 2006-02-13 Vincent Celier <celier@adacore.com>
20491
20492 * make.adb (Collect_Arguments_And_Compile): For VMS, when compiling the
20493 main source, add switch -mdebug-main=_ada_ so that the executable can
20494 be debugged by the standard VMS debugger.
20495 (Gnatmake): Set No_Main_Subprogram to True when there is no main
20496 subprogram, to avoid issuing -mdebug-main=_ada_ for VMS uselessly.
20497 Exit the Multi_Main_Loop when Unique_Compile is True after compilation
20498 of the last source, as the binding and linking phases are never
20499 performed.
20500 Set all executable obsolete when rebuilding a library.
20501
20502 * makeutl.adb (Linker_Options_Switches): Do not process empty linker
20503 options.
20504
20505 2006-02-13 Javier Miranda <miranda@adacore.com>
20506
20507 PR ada/23973
20508 * par-ch3.adb (P_Derived_Type_Def_Or_Private_Ext_Decl): Reorganize the
20509 code to improve the error message reported when the program has
20510 declarations of abstract interface types and it is not compiled with
20511 the -gnat05 switch.
20512 (P_Access_Definition): Reorganize the code to improve the error
20513 message reported when the new Ada 2005 syntax for anonymous
20514 access types is used and the program is not compiled with the
20515 -gnat05 switch.
20516
20517 2006-02-13 Robert Dewar <dewar@adacore.com>
20518
20519 * par-ch6.adb, style.ads, styleg.adb, styleg.ads, stylesw.adb,
20520 stylesw.ads, usage.adb, vms_data.ads: Implement -gnatyI switch
20521 (MODE_IN)
20522
20523 2006-02-13 Javier Miranda <miranda@adacore.com>
20524
20525 * par-endh.adb (Explicit_Start_Label): Add code to protect the parser
20526 against source containing syntax errors.
20527
20528 2006-02-13 Vincent Celier <celier@adacore.com>
20529
20530 * prj.adb (Reset): Initialize the first element of table Namings with
20531 the standard naming data.
20532
20533 2006-02-13 Vincent Celier <celier@adacore.com>
20534
20535 * prj.ads (Error_Warning): New enumeration type
20536
20537 * prj-nmsc.ads, prj-nmsc.adb (Error_Msg): If location parameter is
20538 unknown, use the location of the project to report the error.
20539 (When_No_Sources): New global variable
20540 (Report_No_Ada_Sources): New procedure
20541 (Check): New parameter When_No_Sources. Set value of global variable
20542 When_No_Sources,
20543 (Find_Sources): Call Report_No_Ada_Sources when appropriate
20544 (Get_Sources_From_File): Ditto
20545 (Warn_If_Not_Sources): Better warning messages indicating the unit name
20546 and the file name.
20547
20548 * prj-pars.ads, prj-pars.adb (Parse): New parameter When_No_Sources.
20549 Call Prj.Proc.Process with parameter When_No_Sources.
20550
20551 * prj-proc.ads, prj-proc.adb (Check): New parameter When_No_Sources.
20552 Call Recursive_Check with parameter When_No_Sources.
20553 (Recursive_Check): New parameter When_No_Sources. Call itself and
20554 Prj.Nmsc.Check with parameter When_No_Sources.
20555 (Process): New parameter When_No_Sources. Call Check with parameter
20556 When_No_Sources.
20557 (Copy_Package_Declarations): New procedure to copy renamed parameters
20558 and setting the location of the declared attributes to the location
20559 of the renamed package.
20560 (Process_Declarative_Items): Call Copy_Package_Declarations for renamed
20561 packages.
20562
20563 2006-02-13 Vincent Celier <celier@adacore.com>
20564
20565 * prj-makr.adb (Make): Preserve the comments from the original project
20566 file.
20567 When removing nodes (attributes Source_Dirs, Source_Files,
20568 Source_List_File and package Naming), save the comments and attach the
20569 saved comments to the newly created nodes.
20570 Do not add a with clause for the naming package if one already exists.
20571
20572 2006-02-13 Javier Miranda <miranda@adacore.com>
20573 Gary Dismukes <dismukes@adacore.com>
20574 Robert Dewar <dewar@adacore.com>
20575
20576 * restrict.ads (No_Dispatching_Calls): New GNAT restriction.
20577
20578 * sem_disp.adb (Override_Dispatching_Operation): Traverse the list of
20579 aliased entities to look for the overriden abstract interface
20580 subprogram.
20581 (Is_Interface_Subprogram): Complete documentation.
20582 (Check_Dispatching_Operation): Do not generate code to register the
20583 operation in the dispatch table if the source is compiled with
20584 restriction No_Dispatching_Calls.
20585 (Override_Dispatching_Operation): Check for illegal attempt to override
20586 No_Return procedure with procedure that is not No_Return
20587 (Check_Dispatching_Call): Suppress the check for an abstract operation
20588 when the original node of an actual is a tag-indeterminate attribute
20589 call, since the attribute, which must be 'Input, can never be abstract.
20590 (Is_Tag_Indeterminate): Handle checking of tag indeterminacy of a
20591 call to the Input attribute (even when rewritten).
20592 (Propagate_Tag): Augment comment to indicate the possibility of a call
20593 to an Input attribute.
20594
20595 * sem_disp.ads (Override_Dispatching_Operation): Moved to spec to allow
20596 calling it from Exp_Ch3.Make_Controlling_Function_Wrappers.
20597
20598 * s-rident.ads: (No_Dispatching_Calls): New GNAT restriction.
20599 No_Wide_Characters is no longer partition-wide
20600 No_Implementation_Attributes/Pragmas are now Ada 2005 (AI-257)
20601 rather than GNAT
20602
20603 2006-02-13 Douglas Rupp <rupp@adacore.com>
20604
20605 * s-auxdec-vms_64.ads (Short_Address): Wrap it in a type.
20606
20607 2006-02-13 Javier Miranda <miranda@adacore.com>
20608
20609 * sem_aggr.adb (Resolve_Record_Aggregate): Restructure the code that
20610 handles default-initialized components to keep separate the management
20611 of this feature but also avoid the unrequired resolution and
20612 expansion of components that do not have partially initialized
20613 values.
20614 (Collect_Aggr_Bounds): Add '\' in 2-line warning message.
20615 (Check_Bounds): Likewise.
20616 (Check_Length): Likewise.
20617
20618 2006-02-13 Javier Miranda <miranda@adacore.com>
20619 Ed Schonberg <schonberg@adacore.com>
20620
20621 * sem_attr.adb (Analyze_Attribute): In case of 'Class applied to an
20622 abstract interface type call analyze_and_resolve to expand the type
20623 conversion into the corresponding displacement of the
20624 reference to the base of the object.
20625 (Eval_Attribute, case Width): For systems where IEEE extended precision
20626 is supported, the maximum exponent occupies 4 decimal digits.
20627 (Accessibility_Message): Add '\' in 2-line warning message.
20628 (Resolve_Attribute): Likewise.
20629 (case Attribute_Access): Significantly revise checks
20630 for illegal access-to-subprogram Access attributes to properly enforce
20631 the rules of 3.10.2(32/2).
20632 Diagnose use of current instance with an illegal attribute.
20633
20634 * sem_util.ads, sem_util.adb (Enclosing_Generic_Body): Change formal
20635 to a Node_Id.
20636 (Enclosing_Generic_Unit): New function to return a node's innermost
20637 enclosing generic declaration node.
20638 (Compile_Time_Constraint_Error): Remove '!' in warning messages.
20639 (Type_Access_Level): The accessibility level of anonymous acccess types
20640 associated with discriminants is that of the current instance of the
20641 type, and that's deeper than the type itself (AARM 3.10.2 (12.3.21)).
20642 (Compile_Time_Constraint_Error): Handle case of conditional expression.
20643 (Kill_Current_Values_For_Entity): New function
20644 (Enter_Name): Change formal type to Entity_Id
20645
20646 2006-02-13 Hristian Kirtchev <kirtchev@adacore.com>
20647 Ed Schonberg <schonberg@adacore.com>
20648 Gary Dismukes <dismukes@adacore.com>
20649
20650 * sem_ch10.adb (Check_Redundant_Withs): New procedure in
20651 Analyze_Compilation_Unit.
20652 Detect and warn on redundant with clauses detected in a package spec
20653 and/or body when -gnatwr is used.
20654 (Analyze_Context): Analyze config pragmas before other items
20655 (Install_Context_Items): Don't analyze config pragmas here
20656 (Install_Limited_Withed_Unit): Set limited entity of package in
20657 with_clause so that cross-reference information or warning messages on
20658 unused packages can be properly generated
20659 (Is_Visible_Through_Renamings): Return false if the limited_with_clause
20660 has Error_Posted set. Prevent infinite loops in illegal programs.
20661 (Check_Private_Child_Unit): Move test for a nonprivate with clause down
20662 to the point of the error test requiring the current unit to be private.
20663 This ensures that private with clauses are not exempted from the basic
20664 checking for being a descendant of the same library unit parent as a
20665 withed private descendant unit.
20666 (Check_Private_Limited_Withed_Unit): Revise the checking algorithm to
20667 handle private with clauses properly, as well as to account for cases
20668 where the withed unit is a public descendant of a private ancestor
20669 (in which case the current unit must be a descendant of the private
20670 ancestor's parent). The spec comments were updated accordingly. Also,
20671 the old error message in this subprogram was replaced with error
20672 messages that mirror the errors tested and reported by
20673 Check_Private_Child_Unit.
20674 Parameter and variable names improved for readability.
20675 (Install_Limited_Context_Clauses): Remove test for a withed unit being
20676 private as the precondition for calling
20677 Check_Private_Limited_Withed_Unit since that subprogram has been
20678 revised to test public units as well as private units.
20679
20680 2006-02-13 Thomas Quinot <quinot@adacore.com>
20681 Robert Dewar <dewar@adacore.com>
20682 Ed Schonberg <schonberg@adacore.com>
20683 Javier Miranda <miranda@adacore.com>
20684
20685 * sem_ch12.adb (Inline_Instance_Body): Remove erroneous assumption
20686 that Scope_Stack.First = 1.
20687 Properly handle Ada_Version_Explicit and Ada_Version_Config, which
20688 were not always properly handled previously.
20689 (Formal_Entity): Complete rewrite, to handle properly some complex case
20690 with multiple levels of parametrization by formal packages.
20691 (Analyze_Formal_Derived_Type): Propagate Ada 2005 "limited" indicator
20692 to the corresponding derived type declaration for proper semantics.
20693
20694 * sem_prag.adb (Analyze_Pragma): Remove '!' in warning message.
20695 (Check_Component): Enforce restriction on components of
20696 unchecked_unions: a component in a variant cannot contain tasks or
20697 controlled types.
20698 (Unchecked_Union): Allow nested variants and multiple discriminants, to
20699 conform to AI-216.
20700 Add pragma Ada_2005 (synonym for Ada_05)
20701 Properly handle Ada_Version_Explicit and Ada_Version_Config, which
20702 were not always properly handled previously.
20703 Document that pragma Propagate_Exceptions has no effect
20704 (Analyze_Pragma, case Pure): Set new flag Has_Pragma_Pure
20705 (Set_Convention_From_Pragma): Check that if a convention is
20706 specified for a dispatching operation, then it must be
20707 consistent with the existing convention for the operation.
20708 (CPP_Class): Because of the C++ ABI compatibility, the programmer is no
20709 longer required to specify an vtable-ptr component in the record. For
20710 compatibility reasons we leave the support for the previous definition.
20711 (Analyze_Pragma, case No_Return): Allow multiple arguments
20712
20713 * sem_ch3.ads, sem_ch3.adb (Check_Abstract_Overriding): Flag a
20714 non-overrideen inherited operation with a controlling result as
20715 illegal only its implicit declaration comes from the derived type
20716 declaration of its result's type.
20717 (Check_Possible_Deferred_Completion): Relocate the object definition
20718 node of the subtype indication of a deferred constant completion rather
20719 than directly analyzing it. The analysis of the generated subtype will
20720 correctly decorate the GNAT tree.
20721 (Record_Type_Declaration): Check whether this is a declaration for a
20722 limited derived record before analyzing components.
20723 (Analyze_Component_Declaration): Diagnose record types not explicitly
20724 declared limited when a component has a limited type.
20725 (Build_Derived_Record_Type): Code reorganization to check if some of
20726 the inherited subprograms of a tagged type cover interface primitives.
20727 This check was missing in case of a full-type associated with a private
20728 type declaration.
20729 (Constant_Redeclaration): Check that the subtypes of the partial and the
20730 full view of a constrained deferred constant statically match.
20731 (Mentions_T): A reference to the current type in an anonymous access
20732 component declaration must be an entity name.
20733 (Make_Incomplete_Type_Declaration): If type is tagged, set type of
20734 class_wide type to refer to full type, not to the incomplete one.
20735 (Add_Interface_Tag_Components): Do nothing if RE_Interface_Tag is not
20736 available. Required to give support to the certified run-time.
20737 (Analyze_Component_Declaration): In case of anonymous access components
20738 perform missing checks for AARM 3.9.2(9) and 3.10.2 (12.2).
20739 (Process_Discriminants): For an access discriminant, use the
20740 discriminant specification as the associated_node_for_itype, to
20741 simplify accessibility checks.
20742
20743 2006-02-13 Ed Schonberg <schonberg@adacore.com>
20744 Javier Miranda <miranda@adacore.com>
20745
20746 * sem_ch4.adb (Remove_Abstract_Interpretations): Even if there are no
20747 abstract interpretations on an operator, remove interpretations that
20748 yield Address or a type derived from it, if one of the operands is an
20749 integer literal.
20750 (Try_Object_Operation.Try_Primitive_Operation,
20751 Try_Object_Operation.Try_Class_Wide_Operation): Set proper source
20752 location when creating the new reference to a primitive or class-wide
20753 operation as a part of rewriting a subprogram call.
20754 (Try_Primitive_Operations): If context requires a function, collect all
20755 interpretations after the first match, because there may be primitive
20756 operations of the same type with the same profile and different return
20757 types. From code reading.
20758 (Try_Primitive_Operation): Use the node kind to choose the proper
20759 operation when a function and a procedure have the same parameter
20760 profile.
20761 (Complete_Object_Operation): If formal is an access parameter and prefix
20762 is an object, rewrite as an Access reference, to match signature of
20763 primitive operation.
20764 (Find_Equality_Type, Find_One_Interp): Handle properly equality given
20765 by an expanded name with prefix Standard, when the operands are of an
20766 anonymous access type.
20767 (Remove_Abstract_Operations): If the operation is abstract because it is
20768 inherited by a user-defined type derived from Address, remove it as
20769 well from the set of candidate interpretations of an overloaded node.
20770 (Analyze_Membership_Op): Membership test not applicable to cpp-class
20771 types.
20772
20773 2006-02-13 Bob Duff <duff@adacore.com>
20774
20775 * sem_ch8.adb (Note_Redundant_Use): Suppress unhelpful warning about
20776 redundant use clauses.
20777 In particular, if the scope of two use clauses overlaps, but one is not
20778 entirely included in the other, we should not warn. This can happen
20779 with nested packages.
20780 (Analyze_Subprogram_Renaming): Protect the compiler against previously
20781 reported errors. The bug was reported when the compiler was built
20782 with assertions enabled.
20783 (Find_Type): If the node is a 'Class reference and the prefix is a
20784 synchronized type without a corresponding record, return the type
20785 itself.
20786
20787 2006-02-13 Javier Miranda <miranda@adacore.com>
20788
20789 * sem_ch9.adb (Analyze_Protected_Type, Analyze_Task_Type): Check that
20790 if this is the full-declaration associated with a private declaration
20791 that implement interfaces, then the private type declaration must be
20792 limited.
20793 (Analyze_Single_Protected, Analyze_Single_Task): Do not mark the object
20794 as aliased. The use of the 'access attribute is not available for such
20795 object (for this purpose the object should be explicitly marked as
20796 aliased, but being an anonymous type this is not possible).
20797
20798 2006-02-13 Ed Schonberg <schonberg@adacore.com>
20799 Robert Dewar <dewar@adacore.com>
20800
20801 * sem_elab.adb (Same_Elaboration_Scope): A package that is a
20802 compilation unit is an elaboration scope.
20803 (Add_Task_Proc): Add '\' in 2-line warning message.
20804 (Activate_All_Desirable): Deal with case of unit with'ed by parent
20805
20806 2006-02-13 Ed Schonberg <schonberg@adacore.com>
20807 Javier Miranda <miranda@adacore.com>
20808
20809 * sem_type.adb (Write_Overloads): Improve display of candidate
20810 interpretations.
20811 (Add_One_Interp): Do not add to the list of interpretations aliased
20812 entities corresponding with an abstract interface type that is an
20813 immediate ancestor of a tagged type; otherwise we have a dummy
20814 conflict between this entity and the aliased entity.
20815 (Disambiguate): The predefined equality on universal_access is not
20816 usable if there is a user-defined equality with the proper signature,
20817 declared in the same declarative part as the designated type.
20818 (Find_Unique_Type): The universal_access equality operator defined under
20819 AI-230 does not cover pool specific access types.
20820 (Covers): If one of the types is a generic actual subtype, check whether
20821 it matches the partial view of the other type.
20822
20823 2006-02-13 Thomas Quinot <quinot@adacore.com>
20824
20825 * sinput-d.adb (Write_Line): Update the Source_Index_Table after each
20826 line. This is necessary to allow In_Extended_Main_Unit to provide
20827 correct results for itypes while writing out expanded source.
20828 (Close_File): No need to update the source_index_table here since it's
20829 now done for each line.
20830
20831 2006-02-13 Ed Schonberg <schonberg@adacore.com>
20832 Robert Dewar <dewar@adacore.com>
20833
20834 * sprint.adb (Write_Itype): Preserve Sloc of declaration, if any, to
20835 preserve the source unit where the itype is declared, and prevent a
20836 backend abort.
20837 (Note_Implicit_Run_Time_Call): New procedure
20838 (Write_Itype): Handle missing cases (E_Class_Wide_Type and
20839 E_Subprogram_Type)
20840
20841 * sprint.ads: Document use of $ for implicit run time routine call
20842
20843 2006-02-13 Quentin Ochem <ochem@adacore.com>
20844
20845 * s-stausa.adb (Initialize_Analyzer): fixed error in assignment of
20846 task name.
20847
20848 2006-02-13 Bob Duff <duff@adacore.com>
20849
20850 * s-valint.adb (Scan_Integer): Call Scan_Raw_Unsigned instead of
20851 Scan_Unsigned, so we do not scan leading blanks and sign twice.
20852 Integer'Value("- 5") and Integer'Value("-+5") now correctly
20853 raise Constraint_Error.
20854
20855 * s-vallli.adb (Scan_Long_Long_Integer): Call
20856 Scan_Raw_Long_Long_Unsigned instead of Scan_Long_Long_Unsigned, so we
20857 do not scan leading blanks and sign twice.
20858 Integer'Value("- 5") and Integer'Value("-+5") now correctly
20859 raise Constraint_Error.
20860
20861 * s-valllu.ads, s-valllu.adb (Scan_Raw_Long_Long_Unsigned,
20862 Scan_Long_Long_Unsigned): Split out most of the processing from
20863 Scan_Long_Long_Unsigned out into
20864 Scan_Raw_Long_Long_Unsigned, so that Val_LLI can call the Raw_ version.
20865 This prevents scanning leading blanks and sign twice.
20866 Also fixed a bug: Modular'Value("-0") should raise Constraint_Error
20867 See RM-3.5(44).
20868
20869 * s-valuns.ads, s-valuns.adb (Scan_Raw_Unsigned, Scan_Unsigned): Split
20870 out most of the processing from Scan_Unsigned out into
20871 Scan_Raw_Unsigned, so that Val_LLI can call the Raw_ version.
20872 This prevents scanning leading blanks and sign twice.
20873
20874 * s-valuti.ads, s-valuti.adb (Scan_Plus_Sign): Add Scan_Plus_Sign, for
20875 use with Modular'Value attribute.
20876 (Scan_Plus_Sign): Add Scan_Plus_Sign, for use with Modular'Value
20877 attribute.
20878
20879 2006-02-13 Robert Dewar <dewar@adacore.com>
20880
20881 * s-wchjis.adb (JIS_To_EUC): Raise Constraint_Error for invalid value
20882
20883 2006-02-13 Eric Botcazou <ebotcazou@adacore.com>
20884
20885 * tracebak.c (PPC AIX/Darwin): Define FORCE_CALL to 1.
20886 (PPC VxWorks): Likewise.
20887 (Generic unwinder): Define FORCE_CALL to 0 if not already defined.
20888 (forced_callee): Make non-inlinable and non-pure.
20889 (__gnat_backtrace): Call forced_callee if FORCE_CALL is set to 1.
20890
20891 2006-02-13 Arnaud Charlet <charlet@adacore.com>
20892 Ben Brosgol <brosgol@adacore.com>
20893 Robert Dewar <dewar@adacore.com>
20894
20895 * gnat_rm.texi, gnat_ugn.texi: Remove limitations with sparc m64
20896 support.
20897 Document that gnatbind -M option is for cross environments only.
20898 Added description of using gnatmem to trace gnat rtl allocs and deallocs
20899 Add note on use of $ to label implicit run time calls
20900 Add documentation for -gnatyI (check mode IN)
20901 Updated chapter on compatibility with HP Ada
20902 VMS-oriented edits.
20903 Ran spell and corrected errors
20904 Add documentation for gnatbind -d and rework documentation of -D
20905 at the same time.
20906 Add subprogram/data elimination section.
20907 Minor editing of annex A.
20908 Add section for gnatcheck.
20909 Add documentation for restriction No_Dispatching_Calls
20910 Add documentation for pragma Ada_2005
20911 Remove mention of obsolete pragma Propagate_Exceptions
20912 Document that pragma Unreferenced can appear after DO in ACCEPT
20913 Clarify Pure_Function for library level units
20914 Mention Max/Min in connection with No_Implicit_Conditionals
20915 No_Wide_Characters restriction is no longer partition-wide
20916 Add a nice example for Universal_Literal_String attribute
20917 Document that pragma No_Return can take multiple arguments
20918
20919 * ug_words: Added entry for gnatcheck
20920
20921 * g-ctrl_c.ads (Install_Handler): Enhance comments
20922
20923 * g-os_lib.ads: Add comments to OS_Exit that it is abrupt termination
20924
20925 * g-trasym.ads: Add documentation on how to do off line symbolic
20926 traceback computation.
20927
20928 * s-fatgen.adb: Add comments for Unaligned_Valid
20929
20930 * stand.ads: Fix typo in comment
20931
20932 2006-02-09 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
20933
20934 * Make-lang.in (check-gnat): Run run_acats with $(SHELL).
20935
20936 2006-02-06 Roger Sayle <roger@eyesopen.com>
20937
20938 * decl.c (gnat_substitute_in_type): Don't handle CHAR_TYPE.
20939
20940 2006-02-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
20941
20942 PR target/25926
20943 * initialize.c (__gnat_initialize): Provide HP-UX 10 host and target
20944 implementation that calls __main.
20945
20946 2006-01-25 Peter O'Gorman <peter@pogma.com>
20947
20948 PR bootstrap/25859
20949 * Makefile.in (GCC_LINK): Remove quotes.
20950 (tools targets): Link with either $(GNATLINK) --GCC="$(GCC_LINK)"
20951 or $(GCC_LINK).
20952
20953 (powerpc-darwin): Pass -shared-libgcc when building shared library.
20954
20955 2006-01-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
20956
20957 PR ada/24533
20958 * s-osinte-linux-hppa.ads: Reduce alignment of atomic_lock_t to 8.
20959
20960 2005-12-28 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
20961
20962 * s-osinte-linux-hppa.ads: Correct alignment of atomic_lock_t.
20963
20964 2005-12-12 Arnaud Charlet <charlet@adacore.com>
20965
20966 * Makefile.in: Remove dummy setting of GCC_FOR_TARGET, no longer
20967 needed.
20968
20969 2005-12-12 Arnaud Charlet <charlet@adacore.com>
20970
20971 * Make-lang.in: Update dependencies
20972
20973 2005-12-12 Arnaud Charlet <charlet@adacore.com>
20974
20975 * Make-lang.in: Add rule for ada/exp_sel.o
20976
20977 2005-12-12 Arnaud Charlet <charlet@adacore.com>
20978
20979 * Makefile.in (mingw section): Remove EH_MECHANISM setting.
20980
20981 2005-12-09 Arnaud Charlet <charlet@adacore.com>
20982
20983 * gnatvsn.ads (Library_Version): Bump to version 4.2
20984 (ASIS_Version_Number): Bumped.
20985
20986 2005-12-09 Doug Rupp <rupp@adacore.com>
20987
20988 * mlib-tgt-vms-ia64.adb, mlib-tgt-vms-alpha.adb (Is_Interface): Change
20989 Ada bind file prefix on VMS from b$ to b__.
20990 (Build_Dynamic_Library): Change Init file suffix on VMS from $init to
20991 __init.
20992
20993 * prj-nmsc.adb: Change some Hostparm.OpenVMS checks to
20994 Targparm.OpenVMS_On_Target.
20995 (Object_Suffix): Initialize with target object suffix.
20996 (Get_Unit): Change Ada bind file prefix on VMS from b$ to b__.
20997
20998 * butil.adb: Change some Hostparm.OpenVMS checks to
20999 Targparm.OpenVMS_On_Target.
21000
21001 * clean.adb: Change some Hostparm.OpenVMS checks to
21002 Targparm.OpenVMS_On_Target.
21003 (Object_Suffix): Initialize with call to Get_Target_Object_Suffix.
21004 ({declaraction},Delete_Binder_Generated_Files,{initialization}): Change
21005 Ada bind file prefix on VMS from b$ to b__.
21006
21007 * gnatlink.adb (Process_Args): Call Add_Src_Search_Dir for -I in
21008 --GCC so that Get_Target_Parameters can find system.ads.
21009 (Gnatlink): Call Get_Target_Parameters in mainline.
21010 Initialize standard packages for Targparm.
21011 Change some Hostparm.OpenVMS checks to Targparm.OpenVMS_On_Target.
21012 (Process_Args): Also Check for object files with target object
21013 extension.
21014 (Make_Binder_File_Names): Create with target object extension.
21015 (Make_Binder_File_Names): Change Ada bind file prefix on VMS from b$
21016 to b__.
21017
21018 * mlib-prj.adb: Change some Hostparm.OpenVMS checks to
21019 Targparm.OpenVMS_On_Target.
21020 ({declaration},Build_Library,Check_Library): Change Ada bind file
21021 prefix on VMS from b$ to b__.
21022
21023 * osint-b.adb: Change some Hostparm.OpenVMS checks to
21024 Targparm.OpenVMS_On_Target.
21025 (Create_Binder_Output): Change Ada bind file prefix on VMS from b$ to
21026 b__.
21027
21028 * targext.c: New file.
21029
21030 * Makefile.in: add support for vxworks653 builds
21031 (../../vxaddr2line): gnatlink with targext.o.
21032 (TOOLS_LIBS): Move targext.o to precede libgnat.
21033 (init.o, initialize.o): Minor clean up in dependencies.
21034 (GNATLINK_OBJS): Add targparm.o, snames.o
21035 Add rules fo building targext.o and linking it explicitly with all
21036 tools.
21037 Also add targext.o to gnatlib.
21038
21039 * Make-lang.in: Add rules for building targext.o and linking it in
21040 with gnat1 and gnatbind.
21041 Add entry for exp_sel.o.
21042
21043 * osint.adb Change some Hostparm.OpenVMS checks to
21044 Targparm.OpenVMS_On_Target.
21045 (Object_File_Name): Use target object suffix.
21046
21047 * osint.ads (Object_Suffix): Remove, no longer used.
21048 (Target_Object_Suffix): Initialize with target object suffix.
21049
21050 * rident.ads: Add special exception to license.
21051
21052 * targparm.adb (Get_Target_Parameters): Set the value of
21053 Multi_Unit_Index_Character after OpenVMS_On_Target gets its definitive
21054 value.
21055 (Get_Target_Parameters): Set OpenVMS_On_Target if openvms.
21056
21057 * targparm.ads: Add special exception to license.
21058
21059 * g-os_lib.ads, g-os_lib.adb (Get_Target_Debuggable_Suffix): New
21060 function.
21061 (Copy_File): Make sure from file is closed if error on to file
21062 (Get_Target_Executable_Suffix, Get_Target_Object_Suffix): New functions.
21063
21064 * make.adb (Object_Suffix): Intialize with Get_Target_Object_Suffix.
21065 (Executable_Suffix): Intialize with Get_Target_Executable_Suffix.
21066
21067 * osint-c.adb (Set_Output_Object_File_Name): Initialize extension with
21068 target object suffix.
21069
21070 2005-12-09 Jose Ruiz <ruiz@adacore.com>
21071 Quentin Ochem <ochem@adacore.com>
21072 Florian Villoing <villoing@adacore.com>
21073
21074 * a-taster.ads, a-taster.adb: New files.
21075
21076 * a-elchha.adb (Last_Chance_Handler): Change the task termination soft
21077 link to the version that does nothing. This way the task termination
21078 routine is not executed twice for the environment task when finishing
21079 because of an unhandled exception.
21080
21081 * a-exextr.adb (Notify_Unhandled_Exception): Call the task termination
21082 handler because of an unhandled exception.
21083
21084 * a-taside.adb (Abort_Tasks): Call the Abort_Tasks procedure from
21085 System.Tasking.Utilities instead of that in System.Tasking.Stages.
21086
21087 * s-finimp.adb (initialization code): Modify the soft link for the
21088 finalization of the global list instead of Adafinal.
21089
21090 * s-soflin.ads, s-soflin.adb (Task_Termination_NT): Add this
21091 non-tasking version of the soft link for task termination. We do
21092 nothing since if we are using the non-tasking version it
21093 means that the task termination functionality is not used.
21094 (Null_Finalize_Global_List): Add this null version for the procedure
21095 in charge of finalizing the global list for controlled objects.
21096 (Null_Adafinal): Remove this procedure. Adafinal_NT has been created
21097 instead for handling run-time termination in a more flexible way.
21098 (Adafinal_NT): This new procedure will take care of finalizing the
21099 global list for controlled objects if needed, but no tasking
21100 finalization.
21101
21102 * s-tarest.adb (Task_Lock): Do not try to lock again the
21103 Global_Task_Lock if we already own it. Otherwise, we get blocked in
21104 some run-time operations.
21105 (Task_Unlock): Do not try to actually unlock the Global_Task_Lock
21106 until all nested locks have been released.
21107 (Task_Wrapper): Call the fall-back task termination handler. It
21108 applies to all tasks but the environment task.
21109 (Finalize_Global_Tasks): Add the call for the task termination
21110 procedure for the environment task.
21111 (Task_Wrapper): suppress warnings around declaration of
21112 Secondary_Stack_Address.
21113
21114 * s-tasini.adb (Final_Task_Unlock): Global_Task_Lock_Nesting has been
21115 moved to the Common_ATCB record.
21116 (Task_Lock): Global_Task_Lock_Nesting has been moved to the
21117 Common_ATCB record.
21118 (Task_Unlock): Global_Task_Lock_Nesting has been moved to the
21119 Common_ATCB record.
21120
21121 * s-taskin.adb (Initialize_ATCB): Initialize Global_Task_Lock_Nesting,
21122 Fall_Back_Handler, and Specific_Handler.
21123
21124 * s-taskin.ads (Cause_Of_Termination): Redefine this type here, already
21125 defined in Ada.Task_Termination, to avoid circular dependencies.
21126 (Termination_Handler): Redefine this type here, alredy defined in
21127 Ada.Task_Termination, for avoiding circular dependencies.
21128 (Common_ATCB): Add the Fall_Back_Handler and Specific_Handler required
21129 for storing task termination handlers. In addition,
21130 Global_Task_Lock_Nesting has been moved from Ada_Task_Control_Block to
21131 Common_ATCB because it is used by both the regular and the restricted
21132 run times.
21133 (Ada_Task_Control_Block): Move Global_Task_Lock_Nesting from here to
21134 Common_ATCB because it is used by both the regular and the restricted
21135 run times.
21136 (Common_ATCB): Added a dynamic task analyzer field.
21137
21138 * s-tassta.adb (Abort_Tasks): Move the code in charge of checking
21139 potentially blocking operations to System.Tasking.Utilities.Abort_Tasks.
21140 (Task_Wrapper): Call the task termination handler. It applies to all
21141 tasks but the environment task.
21142 (Finalize_Global_Tasks): Call the task termination procedure for the
21143 environment task. The call to Finalize_Global_List is now performed
21144 using the soft links mechanism.
21145 (Task_Wrapper): added dynamic stack analysis.
21146
21147 * s-tasuti.adb (Abort_Tasks): The code in charge of checking
21148 potentially blocking operations has been moved from
21149 System.Tasking.Stages.Abort_Tasks to this procedure. There can be
21150 direct calls to System.Tasking.Utilities.Abort_Tasks that do not pass
21151 through System.Tasking.Stages.Abort_Tasks, and we do not want to miss
21152 this run-time check.
21153
21154 * s-solita.adb (Task_Termination_Handler_T): Add this task-safe version
21155 of task termination procedure.
21156 (Init_Tasking_Soft_Links): Install the task-safe version of the soft
21157 link for the task termination procedure.
21158
21159 * bindusg.adb: (Bindusg): Added documentation for -u option.
21160
21161 * bindgen.adb (Get_Main_Ada) Added handling of dynamic stack analysis.
21162 (Get_Main_C): Add handling of dynamic stack analysis.
21163 (Gen_Output_File_C): Add external functions for dynamic stack analysis.
21164
21165 * Makefile.rtl: Add entry for a-taster (Ada.Task_Termination).
21166 (GNATRTL_NONTASKING_OBJS) Added entries for dynamic stack analysis
21167 (GNATRTL_NONTASKING_OBJS): Add AltiVec files.
21168
21169 * opt.ads: Added flags used by dynamic stack measurement.
21170 (Max_Line_Length): Remove (not used anymore)
21171
21172 * s-io.ads, s-io.adb (Standard_Error): new subprogram
21173 (Standart_Output): new subprogram
21174 (Set_Output): new subprogram
21175 (Put): now uses the value of Current_Out to know if the output has to be
21176 send to stderr or stdout.
21177
21178 * s-stausa.ads: Complete implementation.
21179
21180 * switch-b.adb: Added handling of -u switch for dynamic stack analysis.
21181
21182 * impunit.adb (Non_Imp_File_Names_05): Add Ada.Task_Termination to the
21183 list of Ada 05 files.
21184 (GNAT Library Units): Add AltiVec files.
21185
21186 * g-allein.ads, g-alleve.adb, g-alleve.ads, g-altcon.adb,
21187 g-altcon.ads, g-altive.ads, g-alveop.adb, g-alveop.ads
21188 g-alvety.ads, g-alvevi.ads: New files providing altivec API.
21189
21190 2005-12-09 Nicolas Setton <setton@adacore.com>
21191
21192 * adaint.c (__gnat_locate_regular_file): Return immediately if
21193 file_name is empty.
21194
21195 2005-12-09 Javier Miranda <miranda@adacore.com>
21196 Hristian Kirtchev <kirtchev@adacore.com>
21197
21198 * a-tags.ads, a-tags.adb (Offset_To_Top): Moved from the package body
21199 to the specification because the frontend generates code that uses this
21200 subprogram.
21201 (Set_Interface_Table): Add missing assertion.
21202 Update documentation describing the run-time structure.
21203 (Displace): New subprogram that displaces the pointer to the object
21204 to reference one of its secondary dispatch tables.
21205 (IW_Membership): Modified to use the new table of interfaces.
21206 (Inherit_TSD): Modified to use the new table of interfaces.
21207 (Register_Interface_Tag): Use the additional formal to fill the
21208 contents of the new table of interfaces.
21209 (Set_Interface_Table): New subprogram that stores in the TSD the
21210 pointer to the table of interfaces.
21211 (Set_Offset_To_Top): Use the additional formal to save copy of
21212 the offset value in the table of interfaces.
21213 Update structure of GNAT Primary and Secondary dispatch table diagram.
21214 Add comment section on GNAT dispatch table prologue.
21215 (Offset_To_Signature): Update the constant value of the Signature field.
21216 (Dispatch_Table): Update comment on hidden fields in the prologue.
21217 (Get_Entry_Index, Get_Prim_Op_Kind, Get_Offset_Index, OSD,
21218 Set_Entry_Index, Set_Offset_Index, Set_Prim_Op_Kind, SSD, TSD): Change
21219 the type of formal parameter T to Tag, introduce additional assertions.
21220 (Get_Num_Prim_Ops, Set_Num_Prim_Ops): Remove an unnecessary type
21221 conversion.
21222 (Get_Tagged_Kind, Set_Tagged_Kind): New bodies.
21223
21224 * exp_ch6.adb (Register_Interface_DT_Entry): Remove the Thunk_Id actual
21225 in all the calls to Expand_Interface_Thunk. Instead of referencing the
21226 record component containing the tag of the secondary dispatch table we
21227 have to use the Offset_To_Top run-time function to get this information;
21228 otherwise if the pointer to the base of the object has been displace
21229 we get a wrong value if we use the 'position attribute.
21230
21231 * exp_disp.adb (Expand_Interface_Thunk): Remove the Thunk_Id actual in
21232 all the calls to Expand_Interface_Thunk.
21233 (Make_Secondary_DT): Secondary dispatch tables do not have a table of
21234 interfaces; hence the call to Set_Interface_Table was clearly wrong.
21235 (Collect_All_Interfaces): Modify the internal subprogram Collect to
21236 ensure that the interfaces implemented by the ancestors are placed
21237 at the header of the generated list.
21238 (Expand_Interface_Conversion): Handle the case in which the displacement
21239 associated with the interface conversion is not statically known. In
21240 this case we generate a call to the new run-time subprogram Displace.
21241 (Make_DT): Generate and fill the new table of interfaces.
21242 (Ada_Actions, Action_Is_Proc, Action_Nb_Arg): Add entries for
21243 Get_Tagged_Kind and Set_Tagged_Kind.
21244 (Tagged_Kind): New function that determines the tagged kind of a type
21245 with respect to limitedness and concurrency and returns a reference to
21246 RE_Tagged_Kind.
21247 (Make_Disp_Asynchronous_Select_Body, Make_Disp_Conditional_Select_Body,
21248 Make_Disp_Timed_Select_Body): Correctly retrieve the pointer to the
21249 primary dispatch table for a type.
21250 (Make_DT, Make_Secondary_DT): Set the tagged kind in the primary and
21251 secondary dispatch table respectively of a tagged type.
21252
21253 * exp_disp.ads (Expand_Interface_Thunk): Remove Thunk_Id formal.
21254 (Expand_Interface_Conversion): New subprogram to indicate if the
21255 displacement of the type conversion is statically known.
21256 (DT_Access_Action): Add values Get_Tagged_Kind and Set_Tagged_Kind.
21257
21258 * rtsfind.ads (RE_Offset_To_Top): New entity
21259 (RTU_Id): Add Ada_Task_Termination to the list so that it is made
21260 accessible to users.
21261 (Re_Displace): New entity
21262 (RE_Interface_Data): New entity
21263 (RE_Set_Interface_Data): New_Entity
21264 (RE_Id, RE_Unit_Table): Add entry for RE_Get_Tagged_Kind,
21265 Set_Tagged_Kind, RE_Tagged_Kind, RE_TK_Abstract_Limited_Tagged,
21266 RE_TK_Abstract_Tagged, RE_TK_Limited_Tagged, RE_TK_Protected,
21267 RE_TK_Tagged, RE_TK_Task.
21268
21269 * exp_ch3.adb (Init_Secondary_Tags): Modify the subprogram
21270 Init_Secondary_Tags_Internal to allow its use with interface types and
21271 also to generate the code for the new additional actual required
21272 by Set_Offset_To_Top.
21273 (Build_Init_Statements): In case of components associated with abstract
21274 interface types there is no need to generate a call to its IP.
21275 (Freeze_Record_Type): Generate Select Specific Data tables only for
21276 concurrent types.
21277 (Make_Predefined_Primitive_Specs, Predefined_Primitive_Bodies): Generate
21278 the bodies and specifications of the predefined primitive operations
21279 dealing with dispatching selects and abort, 'Callable, 'Terminated only
21280 for concurrent types.
21281
21282 * exp_sel.ads, exp_sel.adb: New files.
21283
21284 * exp_ch9.adb (Build_Protected_Entry, Expand_N_Protected_Body,
21285 Expand_N_Protected_Type_Declaration, Make_Initialize_Protection): Handle
21286 properly protected objects and attach handler in the case of the
21287 restricted profile.
21288 Move embeded package Select_Expansion_Utilities into a separate external
21289 package.
21290 (Expand_N_Asynchronous_Select, Expand_N_Conditional_Select,
21291 Expand_N_Timed_Entry_Call): Correct calls external package Exp_Sel.
21292 (Build_K, Build_S_Assignment): New subprograms, part of the select
21293 expansion utilities.
21294 (Expand_N_Asynchronous_Select, Expand_N_Conditional_Entry_Call,
21295 Expand_N_Timed_Entry_Call): Optimize expansion of select statements
21296 where the trigger is a dispatching procedure of a limited tagged type.
21297
21298 2005-12-09 Olivier Hainque <hainque@adacore.com>
21299
21300 * decl.c (gnat_to_gnu_entity, renaming object case): Don't early expand
21301 pointer initialization values. Make a SAVE_EXPR instead. Add comments
21302 about the use and expansion of SAVE_EXPRs in the various possible
21303 renaming handling cases.
21304 (components_to_record, compare_field_bitpos): Sort by DECL_UID, not by
21305 abusing DECL_FCONTEXT.
21306
21307 2005-12-09 Matthew Heaney <heaney@adacore.com>
21308
21309 * a-convec.adb (Merge): Added assertions to check whether vector params
21310 are sorted.
21311
21312 * a-coinve.adb (Merge): Added assertions to check whether vector params
21313 are sorted.
21314
21315 * a-cohama.ads (Cursor'Write): raises Program_Error per latest AI-302
21316 draft.
21317 (Cursor'Read): raises PE
21318
21319 * a-cohama.adb (Insert.New_Node): Uses box-style syntax to init elem
21320 to its default value.
21321
21322 * a-cihama.adb: Manually check whether cursor's key and elem are
21323 non-null
21324
21325 * a-cidlli.ads, a-cidlli.adb (Splice): Changed param name and param mode
21326 (Merge): Assert that target and source lists are in order
21327 (Swap): Declare non-const temporaries, to pass to Splice
21328
21329 * a-cdlili.ads: (Splice): Changed param name and param mode
21330
21331 * a-cdlili.adb: (Splice): Changed param name and param mode
21332 (Merge): Assert that target and source lists are in order
21333 (Swap): Declare non-const temporaries, to pass to Splice
21334
21335 * a-ciorma.ads, a-coorma.ads: (Read): declare Stream param as not null
21336 (Write): declare Stream param as not null
21337
21338 * a-ciorma.adb, a-coorma.adb: All explicit raise statements now include
21339 an exception message.
21340
21341 2005-12-09 Thomas Quinot <quinot@adacore.com>
21342 Robert Dewar <dewar@adacore.com>
21343
21344 * hostparm.ads (Max_Line_Length): Set to Types.Column_Number'Last - 1,
21345 which is the absolute maximum length we can support.
21346
21347 * frontend.adb: For the processing of configuration pragma files,
21348 remove references to Opt.Max_Line_Length, which is not checked anymore.
21349
21350 * namet.ads (Name_Buffer): Adjust size to reflect increase on max line
21351 length.
21352
21353 * scn.adb, scng.adb:
21354 Always check line length against the absolute supported maximum,
21355 Hostparm.Max_Line_Length.
21356
21357 * stylesw.adb (Set_Style_Check_Options, case M): The maximum supported
21358 value for the maximum line length is Max_Line_Length (not
21359 Column_Number'Last).
21360 Minor error msg update
21361 (Set_Style_Check_Options): New interface returning error msg
21362 Minor code reorganization (processing for 'M' was out of alpha order)
21363
21364 * switch-c.adb: New interface for Set_Style_Check_Options
21365
21366 * stylesw.ads (Set_Style_Check_Options): New interface returning error
21367 msg.
21368
21369 2005-12-09 Javier Miranda <miranda@adacore.com>
21370
21371 * exp_aggr.adb (Build_Record_Aggr_Code): Default-initialialized records
21372 with IP subprogram were only supported if there were limited types.
21373
21374 * sem_aggr.adb (Resolve_Record_Aggregate): Default-initialialized
21375 records with IP subprogram were only supported if there were limited
21376 types.
21377
21378 2005-12-09 Olivier Hainque <hainque@adacore.com>
21379 Eric Botcazou <ebotcazou@adacore.com>
21380
21381 * trans.c (tree_transform, emit_check): Adjust calls to
21382 build_call_raise, passing the now expected GNAT_NODE argument.
21383
21384 * gigi.h (build_call_raise): Add a GNAT_NODE argument to convey better
21385 source line information than what the current global locus indicates
21386 when appropriate.
21387
21388 * utils2.c (build_simple_component_ref): Return 0 if the offset of the
21389 field has overflowed.
21390 (build_call_raise): Add a GNAT_NODE argument to convey better source
21391 line information than what the current global locus indicates when
21392 appropriate.
21393 (build_component_ref): Adjust call to build_call_raise.
21394
21395 2005-12-09 Pascal Obry <obry@adacore.com>
21396
21397 * g-diopit.adb (Find): Fix test to exit the iterator and make sure that
21398 the iterator is quitting iteration on parent directory.
21399
21400 2005-12-09 Javier Miranda <miranda@adacore.com>
21401
21402 * exp_ch5.adb (Expand_N_Assignment_Statement): In case of tagged types
21403 and the assignment to a class-wide object, before the assignment we
21404 generate a run-time check to ensure that the tag of the Target is
21405 covered by the tag of the source.
21406
21407 2005-12-09 Robert Dewar <dewar@adacore.com>
21408
21409 * exp_imgv.adb (Expand_Image_Attribute): Generate extra boolean
21410 parameter in call to Image_Wide_Character.
21411
21412 * s-imgwch.ads, s-imgwch.adb (Image_Wide_Character): Add boolean
21413 parameter Ada_2005 to deal with annoying FFFE/FFFF inconsistency.
21414 (Image_Wide_Character): Add boolean parameter Ada_2005 to deal with
21415 annoying FFFE/FFFF inconsistency.
21416
21417 2005-12-09 Robert Dewar <dewar@adacore.com>
21418 Javier Miranda <miranda@adacore.com>
21419 Ed Schonberg <schonberg@adacore.com>
21420
21421 * exp_util.ads, exp_util.adb (Is_Ref_To_Bit_Packed_Slice): Handle case
21422 of type conversion.
21423 (Find_Interface): New subprogram that given a tagged type and one of its
21424 component associated with the secondary table of an abstract interface
21425 type, return the entity associated with such abstract interface type.
21426 (Make_Subtype_From_Expr): If type has unknown discriminants, always use
21427 base type to create anonymous subtype, because entity may be a locally
21428 declared subtype or generic actual.
21429 (Find_Interface): New subprogram that given a tagged type and one of its
21430 component associated with the secondary table of an abstract interface
21431 type, return the entity associated with such abstract interface type.
21432
21433 * sem_res.adb (Resolve_Type_Conversion): Handle the case in which the
21434 conversion cannot be handled at compile time. In this case we pass this
21435 information to the expander to generate the appropriate code.
21436
21437 2005-12-09 Robert Dewar <dewar@adacore.com>
21438 Ed Schonberg <schonberg@adacore.com>
21439 Gary Dismukes <dismukes@adacore.com>
21440 Javier Miranda <miranda@adacore.com>
21441 Hristian Kirtchev <kirtchev@adacore.com>
21442
21443 * einfo.adb (Itype_Printed): New flag
21444 (Is_Limited_Type): Derived types do not inherit limitedness from
21445 interface progenitors.
21446 (Is_Return_By_Reference_Type): Predicate does not apply to limited
21447 interfaces.
21448
21449 * einfo.ads (Itype_Printed): New flag
21450 Move Is_Wrapper_Package to proper section
21451 Add missing Inline for Is_Volatile
21452
21453 * output.ads, output.adb (Write_Erase_Char): New procedure
21454 (Save/Restore_Output_Buffer): New procedures
21455 (Save/Restore_Output_Buffer): New procedures
21456
21457 * sprint.ads, sprint.adb (Write_Itype): Handle case of record itypes
21458 Add missing support for anonymous access type
21459 (Write_Id): Insert calls to Write_Itype
21460 (Write_Itype): New procedure to output itypes
21461
21462 * par-ch12.adb (P_Formal_Derived_Type_Definition): In Ada 2005, handle
21463 use of "limited" in declaration.
21464
21465 * sinfo.ads, sinfo.adb:
21466 Formal derived types can carry an explicit "limited" indication.
21467
21468 * sem_ch3.adb: Add with and use of Targparm.
21469 (Create_Component): If Frontend_Layout_On_Target is True and the
21470 copied component does not have a known static Esize, then reset
21471 the size and positional fields of the new component.
21472 (Analyze_Component_Declaration): A limited component is
21473 legal within a protected type that implements an interface.
21474 (Collect_Interfaces): Do not add to the list the interfaces that
21475 are implemented by the ancestors.
21476 (Derived_Type_Declaration): If the parent of the full-view is an
21477 interface perform a transformation of the tree to ensure that it has
21478 the same parent than the partial-view. This simplifies the job of the
21479 expander in order to generate the correct object layout, and it is
21480 needed because the list of interfaces of the full-view can be given in
21481 any order.
21482 (Process_Full_View): The parent of the full-view does not need to be
21483 a descendant of the parent of the partial view if both parents are
21484 interfaces.
21485 (Analyze_Private_Extension_Declaration): If declaration has an explicit
21486 "limited" the parent must be a limited type.
21487 (Build_Derived_Record_Type): A derived type that is explicitly limited
21488 must have limited ancestor and progenitors.
21489 (Build_Derived_Type): Ditto.
21490 (Process_Full_View): Verify that explicit uses of "limited" in partial
21491 and full declarations are consistent.
21492 (Find_Ancestor_Interface): Remove function.
21493 (Collect_Implemented_Interfaces): New procedure used to gather all
21494 implemented interfaces by a type.
21495 (Contain_Interface): New function used to check whether an interface is
21496 present in a list.
21497 (Find_Hidden_Interface): New function used to determine whether two
21498 lists of interfaces constitute a set equality. If not, the first
21499 differing interface is returned.
21500 (Process_Full_View): Improve the check for the "no hidden interface"
21501 rule as defined by AI-396.
21502
21503 2005-12-09 Robert Dewar <dewar@adacore.com>
21504
21505 * freeze.adb (Freeze_Record_Type): Only test for useless pack on record
21506 types, not on record subtypes.
21507 (Freeze_Entity): Code cleanup. Add barrier to the loop
21508 that generates the references for primitive operations. This allows to
21509 remove an unnecessary exception handler.
21510 Code reformatting and comment clean ups.
21511
21512 2005-12-09 Vincent Celier <celier@adacore.com>
21513
21514 * gnatcmd.adb (GNATCmd): GNAT CHECK accepts switch -U
21515 If GNAT CHECK is called with a project file, but with no
21516 source on the command line, call gnatcheck with all the compilable
21517 sources of the project.
21518 Take into account the new command Check, for gnatcheck. Treat as for
21519 other ASIS tools: take into account project, specific package Check and
21520 Compiler switches.
21521 For ASIS tools, add the switches in package Compiler for
21522 the invocation of the compiler.
21523
21524 * prj-attr.adb: Add package Check and its attributes
21525
21526 * vms_conv.ads (Command_Type): New command Check, for gnatcheck
21527
21528 * vms_conv.adb (Initialize): Change Params of command Check to
21529 unlimited files.
21530 Change some Hostparm.OpenVMS checks to Targparm.OpenVMS_On_Target.
21531 Add data for new command Check
21532
21533 * vms_data.ads: Add project related qualifiers for GNAT CHECK and GNAT
21534 ELIM.
21535 Add qualifiers for Check command options
21536 (Command_Type): New command Check
21537
21538 2005-12-09 Thomas Quinot <quinot@adacore.com>
21539
21540 * mlib-utl.adb (Ar): Use Output.Buffer_Max to determine whether a
21541 command line switch overruns the output buffer.
21542
21543 2005-12-09 Robert Dewar <dewar@adacore.com>
21544
21545 * sem_prag.adb: Processing for new pragma Complete_Representation
21546 (Analyze_Pragma, case Debug): Implement two argument form.
21547
21548 * par-prag.adb: Entry for new pragma Complete_Representation
21549 (Prag, case Debug): Recognize two argument form of pragma Debug
21550 New interface for Set_Style_Check_Options.
21551
21552 * sem_ch13.adb: Implement new pragma Complete_Representation.
21553
21554 * snames.adb, snames.ads, snames.h: Entry for new pragma
21555 Complete_Representation.
21556
21557 2005-12-09 Gary Dismukes <dismukes@adacore.com>
21558
21559 * sem_cat.adb (Validate_RCI_Subprogram_Declaration): Revise test for
21560 available user-specified stream attributes on limited parameters to
21561 also test the type directly rather than only its underlying type (for
21562 Ada 95) and, in the case of Ada 2005, to check that the user-specified
21563 attributes are visible at the point of the subprogram declaration.
21564 For Ada 2005, the error message is modified to indicate that the
21565 type's stream attributes must be visible (again, only for -gnat05).
21566
21567 2005-12-09 Ed Schonberg <schonberg@adacore.com>
21568
21569 * sem_ch12.adb (Subtypes_Match): Handle properly Ada05 arrays of
21570 anonymous access types.
21571
21572 * sem_eval.adb (Subtypes_Statically_Match): Implement new rules for
21573 matching of anonymous access types and anonymous access to subprogram
21574 types. 'R'M 4.9.1 (2/2).
21575
21576 2005-12-09 Ed Schonberg <schonberg@adacore.com>
21577
21578 * sem_ch4.adb (Remove_Abstract_Operations): Do not apply preference
21579 rule prematurely when operands are universal, remaining ambiguities
21580 will be removed during resolution.
21581 Code cleanup.
21582
21583 * sem_type.adb (Disambiguate): In Ada95 mode, discard interpretations
21584 that are Ada 2005 functions.
21585 (Has_Abstract_Interpretation): Subsidiary to
21586 Remove_Conversions, to remove ambiguities caused by abstract operations
21587 on numeric types when operands are universal.
21588
21589 2005-12-09 Robert Dewar <dewar@adacore.com>
21590
21591 * sem_ch6.adb (Analyze_Subprogram_Body): Properly check categorization
21592 for case where spec is categorized.
21593
21594 2005-12-09 Javier Miranda <miranda@adacore.com>
21595
21596 * sem_ch8.adb (Find_Type): In case of tagged types that are concurrent
21597 types use the corresponding record type. This was not needed before
21598 the implementation of Ada 2005 synchronized types because
21599 concurrent types were never tagged types in Ada 95.
21600
21601 2005-12-09 Ed Schonberg <schonberg@adacore.com>
21602
21603 * sem_ch9.adb (Analyze_Delay_Alternative, Analyze_Delay_Until): Use the
21604 first subtype of the type of the expression to verify that it is a
21605 legal Time type.
21606
21607 2005-12-09 Robert Dewar <dewar@adacore.com>
21608
21609 * sem_util.ads, sem_util.adb (Full_Qualified_Name): Now provides
21610 decoded names.
21611
21612 2005-12-09 Quentin Ochem <ochem@adacore.com>
21613 Robert Dewar <dewar@adacore.com>
21614 Ed Falis <falis@adacore.com>
21615 Florian Villoing <villoing@adacore.com>
21616 Thomas Quinot <quinot@adacore.com>
21617 Arnaud Charlet <charlet@adacore.com>
21618
21619 * gnat_ugn.texi: Created section "Stack Related Tools"
21620 Moved "Stack Overflow Checking" subsection from "Switches for gcc" to
21621 "Stack Related Tools"
21622 Added subsection "Static Stack Usage Analysis"
21623 Added subsection "Dynamic Stack Usage Analysis"
21624 Include documentation of itypes in sprint listing (-gnatG)
21625 Documented gnatbind -D switch (default sec stack size for fixed sec
21626 stacks).
21627 Added Interrupt_State and Persistent_BSS to list of configuration
21628 pragmas.
21629 Add missing doc for maximum value of nnn in -gnatyMnnn
21630
21631 * gnat_rm.texi: Document the AltiVec binding.
21632 Add documentation for pragma Complete_Representation
21633 Shortened an overly long line (> 79 chars)
21634 Clarify documentation of unchecked conversion in implementation
21635 defined cases.
21636 Document two argument form of pragma Debug
21637
21638 * types.ads (Column_Number): Update documentation.
21639
21640 * exp_ch7.ads (Make_Adjust_Call): Document the special processing for
21641 library level Finalize_Storage_Only objects (these are not attached to
21642 any finalization list).
21643
21644 * system-mingw.ads: (Underlying_Priorities): Update comment.
21645
21646 2005-12-09 Robert Dewar <dewar@adacore.com>
21647
21648 * i-c.adb, i-cexten.ads, i-cobol.adb, i-cobol.ads, i-cpoint.ads,
21649 i-cpp.adb, i-cpp.ads, i-cstrea.ads, i-cstrin.adb, i-cstrin.ads,
21650 inline.adb, interfac.ads, i-os2err.ads, i-os2lib.ads, i-os2syn.ads,
21651 i-os2thr.ads, itypes.adb, itypes.adb, itypes.ads, krunch.ads,
21652 krunch.adb, lib.adb, lib.ads, lib-list.adb, lib-load.adb,
21653 lib-load.ads, lib-sort.adb, live.adb, make.ads, i-cstrea-vms.adb,
21654 interfac-vms.ads, makegpr.adb, indepsw-gnu.adb, indepsw.ads,
21655 s-wchcon.ads, sdefault.ads, sem_ch10.adb, sem_eval.ads: Minor
21656 reformatting.
21657
21658 2005-12-09 Robert Dewar <dewar@adacore.com>
21659
21660 * s-vaflop-vms-alpha.adb: (Ne_F): New function
21661 (Ne_G): New function
21662
21663 * exp_ch4.adb (Expand_Allocator_Expression): Factor duplicated code
21664 for tag assignment.
21665 (Rewrite_Comparison): Handle case where operation is not a comparison
21666 and ignore, and also handle type conversion case.
21667
21668 2005-12-09 Thomas Quinot <quinot@adacore.com>
21669
21670 * exp_aggr.ads: Fix typo in comment.
21671 ???-mark Convert_Aggr_In_Assignment as needing documentation.
21672
21673 2005-12-09 Gary Dismukes <dismukes@adacore.com>
21674
21675 * layout.adb: Replace various uses of byte by storage unit throughout.
21676 (Get_Max_SU_Size): Name changed from Get_Max_Size. In the case of a
21677 static size, convert to storage units before returning, to conform to
21678 spec.
21679
21680 2005-12-09 Matthew Gingell <gingell@adacore.com>
21681
21682 * g-exctra.ads: Fix typo in comment.
21683
21684 2005-12-09 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
21685
21686 * utils.c: Minor reformatting.
21687
21688 2005-12-09 Robert Dewar <dewar@adacore.com>
21689
21690 * g-soccon.ads:
21691 Further comment fixes to make the status of the default file clear
21692
21693 * s-bitops.adb: Clarify comment for Bits_Array
21694
21695 2005-12-07 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
21696
21697 * Make-lang.in (ada.install-normal): Remove.
21698
21699 2005-12-07 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
21700
21701 * Make-lang.in: Remove all dependencies on s-gtype.
21702
21703 2005-12-05 Richard Guenther <rguenther@suse.de>
21704
21705 * utils.c (convert): Use fold_convert where appropriate.
21706
21707 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
21708
21709 * Makefile.in (gnatlib): Fix regex, using \. instead of . when
21710 a period is meant.
21711
21712 2005-12-02 Richard Guenther <rguenther@suse.de>
21713
21714 * trans.c (gnat_gimplify_expr): Use buildN instead of build.
21715
21716 2005-12-01 Roger Sayle <roger@eyesopen.com>
21717
21718 * utils.c (max_size): Only test for TREE_OVERFLOW on INTEGER_CST
21719 nodes.
21720
21721 2005-11-23 Laurent Guerby <laurent@guerby.net>
21722
21723 * mlib-prj.adb (Build_Library): Initialize Delete.
21724
21725 2005-11-21 Joel Sherrill <joel.sherrill@oarcorp.com>
21726
21727 * socket.c: Add extern int h_errno for rtems since networking header
21728 files are not available at this point in a tool bootstrap. Newlib
21729 only has basic C library header files.
21730
21731 2005-11-19 Richard Guenther <rguenther@suse.de>
21732 Roger Sayle <roger@eyesopen.com>
21733
21734 PR ada/23717
21735 * misc.c (internal_error_function): Don't use vsprintf to format
21736 the error message text, instead use pp_format_text and the new
21737 pretty printer APIs. This allows handling of %qs, %w, etc.
21738
21739 2005-11-18 Laurent Guerby <laurent@guerby.net>
21740
21741 PR ada/24857
21742 * Makefile.in: Use s-auxdec-empty for RTEMS.
21743
21744 2005-11-17 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
21745
21746 PR ada/22333
21747 * trans.c (gnat_gimplify_expr, case ADDR_EXPR): Always make
21748 a temporary if taking the address of something that is neither
21749 reference, declaration, or constant, since the gimplifier
21750 can't handle that case.
21751
21752 2005-11-17 Laurent Guerby <laurent@guerby.net>
21753
21754 PR ada/24857
21755 * s-auxdec-empty.ads, s-auxdec-empty.adb: New files.
21756
21757 2005-11-16 Richard Guenther <rguenther@suse.de>
21758
21759 * Makefile.in: Add EH_MECHANISM=-gcc to s390(x) linux.
21760
21761 2005-11-16 Joel Sherrill <joel.sherrill@oarcorp.com>
21762
21763 PR ada/24855
21764 * raise-gcc.c: Add missing stdarg.h include.
21765
21766 2005-11-16 Richard Guenther <rguenther@suse.de>
21767
21768 * Make-lang.in (ada/decl.o): Add $(EXPR_H) dependency.
21769 (ada/misc.o): Likewise.
21770
21771 2005-11-14 Thomas Quinot <quinot@adacore.com>
21772
21773 * g-soccon.ads: Minor reformatting. Update comments.
21774
21775 * gsocket.h: Include <sys/times.h> in the VxWorks case, in order to
21776 gain visibility on the declaration of struct timeval.
21777
21778 * g-soccon-freebsd.ads,
21779 g-soccon-darwin.ads,
21780 g-soccon-tru64.ads,
21781 g-soccon-aix.ads,
21782 g-soccon-irix.ads,
21783 g-soccon-hpux.ads,
21784 g-soccon-solaris.ads,
21785 g-soccon-vms.ads,
21786 g-soccon-mingw.ads,
21787 g-soccon-vxworks.ads (SIZEOF_tv_sec, SIZEOF_tv_usec): New constants.
21788
21789 * g-soccon-hpux-ia64.ads, g-soccon-linux-ppc.ads,
21790 g-soccon-solaris-64.ads, g-soccon-linux-64.ads,
21791 g-soccon-linux-x86.ads: New files.
21792
21793 * g-socthi-mingw.adb:
21794 (Socket_Error_Message): Remove redundant use of GNAT.Sockets.Constants
21795
21796 * g-socthi-vxworks.ads, g-socthi-vms.ads, g-socthi-mingw.ads
21797 (time_t, suseconds_t): New types constructed to match the tv_sec
21798 and tv_usec fields of C struct timeval.
21799 (Timeval): Construct structure in terms of the new types.
21800 (Host_Errno): New function (imported from socket.c), returns last hosts
21801 database error.
21802
21803 * g-socthi-vxworks.adb: Add error handling circuitry.
21804
21805 * g-socket.ads, g-socket.adb (To_Timeval): Reflect change of type for
21806 components of struct timeval.
21807 (Get_Host_By_Name, Get_Host_By_Address): Fix error reporting circuitry.
21808 (Check_Selector): In error conditions, clear internal socket sets to
21809 avoid a memory leak.
21810 (Get_Socket_Option, Set_Socket_Option): Support for Multicast_If,
21811 Send_Timeout, Receive_Timeout.
21812
21813 * g-socthi.ads (time_t, suseconds_t): New types constructed to match
21814 the tv_sec and tv_usec fields of C struct timeval.
21815 (Timeval): Construct structure in terms of the new types.
21816 (Host_Errno): New function (imported from socket.c), returns last hosts
21817 database error.
21818
21819 * socket.c (__gnat_get_h_errno): New function to retrieve h_errno, the
21820 hosts database last error code.
21821
21822 * gen-soccon.c: Complete value expansion should not be performed on
21823 TARGET, as it has the form of a math expression, and some components
21824 may be platform-defined macros.
21825 For VxWorks, generate the OK and ERROR values.
21826 New constants giving the sizes of the components of C struct timeval.
21827
21828 2005-11-14 Robert Dewar <dewar@adacore.com>
21829 Ed Schonberg <schonberg@adacore.com>
21830
21831 PR ada/18434
21832 * types.ads: Include All_Checks in Suppress_Array
21833
21834 * checks.adb (Check_Needed): Remove kludge for a/=b rewritten as
21835 not(a=b), since we no longer do this rewriting, and hence it is not
21836 needed.
21837 (Elaboration_Checks_Suppressed): Add special casing to
21838 deal with different cases of static and dynamic elaboration checks (all
21839 checks does not count in the first case, but does in the second).
21840 (Expr_Known_Valid): Do not assume that the result of any arbitrary
21841 function call is valid, since this is not the case.
21842 (Ensure_Valid): Do not apply validity check to a real literal
21843 in a universal or fixed context
21844
21845 * exp_ch4.adb (Expand_N_Op_Ne): Don't expand a/=b to not(a=b) for
21846 elementary types using the operator in standard. It is cleaner not to
21847 modify the programmers intent, especially in the case of floating-point.
21848 (Rewrite_Comparison): Fix handling of /= (this was always wrong, but
21849 it did not matter because we always rewrote a/=b to not(a=b).
21850 (Expand_Allocator_Expression): For an allocator expression whose nominal
21851 subtype is an unconstrained packed type, convert the expression to its
21852 actual constrained subtype.
21853 Implement warning for <= or >= where < or > not possible
21854 Fix to Vax_Float tests (too early in many routines, causing premature
21855 Vax_Float expansions.
21856
21857 * sem_prag.adb (Analyze_Pragma, case Obsolescent): Allow this pragma
21858 to be used with packages and generic packages as well as with
21859 subprograms.
21860 (Suppress): Set All_Checks, but not Elaboration_Check, for case
21861 of pragma Suppress (All_Checks)
21862 (Analyze_Pragma, case Warnings): Implement first argument allowed to be
21863 a string literal for precise control over warnings.
21864 Avoid raise of pragma in case of unrecognized pragma and just return
21865 instead.
21866
21867 * sem_prag.ads: Minor reformatting
21868
21869 * switch-c.adb (Scan_Front_End_Switches): Replace "raise Bad_Switch;"
21870 with call to new procedure Bad_Switch. Call Scan_Pos with new parameter
21871 Switch. Do not handle any exception.
21872 Include -gnatwx as part of -gnatg (warn on redundant parens)
21873 Allow optional = after -gnatm
21874 (Scan_Front_End_Switches): The -gnatp switch sets All_Checks, but no
21875 longer sets Elaboration_Checks.
21876 Code to set warning mode moved to Sem_Warn
21877 so that it can be shared by pragma processing.
21878
21879 * s-mastop-tru64.adb (Pop_Frame): Remove redundant parentheses in if
21880 statement.
21881
21882 * s-taprop-solaris.adb:
21883 Change some <= to =, to avoid new warning
21884
21885 * a-exexda.adb, prj-proc.adb:
21886 Fix obvious typo (Num_Tracebacks compared <= 0 instead of < 0)
21887 Fix obvious typo (Total_Errors_Detected <= 0 should be = 0)
21888
21889 2005-11-14 Robert Dewar <dewar@adacore.com>
21890
21891 * exp_vfpt.adb: Handle /= case
21892 (Expand_Vax_Conversion): Properly recognize Conversion_OK flag
21893 so that we do not get duplicate scaling for fixed point conversions.
21894
21895 * s-vaflop.ads, s-vaflop.adb: (Ne_F): New function
21896
21897 2005-11-14 Matthew Gingell <gingell@adacore.com>
21898
21899 * system-lynxos-ppc.ads, system-lynxos-x86.ads:
21900 Increase default priority on Lynx from 15 to 17, and meet the Ada
21901 requirement that Default_Priority be ((Priority'First +
21902 Priority'Last) / 2) by increasing the range of Interrupt_Priority.
21903
21904 2005-11-14 Vincent Celier <celier@adacore.com>
21905
21906 * mlib-tgt-tru64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb,
21907 mlib-tgt-hpux.adb, mlib-tgt-hpux.adb, mlib-tgt-linux.adb,
21908 mlib-tgt-solaris.adb, mlib-tgt-vms-alpha.adb, mlib-tgt-vms-alpha.adb,
21909 mlib-tgt-vms-ia64.adb, mlib-tgt-mingw.adb, mlib-tgt-vxworks.adb,
21910 mlib-tgt-darwin.adb, mlib-tgt.adb, mlib-tgt.ads,
21911 mlib-tgt-lynxos.adb (DLL_Prefix): New function
21912
21913 2005-11-14 Doug Rupp <rupp@adacore.com>
21914
21915 * system-vms.ads, system-vms_64.ads: ADA$GNAT: New exported object in
21916 private part.
21917
21918 2005-11-14 Arnaud Charlet <charlet@adacore.com>
21919
21920 * s-traces-default.adb, s-trafor-default.ads,
21921 s-tratas-default.adb: Fix compilation errors.
21922
21923 2005-11-14 Jose Ruiz <ruiz@adacore.com>
21924
21925 * s-taprop-posix.adb (Initialize_Lock): Destroy mutex attribute before
21926 raising the exception so the memory used is freed.
21927
21928 2005-11-14 Arnaud Charlet <charlet@adacore.com>
21929
21930 * adaint.h, adaint.c (__gnat_is_cross_compiler): New constant.
21931 (Gnat_Install_Locks, __gnatlib_install_locks): Removed, no longer used.
21932 (convert_address): Update comments and list of platforms using this.
21933
21934 * s-tasini.adb (Gnat_Install_Locks, __gnatlib_install_locks): Removed,
21935 no longer used.
21936
21937 2005-11-14 Pascal Obry <obry@adacore.com>
21938 Vincent Celier <celier@adacore.com>
21939
21940 * gnatdll.adb (Parse_Command_Line): Remove redundant use of
21941 GNAT.Command_Line.
21942
21943 * memroot.adb: Remove redundant with/use clause on
21944 System.Storage_Elements.
21945
21946 2005-11-14 Arnaud Charlet <charlet@adacore.com>
21947
21948 * a-except.adb (Zero_Cost_Exceptions): Removed, no longer used.
21949 (builtin_longjmp, Process_Raise_Exceeption): Move setjmp/longjmp
21950 related code to a-exexpr.adb
21951 (Save_Occurrence_And_Private): Move GCC EH related code to
21952 a-exexpr-gcc.adb
21953 (Raise_Current_Excep): Add new variable Id with pragma
21954 volatile, to ensure that the variable lives on stack.
21955
21956 * a-exexpr-gcc.adb, raise-gcc.c: New file.
21957
21958 * a-exexpr.adb (builtin_longjmp, Propagate_Exception): Moved here code
21959 from a-except.adb.
21960 Move GCC EH related code to a-exexpr-gcc.adb
21961
21962 * Makefile.in: Add or update g-soccon LIBGNAT pairs for Linux/PPC and
21963 64-bit Solaris
21964 Split the Linux version of g-soccon into separate variants for 32 and 64
21965 bit platforms.
21966 (gnatlib): Use $(AR_FOR_TARGET) and $(RANLIB_FOR_TARGET)
21967 vice $(AR) and $(RANLIB). Remove use of host variable $(RANLIB_FLAGS).
21968 install-gnatlib: Use $(RANLIB_FOR_TARGET) vice $(RANLIB). Remove use
21969 of host variable $(RANLIB_FLAGS).
21970 (alpha64-dec-*vms*): Fix translations for 64 bit compiler.
21971 Code clean up: remove unused/obsolete targets.
21972 (EH_MECHANISM): New variable introduced to differenciate between the
21973 two EH mechanisms statically.
21974 (gnatlib-zcx, gnatlib-sjlj): Force EH_MECHANISM manually.
21975 (LIBGNAT_OBJS): Add raise-gcc.o
21976 (LIBGNAT_TARGET_PAIRS for ppc-vxworks): Use an specialized version of
21977 s-osinte.adb, s-tpopsp.adb, and system.ads for the run time that
21978 supports VxWorks 6 RTPs.
21979 (EXTRA_GNATRTL_NONTASKING_OBJS for ppc-vxworks): Remove the use of
21980 i-vxworks and i-vxwoio from the run time that supports VxWorks 6 RTPs.
21981
21982 * raise.c: Move all GCC EH-related routines to raise-gcc.c
21983
21984 2005-11-14 Jose Ruiz <ruiz@adacore.com>
21985
21986 * s-tassta.adb (Create_Task): Move the code in charge of resetting the
21987 deferral level, when abort is not allowed, to a later stage (the
21988 Task_Wrapper).
21989 (Task_Wrapper): If Abort is not allowed, reset the deferral level since
21990 it will not get changed by the generated code. It was previously done
21991 in Create_Task.
21992
21993 2005-11-14 Thomas Quinot <quinot@adacore.com>
21994 Olivier Hainque <hainque@adacore.com>
21995 Eric Botcazou <ebotcazou@adacore.com>
21996
21997 * decl.c:
21998 Factor common code to build a storage type for an unconstrained object
21999 from a fat or thin pointer type and a constrained object type.
22000 (annotate_value): Handle BIT_AND_EXPR.
22001 (annotate_rep): Don't restrict the back annotation of inherited
22002 components to the type_annotate_only case.
22003 (gnat_to_gnu_entity) <E_Array_Type>: Do not invoke create_type_decl if
22004 we are not defining the type.
22005 <E_Record_Type>: Likewise.
22006 (gnat_to_gnu_entity) <object, renaming>: Adjust comments and structure
22007 to get advantage of the new maybe_stabilize_reference interface, to
22008 ensure that what we reference is indeed stabilized instead of relying
22009 on assumptions on what the stabilizer does.
22010 (gnat_to_gnu_entity) <E_Incomplete_Type>: If the entity is an incomplete
22011 type imported through a limited_with clause, use its non-limited view.
22012 (Has_Stdcall_Convention): New macro, to centralize the Windows vs others
22013 differentiation.
22014 (gnat_to_gnu_entity): Use Has_Stdcall_Convention instead of a spread mix
22015 of #if sections + explicit comparisons of convention identifiers.
22016 (gnat_to_gnu_entity) <E_Variable>: Decrement force_global if necessary
22017 before early-returning for certain types when code generation is
22018 disabled.
22019 (gnat_to_gnu_entity) <object>: Adjust comment attached to the
22020 nullification of gnu_expr we do for objects with address clause and
22021 that we are not defining.
22022 (elaborate_expression_1): Do not create constants when creating
22023 variables needed by the debug info: the dwarf2 writer considers that
22024 CONST_DECLs is used only to represent enumeration constants, and emits
22025 nothing for them.
22026 (gnat_to_gnu_entity) <object>: When turning a non-definition of an
22027 object with an address clause into an indirect reference, drop the
22028 initializing expression.
22029 Include "expr.h".
22030 (STACK_CHECK_BUILTIN): Delete.
22031 (STACK_CHECK_PROBE_INTERVAL): Likewise.
22032 (STACK_CHECK_MAX_FRAME_SIZE): Likewise.
22033 (STACK_CHECK_MAX_VAR_SIZE): Likewise.
22034 (gnat_to_gnu_entity): If gnat_entity is a renaming, do not mark the tree
22035 corresponding to the renamed object as ignored for debugging purposes.
22036
22037 * trans.c (tree_transform, case N_Attribute_Reference, case Attr_Size &
22038 related): For a prefix that is a dereference of a fat or thin pointer,
22039 if there is an actual subtype provided by the front-end, use that
22040 subtype to build an actual type with bounds template.
22041 (tree_transform, case N_Free_Statement): If an Actual_Designated_Subtype
22042 is provided by the front-end, use that subtype to compute the size of
22043 the deallocated object.
22044 (gnat_to_gnu): When adding a statement into an elaboration procedure,
22045 check for a potential violation of a No_Elaboration_Code restriction.
22046 (maybe_stabilize_reference): New function, like gnat_stabilize_reference
22047 with extra arguments to control whether to recurse through non-values
22048 and to let the caller know if the stabilization has succeeded.
22049 (gnat_stabilize_reference): Now a simple wrapper around
22050 maybe_stabilize, for common uses without restriction on lvalues and
22051 without need to check for the success indication.
22052 (gnat_to_gnu, call_to_gnu): Adjust calls to gnat_stabilize_reference, to
22053 pass false instead of 0 as the FORCE argument which is a bool.
22054 (Identifier_to_gnu): Remove checks ensuring that an renamed object
22055 attached to a renaming pointer has been properly stabilized, as no such
22056 object is attached otherwise.
22057 (call_to_gnu): Invoke create_var_decl to create the temporary when the
22058 function uses the "target pointer" return mechanism.
22059 Reinstate conversion of the actual to the type of the formal
22060 parameter before any other specific treatment based on the passing
22061 mechanism. This turns out to be necessary in order for PLACEHOLDER
22062 substitution to work properly when the latter type is unconstrained.
22063
22064 * gigi.h (build_unc_object_type_from_ptr): New subprogram, factoring a
22065 common pattern.
22066 (maybe_stabilize_reference): New function, like gnat_stabilize_reference
22067 with extra arguments to control whether to recurse through non-values
22068 and to let the caller know if the stabilization has succeeded.
22069
22070 * utils2.c (gnat_build_constructor): Only sort the fields for possible
22071 static output of record constructor if all the components are constant.
22072 (gnat_build_constructor): For a record type, sort the list of field
22073 initializers in increasing bit position order.
22074 Factor common code to build a storage type for an unconstrained object
22075 from a fat or thin pointer type and a constrained object type.
22076 (build_unary_op) <ADDR_EXPR>: Always recurse down conversions between
22077 types variants, and process special cases of VIEW_CONVERT expressions
22078 as their NOP_EXPR counterpart to ensure we get to the
22079 CORRESPONDING_VARs associated with CONST_DECls.
22080 (build_binary_op) <MODIFY_EXPR>: Do not strip VIEW_CONVERT_EXPRs
22081 on the right-hand side.
22082
22083 * utils.c (build_unc_object_type_from_ptr): New subprogram, factoring
22084 a common pattern.
22085 (convert) <VIEW_CONVERT_EXPR>: Return the inner operand directly if we
22086 are converting back to its original type.
22087 (convert) <JM input>: Fallthrough regular conversion code instead of
22088 extracting the object if converting to a type variant.
22089 (create_var_decl): When a variable has an initializer requiring code
22090 generation and we are at the top level, check for a potential violation
22091 of a No_Elaboration_Code restriction.
22092 (create_var_decl): call expand_decl for CONST_DECLs, to set MODE, ALIGN
22093 SIZE and SIZE_UNIT which we need for later back-annotations.
22094 * utils.c: (convert) <STRING_CST>: Remove obsolete code.
22095 <VIEW_CONVERT_EXPR>: Do not lift the conversion if the target type
22096 is an unchecked union.
22097 (pushdecl): Set DECL_NO_STATIC_CHAIN on imported nested functions.
22098 (convert) <VIEW_CONVERT_EXPR>: When the types have the same
22099 main variant, just replace the VIEW_CONVERT_EXPR.
22100 <UNION_TYPE>: Revert 2005-03-02 change.
22101
22102 * repinfo.h, repinfo.ads: Add tcode for BIT_AND_EXPR.
22103
22104 * repinfo.adb (Print_Expr, Rep_Value): Handle Bit_And_Expressions.
22105
22106 2005-11-14 Matthew Heaney <heaney@adacore.com>
22107
22108 * a-crbtgo.ads, a-crbtgo.adb, a-coorse.ads, a-coorse.adb, a-convec.ads,
22109 a-convec.adb, a-coinve.ads, a-coinve.adb, a-cohama.ads, a-cohama.adb,
22110 a-ciorse.ads, a-ciorse.adb, a-cihama.ads, a-cihama.adb, a-cidlli.ads,
22111 a-cidlli.adb, a-cdlili.ads, a-cdlili.adb, a-coormu.adb, a-ciormu.adb,
22112 a-cihase.adb, a-cihase.ads, a-cohase.adb, a-cohase.ads, a-ciorma.ads,
22113 a-coorma.ads, a-ciormu.ads, a-coormu.ads, a-ciorma.adb, a-coorma.adb:
22114 Compiles against the spec for ordered maps described in sections
22115 A.18.6 of the most recent (August 2005) AI-302 draft.
22116
22117 2005-11-14 Olivier Hainque <hainque@adacore.com>
22118
22119 * cuintp.c (UI_To_gnu): Use a proper type for intermediate computations
22120 to ensure bias adjustments take place when need be and to prevent
22121 occurrences of intermediate overflows.
22122
22123 2005-11-14 Matthew Gingell <gingell@adacore.com>
22124 Olivier Hainque <hainque@adacore.com>
22125
22126 * tb-gcc.c (trace_callback): Work around problem with _Unwind_GetIP on
22127 ia64 HP-UX.
22128
22129 * tracebak.c (ia64 configuration): Enable _Unwind_Backtrace driven
22130 tracebacks on ia64 HP-UX and provide explanatory comment.
22131 Enable backtraces on ia64 GNU/Linux.
22132 (x86 configuration): Bump FRAME_LEVEL to 1 to ensure we retrieve a real
22133 base pointer from builtin_frame_address. Adjust BASE_SKIP accordingly.
22134
22135 2005-11-14 Hristian Kirtchev <kirtchev@adacore.com>
22136 Javier Miranda <miranda@adacore.com>
22137
22138 * rtsfind.ads, exp_util.adb, exp_util.ads, exp_disp.adb, exp_disp.ads,
22139 exp_ch7.adb, sem_ch9.adb, snames.adb, snames.ads,
22140 exp_ch9.adb, exp_ch9.ads, exp_ch6.adb, exp_ch3.adb, exp_ch3.ads,
22141 einfo.ads, einfo.adb: Complete support for Ada 2005 interfaces.
22142
22143 * a-tags.ads, a-tags.adb: Major rewrite and additions to implement
22144 properly new Ada 2005 interfaces (AI-345) and add run-time checks (via
22145 assertions).
22146
22147 * exp_dbug.ads, exp_dbug.adb (Get_Secondary_DT_External_Name): New
22148 subprogram that generates the external name associated with a
22149 secondary dispatch table.
22150 (Get_Secondary_DT_External_Name): New subprogram that generates the
22151 external name associated with a secondary dispatch table.
22152
22153 2005-11-14 Emmanuel Briot <briot@adacore.com>
22154
22155 * xref_lib.adb (Parse_Identifier_Info): It is possible for an entity
22156 line in the ALI file to include both an instantiation reference, and a
22157 returned value.
22158
22159 2005-11-14 Vincent Celier <celier@adacore.com>
22160
22161 * clean.adb (Check_Project): Look for Ada code in extending project,
22162 even if Ada is not specified as a language.
22163 Use new function DLL_Prefix for DLL_Name
22164 (Clean_Interface_Copy_Directory): New procedure
22165 (Clean_Library_Directory): New procedure
22166 (Clean_Directory): Remove procedure, no longer used
22167 (Clean_Project): Do not delete any file in an externally built project
22168
22169 * prj-env.adb (Set_Ada_Paths.Add.Recursive_Add): Add the object
22170 directory of an extending project, even when there are no Ada source
22171 present.
22172 (Ada_Objects_Path.Add): Add Library_ALI_Dir, not Library_Dir to the path
22173 (Set_Ada_Paths.Add.Recursive_Add): Ditto
22174
22175 * mlib-prj.adb (Check_Library): For all library projects, get the
22176 library file timestamp.
22177 (Build_Library): Copy ALI files in Library_ALI_Dir, not in Library_Dir
22178 (Build_Library): Use new function DLL_Prefix for the DLL_Name
22179 (Clean): Remove procedure, no longer used
22180 (Ultimate_Extension_Of): New function
22181 (Build_Library): When cleaning the library directory, only remove an
22182 existing library file and any ALI file of a source of the project.
22183 When cleaning the interface copy directory, remove any source that
22184 could be a source of the project.
22185
22186 * prj.ads, prj.adb (Project_Empty): Add values of new components
22187 Library_TS and All_Imported_Projects.
22188 (Project_Empty): Add values for new components of Project_Data:
22189 Library_ALI_Dir and Display_Library_ALI_Dir
22190
22191 * prj-attr.adb: New project level attribute name Library_ALI_Dir
22192
22193 * prj-nmsc.adb (Check_Library_Attributes): Take into account new
22194 attribute Library_ALI_Dir.
22195 (Check_Library_Attributes): The library directory cannot be the same as
22196 any source directory of the project tree.
22197 (Check_Stand_Alone_Library): The interface copy directory cannot be
22198 the same as any source directory of the project tree.
22199
22200 * mlib.adb: Use Prj.Com.Fail, instead of Osint.Fail directly, to delete
22201 all temporary files.
22202
22203 2005-11-14 Robert Dewar <dewar@adacore.com>
22204 Ed Schonberg <schonberg@adacore.com>
22205
22206 * sem_elab.adb: Change name Is_Package to Is_Package_Or_Generic_Package
22207 (Check_Elab_Call): A call within a protected body is never an
22208 elaboration call, and does not require checking.
22209 (Same_Elaboration_Scope): Take into account protected types for both
22210 entities.
22211 (Activate_Elaborate_All_Desirable): New procedure
22212
22213 * ali.ads, ali.adb: Implement new AD/ED for Elaborate_All/Elaborate
22214 desirable
22215
22216 * binde.adb: Implement new AD/ED for Elaborate_All/Elaborate desirable
22217 (Elab_Error_Msg): Use -da to include internal unit links, not -de.
22218
22219 * lib-writ.ads, lib-writ.adb:
22220 Implement new AD/ED for Elaborate_All/Elaborate desirable
22221 Use new Elaborate_All_Desirable flag in N_With_Clause node
22222
22223 * sinfo.ads, sinfo.adb (Actual_Designated_Subtype): New attribute for
22224 N_Free_Statement nodes.
22225 Define new class N_Subprogram_Instantiation
22226 Add Elaborate_Desirable flag to N_With_Clause node
22227 Add N_Delay_Statement (covering two kinds of delay)
22228
22229 * debug.adb: Introduce d.f flag for compiler
22230 Add -da switch for binder
22231
22232 2005-11-14 Ed Schonberg <schonberg@adacore.com>
22233 Cyrille Comar <comar@adacore.com>
22234
22235 * exp_aggr.adb (Build_Record_Aggr_Code): Do not create master entity
22236 for task component, in the case of a limited aggregate. The enclosed
22237 object declaration will create it earlier. Otherwise, in the case of a
22238 nested aggregate, the object may appear in the wrong scope.
22239 (Convert_Aggr_In_Object_Decl): Create a transient scope when needed.
22240 (Gen_Assign): If the component being assigned is an array type and the
22241 expression is itself an aggregate, wrap the assignment in a block to
22242 force finalization actions on the temporary created for each row of the
22243 enclosing object.
22244 (Build_Record_Aggr_Code): Significant rewrite insuring that ctrl
22245 structures are initialized after all discriminants are set so that
22246 they can be accessed even when their offset is dynamic.
22247
22248 2005-11-14 Robert Dewar <dewar@adacore.com>
22249 Hristian Kirtchev <kirtchev@adacore.com>
22250
22251 * sem_attr.adb: Implement Machine_Rounding attribute
22252 (Analyze_Access_Attribute): The access attribute may appear within an
22253 aggregate that has been expanded into a loop.
22254 (Check_Task_Prefix): Add semantic check for attribute 'Callable and
22255 'Terminated whenever the prefix is of a task interface class-wide type.
22256 (Analyze_Attribute): Add semantic check for attribute 'Identity whenever
22257 the prefix is of a task interface class-wide type.
22258
22259 * s-vaflop-vms-alpha.adb: Valid_D, Valid_F, Valid_G: Make Val constant
22260 to avoid warnings.
22261
22262 * s-fatgen.ads, s-fatgen.adb (Machine_Rounding): New function
22263 Remove pragma Inline for [Unaligned_]Valid.
22264 Add comments that Valid routines do not work for Vax_Float
22265
22266 * exp_attr.adb: Implement Machine_Rounding attribute
22267
22268 * snames.h: Add entry for Machine_Rounding attribute
22269
22270 2005-11-14 Javier Miranda <miranda@adacore.com>
22271 Robert Dewar <dewar@adacore.com>
22272 Hristian Kirtchev <kirtchev@adacore.com>
22273
22274 * exp_attr.adb (Expand_N_Attribute_Reference, cases of Attribute_Size
22275 and related): For a prefix that is an explicit dereference of an
22276 access to unconstrained packed array type, annotate the dereference
22277 with an actual subtype so GIGI can make a correct size computation.
22278 (Expand_N_Attribute_Reference): In case of 'Unchecked_Access and
22279 'Unrestricted_Access, if the designated type is an interface we
22280 add a type conversion to force the displacement of the pointer
22281 to the secondary dispatch table.
22282 Use Universal_Real instead of Long_Long_Float when we need a high
22283 precision float type for the generated code (prevents gratuitous
22284 Vax_Float stuff when pragma Float_Representation (Vax_Float) used)
22285 (Expand_N_Attribute_Reference): Add support for attribute 'Callable and
22286 'Terminated for task interface class-wide objects. Generate a call to
22287 the predefined dispatching routine used to retrieve the _task_id from
22288 a task corresponding record.
22289 (Expand_Fpt_Attribute): Major change to properly handle Vax_Float
22290
22291 * sem_disp.adb: Change name Is_Package to Is_Package_Or_Generic_Package
22292 (Check_Dispatching_Operation): Protect the frontend againts
22293 previously detected errors.
22294
22295 * Makefile.rtl: Add new instantiations of system.fat_gen
22296
22297 * s-fatflt.ads, s-fatlfl.ads, s-fatllf.ads, s-fatsfl.ads:
22298 Change name of instantiated package for better consistency
22299 with newly added system.fat_gen instantiations.
22300
22301 * s-filofl.ads, s-fishfl.ads, s-fvadfl.ads, s-fvaffl.ads,
22302 s-fvagfl.ads: New files.
22303
22304 2005-11-14 Cyrille Comar <comar@adacore.com>
22305 Thomas Quinot <quinot@adacore.com>
22306
22307 * exp_ch5.adb (Expand_N_Assignment_Statement, Tagged_Case): For an
22308 assignment of a value of a tagged type that has been rewritten to a
22309 block statement, it is known by construction that no checks are
22310 necessary for the statements within the block: analyze it with checks
22311 suppressed.
22312 (Expand_N_If_Statement): When killing a dead then-branch in an
22313 if-statement that has elsif_parts, recompute the Current_Value node
22314 for any entity whose value is known from the condition of the first
22315 elsif_part.
22316 (Expand_N_Return_Statement): When returning a mutable record, convert
22317 the return value into its actual subtype in order to help the backend
22318 to return the actual size instead of the maximum. This is another
22319 aftermath of not returning mutable records on the sec-stack anymore.
22320
22321 * sem_ch5.ads, sem_ch5.adb (Analyze_Iteration_Scheme): Minor change to
22322 handling of error msg for suspicious reverse range iteration.
22323 (Check_Possible_Current_Value_Condition): Move declaration from body to
22324 spec, to allow this subprogram to be called from exp_ch5.
22325
22326 2005-11-14 Thomas Quinot <quinot@adacore.com>
22327
22328 * exp_dist.adb (Append_Array_Traversal): Modify constrained case to
22329 generate a set of nested array aggregates instead of a single flat
22330 aggregate for multi-dimensional arrays.
22331
22332 2005-11-14 Pascal Obry <obry@adacore.com>
22333
22334 * expect.c (__gnat_kill) [Win32]: Fix implementation, the pid returned
22335 by spawnve is a process handle, no need to convert. Add a parameter
22336 close to control wether the process handle must be closed.
22337 (__gnat_waitpid): Fix implementation, the pid returned by spawnve is
22338 a process handle, not need to convert.
22339 (__gnat_kill) [*]: Add dummy parameter close to match the Win32 spec.
22340
22341 * g-expect.adb: (Kill): Document the new close parameter.
22342 (Close): Do not release the process handle in the kill there as
22343 waitpid() is using it.
22344 (Send_Signal): Release the process handle.
22345
22346 2005-11-14 Robert Dewar <dewar@adacore.com>
22347
22348 * exp_fixd.adb: Use Universal_Real instead of Long_Long_Float when we
22349 need a high precision float type for the generated code (prevents
22350 gratuitous Vax_Float stuff when pragma Float_Representation (Vax_Float)
22351 used).
22352
22353 * exp_imgv.adb: Use Universal_Real instead of Long_Long_Float when we
22354 need a high precision float type for the generated code (prevents
22355 gratuitous Vax_Float stuff when pragma Float_Representation (Vax_Float)
22356 used).
22357 (Expand_Width_Attribute): In configurable run-time, the attribute is not
22358 allowed on non-static enumeration subtypes. Force a load error to emit
22359 the correct diagnostic.
22360
22361 2005-11-14 Thomas Quinot <quinot@adacore.com>
22362 Robert Dewar <dewar@adacore.com>
22363 Ed Schonberg <schonberg@adacore.com>
22364
22365 * exp_intr.adb (Expand_Unc_Deallocation): If GIGI needs an actual
22366 subtype to compute the size of the designated object at run-time,
22367 create such a subtype and store it in the Actual_Designated_Subtype
22368 attribute of the N_Free_Statement.
22369 Generate itype for classwide designated object in both cases of
22370 user-specified storage pool: specific and class-wide, not only in the
22371 specific case.
22372 Raise CE when trying to set a not null access type object to null.
22373 (Expand_Dispatching_Constructor_Call): Retrieve subprogram actual with
22374 an explicit loop, because freeze nodes make its position variable.
22375
22376 * sem_intr.adb (Check_Intrinsic_Call): Given warning for freeing not
22377 null object.
22378
22379 2005-11-14 Javier Miranda <miranda@adacore.com>
22380
22381 * exp_strm.adb (Build_Stream_Attr_Profile, Build_Stream_Function,
22382 Build_Stream_Procedure): Add the null-excluding attribute to the first
22383 formal.
22384 This has no semantic meaning under Ada95 mode but it is a
22385 requirement under Ada05 mode.
22386
22387 * par-ch3.adb (P_Access_Definition): Addition of warning message if
22388 the null exclusion is used under Ada95 mode
22389 (P_Null_Exclusion): The qualifier has no semantic meaning in Ada 95.
22390 (P_Access_Definition): Remove assertion that forbids the use of
22391 the null-exclusion feature in Ada95.
22392
22393 2005-11-14 Robert Dewar <dewar@adacore.com>
22394
22395 * impunit.adb: Exclude container helper units not intended for use by
22396 users.
22397
22398 2005-11-14 Ed Schonberg <schonberg@adacore.com>
22399
22400 * freeze.adb (Freeze_Entity): For an access formal that is an access
22401 to subprogram, freeze the anonymous subprogram type at the same time,
22402 to prevent later freezing in the wrong scope, such as the enclosing
22403 subprogram body.
22404 (Freeze_Entity): Freeze the equivalent_type of an access_to_protected_
22405 subprogram whenever available.
22406
22407 2005-11-14 Arnaud Charlet <charlet@adacore.com>
22408
22409 PR ada/23732
22410 * gnatvsn.ads (Library_Version): Bump to 4.1
22411
22412 2005-11-14 Robert Dewar <dewar@adacore.com>
22413
22414 * g-debpoo.adb (Set_Valid): Use Integer_Address instead of
22415 Storage_Offset to avoid wrap around causing invalid results.
22416
22417 2005-11-14 Pascal Obry <obry@adacore.com>
22418
22419 * gnatbind.adb (Is_Cross_Compiler): New function returning True for
22420 cross-compiler.
22421 (Scan_Bind_Arg): Fail with an error message if -M option is used
22422 on a native compiler.
22423
22424 2005-11-14 Robert Dewar <dewar@adacore.com>
22425 Vincent Celier <celier@adacore.com>
22426
22427 * gprep.adb: Implement -C switch to scan comments
22428
22429 * scng.adb: Scan comment symbol separately if Replace_In_Comments set
22430
22431 * scans.ads: Comment updates (including new use of Tok_Comment in
22432 preprocessing)
22433
22434 * opt.ads: Add documentation for flags that are used by gprmake,
22435 currently and in the next version of gprmake.
22436 (Verbosity_Level): New variable
22437 Add Replace_In_Comments switch
22438
22439 * vms_data.ads: Add VMS equivalent for new gnatmake switches -vl, -vm
22440 and -vm.
22441 Add /REPLACE_IN_COMMENTS for gnatprep -C switch
22442
22443 2005-11-14 Arnaud Charlet <charlet@adacore.com>
22444
22445 * g-regpat.adb (Fail): raise Expression_Error including the diagnostic
22446 message, friendlier.
22447
22448 2005-11-14 Robert Dewar <dewar@adacore.com>
22449
22450 * g-spitbo.adb: (Hash): Rotate by 3 instead of 1
22451
22452 2005-11-14 Doug Rupp <rupp@adacore.com>
22453
22454 * init.c [VMS]: Don't install __gnat_error_handler if DBG$TDBG defined.
22455
22456 2005-11-14 Robert Dewar <dewar@adacore.com>
22457
22458 * interfac.ads: Change declarations of IEEE float types so that we no
22459 longer need a separate version of this package for VMS.
22460
22461 2005-11-14 Ed Schonberg <schonberg@adacore.com>
22462
22463 * lib-xref.adb (Generate_Definition, Generate_Reference): Treat the
22464 internal entity created for the declaration of a child subprogram body
22465 with no spec as coming from source, to generate proper cross-reference
22466 information.
22467
22468 2005-11-14 Vincent Celier <celier@adacore.com>
22469
22470 * make.adb (Compile_Sources): Change verbose message to minimum
22471 verbosity level High for "is in an Ada library", "is a read-only
22472 library" and "is an internal library",
22473 (Create_Binder_Mapping_File): Path name of ALI file for library project
22474 must include the library directory, not the object directory.
22475 (Scan_Make_Arg): Make sure that Switch.M.Scan_Make_Switches is called
22476 for new switches -vl, -vm and -vh.
22477 (Verbose_Msg): Add new defaulted parameter Minimum_Verbosity
22478 (Check): Use minimum verbosity Medium for some Verbose_Msg calls
22479 (Compile_Sources): Do not attempt to compile if an ALI file is missing
22480 in a project that is externally built.
22481 (Compute_All_Imported_Projects): New procedure
22482 (Gnatmake): Check if importing libraries should be regenerated because
22483 at least an imported library is more recent.
22484 (Initialize): For each project compute the list of the projects it
22485 imports directly or indirectly.
22486 (Add_Library_Search_Dir): New procedure, used in place of
22487 Add_Lib_Search_Dir in procedure Scan_Make_Arg so that absolute paths are
22488 put in the search paths.
22489 (Add_Source_Search_Dir): New procedure, used in place of
22490 Add_Src_Search_Dir in procedure Scan_Make_Arg so that absolute paths are
22491 put in the search paths.
22492 (Mark_Directory): Resolve the absolute path the directory before marking
22493 it.
22494
22495 * switch-m.adb (Scan_Make_Switches): Replace "raise Bad_Switch;" with
22496 call to new procedure Bad_Switch. Call Scan_Pos with new parameter
22497 Switch. Do not handle any exception.
22498 (Scan_Make_Switches): Increment Ptr for new switches -vl, -vm and -vh
22499 so that the switch is recognized as valid.
22500 (Scan_Make_Switches): Implement new switches -vl, -vm and -vh.
22501
22502 2005-11-14 GNAT Script <nobody@adacore.com>
22503
22504 * Make-lang.in: Makefile automatically updated
22505
22506 2005-11-14 Pascal Obry <obry@adacore.com>
22507
22508 * mdll.adb (Build_Reloc_DLL): Fix parameter handling when a map file is
22509 used.
22510 (Ada_Build_Reloc_DLL): Fix parameter handling when a map file is used.
22511 In both cases the last argument was dropped.
22512
22513 2005-11-14 Eric Botcazou <ebotcazou@adacore.com>
22514
22515 * namet.h: (Column_Numbe): New type.
22516 (Get_Column_Number): Define to sinput__get_column_number.
22517 (Instantiation): Define to sinput__instantiation.
22518 (Get_Column_Number): Declare.
22519 (Instantiation): Likewise.
22520
22521 2005-11-14 Robert Dewar <dewar@adacore.com>
22522
22523 * par-ch10.adb (P_Compilation_Unit): Add defenses against junk unit
22524 syntax, which could cause compiler hangs.
22525
22526 2005-11-14 Vincent Celier <celier@adacore.com>
22527
22528 * prj-ext.adb: Take into account new environment variable
22529 GPR_PROJECT_PATH. Warn if both GPR_PROJECT_PATH and ADA_PROJECT_PATH
22530 are defined.
22531 (Prj.Ext elaboration): For each directory in the ADA_PROJECT_PATH,
22532 normalize its path name, making it absolute and resolving symbolic
22533 links, and replace the original if resolved path is different.
22534
22535 2005-11-14 Vincent Celier <celier@adacore.com>
22536
22537 * prj-part.adb (Create_Virtual_Extending_Project): Put virtual project
22538 into Prj.Tree.Tree_Private_Part.Projects_Htable for GPS.
22539
22540 2005-11-14 Emmanuel Briot <briot@adacore.com>
22541
22542 * prj-pp.adb (Print): Do not output the with statement if the
22543 associated name is empty, which happens for virtual extending projects.
22544 (Print): Preserve the "extends all" attribute when printing the project.
22545
22546 * prj-tree.ads (String_Value_Of): Add comment about returned value for
22547 a virtual extending project.
22548
22549 2005-11-14 Ed Schonberg <schonberg@adacore.com>
22550
22551 * sem_aggr.adb (Resolve_Aggregate): An others choice is legal on the
22552 rhs of an assignment even if the type is unconstrained, when the
22553 context is non-expanding.
22554 In an inlined body, if the context type is private,
22555 resolve with its full view, which must be a composite type.
22556
22557 2005-11-14 Robert Dewar <dewar@adacore.com>
22558 Ed Schonberg <schonberg@adacore.com>
22559
22560 * sem_ch10.adb: Change name Is_Package to Is_Package_Or_Generic_Package
22561 Do not give obsolescent warning on with of subprogram (since we
22562 diagnose calls)
22563 (Analyze_With_Clause): Add test for obsolescent package
22564 (Install_Context_Clauses): If the unit is the body of a child unit, do
22565 not install twice the private declarations of the parents, to prevent
22566 circular lists of Use_Clauses in a parent.
22567 (Implicit_With_On_Parent): Do add duplicate with_clause on parent when
22568 compiling body of child unit.
22569 Use new class N_Subprogram_Instantiation
22570 (Expand_With_Clause): If this is a private with_clause for a child unit,
22571 appearing in the context of a package declaration, then the implicit
22572 with_clauses generated for parent units are private as well.
22573 (License_Check): Do not generate message if with'ed unit is internal
22574
22575 2005-11-14 Gary Dismukes <dismukes@adacore.com>
22576 Ed Schonberg <schonberg@adacore.com>
22577 Thomas Quinot <quinot@adacore.com>
22578
22579 * sem_ch12.ads, sem_ch12.adb (Map_Entities): Exclude entities whose
22580 names are internal, because they will not have a corresponding partner
22581 in the actual package.
22582 (Analyze_Formal_Package): Move the setting of the formal package spec's
22583 Generic_Parent field so that it occurs prior to analyzing the package,
22584 to allow proper operation of Install_Parent_Private_Declarations.
22585 (Analyze_Package_Instantiation): Set the instantiated package entity's
22586 Package_Instantiation field.
22587 (Get_Package_Instantiation_Node): Move declaration to package spec.
22588 Retrieve the N_Package_Instantiation node when the Package_Instantiation
22589 field is present.
22590 (Check_Generic_Child_Unit): Within an inlined call, the only possible
22591 instantiation is Unchecked_Conversion, for which no parents are needed.
22592 (Inline_Instance_Body): Deinstall and record the use_clauses for all
22593 parent scopes of a scope being removed prior to inlining an instance
22594 body.
22595 (Analyze_Package_Instantiation): Do not perform front-end inlining when
22596 the current context is itself an instance within a non-instance child
22597 unit, to prevent scope stack errors.
22598 (Save_References): If the node is an aggregate that is an actual in a
22599 call, rewrite as a qualified expression to preserve some type
22600 information, to resolve possible ambiguities in the instance.
22601 (Instance_Parent_Unit): New global variable to record the ultimate
22602 parent unit associated with a generic child unit instance (associated
22603 with the existing Parent_Unit_Visible flag).
22604 (type Instance_Env): New component Instance_Parent_Unit for stacking
22605 parents recorded in the global Instance_Parent_Unit.
22606 (Init_Env): Save value of Instance_Parent_Unit in the Instance_Env
22607 stack.
22608 (Install_Spec): Save the parent unit entity in Instance_Parent_Unit when
22609 it's not a top-level unit, and only do this if Instance_Parent_Unit is
22610 not already set. Replace test of Is_Child_Unit with test of parent's
22611 scope against package Standard. Add comments and a ??? comment.
22612 (Remove_Parent): Revise condition for resetting Is_Immediately_Visible
22613 on a child instance parent to test that the parent equals
22614 Instance_Parent rather than simply checking that the unit is not a
22615 child unit.
22616 (Restore_Env): Restore value of Instance_Parent_Unit from Instance_Env.
22617 (Validate_Derived_Interface_Type_Instance): Verify that all ancestors of
22618 a formal interface are ancestors of the corresponding actual.
22619 (Validate_Formal_Interface_Type): Additional legality checks.
22620 (Analyze_Formal_Derived_Interface_Type): New procedure to handle formal
22621 interface types with ancestors.
22622 (Analyze_Formal_Package): If formal is a renaming, use renamed entity
22623 to diagnose attempts to use generic within its own declaration.
22624
22625 2005-11-14 Ed Schonberg <schonberg@adacore.com>
22626 Javier Miranda <miranda@adacore.com>
22627
22628 * sem_ch3.ads, sem_ch3.adb (Build_Discriminal): Add link to original
22629 discriminant.
22630 (Build_Private_Derived_Type): The entity of the created full view of the
22631 derived type does not come from source. If after installing the private
22632 declarations of the parent scope the parent is still private, use its
22633 full view to construct the full declaration of the derived type.
22634 (Build_Derived_Record_Type): Relax the condition that controls the
22635 execution of the check that verifies that the partial view and
22636 the full view agree in the set of implemented interfaces. In
22637 addition, this test now only takes into account the progenitors.
22638 (Derive_Interface_Subprograms): No need to derive subprograms
22639 of ancestors that are interfaces.
22640 (Derive_Subprograms): Remove formal No_Predefined_Prims and the
22641 associated code.
22642 Change name Is_Package to Is_Package_Or_Generic_Package
22643 (Complete_Subprograms_Derivation): Handle the case in which the full
22644 view is a transitive derivation of the ancestor of the partial view.
22645 (Process_Full_View): Rename local subprogram Find_Interface_In_
22646 Descendant to Find_Ancestor_Interface to leave the code more clear.
22647 Remove wrong code that avoids the generation of an error message
22648 when the immediate ancestor of the partial view is an interface.
22649 In addition some minor reorganization of the code has been done to
22650 leave it more clear.
22651 (Analyze_Type_Declaration): If type has previous incomplete tagged
22652 partial view, inherit properly its primitive operations.
22653 (Collect_Interfaces): Make public, for analysis of formal
22654 interfaces.
22655 (Analyze_Interface_Declaration): New procedure for use for regular and
22656 formal interface declarations.
22657 (Build_Derived_Record_Type): Add support for private types to the code
22658 that checks if a tagged type implements abstract interfaces.
22659 (Check_Aliased_Component_Type): The test applies in the spec of an
22660 instance as well.
22661 (Access_Type_Declaration): Clean up declaration of malformed type
22662 declared as an access to its own classwide type, to prevent cascaded
22663 crash.
22664 (Collect_Interfaces): For private extensions and for derived task types
22665 and derived protected types, the parent may be an interface that must
22666 be included in the interface list.
22667 (Access_Definition): If the designated type is an interface that may
22668 contain tasks, create Master_Id for it before analyzing the expression
22669 of the declaration, which may be an allocator.
22670 (Record_Type_Declaration): Set properly the interface kind, for use
22671 in allocators, the creation of master id's for task interfaces, etc.
22672
22673 2005-11-14 Javier Miranda <miranda@adacore.com>
22674 Ed Schonberg <schonberg@adacore.com>
22675
22676 * sem_ch6.adb (Check_Conformance): The null-exclusion feature can be
22677 omitted in case of stream attribute subprograms.
22678 (Check_Inline_Pragma): Handle Inline and Inline_Always pragmas that
22679 appear immediately after a subprogram body, when there is no previous
22680 subprogram declaration.
22681 Change name Is_Package to Is_Package_Or_Generic_Package
22682 (Process_Formals): A non null qualifier on a non null named access
22683 type is not an error, and is a warning only if Redundant_Constructs
22684 are flagged.
22685
22686 2005-11-14 Gary Dismukes <dismukes@adacore.com>
22687 Ed Schonberg <schonberg@adacore.com>
22688
22689 * sem_ch7.adb (Install_Parent_Private_Declarations): New procedure
22690 nested within Analyze_Package_Specification to install the private
22691 declarations and use clauses within each of the parent units of a
22692 package instance of a generic child package.
22693 (Analyze_Package_Specification): When entering a private part of a
22694 package associated with a generic instance or formal package, the
22695 private declarations of the parent must be installed (by calling new
22696 procedure Install_Parent_Private_Declarations).
22697 Change name Is_Package to Is_Package_Or_Generic_Package
22698 (Preserve_Full_Attributes): For a synchronized type, the corresponding
22699 record is absent in a generic context, which does not indicate a
22700 compiler error.
22701
22702 2005-11-14 Ed Schonberg <schonberg@adacore.com>
22703
22704 * sem_ch8.adb (Analyze_Subprogram_Renaming): In a generic context, do
22705 not try to rewrite a renamed stream attribute, because the operations
22706 on the type may not have been generated.
22707 Handle properly a renaming_as_body generated for a stream operation
22708 whose default is abstract because the object type itself is abstract.
22709 (Find_Type): If the type is incomplete and appears as the prefix of a
22710 'Class reference, it is tagged, and its list of primitive operations
22711 must be initialized properly.
22712 (Chain_Use_Clauses): When chaining the use clauses that appear in the
22713 private declaration of a parent unit, prior to compiling the private
22714 part of a child unit, find on the scope stack the proper parent entity
22715 on which to link the use clause.
22716 (Note_Redundant_Use): Emit a warning when a redundant use clause is
22717 detected.
22718 (Analyze_Object_Renaming): An attribute reference is not a legal object
22719 if it is not a function call.
22720
22721 2005-11-14 Robert Dewar <dewar@adacore.com>
22722 Ed Schonberg <schonberg@adacore.com>
22723
22724 * sem_eval.adb: Implement d.f flag
22725 (Subtype_Statically_Match): A generic actual type has unknown
22726 discriminants when the corresponding actual has a similar partial view.
22727 If the routine is called to validate the signature of an inherited
22728 operation in a child instance, the generic actual matches the full view,
22729
22730 2005-11-14 Hristian Kirtchev <kirtchev@adacore.com>
22731 Ed Schonberg <schonberg@adacore.com>
22732 Robert Dewar <dewar@adacore.com>
22733 Thomas Quinot <quinot@adacore.com>
22734
22735 * sem_res.adb (Resolve_Call): Provide a better error message whenever
22736 a procedure call is used as a select statement trigger and is not an
22737 entry renaming or a primitive of a limited interface.
22738 (Valid_Conversion): If the operand has a single interpretation do not
22739 remove address operations.
22740 (Check_Infinite_Recursion): Skip freeze nodes when looking for a raise
22741 statement to inhibit warning.
22742 (Resolve_Unary_Op): Do not produce a warning when
22743 processing an expression of the form -(A mod B)
22744 Use Universal_Real instead of Long_Long_Float when we need a high
22745 precision float type for the generated code (prevents gratuitous
22746 Vax_Float stuff when pragma Float_Representation (Vax_Float) used)
22747 (Resolve_Concatenation_Arg): Improve error message when argument is an
22748 ambiguous call to a function that returns an array.
22749 (Make_Call_Into_Operator, Operand_Type_In_Scope): Do not check that
22750 there is an implicit operator in the given scope if we are within an
22751 instance: legality check has been performed on the generic.
22752 (Resolve_Unary_Op): Apply warnings checks on argument of Abs operator
22753 after resolving operand, to avoid false warnings on overloaded calls.
22754
22755 2005-11-14 Ed Schonberg <schonberg@adacore.com>
22756 Javier Miranda <miranda@adacore.com>
22757
22758 PR ada/15604
22759 * sem_type.adb (Covers): In an inlined body, a composite type matches
22760 a private type whose full view is a composite type.
22761 (Interface_Present_In_Ancestor): Protect the frontend against
22762 previously detected errors to ensure that its compilation
22763 with assertions enabled gives the same output that its
22764 compilation without assertions.
22765 (Interface_Present_In_Ancestor): Add support for private types.
22766 Change name In_Actual to In_Generic_Actual (clean up)
22767 (Disambiguate): New predicate In_Actual, to recognize expressions that
22768 appear in the renaming declaration generated for generic actuals, and
22769 which must be resolved in the outer context.
22770
22771 2005-11-14 Robert Dewar <dewar@adacore.com>
22772 Thomas Quinot <quinot@adacore.com>
22773 Hristian Kirtchev <kirtchev@adacore.com>
22774 Ed Schonberg <schonberg@adacore.com>
22775
22776 * sem_util.ads, sem_util.adb: Change name Is_Package to
22777 Is_Package_Or_Generic_Package.
22778 (Check_Obsolescent): New procedure.
22779 (Set_Is_Public): Remove obsolete junk test.
22780 (Set_Public_Status): Do not set Is_Public on an object whose declaration
22781 occurs within a handled_sequence_of_statemets.
22782 (Is_Controlling_Limited_Procedure): Factor some of the logic, account
22783 for a parameterless procedure.
22784 (Enter_Name): Recognize renaming declarations created for private
22785 component of a protected type within protected operations, so that
22786 the source name of the component can be used in the debugger.
22787
22788 2005-11-14 Ed Schonberg <schonberg@adacore.com>
22789 Robert Dewar <dewar@adacore.com>
22790
22791 * sem_warn.ads, sem_warn.adb (Publicly_Referenceable): Generic formals
22792 of a generic subprogram are not visible outside the body.
22793 (Set_Warning_Switch): New procedure (code to set warning mode moved
22794 here from Switch.C so that it can be shared by pragma processing.
22795 (Check_References): Special case warning for non-modified non-imported
22796 volatile objects.
22797 * par-prag.adb: Modify processing of pragma Warnings to accomodate new
22798 form with a string literal argument
22799
22800 2005-11-14 Javier Miranda <miranda@adacore.com>
22801
22802 * s-finroo.ads, s-finroo.adb (Read): Addition of "not null" to the
22803 anonymous access.
22804 (Write): Addition of "not null" to the anonymous access.
22805 (Read): Addition of "not null" to the anonymous access.
22806 (Write): Addition of "not null" to the anonymous access.
22807
22808 * s-strxdr.adb, s-stratt.ads, s-stratt.adb (I_AD, I_AS, I_B, I_C, I_F,
22809 I_I, I_LF, I_LI, I_LLF, I_LLI, I_LLU, I_LU, I_SF, I_SI, I_SSI, I_SSU,
22810 I_SU, I_U, I_WC): Addition of "not null" to the anonymous access.
22811 (W_AD, W_AS, W_B, W_C, W_F, W_I, W_LF, W_LI, W_LLF, W_LLI, W_LLU,
22812 W_LU, W_SF, W_SI, W_SSI, W_SSU, W_SU, W_U, W_WC): Addition of
22813 "not null" to the anonymous access.
22814
22815 2005-11-14 Robert Dewar <dewar@adacore.com>
22816
22817 * s-stoele.adb: Fix code for Address mod Storage_Offset for negative
22818 offset values
22819
22820 2005-11-14 Vincent Celier <celier@adacore.com>
22821
22822 * switch.adb (Bad_Switch): New procedure
22823 (Scan_Nat, Scan_Pos): Directly call Osint.Fail with the appropriate
22824 message when in error.
22825
22826 * switch.ads (Bad_Switch, Bad_Switch_Value, Missing_Switch_Value,
22827 Too_Many_Output_Files): Remove declarations, no longer used.
22828 (Scan_Nat): New parameter Switch
22829 (Scan_Pos): Ditto
22830 (Bad_Switch): New procedure
22831
22832 * switch-b.adb (Scan_Binder_Switches): Replace "raise Bad_Switch;"
22833 with call to new procedure Bad_Switch. Call Scan_Pos and Scan_Natwith
22834 new parameter Switch. Replace "raise Too_Many_Output_Files;" with call
22835 to Osint.Fail. Do not handle any exception.
22836
22837 2005-11-14 Vincent Celier <celier@adacore.com>
22838
22839 * tempdir.adb (Tempdir): Do not use environment variable TMPDIR if it
22840 designates a non existent directory.
22841
22842 2005-11-14 Robert Dewar <dewar@adacore.com>
22843
22844 * xgnatugn.adb: Replace invalid membership test by 'Valid
22845
22846 2005-11-14 Vincent Celier <celier@adacore.com>
22847
22848 * makegpr.adb (Gprmake): Do not attempt to build the global archive if
22849 there is no object directory.
22850
22851 2005-11-14 Robert Dewar <dewar@adacore.com>
22852
22853 * usage.adb: Minor adjustment to output format, use nn instead of nnn
22854 (so that -gnateInnn does not run into next column)
22855
22856 2005-11-14 Ed Falis <falis@adacore.com>
22857
22858 * s-bitops.adb (Bits_Array): corrected comment: "unconstrained" =>
22859 "constrained"
22860
22861 2005-11-14 Cyrille Comar <comar@adacore.com>
22862
22863 * s-chepoo.ads: Add comments on Dereference.
22864 Remove unnecessary inherited abstract primitives.
22865 Cosmetic cleanup.
22866
22867 2005-11-14 Robert Dewar <dewar@adacore.com>
22868
22869 * sem_cat.ads (Validate_Access_Type_Declaration): Remove declaration
22870 node parameter, not needed, since it is available as Declaration_Node.
22871
22872 2005-11-14 Geert Bosch <bosch@adacore.com>
22873
22874 * s-exnllf.adb (Exn_LLF): Fix comment to be more precise and
22875 grammatically correct.
22876
22877 2005-11-14 Vincent Celier <celier@adacore.com>
22878
22879 * s-fileio.ads: Correct spelling error in comment
22880
22881 2005-11-14 Cyrille Comar <comar@adacore.com>
22882 Robert Dewar <dewar@adacore.com>
22883 Vincent Celier <celier@adacore.com>
22884 Ben Brosgol <brosgol@adacore.com>
22885 Jose Ruiz <ruiz@adacore.com>
22886 Pascal Obry <obry@adacore.com>
22887
22888 * gnat_ugn.texi:
22889 Document that -fstack-check is needed for strict compliance with the
22890 Ada 95 Reference Manual.
22891 Correct reference to VAX systems to meet HP guidelines
22892 Add documentation for new gnatmake switches -vl, -vm and -vh
22893 Replace DEC Ada by HP Ada
22894 Replace DIGITAL by HP
22895 Remove empty section on tools in compatibility section
22896 Clarify the Windows convention semantics.
22897 Document the Win32 calling convention.
22898 The Stdcall, Win32 and DLL convention are synonyms.
22899 Add a note in -gnatR description about zero size record components
22900 Note on new >= and <= warnings for -gnatwc
22901 Document that equal sign after -gnatm is optional.
22902 Note that strip is working fine on DLL built with a Library
22903 Project. The restriction apply only to DLL built with gnatdll.
22904 Update section about the way to debug a DLL.
22905 Update information about the DLL convention.
22906 Document -C switch for gnatprep
22907 Document new attribute Library_ALI_Dir
22908 Update elaboration doc to include implicit Elaborate pragmas now
22909 generated for subprogram instantiations.
22910 Document limitation on executable names that include spaces for --GCC,
22911 --GNATBIND, and --GNATLINK switches.
22912 Document that -w causes -gnatws to be added at start of gcc switches
22913
22914 * gnat_rm.texi: Document that -mieee is needed for generating infinite
22915 and NaN values in case of overflow on machines that are not fully
22916 compliant with the IEEE floating-point standard.
22917 Create a section describing the set of compiler options needed for
22918 strict compliance with the Ada 95 Reference Manual.
22919 Add documentation for pragma Obsolescent applied to a package
22920 Clarify potential issues of mixed language programs related to the
22921 I/O buffering enabling in the elaboration of the GNAT runtime.
22922 Add extra documentation for pragma Restrictions (No_Elaboration_Code)
22923 This documentation only patch adds extra documentsion for pragma
22924 Restrictions (No_Elaboration_Code), explaining why it is not possible
22925 to document this restriction in terms of allowed source constructs.
22926 Document string literal form of pragma Warnings
22927 Document new attribute Library_ALI_Dir
22928 Add documentation on stable attributes in project files that was missing
22929
22930 * gnat-style.texi: Indicate that paragraphs within a single comment
22931 should be separated by empty comment lines
22932
22933 * ug_words: Added replacements for -gnat95 and -gnat05 (/95 and
22934 /05 respectively)
22935
22936 * bindusg.adb: Minor cleanup, put -m before -M for consistency
22937
22938 2005-11-14 Robert Dewar <dewar@adacore.com>
22939
22940 * a-secain.adb, a-slcain.adb, a-shcain.adb, a-chtgke.ads, a-chtgke.adb,
22941 a-stwiha.adb, a-strhas.adb, a-chzla1.ads, a-chzla9.ads, a-stzbou.adb,
22942 a-stzbou.ads, a-stzfix.adb, a-stzhas.adb, a-stzmap.adb, a-stzmap.ads,
22943 a-stzsea.adb, a-stzsea.ads, a-stzsup.adb, a-stzsup.ads, a-stzunb.adb,
22944 a-stzunb.ads, a-szuzha.adb, a-szuzha.ads, a-szuzti.adb, a-szuzti.ads,
22945 a-ztcoau.adb, a-ztcoau.ads, a-ztcoio.adb, a-ztcstr.adb, a-ztcstr.ads,
22946 a-ztdeau.adb, a-ztdeau.ads, a-ztdeio.adb, a-ztdeio.ads, a-ztedit.adb,
22947 a-ztedit.ads, a-ztenau.ads, a-ztenio.adb, a-ztenio.ads, a-ztexio.adb,
22948 a-ztexio.ads, a-ztfiio.adb, a-ztfiio.ads, a-ztflau.adb, a-ztflau.ads,
22949 a-ztflio.adb, a-ztflio.ads, a-ztgeau.adb, a-ztgeau.ads, a-ztinau.adb,
22950 a-ztinau.ads, a-ztinio.adb, a-ztmoau.ads, a-ztmoio.adb, a-ztmoio.ads,
22951 a-zttest.adb, g-enblsp-vms-alpha.adb, g-enblsp-vms-alpha.adb,
22952 g-enblsp-vms-ia64.adb, g-enblsp-vms-ia64.adb, system-linux-hppa.ads,
22953 a-chacon.adb, a-chacon.ads, a-wichun.adb, a-wichun.ads, a-zchuni.adb,
22954 a-zchuni.ads, g-trasym-vms-alpha.adb, g-trasym-vms-ia64.adb,
22955 system-hpux-ia64.ads, g-soccon-unixware.ads, g-soliop-unixware.ads,
22956 g-soccon-interix.ads, g-soliop-solaris.ads, g-eacodu-vms.adb,
22957 g-expect-vms.adb, g-socthi-vms.adb, g-soliop-mingw.ads,
22958 a-intnam-unixware.ads, a-intnam-lynxos.ads, a-intnam-tru64.ads,
22959 a-intnam-aix.ads, a-intnam-linux.ads, a-intnam-linux.ads,
22960 a-intnam-dummy.ads, a-numaux-libc-x86.ads, a-intnam-interix.ads,
22961 a-intnam-solaris.ads, a-calend-vms.adb, a-calend-vms.ads,
22962 a-intnam-vms.ads, a-calend-mingw.adb, a-intnam-mingw.ads,
22963 a-intnam-vxworks.ads, a-numaux-vxworks.ads, system-unixware.ads,
22964 system-linux-ia64.ads, a-intnam-freebsd.ads, system-freebsd-x86.ads,
22965 system-lynxos-ppc.ads, system-linux-x86_64.ads, a-stunha.adb,
22966 a-cgaaso.ads, a-cgaaso.adb, a-chtgop.adb, a-cgcaso.adb, a-cgarso.adb,
22967 a-cohata.ads, a-crbtgk.adb, a-crbltr.ads, a-coprnu.adb, a-rbtgso.adb,
22968 a-intnam-darwin.ads, system-darwin-ppc.ads, gprmake.adb, makegpr.ads,
22969 system-tru64.ads, system-aix.ads, system-solaris-x86.ads,
22970 system-irix-o32.ads, s-interr-sigaction.adb, system-irix-n32.ads,
22971 s-parame-mingw.adb, system-hpux.ads, s-traceb-hpux.adb,
22972 system-linux-x86.ads, s-inmaop-dummy.adb, system-os2.ads,
22973 system-interix.ads, system-solaris-sparc.ads,
22974 system-solaris-sparcv9.ads, s-inmaop-vms.adb,
22975 s-mastop-vms.adb, expander.adb, expander.ads, s-gloloc-mingw.adb,
22976 system-mingw.ads, system-vms-zcx.ads, s-osinte-fsu.adb,
22977 s-traceb-mastop.adb, a-exextr.adb, a-exstat.adb, a-filico.ads,
22978 a-finali.ads, a-interr.ads, a-intsig.adb, a-intsig.ads,
22979 a-except.ads, a-numaux-x86.ads, a-astaco.adb, a-calend.adb,
22980 a-calend.ads, a-chahan.adb, a-chahan.ads, a-chlat9.ads,
22981 a-colien.adb, a-colien.ads, a-colire.adb, a-colire.ads,
22982 a-comlin.adb, a-comlin.ads, a-cwila1.ads, a-cwila9.ads,
22983 a-elchha.adb, a-decima.adb, a-decima.ads, a-diocst.ads,
22984 a-direio.adb, a-direio.ads, a-excach.adb, a-excach.adb,
22985 a-exctra.ads, ali-util.adb, a-ngcefu.adb, a-ngcoty.adb,
22986 a-ngcoty.ads, a-nudira.adb, a-nudira.ads, a-nuflra.adb,
22987 a-numaux.ads, a-reatim.ads, a-sequio.adb, a-sequio.ads,
22988 a-siocst.ads, a-ssicst.ads, a-stmaco.ads, a-storio.adb,
22989 a-strbou.adb, a-strbou.ads, a-stream.ads, a-strfix.adb,
22990 a-strmap.adb, a-strmap.ads, a-strsea.adb, a-strsea.ads,
22991 a-strsup.adb, a-strsup.ads, a-strunb.adb, a-strunb.ads,
22992 a-stwibo.adb, a-stwibo.ads, a-stwifi.adb, a-stwima.adb,
22993 a-stwima.ads, a-stwise.adb, a-stwise.ads, a-stwisu.adb,
22994 a-stwisu.ads, a-stwiun.adb, a-stwiun.ads, a-suteio.adb,
22995 a-suteio.ads, a-swmwco.ads, a-swuwti.adb, a-swuwti.ads,
22996 a-sytaco.adb, a-sytaco.ads, a-tasatt.adb, a-taside.adb,
22997 a-taside.ads, a-teioed.adb, a-textio.adb, a-textio.ads,
22998 a-ticoau.adb, a-ticoau.ads, a-ticoio.adb, a-tideau.adb,
22999 a-tideio.adb, a-tienau.adb, a-tienio.adb, a-tifiio.adb,
23000 a-tiflio.adb, a-tigeau.adb, a-tigeau.ads, a-tiinau.adb,
23001 a-tiinio.adb, a-timoau.adb, a-timoio.adb, a-timoio.ads,
23002 a-tiocst.ads, a-titest.adb, atree.adb, a-witeio.adb,
23003 a-witeio.ads, a-wtcoau.adb, a-wtcoau.ads, a-wtcoio.adb,
23004 a-wtcstr.ads, a-wtdeau.adb, a-wtdeio.adb, a-wtedit.adb,
23005 a-wtedit.ads, a-wtenau.adb, a-wtenio.adb, a-wtfiio.adb,
23006 a-wtflio.adb, a-wtgeau.adb, a-wtinau.adb, a-wtinio.adb,
23007 a-wtmoau.adb, a-wtmoio.adb, a-wttest.adb, back_end.adb,
23008 bindgen.adb, butil.adb, butil.ads, checks.ads, cio.c, comperr.adb,
23009 csets.ads, cstand.adb, debug.ads, elists.ads, errno.c, errout.adb,
23010 errout.ads, erroutc.adb, erroutc.ads, errutil.adb, errutil.ads,
23011 errutil.ads, err_vars.ads, eval_fat.adb, exp_ch11.adb, exp_ch11.ads,
23012 exp_ch2.adb, exp_ch7.ads, exp_imgv.ads, exp_pakd.adb, exp_prag.adb,
23013 exp_prag.ads, exp_tss.adb, exp_tss.ads, exp_vfpt.ads, fe.h, fmap.adb,
23014 freeze.ads, frontend.adb, frontend.ads, g-arrspl.adb, g-arrspl.ads,
23015 g-awk.adb, g-awk.ads, g-boumai.ads, g-calend.adb, g-calend.ads,
23016 g-catiio.adb, g-comlin.adb, g-comlin.ads, g-comlin.ads, g-comlin.ads,
23017 g-comver.adb, g-crc32.adb, g-crc32.ads, g-ctrl_c.ads, g-curexc.ads,
23018 g-debpoo.ads, g-debuti.adb, g-diopit.adb, g-diopit.ads, g-dirope.adb,
23019 g-dirope.ads, g-dyntab.adb, g-dyntab.ads, g-excact.adb, g-excact.ads,
23020 g-except.ads, g-exctra.adb, g-exctra.ads, g-expect.ads, g-flocon.ads,
23021 g-hesorg.ads, g-io.adb, g-locfil.ads, g-md5.adb, g-md5.ads, g-md5.ads,
23022 g-moreex.adb, g-signal.ads, g-signal.adb, gnatbind.ads, gnatchop.adb,
23023 gnatcmd.adb, gnatfind.adb, gnatlbr.adb, gnatmake.ads, gnatmem.adb,
23024 gnatprep.adb, gnatprep.ads, gnatsym.adb, gnatxref.adb, g-os_lib.adb,
23025 g-os_lib.ads, g-pehage.adb, g-pehage.ads, gprep.ads, g-regexp.adb,
23026 g-regexp.ads, g-regist.adb, g-regist.ads, g-regpat.ads, g-semaph.adb,
23027 g-socthi.adb, g-soliop.ads, g-spipat.adb, g-spipat.ads, g-sptabo.ads,
23028 g-sptain.ads, g-sptavs.ads, g-string.ads, g-tasloc.adb, g-tasloc.ads,
23029 g-trasym.adb, g-trasym.ads, i-fortra.adb, i-fortra.ads, inline.adb,
23030 layout.adb, live.adb, make.ads, makeutl.ads, makeutl.adb, mdll-fil.adb,
23031 mdll-fil.ads, mdll-utl.ads, memroot.ads, memtrack.adb, mlib.ads,
23032 mlib-fil.adb, mlib-fil.ads, mlib-prj.ads, mlib-utl.adb, mlib-utl.ads,
23033 nlists.adb, nlists.ads, osint.adb, osint.ads, osint-c.adb, osint-l.adb,
23034 osint-l.ads, osint-m.ads, output.adb, par.adb, par.adb, par.ads,
23035 par-ch11.adb, par-ch12.adb, par-ch2.adb, par-ch4.adb, par-ch5.adb,
23036 par-ch6.adb, par-ch9.adb, par-endh.adb, par-labl.adb, par-load.adb,
23037 par-tchk.adb, prep.adb, prepcomp.adb, prepcomp.ads, prj-attr.ads,
23038 prj-com.ads, prj-dect.adb, prj-dect.ads, prj-env.ads, prj-err.ads,
23039 prj-ext.ads, prj-makr.adb, prj-makr.ads, prj-nmsc.ads, prj-pars.adb,
23040 prj-pars.ads, prj-part.ads, prj-pp.ads, prj-proc.ads, prj-strt.adb,
23041 prj-strt.ads, prj-tree.adb, prj-util.adb, prj-util.ads, rtsfind.adb,
23042 sem.adb, sem.ads, sem_case.adb, sem_case.ads, sem_ch11.adb,
23043 sem_ch4.adb, sem_ch6.ads, sem_ch7.ads, sem_dist.ads, sem_elab.ads,
23044 sem_elim.ads, sem_eval.ads, sem_intr.ads, sem_maps.adb, sem_maps.ads,
23045 sem_maps.ads, sem_res.ads, sem_type.ads, sfn_scan.adb, sfn_scan.ads,
23046 s-imgwch.ads, s-imgwiu.adb, s-imgwiu.ads, s-inmaop.ads, sinput.adb,
23047 sinput.ads, s-pack03.adb, s-pack03.ads, s-pack05.adb, s-pack05.ads,
23048 s-pack06.adb, s-pack06.ads, s-pack07.adb, s-pack07.ads, s-pack09.adb,
23049 s-pack09.ads, s-pack10.adb, s-pack10.ads, s-pack11.adb, s-pack11.ads,
23050 s-pack12.adb, s-pack12.ads, s-pack13.adb, s-pack13.ads, s-pack14.adb,
23051 s-pack14.ads, s-pack15.adb, s-pack15.ads, s-pack17.adb, s-pack17.ads,
23052 s-pack18.adb, s-pack18.ads, s-pack19.adb, s-pack19.ads, s-pack20.adb,
23053 s-pack20.ads, s-pack21.adb, s-pack21.ads, s-pack22.adb, s-pack22.ads,
23054 s-pack23.adb, s-pack23.ads, s-pack24.adb, s-pack24.ads, s-pack25.adb,
23055 s-pack25.ads, s-pack26.adb, s-pack26.ads, s-pack27.adb, s-pack27.ads,
23056 s-pack28.adb, s-pack28.ads, s-pack29.adb, s-pack29.ads, s-pack30.adb,
23057 s-pack30.ads, s-pack31.adb, s-pack31.ads, s-pack33.adb, s-pack33.ads,
23058 s-pack34.adb, s-pack34.ads, s-pack35.adb, s-pack35.ads, s-pack36.adb,
23059 s-pack36.ads, s-pack37.adb, s-pack37.ads, s-pack38.adb, s-pack38.ads,
23060 s-pack39.adb, s-pack39.ads, s-pack40.adb, s-pack40.ads, s-pack41.adb,
23061 s-pack41.ads, s-pack42.adb, s-pack42.ads, s-pack43.adb, s-pack43.ads,
23062 s-pack44.adb, s-pack44.ads, s-pack45.adb, s-pack45.ads, s-pack46.adb,
23063 s-pack46.ads, s-pack47.adb, s-pack47.ads, s-pack48.adb, s-pack48.ads,
23064 s-pack49.adb, s-pack49.ads, s-pack50.adb, s-pack50.ads, s-pack51.adb,
23065 s-pack51.ads, s-pack52.adb, s-pack52.ads, s-pack53.adb, s-pack53.ads,
23066 s-pack54.adb, s-pack54.ads, s-pack55.adb, s-pack55.ads, s-pack56.adb,
23067 s-pack56.ads, s-pack57.adb, s-pack57.ads, s-pack58.adb, s-pack58.ads,
23068 s-pack59.adb, s-pack59.ads, s-pack60.adb, s-pack60.adb, s-pack60.ads,
23069 s-pack61.adb, s-pack61.ads, s-pack62.adb, s-pack62.ads, s-pack63.adb,
23070 s-pack63.ads, s-parint.adb, s-parint.adb, s-parint.ads, sprint.ads,
23071 s-purexc.ads, s-restri.ads, s-restri.adb, s-scaval.adb, s-scaval.ads,
23072 s-secsta.adb, s-secsta.ads, s-sequio.adb, s-sequio.ads, stand.ads,
23073 s-tasuti.adb, s-traceb.adb, s-traceb.ads, stringt.adb, stringt.ads,
23074 styleg.ads, s-valboo.adb, s-valboo.ads, s-valcha.adb, s-valcha.ads,
23075 s-valdec.adb, s-valdec.ads, s-valint.adb, s-valint.ads, s-valint.ads,
23076 s-vallld.adb, s-vallld.ads, s-vallli.adb, s-vallli.ads, s-valllu.adb,
23077 s-valllu.ads, s-valrea.adb, s-valrea.ads, s-valuns.adb, s-valuns.ads,
23078 s-valuti.adb, s-valuti.ads, s-valwch.ads, s-veboop.adb, s-veboop.ads,
23079 s-vercon.adb, s-vercon.ads, s-wchcnv.adb, s-wchcnv.ads, s-wchcon.ads,
23080 s-wchjis.adb, s-wchjis.ads, s-wchstw.adb, s-wchstw.adb, s-wchstw.ads,
23081 s-wchwts.adb, s-wchwts.ads, s-widboo.adb, s-widboo.ads, s-widcha.adb,
23082 s-widcha.ads, s-widenu.adb, s-widenu.ads, s-widlli.adb, s-widlli.ads,
23083 s-widllu.adb, s-widllu.ads, s-widwch.adb, s-widwch.ads, s-wwdcha.adb,
23084 s-wwdcha.ads, s-wwdenu.adb, s-wwdenu.ads, symbols.adb, symbols.ads,
23085 table.ads, targparm.adb, targparm.ads, tb-alvms.c, tb-alvxw.c,
23086 tbuild.adb, tree_io.ads, treepr.adb, treeprs.adt, ttypef.ads,
23087 ttypes.ads, types.adb, uintp.adb, uintp.ads, uname.ads, urealp.ads,
23088 usage.ads, validsw.ads, vxaddr2line.adb, widechar.adb, widechar.ads,
23089 xeinfo.adb, xnmake.adb, xref_lib.ads, xr_tabls.adb, xr_tabls.ads,
23090 xsinfo.adb, xtreeprs.adb, xsnames.adb, vms_conv.ads, vms_conv.adb,
23091 a-dirval.ads, a-dirval.adb, a-dirval-mingw.adb, a-direct.ads,
23092 a-direct.adb, indepsw.ads, prj-attr-pm.ads, system-linux-ppc.ads,
23093 a-numaux-darwin.ads, a-numaux-darwin.adb,
23094 a-swuwha.ads, a-stunha.ads: Minor reformatting
23095
23096 2005-11-14 Robert Dewar <dewar@adacore.com>
23097
23098 PR ada/18434
23099 * osint-m.adb: Add pragma Elaborate_All for Osint
23100
23101 2005-11-10 Eric Botcazou <ebotcazou@adacore.com>
23102
23103 PR ada/23995
23104 * trans.c (call_to_gnu): Restore statement lost in translation.
23105
23106 2005-11-08 Eric Botcazou <ebotcazou@adacore.com>
23107
23108 * init.c: Use the Linux-specific section for the IA-64/Linux target.
23109 (__gnat_adjust_context_for_raise): Add conditional code so that the
23110 IA-64 is also supported.
23111
23112 2005-11-03 James E Wilson <wilson@specifix.com>
23113
23114 PR ada/23427
23115 * trans.c (gnat_to_gnu): Use TYPE_SIZE_UNIT not TYPE_SIZE in
23116 TREE_OVERFLOW check.
23117
23118 2005-09-21 Olivier Hainque <hainque@adacore.com>
23119
23120 PR ada/22418
23121 * decl.c (maybe_pad_type): Use proper bitsizetype for XVZ objects,
23122 as we create them to store a size in bits.
23123
23124 2005-10-21 Eric Botcazou <ebotcazou@adacore.com>
23125
23126 PR ada/21937
23127 PR ada/22328
23128 PR ada/22381
23129 PR ada/22383
23130 PR ada/22419
23131 PR ada/22420
23132 * utils2.c (build_return_expr): New helper function.
23133 * gigi.h (build_return_expr): Declare it.
23134 * trans.c (Subprogram_Body_to_gnu): Use build_return_expr instead
23135 of manually building the RETURN_EXPR tree.
23136 (call_to_gnu): Pass MODIFY_EXPR through build_binary_op.
23137 (gnat_to_gnu) <N_Return_Statement>: Pass MODIFY_EXPR through
23138 build_binary_op for the "target pointer" case. Use build_return_expr
23139 instead of manually building the RETURN_EXPR tree.
23140
23141 2005-09-16 Laurent Guerby <laurent@guerby.net>
23142
23143 PR ada/23788
23144 * s-tpinop.ads: Make this unit Preelaborate.
23145
23146 2005-09-16 Andreas Jaeger <aj@suse.de>
23147
23148 * socket.c: Add string.h for memcpy.
23149
23150 2005-09-05 Arnaud Charlet <charlet@adacore.com>
23151
23152 * dec-io.ads, dec-io.adb: Removed, no longer used.
23153
23154 2005-09-01 Arnaud Charlet <charlet@adacore.com>
23155
23156 * a-calend-mingw.adb: Add call to OS_Primitives.Initialize;
23157
23158 * s-taprop-mingw.adb, s-taprop-vms.adb, s-taprop-solaris.adb,
23159 s-taprop-os2.adb, s-taprop-irix-athread.adb, s-taprop-linux.adb,
23160 s-taprop-hpux-dce.adb, s-taprop-irix.adb, s-taprop-tru64.adb,
23161 s-taprop-lynxos.adb: Move with clauses outside Warnings Off now that
23162 dependent units are Preelaborate.
23163 (Initialize): Call Interrupt_Managemeent.Initialize and
23164 OS_Primitives.Initialize to ensure proper initialization of this unit.
23165 Remove use of System.Soft_Links
23166 Make this unit Preelaborate.
23167
23168 * s-stache.ads, s-taspri-vxworks.ads, s-taspri-mingw.ads,
23169 s-taspri-vms.ads, s-tasinf-solaris.ads, s-taspri-os2.ads,
23170 s-taspri-lynxos.ads, s-taspri-hpux-dce.ads, s-taspri-tru64.ads,
23171 s-tasinf-tru64.ads, s-tasinf-irix.ads, s-tasinf-irix-athread.ads,
23172 s-proinf-irix-athread.adb, s-proinf-irix-athread.ads,
23173 s-tratas.ads, s-tasinf.ads: Minor reformatting.
23174 Add pragma Preelaborate, since these packages are suitable for this
23175 categorization.
23176 Update comments.
23177
23178 * s-traent-vms.ads, s-intman-dummy.adb,
23179 s-taprop-dummy.adb: Make this unit Preelaborate.
23180
23181 * s-osprim-vxworks.adb, s-osprim-vms.adb, s-osprim-vms.ads,
23182 s-osprim-mingw.adb, s-intman-vxworks.ads, s-intman-vxworks.adb,
23183 s-intman-vms.adb, s-intman-mingw.adb, s-intman-vms.ads,
23184 s-osprim-unix.adb, s-osprim-os2.adb, s-osprim-solaris.adb,
23185 s-intman-solaris.adb, s-intman-irix-athread.adb,
23186 s-intman-irix.adb: Mark this unit Preelaborate.
23187 (Initialize): New procedure.
23188 Update comments.
23189
23190 * s-taspri-linux.ads: Removed.
23191
23192 * s-tpopsp-solaris.adb (Initialize): Create the key in this procedure,
23193 as done by other implementations (e.g. posix).
23194
23195 * s-taprop.ads (Timed_Delay): Update spec since the caller now is
23196 responsible for deferring abort.
23197 Mark this unit Preelaborate.
23198
23199 * s-taprob.adb, s-tarest.adb: Call System.Tasking.Initialize to ensure
23200 proper initialization of the tasking run-time.
23201
23202 * s-tasdeb.ads: Mark this unit Preelaborate.
23203 (Known_Tasks): Add explicit default value to avoid elaboration code.
23204
23205 * s-inmaop-vms.adb (Elaboration code): Add call to
23206 Interrupt_Management.Initialize since the elaboration code depends on
23207 proper initialization of this package.
23208
23209 * s-intman.ads, s-inmaop-posix.adb, s-intman-posix.adb,
23210 s-osprim.ads, s-taprop-posix.adb, s-taspri-posix.ads,
23211 s-osprim-posix.adb: Make this unit Preelaborate.
23212
23213 * a-calend.adb: Add call to OS_Primitives.Initialize
23214
23215 * a-elchha.adb: Update use of Except.Id.Full_Name.
23216 Minor reformatting.
23217 Remove use of Ada.Exceptions.Traceback when possible, cleaner.
23218
23219 * a-dynpri.adb, a-sytaco.adb, a-sytaco.ads:
23220 Move with clauses outside Warnings Off now that dependent units are
23221 Preelaborate.
23222 Use raise xxx with "..."; Ada 2005 form.
23223
23224 * a-taside.ads, a-taside.adb:
23225 Remove some dependencies, to make it easier to make this unit truly
23226 Preelaborate.
23227 Rewrite some code to be conformant with Preelaborate rules.
23228
23229 * g-os_lib.adb: Remove non-preelaborate code so that this unit can be
23230 marked Preelaborate in the future.
23231
23232 * s-proinf.ads, g-string.ads, s-auxdec.ads, s-auxdec-vms_64.ads: Make
23233 these units Preelaborate.
23234
23235 * s-exctab.adb: Update use of Except.Id.Full_Name.
23236
23237 * s-soflin.ads, s-soflin.adb: Mark this unit Preelaborate_05.
23238 (Set_Exc_Stack_Addr_Soft, Get_Exc_Stack_Addr_NT, Set_Exc_Stack_Addr_NT,
23239 Set_Exc_Stack_Addr): Removed, no longer used.
23240 Remove reference to *Machine_State_Addr*, no longer needed.
23241
23242 * s-stalib.ads: Mark this unit as Preelaborate[_05].
23243 (Exception_Data): Full_Name is now a System.Address so that this unit
23244 can be made Preelaborate.
23245 Clean up/simplify code thanks to Full_Name being a System.Address.
23246 Remove obsolete pragma Suppress (All_Checks), no longer needed.
23247
23248 * s-taskin.ads, s-taskin.adb:
23249 Move with clauses outside Warnings Off now that dependent units are
23250 Preelaborate.
23251 Make this unit Preelaborate.
23252 (Initialize): New proceduure, replace elaboration code and makes the
23253 set up of the tasking run-time cleaner.
23254 (Detect_Blocking): Now a function instead of a deferred boolean, to
23255 obey Preelaborate rules.
23256
23257 * s-tassta.adb (Finalize_Global_Tasks): Remove Get/Set_Exc_Stack_Addr
23258 soft links, no longer used.
23259
23260 * s-traces.ads, s-traent.ads: Add pragma Preelaborate, since these
23261 packages are suitable for this categorization.
23262
23263 * s-solita.adb: Replace use of Ada.Exception by raise xxx with "..."
23264 since we compile run-time sources in Ada 2005 mode.
23265 (Timed_Delay_T): Call Abort_Defer/Undefer around Timed_Delay, to
23266 avoid having s-taprop*.adb depend on s-soflin and to avoid code
23267 duplication.
23268 Remove reference to *Machine_State_Addr*, no longer needed.
23269
23270 2005-09-01 Arnaud Charlet <charlet@adacore.com>
23271
23272 * s-mastop-tru64.adb, s-mastop-irix.adb, s-mastop-vms.adb
23273 (Enter_Handler, Set_Signal_Machine_State): Removed, no longer used.
23274 Remove reference to System.Exceptions.
23275
23276 * s-mastop-x86.adb: Removed, no longer used.
23277
23278 * s-traceb-mastop.adb: Adjust calls to Pop_Frame.
23279
23280 * a-excach.adb: Minor reformatting.
23281
23282 * a-except.ads, a-except.adb: Remove global Warnings (Off) pragma, and
23283 instead fix new warnings that were hidden by this change.
23284 (AAA, ZZZ): Removed, replaced by...
23285 (Code_Address_For_AAA, Code_Address_For_ZZZ): ... these functions, who
23286 are used instead of constants, to help make Ada.Exception truly
23287 preelaborate.
23288 (Rcheck_*, Raise_Constraint_Error, Raise_Program_Error,
23289 Raise_Storage_Error): File is now a System.Address, to simplify code.
23290 (Elab code): Removed, no longer used.
23291 (Null_Occurrence): Remove Warnings Off and make this construct
23292 preelaborate.
23293 Remove code related to front-end zero cost exception handling, since
23294 it is no longer used.
23295 Remove -gnatL/-gnatZ switches.
23296
23297 * a-exexda.adb (Append_Info_Exception_Name, Set_Exception_C_Msg):
23298 Update use of Except.Msg.
23299
23300 * gnat1drv.adb, inline.adb, bindgen.adb, debug.adb, exp_ch11.ads,
23301 freeze.adb, frontend.adb, lib.adb, exp_ch11.adb: Remove code related
23302 to front-end zero cost exception handling, since it is no longer used.
23303 Remove -gnatL/-gnatZ switches.
23304
23305 * lib-writ.ads: Minor reformatting
23306 Remove doc of UX
23307
23308 * Makefile.rtl: Remove references to s-except*, s-mastop-x86*
23309
23310 * Make-lang.in: Remove references to s-except.ads
23311
23312 * s-except.ads: Removed, no longer used.
23313
23314 * s-mastop.ads, s-mastop.adb:
23315 (Enter_Handler, Set_Signal_Machine_State): Removed, no longer used.
23316 Remove reference to System.Exceptions.
23317
23318 * raise.h, usage.adb, targparm.adb, targparm.ads, switch-m.adb,
23319 switch-b.adb: Remove code related to front-end zero cost exception
23320 handling, since it is no longer used.
23321 Remove -gnatL/-gnatZ switches.
23322
23323 2005-09-01 Robert Dewar <dewar@adacore.com>
23324 Gary Dismukes <dismukes@adacore.com>
23325 Javier Miranda <miranda@adacore.com>
23326
23327 * exp_ch4.adb (Expand_N_In): Replace test of expression in its own
23328 type by valid test and generate warning.
23329 (Tagged_Membership): Generate call to the run-time
23330 subprogram IW_Membership in case of "Iface_CW_Typ in Typ'Class"
23331 Change formal name Subtype_Mark to Result_Definition in several calls to
23332 Make_Function_Specification.
23333 (Expand_Allocator_Expression): Add tests for suppression of the AI-344
23334 check for proper accessibility of the operand of a class-wide allocator.
23335 The check can be left out if checks are suppressed or if the expression
23336 has a specific tagged type whose level is known to be safe.
23337
23338 * exp_ch5.adb (Expand_N_Assignment_Statement): Simplify the code that
23339 generates the run-time check associated with null-excluding entities.
23340 (Expand_N_Return_Statement): Add tests to determine if the accessibility
23341 check on the level of the return expression of a class-wide function
23342 can be elided. The check usually isn't needed if the expression has a
23343 specific type (unless it's a conversion or a formal parameter). Also
23344 add a test for whether accessibility checks are suppressed. Augment
23345 the comments to describe the conditions for performing the check.
23346
23347 2005-09-01 Hristian Kirtchev <kirtchev@adacore.com>
23348 Javier Miranda <miranda@adacore.com>
23349 Gary Dismukes <dismukes@adacore.com>
23350 Ed Schonberg <schonberg@adacore.com>
23351
23352 * a-tags.adb (IW_Membership): Give support to
23353 "Iface_CW_Typ in T'Class". For this purpose the functionality of this
23354 subprogram has been extended to look for the tag in the ancestors tag
23355 table.
23356 Update the structure of the GNAT Dispatch Table to reflect the
23357 additional two tables used in dispatching selects.
23358 Introduce appropriate array types and record components in
23359 Type_Specific_Data to reflect the two tables.
23360 (Get_Entry_Index, Set_Entry_Index): Retrieve and set the entry index in
23361 the TSD of a tag, indexed by position.
23362 (Get_Prim_Op_Kind, Set_Prim_Op_Kind): Retrieve and set the primitive
23363 operation kind in the TSD of a tag, indexed by position.
23364
23365 * a-tags.ads: Introduce an enumeration type to capture different
23366 primitive operation kinds. Define a constant reflecting the number of
23367 predefined primitive operations.
23368 (Get_Entry_Index, Set_Entry_Index): Set and retrieve the entry index
23369 of an entry wrapper.
23370 (Get_Prim_Op_Kind, Set_Prim_Op_Kind): Set and retrieve the kind of
23371 callable entity of a primitive operation.
23372
23373 * exp_ch3.adb (Freeze_Record_Type): Generate the declarations of the
23374 primitive operations used in dispatching selects for limited
23375 interfaces, limited tagged, task and protected types what implement a
23376 limited interface.
23377 (Freeze_Type): Generate the bodies of the primitive operations used in
23378 dispatching selects for limited tagged, task and protected types that
23379 implement a limited interface. Generate statements to populate the two
23380 auxiliary tables used for dispatching in select statements.
23381 (Freeze_Record_Type): Add call to initialize the dispatch table entries
23382 associated with predefined interface primitive operations.
23383 (Build_Dcheck_Function): Change Set_Subtype_Mark to
23384 Set_Result_Definition.
23385 (Build_Variant_Record_Equality): Change Subtype_Mark to
23386 Result_Definition.
23387 (Freeze_Enumeration_Type): Change Subtype_Mark to Result_Definition.
23388 (Predef_Spec_Or_Body): Change Subtype_Mark to Result_Definition.
23389 (Build_Assignment): Simplify the code that adds the run-time-check.
23390 (Expand_N_Object_Declaration): Code cleanup.
23391
23392 * exp_ch7.adb (Make_Clean): Select the appropriate type for locking
23393 entries when there is a protected type that implements a limited
23394 interface.
23395
23396 * exp_ch9.adb: Add package Select_Expansion_Utilities that contains
23397 common routines used in expansion of dispatching selects.
23398 (Add_Private_Declarations): Select the appropriate protection type when
23399 there is a protected type that implements a limited interface.
23400 (Build_Parameter_Block): Generate a wrapped parameter block.
23401 (Build_Protected_Subprogram_Body): Select the appropriate type for
23402 locking entries when there is a protected type that implements a
23403 limited interface.
23404 (Build_Wrapper_Spec): Set the flag and wrapped entity for procedures
23405 classified as entry wrappers.
23406 (Expand_N_Asynchronous_Select): Add support for expansion of dispatching
23407 asynchronous selects.
23408 (Expand_N_Conditional_Entry_Call): Add support for expansion of
23409 dispatching conditional selects.
23410 (Expand_N_Protected_Type_Declaration): Select the appropriate type for
23411 protection when there is a protected type that implements limited
23412 interfaces.
23413 (Expand_N_Timed_Entry_Call): Add support for expansion of dispatching
23414 timed selects.
23415 (Extract_Dispatching_Call): Extract the entity of the name of a
23416 dispatching call, the object parameter, actual parameters and
23417 corresponding formals.
23418 (Make_Initialize_Protection): Correct logic of protection initialization
23419 when there is a protected type that implements a limited interface.
23420 (Parameter_Block_Pack): Populate a wrapped parameter block with the
23421 values of actual parameters.
23422 (Parameter_Block_Unpack): Retrieve the values from a wrapped parameter
23423 block and assign them to the original actual parameters.
23424
23425 * exp_ch9.ads (Subprogram_Protection_Mode): New type.
23426 (Build_Protected_Sub_Specification): Change the type and name of the
23427 last formal to account for the increased variety of protection modes.
23428
23429 * einfo.ads, einfo.adb (Was_Hidden): New attribute. Present in all
23430 entities. Used to save the value of the Is_Hidden attribute when the
23431 limited-view is installed.
23432 (Is_Primitive_Wrapper, Set_Is_Primitive_Wrapper): Retrieve and change
23433 the attribute of procedures classified as entry wrappers.
23434 (Wrapped_Entity, Set_Wrapped_Entity): Retrieve and change the wrapped
23435 entity of a primitive wrapper.
23436 (Write_Entity_Flags): Output the name and value of the
23437 Is_Primitive_Wrapper attribute.
23438 (Write_Field27_Name): Output the name and entity of the field Wrapped_
23439 Entity.
23440 (Underlying_Type): If we have an incomplete entity that comes from
23441 the limited view then we return the Underlying_Type of its non-limited
23442 view if it is already available.
23443 (Abstract_Interface_Alias): Flag applies to all subrogram kinds,
23444 including operators.
23445 (Write_Field26_Name): Add entry for Overridden_Operation
23446 (Overridden_Operation): New attribute of functions and procedures.
23447
23448 * exp_disp.ads, exp_disp.adb (Default_Prim_Op_Position): Return a
23449 predefined position in the dispatch table for the primitive operations
23450 used in dispatching selects.
23451 (Init_Predefined_Interface_Primitives): Remove the hardcoded number of
23452 predefined primitive operations and replace it with
23453 Default_Prim_Op_Count.
23454 (Make_Disp_Asynchronous_Select_Spec, Make_Disp_Conditional_Select_Spec,
23455 Make_Disp_Get_Prim_Op_Kind_Spec, Make_Disp_Timed_Select_Spec): Update
23456 the names of the generated primitive operations used in dispatching
23457 selects.
23458 (Init_Predefined_Interface_Primitives): No need to inherit primitives in
23459 case of abstract interface types. They will be inherit by the objects
23460 implementing the interface.
23461 (Make_DT): There is no need to inherit the dispatch table of the
23462 ancestor interface for the elaboration of abstract interface types.
23463 The dispatch table will be inherited by the object implementing the
23464 interface.
23465 (Copy_Secondary_DTs): Add documentation.
23466 (Validate_Position): Improve this static check in case of
23467 aliased subprograms because aliased subprograms must have
23468 the same position.
23469 (Init_Predefined_Interface_Primitives): New subprogram that initializes
23470 the entries associated with predefined primitives of all the secondary
23471 dispatch tables.
23472 (Build_Anonymous_Access_Type): Removed.
23473 (Expand_Interface_Actuals): With the previous cleanup there is no need
23474 to build an anonymous access type. This allows further cleanup in the
23475 code generated by the expander.
23476 (Expand_Interface_Conversion): If the actual is an access type then
23477 build an internal function to handle the displacement. If the actual
23478 is null this function returns null because no displacement is
23479 required; otherwise performs a type conversion that will be
23480 expanded in the code that returns the value of the displaced actual.
23481 (Expand_Interface_Actuals): Avoid the generation of unnecessary type
23482 conversions that have no effect in the generated code because no
23483 displacement is required. Code cleanup; use local variables to
23484 avoid repeated calls to the subprogram directly_designated_type().
23485
23486 * exp_util.ads, exp_util.adb (Is_Predefined_Dispatching_Operation):
23487 Classify the primitive operations used in dispatching selects as
23488 predefined.
23489 (Implements_Limited_Interface): Determine whether some type either
23490 directly implements a limited interface or extends a type that
23491 implements a limited interface.
23492 (Build_Task_Image_Function): Change Subtype_Mark to Result_Definition.
23493 (Expand_Subtype_From_Expr): Do not build actual subtype if the
23494 expression is limited.
23495 (Find_Interface_Tag): Add code to handle class-wide types and
23496 entities from the limited-view.
23497
23498 * rtsfind.ads: Add entries in RE_Id and RE_Unit_Table for
23499 Get_Entry_Index, Get_Prim_Op_Kind, POK_Function, POK_Procedure,
23500 POK_Protected_Entry, POK_Protected_Function, POK_Protected_Procedure,
23501 POK_Task_Entry, POK_Task_Procedure, Prim_Op_Kind, Set_Entry_Index,
23502 Set_Prim_Op_Kind.
23503
23504 * sem_ch9.adb (Analyze_Triggering_Alternative): Check for legal type
23505 of procedure name or prefix that appears as a trigger in a triggering
23506 alternative.
23507
23508 * uintp.ads: Introduce constants Uint_11 and Uint_13.
23509
23510 2005-09-01 Arnaud Charlet <charlet@adacore.com>
23511
23512 * s-tataat.adb, a-tasatt.adb:
23513 Replace calls to Defer/Undefer_Abortion by Defer/Undefer_Abort.
23514
23515 * s-tasini.ads, s-tasini.adb (Defer_Abortion, Undefer_Abortion): Moved
23516 these procedures to body, and renamed Abort_Defer, Abort_Undefer.
23517 (Get_Exc_Stack_Addr, Set_Exc_Stack_Addr): Removed, no
23518 longer used.
23519
23520 2005-09-01 Arnaud Charlet <charlet@adacore.com>
23521 Jose Ruiz <ruiz@adacore.com>
23522
23523 * s-taprop-vxworks.adb:
23524 Move with clauses outside Warnings Off now that dependent units are
23525 Preelaborate.
23526 (Initialize): Call Interrupt_Managemeent.Initialize to ensure proper
23527 initialization of this unit.
23528 (Specific): Add new procedures Initialize and Delete so that this
23529 package can be used for VxWorks 5.x and 6.x
23530 (ATCB_Key, ATCB_Key_Address): Moved to Specific package body to hide
23531 differences between VxWorks 5.x and 6.x
23532 Minor reformatting.
23533 (Timed_Delay): Remove calls to Defer/Undefer_Abort, now performed by
23534 caller.
23535 Use only Preelaborate-compatible constructs.
23536
23537 * s-tpopsp-vxworks.adb (ATBC_Key, ATCB_Key_Addr): Moved from
23538 Primitives.Operations.
23539 (Delete, Initialize): New procedures.
23540
23541 * s-osinte-vxworks.adb: Body used to handle differences between
23542 VxWorks 5.x and 6.x
23543 (kill, Set_Time_Slice, VX_FP_TASK): New functions.
23544
23545 * s-osinte-vxworks.ads: Minor reformatting.
23546 Add VxWworks 6.x specific functions (only called from VxWorks 6 files).
23547 (VX_FP_TASK): Now a function, to handle differences between VxWorks 5
23548 and 6.
23549 (Set_Time_Slice): New function, replacing kerneltimeSlice to share code
23550 between Vxworks 5 and 6.
23551 (taskLock, taskUnlock): Removeed, no longer used.
23552
23553 * adaint.c: The wait.h header is not located in the sys directory on
23554 VxWorks when using RTPs.
23555 (__gnat_set_env_value): Use setenv instead of putenv on VxWorks when
23556 using RTPs.
23557 (__gnat_dup): dup is available on Vxworks when using RTPs.
23558 (__gnat_dup2): dup2 is available on Vxworks when using RTPs.
23559
23560 * cal.c: Use the header time.h for Vxworks 6.0 when using RTPs.
23561
23562 * expect.c: The wait.h header is not located in the sys directory on
23563 VxWorks when using RTPs.
23564
23565 2005-09-01 Thomas Quinot <quinot@adacore.com>
23566
23567 * g-soccon-vms.adb: Renamed to g-soccon-vms.ads
23568
23569 * g-soccon-vms.ads: Renamed from g-soccon-vms.adb
23570
23571 * g-soccon.ads, g-soccon-tru64.ads, g-soccon-aix.ads,
23572 g-soccon-darwin.ads, g-soccon-irix.ads, g-soccon-hpux.ads,
23573 g-soccon-solaris.ads, g-soccon-mingw.ads, g-soccon-vxworks.ads,
23574 g-soccon-freebsd.ads: Add new constants:
23575 IP_MULTICAST_IF
23576 SO_RCVTIMEO/SO_SNDTIMEO
23577 IOV_MAX
23578
23579 * gen-soccon.c:
23580 Move all target-specific file inclusions and macro definitions to
23581 gsocket.h, in order to ensure that any C code in socket.c will see a
23582 set of constants that is consistent with the contents of g-soccon.ads.
23583
23584 * gsocket.h: Code imported from gen-soccon.c:
23585 Move all target-specific file inclusions and macro definitions to
23586 gsocket.h, in order to ensure that any C code in socket.c will see a set
23587 of constants that is consistent with the contents of g-soccon.ads.
23588 This change also makes gen-soccon self-contained (removing dependencies
23589 upon GCC internal headers).
23590
23591 * g-socket.adb (Send_Vector): Make calls to Writev at most IOV_MAX
23592 iovecs at a time.
23593 (To_Inet_Addr): Now a procedure instead of a function, more efficient.
23594
23595 * socket.c: Minor reformatting.
23596
23597 2005-09-01 Ed Schonberg <schonberg@adacore.com>
23598 Thomas Quinot <quinot@adacore.com>
23599
23600 * fname-sf.adb, mlib-tgt.ads,
23601 back_end.adb, casing.adb, g-debpoo.adb, g-excact.adb, g-spipat.adb,
23602 g-spipat.ads, g-thread.adb, lib-list.adb, makeutl.adb, mlib.adb,
23603 osint.adb, par-ch10.adb, par-load.adb, prep.adb, prj.adb, prj-attr.ads,
23604 prj-env.ads, prj-err.adb, prj-err.ads, prj-ext.adb, prj-ext.ads,
23605 prj-makr.adb, prj-makr.ads, prj-pars.ads, prj-part.adb, prj-strt.adb,
23606 prj-tree.ads, prj-util.ads, sem_dist.adb, sinput-c.ads, sinput-l.ads,
23607 sinput-p.ads, styleg-c.ads, xr_tabls.adb, prj-attr-pm.ads,
23608 makegpr.adb: Remove redundant use_clauses.
23609
23610 2005-09-01 Arnaud Charlet <charlet@adacore.com>
23611
23612 * s-stoele.ads, s-stopoo.ads, s-stratt.ads, s-strops.ads, s-unstyp.ads,
23613 s-valboo.ads, s-valcha.ads, s-valdec.ads, s-valenu.ads, s-valint.ads,
23614 s-vallld.ads, s-vallli.ads, s-valllu.ads, s-valrea.ads, s-valuns.ads,
23615 s-valuti.ads, s-valwch.ads, s-veboop.ads, s-vector.ads, s-vercon.ads,
23616 s-wchcnv.ads, s-wchcon.ads, s-wchjis.ads, s-wchstw.ads, s-wchwts.ads,
23617 s-widboo.ads, s-widcha.ads, s-widenu.ads, s-widlli.ads, s-widllu.ads,
23618 s-widwch.ads, s-wwdcha.ads, s-wwdenu.ads, s-wwdwch.ads, system.ads,
23619 table.ads, types.ads, system-vms_64.ads, s-crtl-vms64.ads,
23620 s-addope.ads, system-darwin-ppc.ads, system-vxworks-x86.ads,
23621 s-vxwork-x86.ads, system-linux-ppc.ads, i-vxwork-x86.ads,
23622 a-numaux-darwin.ads, a-crbtgo.ads, a-crbtgk.ads, a-crbltr.ads,
23623 a-coprnu.ads, a-convec.ads, a-contai.ads, a-coinve.ads, a-cohata.ads,
23624 a-cohama.ads, a-cihama.ads, a-cidlli.ads, a-cdlili.ads,
23625 a-numaux-libc-x86.ads, a-numaux-vxworks.ads, system-linux-ia64.ads,
23626 system-freebsd-x86.ads, system-unixware.ads, system-lynxos-ppc.ads,
23627 system-lynxos-x86.ads, system-linux-x86_64.ads, system-tru64.ads,
23628 s-vxwork-alpha.ads, system-aix.ads, system-vxworks-sparcv9.ads,
23629 system-solaris-x86.ads, system-irix-o32.ads, system-irix-n32.ads,
23630 s-parame-hpux.ads, system-hpux.ads, system-vxworks-m68k.ads,
23631 s-vxwork-m68k.ads, system-linux-x86.ads, system-vxworks-mips.ads,
23632 s-vxwork-mips.ads, system-os2.ads, system-interix.ads,
23633 s-vxwork-ppc.ads, system-solaris-sparc.ads, s-vxwork-sparcv9.ads,
23634 system-solaris-sparcv9.ads, s-parame-vms.ads, system-vms.ads,
23635 s-osinte-mingw.ads, system-mingw.ads, s-parame-vms-restrict.ads,
23636 system-vms-zcx.ads, s-parame-ae653.ads, system-vxworks-ppc.ads,
23637 s-parame-vxworks.ads, system-vxworks-alpha.ads, interfac-vms.ads,
23638 a-numaux-x86.ads, a-astaco.ads, a-chahan.ads, a-charac.ads,
23639 a-chlat1.ads, a-chlat9.ads, a-colire.adb, a-colire.ads, a-comlin.ads,
23640 a-cwila1.ads, a-cwila9.ads, ada.ads, a-decima.ads, a-exextr.adb,
23641 a-filico.ads, a-finali.ads, a-interr.ads, a-ioexce.ads, a-dynpri.ads,
23642 a-ngcefu.ads, a-ngcefu.adb, a-ngcoty.adb, a-ngcoty.ads, a-ngelfu.ads,
23643 a-nudira.adb, a-nudira.ads, a-nuflra.adb, a-numaux.ads, a-numeri.ads,
23644 a-reatim.adb, a-stmaco.ads, a-storio.ads, a-strbou.ads, a-stream.ads,
23645 a-strfix.ads, a-string.ads, a-strmap.ads, a-strsea.ads, a-strsup.ads,
23646 a-strunb.ads, a-stunau.ads, a-stwibo.ads, a-stwifi.ads, a-stwima.ads,
23647 a-stwise.ads, a-stwisu.ads, a-stwiun.ads, a-swmwco.ads, a-textio.ads,
23648 csets.ads, debug.ads, dec.ads, g-curexc.ads, get_targ.ads,
23649 g-except.ads, system-linux-hppa.ads, a-chacon.ads, a-widcha.ads,
23650 a-zchara.ads, system-hpux-ia64.ads, a-ciorma.ads, a-coorma.ads,
23651 a-ciormu.ads, a-coormu.ads, a-rbtgso.ads, a-chzla1.ads, a-chzla9.ads,
23652 a-stzbou.ads, a-stzfix.ads, a-stzmap.ads, a-stzsea.ads, a-stzsup.ads,
23653 a-stzunb.ads, a-swunau.ads, a-szunau.ads, gnat.ads, g-regpat.ads,
23654 g-speche.ads, g-spitbo.ads, g-table.ads, g-tasloc.ads, g-trasym.ads,
23655 i-c.ads, i-cpoint.ads, i-cpp.ads, i-cstrin.ads, i-fortra.ads,
23656 interfac.ads, i-os2err.ads, i-os2lib.ads, i-os2syn.ads, i-os2thr.ads,
23657 i-vxwork.ads, output.ads, s-arit64.ads, s-atacco.ads, s-boarop.ads,
23658 s-casuti.ads, s-crtl.ads, s-exctab.ads, s-exnint.ads, s-exnllf.ads,
23659 s-exnlli.ads, s-expint.ads, s-explli.ads, s-expllu.ads, s-expmod.ads,
23660 s-expuns.ads, s-fatflt.ads, s-fatgen.ads, s-fatlfl.ads, s-fatllf.ads,
23661 s-fatsfl.ads, s-finimp.ads, s-finroo.ads, s-fore.ads, s-geveop.ads,
23662 s-htable.ads, s-imgbiu.ads, s-imgboo.ads, s-imgcha.ads, s-imgdec.ads,
23663 s-imgenu.ads, s-imgint.ads, s-imgllb.ads, s-imglld.ads, s-imglli.ads,
23664 s-imgllu.ads, s-imgllw.ads, s-imgrea.ads, s-imguns.ads, s-imgwch.ads,
23665 s-imgwiu.ads, s-io.ads, s-maccod.ads, s-mantis.ads, s-memcop.ads,
23666 s-pack03.ads, s-pack05.ads, s-pack06.ads, s-pack07.ads, s-pack09.ads,
23667 s-pack10.ads, s-pack11.ads, s-pack12.ads, s-pack13.ads, s-pack14.ads,
23668 s-pack15.ads, s-pack17.ads, s-pack18.ads, s-pack19.ads, s-pack20.ads,
23669 s-pack21.ads, s-pack22.ads, s-pack23.ads, s-pack24.ads, s-pack25.ads,
23670 s-pack26.ads, s-pack27.ads, s-pack28.ads, s-pack29.ads, s-pack30.ads,
23671 s-pack31.ads, s-pack33.ads, s-pack34.ads, s-pack35.ads, s-pack36.ads,
23672 s-pack37.ads, s-pack38.ads, s-pack39.ads, s-pack40.ads, s-pack41.ads,
23673 s-pack42.ads, s-pack43.ads, s-pack44.ads, s-pack45.ads, s-pack46.ads,
23674 s-pack47.ads, s-pack48.ads, s-pack49.ads, s-pack50.ads, s-pack51.ads,
23675 s-pack52.ads, s-pack53.ads, s-pack54.ads, s-pack55.ads, s-pack56.ads,
23676 s-pack57.ads, s-pack58.ads, s-pack59.ads, s-pack60.ads, s-pack61.ads,
23677 s-pack62.ads, s-pack63.ads, s-parame.ads, s-pooglo.ads, s-pooloc.ads,
23678 s-poosiz.ads, s-powtab.ads, s-purexc.ads, s-sopco3.ads, s-sopco4.ads,
23679 s-sopco5.ads: Minor reformatting: reindent pragma Pure/Preelaborate
23680 and always use the no parameter form for consistency.
23681
23682 * gnat-style.texi: Document rules about Preelaborate/Pure pragmas.
23683
23684 2005-09-01 Robert Dewar <dewar@adacore.com>
23685
23686 * binde.adb: Minor reformatting
23687 (Find_Elab_Order): Output warning if -p used with static elab order
23688
23689 2005-09-01 Robert Dewar <dewar@adacore.com>
23690
23691 * checks.adb (Check_Needed): New procedure, deals with removing checks
23692 based on analysis of short-circuited forms. Also generates warnings for
23693 improper use of non-short-circuited forms.
23694 Code clean ups.
23695
23696 2005-09-01 Robert Dewar <dewar@adacore.com>
23697
23698 * a-ztexio.adb, a-textio.adb, a-witeio.adb: Replace bad range checks
23699 with 'Valid tests.
23700
23701 2005-09-01 Robert Dewar <dewar@adacore.com>
23702
23703 * errout.ads, errout.adb (Fix Error_Msg_F): Fix implementation to meet
23704 spec.
23705 Implement new insertion char < (conditional warning)
23706 * errutil.adb, erroutc.adb: Implement new insertion char <
23707 (conditional warning).
23708 * sem_elab.adb, prj-dect.adb, erroutc.ads, err_vars.ads
23709 (Error_Msg_Warn): New variable for < insertion char.
23710 * prj-nmsc.adb: Implement new errout insertion char < (conditional
23711 warning).
23712 (Check_For_Source): Change value of Source_Id only after the current
23713 source has been dealt with.
23714
23715 2005-09-01 Robert Dewar <dewar@adacore.com>
23716 Doug Rupp <rupp@adacore.com>
23717
23718 * exp_attr.adb: Handle vax fpt for 'Valid attribute
23719 * exp_vfpt.ads, exp_vfpt.adb: (Expand_Vax_Valid): New procedure
23720 * s-vaflop-vms-alpha.adb, s-vaflop.ads, s-vaflop.adb
23721 (Valid_D, Valid_F, Valid_G): New functions
23722
23723 2005-09-01 Ed Schonberg <schonberg@adacore.com>
23724 Hristian Kirtchev <kirtchev@adacore.com>
23725 Javier Miranda <miranda@adacore.com>
23726
23727 * exp_ch6.adb (Expand_Call): If an actual is a function call rewritten
23728 from object notation, the original node is unanalyzed and carries no
23729 semantic information, so that accessiblity checks must be performed on
23730 the type of the actual itself.
23731 (Expand_N_Subprogram_Declaration): Change last actual parameter for
23732 compatibility with Build_Protected_Sub_Specification.
23733 (Check_Overriding_Inherited_Interfaces): Add suport to handle
23734 overloaded primitives.
23735 (Register_Interface_DT_Entry): Use the new name of the formal
23736 the the calls to Expand_Interface_Thunk
23737
23738 * exp_dbug.ads: Augment comments on encoding of protected types to
23739 include the generation of dispatching subprograms when the type
23740 implements at least one interface.
23741
23742 * lib.ads: Extend information in Load_Stack to include whether a given
23743 load comes from a Limited_With_Clause.
23744
23745 * lib-load.adb (From_Limited_With_Chain): New predicate to determine
23746 whether a potential circularity is harmless, because it includes units
23747 loaded through a limited_with clause. Extends previous treatment which
23748 did not handle properly arbitrary combinations of limited and
23749 non-limited clauses.
23750
23751 2005-09-01 Nicolas Setton <setton@adacore.com>
23752
23753 * exp_dbug.adb (Get_Encoded_Name): Fixed bug that caused biaised types
23754 to be encoded as typ___XBLU_lowerbound__upperbound instead of
23755 typ___XB_lowerbound__upperbound.
23756
23757 2005-09-01 Thomas Quinot <quinot@adacore.com>
23758
23759 * exp_dist.adb (Add_RACW_TypeCode, Add_RAS_TypeCode): Do not generate
23760 dummy access formal for RACW/RAS TypeCode TSS.
23761 (Build_TypeCode_Call): Do not generate dummy null access actual for
23762 calls to the TypeCode TSS.
23763
23764 2005-09-01 Ed Schonberg <schonberg@adacore.com>
23765
23766 * exp_intr.adb (Expand_Source_Name): For Enclosing_Entity, generate
23767 fully qualified name, to distinguish instances with the same local name.
23768
23769 * g-souinf.ads (Enclosing_Entity): Document that entity name is now
23770 fully qualified.
23771
23772 2005-09-01 Robert Dewar <dewar@adacore.com>
23773
23774 * exp_pakd.adb (Create_Packed_Array_Type): Properly handle very large
23775 packed arrays.
23776
23777 2005-09-01 Jerome Lambourg <lambourg@adacore.com>
23778
23779 * g-expect.adb (Non_Blocking_Spawn): Initialize the filters field to
23780 (Free): New deallocation procedure for filter elements
23781 (Close): Deallocate any existing filter for the concerned connection
23782
23783 2005-09-01 Laurent Pautet <pautet@adacore.com>
23784
23785 * g-pehage.ads, g-pehage.adb (Select_Char_Position): When no character
23786 position set is provided, we compute one in order to reduce the maximum
23787 length of the keys. This computation first selects a character
23788 position between 1 and the minimum length of the keys in order to
23789 avoid reducing one of the keys to an empty string.
23790 (Initialize, Compute): When the ratio V to K is too low, the algorithm
23791 does not converge. The initialization procedure now comes with a
23792 maximum number of iterations such that when exceeded, an exception is
23793 raised in Compute. The user can initialize this ratio to another value
23794 and try again
23795 Reformating and updated headers.
23796
23797 2005-09-01 Javier Miranda <miranda@adacore.com>
23798
23799 * itypes.ads, itypes.adb (Create_Null_Excluding_Itype): New subprogram
23800 that given an entity T creates and returns an Itype that duplicates the
23801 contents of T. The returned Itype has the null-exclusion
23802 attribute set to True, and its Etype attribute references T
23803 to keep the association between the two entities.
23804 Update copyright notice
23805
23806 * sem_aggr.adb (Check_Can_Never_Be_Null,
23807 Aggregate_Constraint_Checks, Resolve_Aggregate,
23808 Resolve_Array_Aggregate, Resolve_Record_Aggregate): Code cleanup.
23809
23810 * sem_ch5.adb (Analyze_Assignment): Code cleanup.
23811
23812 2005-09-01 Gary Dismukes <dismukes@adacore.com>
23813 Robert Dewar <dewar@adacore.com>
23814 Hristian Kirtchev <kirtchev@adacore.com>
23815
23816 * layout.adb (SO_Ref_From_Expr): Change Subtype_Mark to
23817 Result_Definition.
23818
23819 * par-ch6.adb (P_Subprogram): Handle parsing of Access_Definitions in
23820 function specs.
23821 Call Set_Result_Definition instead of Set_Subtype_Mark.
23822 (P_Subprogram_Specification): Add parsing of anonymous access result
23823 plus null exclusions. Call Set_Result_Definition instead of
23824 Set_Subtype_Mark.
23825
23826 * par-ch3.adb: Add support for LIMITED NEW for Ada 2005 AI-419
23827 (P_Access_Type_Definition): Add parsing for an anonymous access result
23828 subtype, plus parsing for null exclusions. Call Set_Result_Definition
23829 instead of Set_Subtype_Mark.
23830
23831 * sinfo.adb: Add support for LIMITED NEW for Ada 2005 AI-419
23832 (Null_Exclusion_Present): Allow this flag for N_Function_Specification.
23833 (Result_Definition): New function for N_Function_Specifications.
23834 (Subtype_Mark): No longer allowed for N_Access_Function_Definition and
23835 N_Function_Specification.
23836 (Set_Null_Exclusion_Present): Allow this flag for
23837 N_Function_Specification.
23838 (Set_Result_Definition): New procedure for N_Function_Specifications.
23839 (Set_Subtype_Mark): No longer allowed for N_Access_Function_Definition
23840 and N_Function_Specification.
23841
23842 * sinfo.ads: Update grammar rules for 9.7.2: Entry_Call_Alternative,
23843 Procedure_Or_Entry_Call; 9.7.4: Triggering_Statement.
23844 Add support for LIMITED NEW for Ada 2005 AI-419
23845 Update the syntax of PARAMETER_AND_RESULT_PROFILE to reflect the new
23846 syntax for anonymous access results.
23847 Replace Subtype_Mark field by Result_Definition in
23848 N_Function_Specification and N_Access_Definition specs.
23849 Add Null_Exclusion_Present to spec of N_Function_Specification.
23850 (Result_Definition): New function for N_Function_Specification and
23851 N_Access_Function_Definition.
23852 (Set_Result_Definition): New procedure for N_Function_Specification and
23853 N_Access_Function_Definition.
23854
23855 * sprint.adb (S_Print_Node_Actual): Change Subtype_Mark calls to
23856 Result_Definition for cases of N_Access_Function_Definition and
23857 N_Function_Specification.
23858 Print "not null" if Null_Exclusion_Present on N_Function_Specification.
23859
23860 2005-09-01 Vincent Celier <celier@adacore.com>
23861
23862 * lib-writ.adb: Update Copyright notice
23863 (Write_With_Lines): On platforms where file names are case-insensitive,
23864 record the file names in lower case.
23865 (Write_ALI): For D lines, on platforms where file names are
23866 case-insensitive, record the file names in lower case.
23867
23868 2005-09-01 Ed Schonberg <schonberg@adacore.com>
23869 Emmanuel Briot <briot@adacore.com>
23870
23871 * lib-xref.adb (Output_Overridden_Op): Display information on
23872 overridden operation.
23873
23874 * lib-xref.ads: Add documentation on overridden operations.
23875
23876 * ali.ads (Xref_Entity_Record): Add support for storing the overriding
23877 information.
23878
23879 * ali.adb (Get_Typeref): New subprogram. Adds support for parsing the
23880 overriding entity information.
23881
23882 2005-09-01 Vincent Celier <celier@adacore.com>
23883
23884 * mlib-prj.adb (Copy_Interface_Sources): Copy all interface sources,
23885 including those that are inherited.
23886
23887 2005-09-01 Robert Dewar <dewar@adacore.com>
23888
23889 * opt.ads, opt.adb: Add new switches Debug_Pragmas_Enabled[_Config]
23890
23891 * par-prag.adb: Implement new pragma Debug_Policy
23892
23893 * sem_prag.adb Implement new pragma Debug_Policy
23894 (Analyze_Pragma, case Pack): do not let pragma Pack override an explicit
23895 Component_Size attribute specification. Give warning for ignored pragma
23896 Pack.
23897
23898 * snames.h, snames.ads, snames.adb: Introduce entries in
23899 Preset_Names for Name_Disp_Asynchronous_Select,
23900 Name_Disp_Conditional_Select, Name_Disp_Get_Prim_Op_Kind,
23901 Name_Disp_Timed_Select.
23902 New pragma Debug_Policy
23903
23904 * switch-c.adb (Scan_Front_End_Switches): Set Ada 2005 mode
23905 explicitly.
23906 Switch -gnata also sets Debug_Pragmas_Enabled
23907
23908 * sem.adb, par.adb (Set_Opt_Config_Switch): Add parameter Main_Unit to
23909 handle an explicit -gnata when compiling predefined files.
23910
23911 2005-09-01 Vincent Celier <celier@adacore.com>
23912
23913 * prj-env.adb (Set_Ada_Paths.Add.Recursive_Add): Do not add the object
23914 directories of projects that have no Ada sources.
23915
23916 2005-09-01 Robert Dewar <dewar@adacore.com>
23917
23918 * scng.adb (Check_End_Of_Line): Count characters, rather than bytes
23919 (makes a difference for wide characters)
23920
23921 * widechar.adb, widechar.ads:
23922 Add Wide_Char_Byte_Count feature to count chars vs bytes
23923
23924 2005-09-01 Thomas Quinot <quinot@adacore.com>
23925 Ed Schonberg <schonberg@adacore.com>
23926 Robert Dewar <dewar@adacore.com>
23927
23928 * sem_attr.adb (Resolve_Attribute, case 'Address): For an illegal
23929 'Address attribute reference with an overloaded prefix, use the
23930 location of the prefix (not the location of the attribute reference) as
23931 the error location.
23932 (Analyze_Attribute, case 'Size): The name of an enumeration literal, or
23933 a function renaming thereof, is a valid prefix for 'Size (where it is
23934 intepreted as a function call).
23935 (Statically_Denotes_Entity): New predicate to determine whether the
23936 prefix of an array attribute can be considered static.
23937
23938 PR ada/9087
23939 (Eval_Attr): Fix failure to evaluate Component_Size for
23940 unconstrained arrays (resulted in wrong value in packed case, since
23941 back end cannot handle this case)
23942
23943 2005-09-01 Robert Dewar <dewar@adacore.com>
23944
23945 * sem_cat.adb (Check_Categorization_Dependencies): Add more detail to
23946 error msgs for most common cases.
23947 Use new errout insertion char < (conditional warning)
23948
23949 2005-09-01 Javier Miranda <miranda@adacore.com>
23950 Ed Schonberg <schonberg@adacore.com>
23951
23952 * sem_ch10.adb (In_Chain): Moved from the scope of a subprogram to
23953 become local to the whole package.
23954 (Install_Limited_Withed_Unit): Instead of unchaining real entities if
23955 the package was already analyzed the new algorithm "replaces" the
23956 real entities by the shadow ones. This is required to ensure that
23957 the order of these entities in the homonym chains does not change;
23958 otherwise we can have undefined references at linking time because
23959 in case of conflicts the external name of the entities will have
23960 a suffix that depends on the order of the entities in the chain.
23961 (Remove_Limited_With_Clause): Complementary code that completes the
23962 new algorithm and replaces the shadow entities by the real ones.
23963 (Install_Limited_Withed_Unit): When unchaining entities before the
23964 installation of the shadow entities, only regular entities of the
23965 public part must be taken into account. This is required to
23966 keep this routine in synch with the work done by Remove_Limited_
23967 With_Clause
23968 (Install_Limited_With_Clause): Introduce implicit limited_with_clause
23969 even if unit is analyzed, because the analysis of the unit is
23970 idempotent in any case, and the limited view of the unit may have to
23971 be installed for proper visibility.
23972 (Expand_Limited_With_Clause): Even if the unit in the implicit
23973 with_clause has been analyzed already, a limited view of the package
23974 must be built for the current context, if it does not exist yet.
23975
23976 2005-09-01 Ed Schonberg <schonberg@adacore.com>
23977 Javier Miranda <miranda@adacore.com>
23978 Gary Dismukes <dismukes@adacore.com>
23979
23980 * sem_ch12.adb (Instantiate_Subprogram_Body): When creating the
23981 defining entity for the instance body, make a new defining identifier
23982 rather than copying the entity of the spec, to prevent accidental
23983 sharing of the entity list.
23984 (Check_Private_View): When exchanging views of private types, build the
23985 list of exchanged views as a stack, to ensure that on exit the exchanges
23986 are undone in the proper order.
23987 (Analyze_Package_Instantiation, Analyze_Subprogram_Instantiation):
23988 Restore the compilation environment in case of instantiation_error.
23989 (Analyze_Generic_Subprogram_Declaration): Handle creation of type entity
23990 for an anonymous access result.
23991 (Instantiate_Generic_Subprogram): Subtype_Mark => Result_Definition
23992 (Formal_Entity): Handle properly the case of a formal package that
23993 denotes a generic package renaming.
23994
23995 2005-09-01 Thomas Quinot <quinot@adacore.com>
23996
23997 * sem_ch13.adb (Analyze_Enumeration_Representation_Clause): Reject the
23998 clause if the array aggregate is surrounded by parentheses.
23999
24000 2005-09-01 Cyrille Comar <comar@adacore.com>
24001 Gary Dismukes <dismukes@adacore.com>
24002 Ed Schonberg <schonberg@adacore.com>
24003 Javier Miranda <miranda@adacore.com>
24004
24005 * sem_ch3.ads, sem_ch3.adb (Analyze_Object_Declaration): Go to the
24006 underlying type
24007 to check if a type is Constrained in cases related to code generation
24008 (rather than semantic checking) since otherwise we do not generate
24009 similar code for mutable private types depending if their
24010 discriminants are visible or not.
24011 (Check_Abstract_Overriding): Do not complain about failure to override
24012 the primitive operations used in dispatching selects since they will
24013 always be overriden at the freeze point of the type.
24014 (Access_Definition): Separate out handling for resetting the scope
24015 of an anonymous access function result type. Retrieve the scope
24016 of the associated function rather than using Current_Scope, which
24017 does not have a consistent value (depends on whether we're in the
24018 middle of analyzing formal parameters). Add ??? comment about
24019 finding a cleaner way to handle the special cases of scope setting.
24020 (Process_Incomplete_Dependents): A protected operation is never a
24021 dispatching operation (only its wrapper may be).
24022 (Build_Derived_Record_Type): In case of tagged private types that
24023 implement interfaces add derivation of predefined primitive
24024 operations.
24025 (Derive_Subprograms): Replace the Is_Interface_Derivation parameter
24026 by two parameters that are used in case of derivation from abstract
24027 interface types: No_Predefined_Prims is used to avoid the derivation
24028 of predefined primitives from the interface, and Predefined
24029 Prims_Only is used to complete the derivation predefined primitives
24030 in case of private tagged types implementing interfaces.
24031 Fix typo in comments
24032 (Find_Interface_In_Descendant): Protect the frontend against
24033 wrong code with large circularity chains.
24034 (Is_Private_Overriding): Add support for entities overriding interface
24035 subprograms. The test failed because Entities associated with overriden
24036 interface subprograms are always marked as hidden (and used to build
24037 the secondary dispatch table); in this case the overriden entity is
24038 available through the field abstract_interface_alias (cf. override_
24039 dispatching_operation)
24040 (Access_Definition): Set the scope of the type to Current_Scope for the
24041 case of a function with an anonymous access result type.
24042 (Access_Subprogram_Declaration): Handle creation of the type entity for
24043 an access-to-function type with an anonymous access result.
24044 (Check_Anonymous_Access_Types): Change Subtype_Mark to Result_Definition
24045 in handling for N_Access_Function_Definition.
24046 (Analyze_Subtype_Declaration): Modify the text of error message.
24047 (Derived_Type_Declaration): Modify the text of error message.
24048 (Process_Subtype): Modify the text of error message plus cleanup
24049 of one redundant error message.
24050 (Analyze_Component_Declaration): Code cleanup.
24051 (Analyze_Object_Declaration): Code cleanup.
24052 (Analyze_Subtype_Declaration): Propagate the null-exclusion
24053 attribute in case of access types. Code cleanup.
24054 (Array_Type_Declaration): Code cleanup.
24055 (Process_Discriminants): Create the new null-excluding itype
24056 if required. Code cleanup.
24057 (Process_Subtype): Create the new null-excluding itype if
24058 required. Code cleanup.
24059 (Build_Derived_Record_Type): Code cleanup to avoid calling
24060 twice the subprogram derive_subprograms in case of private
24061 types that implement interfaces. In this particular case the
24062 subprogram Complete_Subprograms_Derivation already does the
24063 job associated with the second call.
24064
24065 * exp_strm.adb (Build_Elementary_Input_Call): Add an explicit
24066 conversion to the full view when generating an operation for a
24067 discriminant whose type may currently be private.
24068
24069 2005-09-01 Ed Schonberg <schonberg@adacore.com>
24070 Javier Miranda <miranda@adacore.com>
24071
24072 * sem_ch4.adb (Transform_Object_Operation): In a context off the form
24073 V (Obj.F), the rewriting does not involve the indexed component, but
24074 only the selected component itself.
24075 Do not apply the transformation if the analyzed node is an actual of a
24076 call to another subprogram.
24077 (Complete_Object_Operation): Retain the entity of the
24078 dispatching operation in the selector of the rewritten node. The
24079 entity will be used in the expansion of dispatching selects.
24080 (Analyze_One_Call): Improve location of the error message associated
24081 with interface.
24082 (Analyze_Selected_Component): No need to resolve prefix when it is a
24083 function call, resolution is done when parent node is resolved, as
24084 usual.
24085 (Analyze_One_Call): Add a flag to suppress analysis of the first actual,
24086 when attempting to resolve a call transformed from its object notation.
24087 (Try_Object_Operation, Transform_Object_Operastion): Avoid makind copies
24088 of the argument list for each interpretation of the operation.
24089 (Try_Object_Operation): The designated type of an access parameter may
24090 be an incomplete type obtained through a limited_with clause, in which
24091 case the primitive operations of the type are retrieved from its full
24092 view.
24093 (Analyze_Call): If this is an indirect call, and the return type of the
24094 access_to_subprogram is incomplete, use its full view if available.
24095
24096 2005-09-01 Javier Miranda <miranda@adacore.com>
24097 Gary Dismukes <dismukes@adacore.com>
24098
24099 * sem_ch6.ads, sem_ch6.adb (Check_Conformance): In case of anonymous
24100 access types the null-exclusion and access-to-constant attributes must
24101 also match.
24102 (Analyze_Return_Statement): When the result type is an anonymous access
24103 type, apply a conversion of the return expression to the access type
24104 to ensure that appropriate accessibility checks are performed.
24105 (Analyze_Return_Type): For the case of an anonymous access result type,
24106 generate the Itype and set Is_Local_Anonymous_Access on the type.
24107 Add ??? placeholder for check to disallow returning a limited object
24108 in Ada 2005 unless it's an aggregate or a result of a function call.
24109 Change calls from Subtype_Mark to Result_Definition.
24110 (Analyze_Subprogram_Body): Change formal Subtype_Mark to
24111 Result_Definition in call to Make_Function_Specification.
24112 (Build_Body_To_Inline): Change Set_Subtype_Mark to
24113 Set_Result_Definition.
24114 (Make_Inequality_Operator): Change formal Subtype_Mark to
24115 Result_Definition in call to Make_Function_Specification.
24116 (Process_Formals): Create the new null-excluding itype if required.
24117 (New_Overloaded_Entity): For an entity overriding an interface primitive
24118 check if the entity also covers other abstract subprograms in the same
24119 scope. This is required to handle the general case, that is, overriding
24120 other interface primitives and overriding abstract subprograms inherited
24121 from some abstract ancestor type.
24122 (New_Overloaded_Entity): For an overriding entity that comes from
24123 source, note the operation that it overrides.
24124 (Check_Conformance, Type_Conformant): Addition of one new formal
24125 to skip controlling formals in the analysis. This is used to
24126 handle overloading of abstract interfaces.
24127 (Base_Types_Match): Add missing case for types imported from
24128 limited-with clauses
24129 (New_Overloaded_Entity): Add barrier to protect the use of
24130 the "alias" attribute.
24131
24132 2005-09-01 Ed Schonberg <schonberg@adacore.com>
24133
24134 * sem_ch8.adb (Analyze_Renamed_Entry): For a renaming_as_declaration,
24135 verify that the procedure and the entry are mode conformant.
24136 (Analyze_Subprogram_Renaming): Emit a warning if an operator is renamed
24137 as a different operator, which is often a cut-and-paste error.
24138
24139 2005-09-01 Javier Miranda <miranda@adacore.com>
24140 Ed Schonberg <schonberg@adacore.com>
24141
24142 * sem_disp.adb (Check_Controlling_Formals): Anonymous access types
24143 used in controlling parameters exclude null because it is necessary to
24144 read the tag to dispatch, and null has no tag.
24145 (Override_Dispatching_Operation): If the previous operation is inherited
24146 from an interface, it becomes hidden and does not participate in later
24147 name resolution.
24148
24149 2005-09-01 Javier Miranda <miranda@adacore.com>
24150 Ed Schonberg <schonberg@adacore.com>
24151 Gary Dismukes <dismukes@adacore.com>
24152
24153 * sem_res.adb (Resolve_Membership_Op): In case of the membership test
24154 "Iface_CW_Typ in T'Class" we have nothing else to do in the frontend;
24155 the expander will generate the corresponding run-time check to evaluate
24156 the expression.
24157 (Resolve_Call): Check for legal type of procedure name or prefix that
24158 appears as a trigger in a triggering alternative.
24159 (Valid_Conversion): If expression is ambiguous and the context involves
24160 an extension of System, remove System.Address interpretations.
24161 (Resolve_Qualified_Expression): Reject the case of a specific-type
24162 qualification applied to a class-wide argument. Enhance comment
24163 to explain checking of Original_Node.
24164 (Resolve_Type_Conversion): The location of the error message was not
24165 general enough to handle the general case and hence it has been removed.
24166 In addition, this patch improves the text of the message.
24167 (Resolve_Type_Conversion): Add missing support for access to interface
24168 types.
24169 (Resolve_Type_Conversion): If the target is a class-wide interface type,
24170 do not expand if the expression is the actual in a call, because proper
24171 expansion will take place when the call itself is expanded.
24172 (Resolve_Allocator): If the context is an unchecked conversion, the
24173 allocator inherits its storage pool, if any, from the target type of
24174 the conversion.
24175
24176 2005-09-01 Ed Schonberg <schonberg@adacore.com>
24177 Javier Miranda <miranda@adacore.com>
24178
24179 * sem_type.adb (Add_One_Interp): If a candidate operation is an
24180 inherited interface operation that has an implementation, use the
24181 implementation to avoid spurious ambiguities.
24182 (Interface_Present_In_Ancestor): In case of concurrent types we can't
24183 use the Corresponding_Record_Typ attribute to look for the interface
24184 because it is set by the expander (and hence it is not always
24185 available). For this reason we traverse the list of interfaces
24186 (available in the parent of the concurrent type).
24187 (Interface_Present_In_Ancestor): Handle entities from the limited view
24188
24189 2005-09-01 Ed Schonberg <schonberg@adacore.com>
24190
24191 * sem_util.ads, sem_util.adb (Gather_Components): Omit interface tags
24192 from the list of required components.
24193 (Is_Controlling_Limited_Procedure): Determine whether an entity is a
24194 primitive procedure of a limited interface with a controlling first
24195 parameter.
24196 (Is_Renamed_Entry): Determine whether an entry is a procedure renaming
24197 of an entry.
24198 (Safe_To_Capture_Value): A value (such as non_null) is not safe to
24199 capture if it is generated in the second operand of a short-circuit
24200 operation.
24201 Do not capture values for variables with address clauses.
24202 (Is_Object_Reference): Treat a function call as an object reference only
24203 if its type is not Standard_Void_Type.
24204
24205 2005-09-01 Ed Schonberg <schonberg@adacore.com>
24206
24207 * sem_warn.adb (Warn_On_Known_Condition): Refine warning when applied
24208 to a variable that is statically known to be constant.
24209
24210 2005-09-01 Geert Bosch <bosch@adacore.com>
24211 Robert Dewar <dewar@adacore.com>
24212
24213 * ttypef.ads (VAXDF_Safe_First): Use correct value for constant.
24214 (VAXGF_Safe_First): Idem.
24215
24216 2005-09-01 Robert Dewar <dewar@adacore.com>
24217 Arnaud Charlet <charlet@adacore.com>
24218
24219 * g-dirope.ads: Minor reformatting
24220 Document that bounds of result of Base_Name match the input index
24221 positions.
24222 Add documentation on environment variable syntax for Expand_Path
24223
24224 * gnat_ugn.texi: Update documentation to include mention of -m switches
24225 Document new treatment of wide characters in max line length
24226 style check.
24227 Remove -gnatL/-gnatZ switches, no longer used.
24228 Add note on pragmas Assertion_Policy and Debug_Policy in discussion
24229 of -gnata switch.
24230
24231 * gnat_rm.texi: Add doc for two argument form of pragma
24232 Float_Representation.
24233 Add documentation for pragma No_Strict_Aliasing
24234 Add note that explicit component clause overrides pragma Pack.
24235 Add documentation of pragma Debug_Policy
24236
24237 2005-09-01 Matthew Heaney <heaney@adacore.com>
24238
24239 * a-cihase.adb, a-coorse.ads, a-coorse.adb, a-cohama.adb,
24240 a-ciorse.ads, a-ciorse.adb, a-cihama.adb, a-cdlili.adb,
24241 a-cidlli.adb, a-chtgop.adb, a-cihase.adb, a-cihase.ads,
24242 a-cohase.adb, a-cohase.adb, a-cohase.ads: Synchronized with latest
24243 draft (Draft 13, August 2005) of Ada Amendment 1.
24244
24245 2005-09-01 Arnaud Charlet <charlet@adacore.com>
24246
24247 * Makefile.in: Adjust the libgnat target pairs for Xscale to ARM.
24248 Note that the platform-specific version of g-soccon.ads for VMS is now
24249 named g-soccon-vms.ads (it was previously g-soccon-vms.adb, although it
24250 really is a package spec).
24251 Replace s-taspri-linux.ads by s-taspri-posix.ads
24252 Remove references to s-mastop-x86.adb
24253
24254 * system-vxworks-xscale.ads: Removed, no longer used.
24255 * s-vxwork-xscale.ads: Removed, no longer used.
24256
24257 2005-09-01 Robert Dewar <dewar@adacore.com>
24258
24259 * a-dirval-mingw.adb, a-direct.adb, a-coinve.adb,
24260 g-dynhta.adb, g-dynhta.ads, cstand.adb, exp_smem.adb, g-debuti.ads,
24261 g-dirope.adb, g-table.adb, lib-sort.adb, sem_maps.adb,
24262 exp_fixd.adb, exp_aggr.adb, a-intnam-mingw.ads, a-intnam-vxworks.ads,
24263 g-arrspl.adb, g-arrspl.ads, g-awk.adb, g-awk.ads, g-boubuf.ads,
24264 g-boubuf.ads, g-boubuf.ads, g-bubsor.ads, g-bubsor.adb, g-busora.adb,
24265 g-busora.ads, g-busorg.adb, g-busorg.ads, g-calend.adb, g-calend.ads,
24266 g-casuti.adb, g-casuti.ads, g-catiio.adb, g-catiio.ads, g-cgi.adb,
24267 g-cgi.ads, g-cgicoo.adb, g-cgicoo.ads, g-cgideb.adb, g-cgideb.ads,
24268 g-comlin.adb, g-comver.ads, g-semaph.ads, g-socthi.ads,
24269 sem_ch7.adb, a-direio.adb, a-caldel.ads, i-cstrea-vms.adb,
24270 a-ztedit.adb, a-ztenau.adb, g-socthi-vms.adb, g-socthi-vms.ads,
24271 g-socthi-mingw.adb, g-socthi-mingw.ads, g-socthi-vxworks.ads,
24272 a-intnam-irix.ads, a-intnam-irix.ads, a-intnam-hpux.ads,
24273 a-intnam-os2.ads, a-intnam-os2.ads, a-caldel-vms.adb, a-calend-vms.adb,
24274 a-calend-vms.ads, g-heasor.adb, g-heasor.ads, g-hesora.adb,
24275 g-hesora.ads, g-hesorg.adb, g-hesorg.ads, g-htable.adb, g-htable.ads,
24276 g-io.adb, g-io.ads, g-io_aux.adb, g-io_aux.ads, g-locfil.ads,
24277 g-memdum.adb, g-memdum.ads, g-traceb.adb, g-traceb.ads, i-cobol.adb,
24278 i-cobol.ads, i-cstrea.ads, i-cstrin.adb, a-wtedit.adb, a-tifiio.adb,
24279 a-wtenau.adb, a-wtenau.adb, a-teioed.adb: Minor reformatting
24280
24281 2005-08-29 Arnaud Charlet <charlet@adacore.com>
24282
24283 PR ada/23187
24284 * adaint.c
24285 (GNAT_MAXPATH_LEN): Use default value if MAXPATHLEN is undefined.
24286
24287 2005-08-29 Arnaud Charlet <charlet@adacore.com>
24288 Doug Rupp <rupp@adacore.com>
24289
24290 * s-stalib.adb: Add missing pragma Warnings (On) to reenable Warnings
24291 when needed.
24292 (Inside_Elab_Final_Code): Moved to init.c to avoid having to keep
24293 this code in the GNAT run-time.
24294
24295 * decl.c, fe.h: Replace GCC_ZCX by Back_End_Exceptions.
24296
24297 PR ada/21053
24298 * init.c (__gnat_error_handler [many]): Mark "msg" as const
24299 (__gnat_error_handler [HPUX]): Mark siginfo parameter as unused
24300
24301 (__gnat_inside_elab_final_code): Moved here from
24302 Standard_Library and only defined for the compiler.
24303 __gnat_error_handler [VMS]: Adjust sigargs to account for PC & PSL.
24304 (__gnat_inum_to_ivec): Do not define this function on VxWorks when
24305 using RTPs because directly vectored Interrupt routines are not
24306 supported on this configuration.
24307 (getpid): Do not redefine this function on VxWorks when using RTPs
24308 because this primitive is well supported by the RTP libraries.
24309 (copy_msg): Correct the code that checks for buffer overflow.
24310 Discovered during code reading.
24311
24312 2005-08-29 Olivier Hainque <hainque@adacore.com>
24313
24314 * decl.c (gnat_to_gnu_entity) <E_Variable>: When allocating storage for
24315 a library level mutable variable with an initializer, tell
24316 build_allocator to ignore the initializer's size. It may not be large
24317 enough for all the values that might be assigned to the variable later
24318 on.
24319
24320 2005-08-29 Arnaud Charlet <charlet@adacore.com>
24321 Eric Botcazou <ebotcazou@adacore.com>
24322
24323 * trans.c: Protect < in error msg with quote
24324 Replace GCC_ZCX by Back_End_Exceptions.
24325 (addressable_p) <COMPONENT_REF>: Also return 1 if the field
24326 has been sufficiently aligned in the record.
24327
24328 2005-08-15 James E. Wilson <wilson@specifix.com>
24329
24330 * system-linux-alpha.ads: Change ia64 to alpha.
24331
24332 2005-08-01 Kazu Hirata <kazu@codesourcery.com>
24333
24334 * decl.c, utils.c: Fix comment typos.
24335
24336 2005-07-29 Kazu Hirata <kazu@codesourcery.com>
24337
24338 * decl.c, init.c, initialize.c: Fix comment typos.
24339
24340 2005-07-20 Giovanni Bajo <giovannibajo@libero.it>
24341
24342 Make CONSTRUCTOR use VEC to store initializers.
24343 * decl.c (gnat_to_gnu_entity): Update to cope with VEC in
24344 CONSTRUCTOR_ELTS.
24345 * trans.c (extract_values): Likewise.
24346 * utils.c (convert, remove_conversions): Likewise.
24347 * utils2.c (contains_save_expr_p, build_binary_op, build_unary_op,
24348 gnat_build_constructor): Likewise.
24349
24350 2005-07-09 Andrew Pinski <pinskia@physics.uc.edu>
24351
24352 * decl.c (components_to_record): Use DECL_FCONTEXT instead of
24353 DECL_SECTION_NAME.
24354 (compare_field_bitpos): Likewise.
24355
24356 2005-07-09 Andrew Pinski <pinskia@physics.uc.edu>
24357
24358 * utils.c (create_var_decl): Only set DECL_COMMON on
24359 VAR_DECLs. Only set SET_DECL_ASSEMBLER_NAME on
24360 VAR_OR_FUNCTION_DECL_P.
24361
24362 2005-07-08 Daniel Berlin <dberlin@dberlin.org>
24363
24364 * utils.c (create_param_decl): DECL_ARG_TYPE_AS_WRITTEN is
24365 removed.
24366
24367 2005-07-07 Pascal Obry <obry@adacore.com>
24368
24369 * g-socthi-mingw.adb (C_Inet_Addr): New body used to convert the
24370 returned type on Windows.
24371
24372 * g-socthi-mingw.ads (C_Inet_Addr): Remove pragma Import for this
24373 routine.
24374
24375 * g-socket.adb (Inet_Addr): Check for empty Image and raises an
24376 exception in this case.
24377 Simplify the code as "Image (Image'Range)" = "Image".
24378
24379 2005-07-07 Vincent Celier <celier@adacore.com>
24380
24381 * bindgen.adb (Gen_Output_File_C): When switch -a was specified, put
24382 the destructor/constructor attributes for <lib>final/<lib>init.
24383
24384 * gnatbind.adb (Gnatbind): Allow -a to be used in conjunction with -C
24385
24386 2005-07-07 Eric Botcazou <ebotcazou@adacore.com>
24387
24388 * decl.c (gnat_to_gnu_entity) <E_Procedure>: Do not strip the padding
24389 type if the parameter is not passed by copy but reference by default.
24390
24391 2005-07-07 Javier Miranda <miranda@adacore.com>
24392
24393 * exp_ch3.adb (Build_Record_Init_Proc/Freeze_Record_Type):
24394 Reimplementation of the support for abstract interface types in order
24395 to leave the code more clear and easy to maintain.
24396
24397 * exp_ch6.adb (Freeze_Subprogram): Reimplementation of the support for
24398 abstract interface types in order to leave the code clearer and easier
24399 to maintain.
24400
24401 * exp_disp.ads, exp_disp.adb (Fill_DT_Entry): Part of its functionality
24402 is now implemented by the new subprogram Fill_Secondary_DT_Entry.
24403 (Fill_Secondary_DT_Entry): Generate the code necessary to fill the
24404 appropriate entry of the secondary dispatch table.
24405 (Make_DT): Add code to inherit the secondary dispatch tables of
24406 the ancestors.
24407
24408 * exp_util.adb (Find_Interface_Tag/Find_Interface_ADT): Instead of
24409 implementing both functionalities by means of a common routine, each
24410 routine has its own code.
24411
24412 2005-07-07 Javier Miranda <miranda@adacore.com>
24413
24414 * freeze.adb (Freeze_Entity): Check wrong uses of tag incomplete types.
24415
24416 * par-ch3.adb (P_Type_Declaration): Give support to tagged incomplete
24417 types:
24418 --
24419 type DEFINING_IDENTIFIER [DISCRIMINANT_PART] [IS TAGGED];
24420 --
24421
24422 * sem_attr.adb (Check_Not_Incomplete_Type): Additional checks for wrong
24423 use of tag incomplete types.
24424
24425 * sem_ch3.adb (Analyze_Incomplete_Type): Add mininum decoration to
24426 give support to tagged incomplete types.
24427
24428 * sem_ch5.adb (Analyze_Case_Statement): In generated code, if the
24429 expression is a discriminant reference and its type is private, as can
24430 happen within a stream operation for a mutable record, use the full
24431 view of the type to resolve the case alternatives.
24432 (Analyze_Assignment): Check wrong dereference of incomplete types.
24433
24434 * sem_ch6.adb (Process_Formals): Allow the use of tagged incomplete
24435 types.
24436
24437 * sem_res.adb (Resolve_Explicit_Dereference): Allow the use of tagged
24438 incomplete types.
24439
24440 * sinfo.adb (Taggged_Present/Set_Taggged_Present): Applicable to
24441 N_Incomplete_Type_Declaration nodes.
24442
24443 * sinfo.ads (N_Incomplete_Type_Declaration): Addition of attribute
24444 Tag_Present to give support to tagged incomplete types:
24445 --
24446 type DEFINING_IDENTIFIER [DISCRIMINANT_PART] [IS TAGGED];
24447 --
24448
24449 2005-07-07 Olivier Hainque <hainque@adacore.com>
24450
24451 PR ada/22301
24452 * raise.c: Only include unwind.h if IN_RTS, and provide dummy type
24453 definitions for the Unwind wrappers in the compiler case.
24454
24455 2005-07-07 Ed Schonberg <schonberg@adacore.com>
24456 Javier Miranda <miranda@adacore.com>
24457
24458 * par-load.adb (Load): If a child unit is loaded through a limited_with
24459 clause, each parent must be loaded as a limited unit as well.
24460
24461 * sem_ch10.adb (Previous_Withed_Unit): Better name for
24462 Check_Withed_Unit. Return true if there is a previous with_clause for
24463 this unit, whether limited or not.
24464 (Expand_Limited_With_Clause): Do not generate a limited_with_clause on
24465 the current unit.
24466 (Is_Visible_Through_Renamings): New local subprogram of install_limited
24467 _withed_unit that checks if some package installed through normal with
24468 clauses has a renaming declaration of package whose limited-view is
24469 ready to be installed. This enforces the check of the rule 10.1.2 (21/2)
24470 of the current Draft document for Ada 2005.
24471 (Analyze_Context): Complete the list of compilation units that
24472 are allowed to contain limited-with clauses. It also contains
24473 checks that were previously done by Install_Limited_Context_Clauses.
24474 This makes the code more clear and easy to maintain.
24475 (Expand_Limited_With_Clause) It is now a local subprogram of
24476 Install_Limited_Context_Clauses, and contains the code that adds
24477 the implicit limited-with clauses for parents of child units.
24478 This functionality was prevously done by Analyze_Context.
24479
24480 * sem_ch4.adb (Analyze_Selected_Component): Check wrong use of
24481 incomplete type.
24482
24483 * sem_ch7.adb (Analyze_Package_Declaration): Check if the package has
24484 been erroneously named in a limited-with clause of its own context.
24485 In this case the error has been previously notified by Analyze_Context.
24486
24487 2005-07-07 Ed Schonberg <schonberg@adacore.com>
24488
24489 * sem_ch8.adb (Find_Direct_Name): Handle properly the case of a
24490 generic package that contains local declarations with the same name.
24491 (Analyze_Object_Renaming): Check wrong renaming of incomplete type.
24492
24493 2005-07-07 Bernard Banner <banner@adacore.com>
24494
24495 * tracebak.c: Refine tracebacks to use Unwind_Backtrace scheme on
24496 ia64 platform only on platforms that you the GCC unwind library
24497 rather than the system unwind library.
24498
24499 2005-07-07 Thomas Quinot <quinot@adacore.com>
24500
24501 * expect.c: Minor reformatting
24502
24503 2005-07-07 Sergey Rybin <rybin@adacore.com>
24504
24505 * vms_data.ads: Add VMS qualifiers for new gnatpp switch
24506 --no-separate-is
24507
24508 * gnat_ugn.texi: Add description for new gnatpp option
24509 (--no-separate-is)
24510
24511 2005-07-04 Thomas Quinot <quinot@adacore.com>
24512
24513 * g-expect-vms.adb, g-expect.ads, g-expect.adb
24514 (Get_Command_Output): New subprogram to launch a process and get its
24515 standard output as a string.
24516
24517 2005-07-04 Eric Botcazou <ebotcazou@adacore.com>
24518 Olivier Hainque <hainque@adacore.com>
24519
24520 * s-mastop-tru64.adb (Pop_Frame): Use exc_lookup_function_entry to
24521 fetch a code-range descriptor associated with the machine state. On
24522 failure set the machine state's PC to 0; on success, pass the
24523 descriptor to exc_virtual_unwind.
24524
24525 * init.c (Tru64 section): New function __gnat_set_code_loc.
24526
24527 2005-07-04 Vincent Celier <celier@adacore.com>
24528
24529 * mlib-tgt-tru64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb,
24530 mlib-tgt-hpux.adb, mlib-tgt-linux.adb, mlib-tgt-solaris.adb,
24531 mlib-tgt-mingw.adb, mlib-tgt-darwin.adb (Build_Dynamic_Library):
24532 Remove all auto-initialization code, as this is now done through the
24533 constructor mechanism.
24534
24535 * adaint.h, adaint.c (__gnat_binder_supports_auto_init,
24536 __gnat_sals_init_using_constructors): New functions.
24537
24538 * bindgen.adb (Gen_Output_File_Ada): Generate pragmas
24539 Linker_Constructor and Linker_Destructor when switch -a is used.
24540
24541 * bindusg.adb: Add line for new switch -a
24542
24543 * gnatbind.adb (Gnatbind_Supports_Auto_Init): New Boolean function
24544 (Gnatbind): When switch -a is used, check if it is allowed
24545
24546 * switch-b.adb (Scan_Binder_Switches): Process new switch -a
24547
24548 2005-07-04 Joel Brobecker <brobecker@adacore.com>
24549
24550 * a-tags.adb (Type_Specific_Data): Define Tags_Table as a small array.
24551 This prevents us from hitting a limitation during the debug info
24552 generation when using stabs.
24553 (Prims_Ptr): Likewise.
24554
24555 2005-07-04 Gary Dismukes <dismukes@adacore.com>
24556 Ed Schonberg <schonberg@adacore.com>
24557 Javier Miranda <miranda@adacore.com>
24558
24559 * checks.adb (Null_Exclusion_Static_Checks): In the case of
24560 N_Object_Declaration, only perform the checks if the Object_Definition
24561 is not an Access_Definition.
24562
24563 * sem_ch3.adb (Access_Subprogram_Declaration): Add test for the case
24564 where the parent of an the access definition is an N_Object_Declaration
24565 when determining the Associated_Node_For_Itype and scope of an
24566 anonymous access-to-subprogram type.
24567
24568 * exp_ch6.adb (Expand_N_Subprogram_Declaration): Set the
24569 Corresponding_Spec on the body created for a null procedure. Add ???
24570 comment. Remove New_Copy_Tree call on body argument to
24571 Set_Body_To_Inline.
24572
24573 * exp_ch6.adb (Add_Simple_Call_By_Copy_Code): For an out parameter with
24574 discriminants, use the type of the actual as well, because the
24575 discriminants may be read by the called subprogram.
24576
24577 * sem_ch3.adb (Access_Type_Declaration): If the designated type is an
24578 access type we do not need to handle non-limited views.
24579 (Build_Derived_Record_Type): Additional check to check that in case of
24580 private types, interfaces are only allowed in private extensions.
24581
24582 2005-07-04 Eric Botcazou <ebotcazou@adacore.com>
24583
24584 * decl.c (prepend_attributes) <Pragma_Linker_Constructor>: New case.
24585 <Pragma_Linker_Destructor>: Likewise.
24586
24587 * einfo.ads (Has_Gigi_Rep_Item): Document Pragma_Linker_Constructor and
24588 Pragma_Linker_Destructor.
24589
24590 * gigi.h (attr_type): Add ATTR_LINK_CONSTRUCTOR and
24591 ATTR_LINK_DESTRUCTOR.
24592 (static_ctors, static_dtors): New variables.
24593
24594 * misc.c (gnat_expand_body): Output current function as constructor
24595 and destructor if requested.
24596
24597 * par-prag.adb: Add processing for pragma Linker_Constructor and
24598 Linker_Destructor.
24599
24600 * sem_prag.adb (Find_Unique_Parameterless_Procedure): New function
24601 extracted from Check_Interrupt_Or_Attach_Handler.
24602 (Check_Interrupt_Or_Attach_Handler): Invoke it.
24603 Implement pragma Linker_Constructor and Linker_Destructor with the
24604 help of Find_Unique_Parameterless_Procedure.
24605 Replace Name_Alias with Name_Target for pragma Linker_Alias.
24606
24607 * snames.h, snames.ads, snames.adb:
24608 Add Name_Linker_Constructor and Name_Linker_Destructor.
24609 Add Pragma_Linker_Constructor and Pragma_Linker_Destructor.
24610 * snames.adb: Remove Name_Alias.
24611
24612 * trans.c: Include cgraph.h.
24613 (build_global_cdtor): New function.
24614 (Compilation_Unit_to_gnu): Build global constructor and destructor if
24615 needed.
24616 (tree_transform) <N_Identifier>: Substitute renaming of view-conversions
24617 of objects too.
24618 (addressable_p) <COMPONENT_REF>: Unconditionally test
24619 DECL_NONADDRESSABLE_P on STRICT_ALIGNMENT platforms.
24620
24621 * utils.c (process_attributes) <ATTR_LINK_ALIAS>: Do not assemble the
24622 variable if it is external.
24623
24624 (static_ctors, static_dtors): New global variables.
24625 (process_attributes) <ATTR_LINK_CONSTRUCTOR>: New case.
24626 <ATTR_LINK_DESTRUCTOR>: Likewise.
24627 (end_subprog_body): Chain function as constructor and destructor
24628 if requested.
24629
24630 * exp_util.adb (Force_Evaluation): Unconditionally invoke
24631 Remove_Side_Effects with Variable_Ref set to true.
24632 (Remove_Side_Effects): Handle scalar types first. Use a renaming
24633 for non-scalar types even if Variable_Ref is true and for class-wide
24634 expressions.
24635
24636 2005-07-04 Ed Schonberg <schonberg@adacore.com>
24637
24638 * exp_attr.adb (Mod): Evaluate condition expression with checks off,
24639 to prevent spurious warnings.
24640
24641 2005-07-04 Thomas Quinot <quinot@adacore.com>
24642
24643 * exp_dist.adb (Build_TypeCode_Call): Remove incorrect processing for
24644 Itypes. Itypes are really unexpected there.
24645 (Build_TypeCode_Function): Generalise special processing for Itypes to
24646 handle the case of numeric implicit base types as well as enumerated
24647 ones.
24648
24649 2005-07-04 Ed Schonberg <schonberg@adacore.com>
24650
24651 * exp_intr.adb (Expand_Unc_Deallocation): If the designated type is
24652 controlled, indicate the expected type of the dereference that is
24653 created for the call to Deep_Finalize, to prevent spurious errors when
24654 the designated type is private and completed with a derivation from
24655 another private type.
24656
24657 2005-07-04 Vincent Celier <celier@adacore.com>
24658
24659 * make.adb (Change_To_Object_Directory): When unable to change the
24660 current dir to the object directory, output the full path of the
24661 directory.
24662
24663 2005-07-04 Matthew Gingell <gingell@adacore.com>
24664
24665 * Makefile.in: Replace indepsw-linux.adb by indepsw-gnu.adb
24666
24667 * indepsw-linux.adb: Replace by...
24668
24669 * indepsw-gnu.adb: ...this new file
24670
24671 2005-07-04 Vincent Celier <celier@adacore.com>
24672
24673 * mlib-prj.adb (Auto_Initialize): New constant String
24674 (SALs_Use_Constructors): New Boolean function
24675 (Build_Library): Call gnatbind with Auto_Initialize switch when
24676 SALs_Use_Constructors returns True.
24677
24678 * mlib-tgt.ads: Minor reformatting
24679
24680 * mlib-utl.ads: Minor reformatting
24681
24682 * opt.ads: (Use_Pragma_Linker_Constructor): New Boolean flag
24683
24684 2005-07-04 Ed Schonberg <schonberg@adacore.com>
24685
24686 * par-ch9.adb (P_Task, P_Protected): Indicate that single task and
24687 single protected declarations can have an interface list.
24688 (P_Entry_Declaration): Add handler for Error_Resync, which can be raised
24689 with seriously malformed entry declarations, and lead to compilation
24690 abandoned messages.
24691
24692 2005-07-04 Javier Miranda <miranda@adacore.com>
24693
24694 * par-load.adb: Load the context items in two rounds.
24695
24696 2005-07-04 Robert Dewar <dewar@adacore.com>
24697
24698 * scng.adb: Do not consider Mod used as an attribute to be a keyword
24699
24700 2005-07-04 Ed Schonberg <schonberg@adacore.com>
24701 Javier Miranda <miranda@adacore.com>
24702
24703 * sem_ch10.adb (Build_Limited_Views): A type declared with a private
24704 type extension needs a limited view.
24705 Remove previous restriction on private types available through the
24706 limited-view (only tagged private types were previously allowed).
24707 (Install_Withed_Unit): In the code that implements the
24708 legality rule given in AI-377, exclude a child unit with the name
24709 Standard, because it is a homonym of the Standard environment package.
24710
24711 2005-07-04 Thomas Quinot <quinot@adacore.com>
24712
24713 * sem_ch4.adb (Transform_Object_Operation): For an actual that is an
24714 overloaded function call, carry interpretations from the original tree
24715 to the copy.
24716
24717 2005-07-04 Ed Schonberg <schonberg@adacore.com>
24718
24719 * sem_ch6.adb (Conforming_Types): If the types are anonymous access
24720 types check whether some designated type is a limited view, and use
24721 the non-limited view if available.
24722
24723 2005-07-04 Gary Dismukes <dismukes@adacore.com>
24724
24725 * sem_eval.adb (Subtypes_Statically_Match): Use the discriminant
24726 constraint of full view of a private view T1 if present, when T2 is a
24727 discriminated full view.
24728
24729 2005-07-04 Thomas Quinot <quinot@adacore.com>
24730
24731 * sem_res.adb (Resolve_Actuals): Do not resolve the expression of an
24732 actual that is a view conversion of a bit packed array reference.
24733
24734 2005-07-04 Ed Schonberg <schonberg@adacore.com>
24735
24736 * sem_type.adb (Covers): Verify that Corresponding_Record_Type is
24737 present before checking whether an interface type covers a synchronized
24738 type.
24739
24740 2005-07-04 Ed Schonberg <schonberg@adacore.com>
24741
24742 * sem_util.adb (Is_Object_Reference): An indexed or selected component
24743 whose prefix is an implicit dereference is an object reference. Removes
24744 spurious errors when compiling with -gnatc.
24745
24746 2005-07-04 Robert Dewar <dewar@adacore.com>
24747
24748 PR ada/22039
24749 * s-sopco3.ads, s-sopco4.ads, s-sopco5.ads: Minor documentation fix
24750
24751 2005-07-04 Matthew Gingell <gingell@adacore.com>
24752
24753 * tracebak.c: Enable tracebacks on ia64 platforms
24754
24755 2005-07-04 Vincent Celier <celier@adacore.com>
24756
24757 * vms_conv.adb (Initialize): Allow multiple ALI files to be given to
24758 the GNAT BIND command, as gnatbind accepts multiples ALI files with
24759 the -L or -n switches.
24760
24761 2005-07-04 Vincent Celier <celier@adacore.com>
24762
24763 * makegpr.adb (Build_Global_Archive): Make sure the list of sources is
24764 correctly computed and the main project data is not modified while
24765 doing so.
24766 (Add_C_Plus_Plus_Link_For_Gnatmake): Always link with the C++ compiler
24767 (Choose_C_Plus_Plus_Link_Process): Do not generate shell script
24768 c++linker as this does not work on some platforms.
24769
24770 2005-07-04 Matthew Heaney <heaney@adacore.com>
24771
24772 * a-convec.ads, a-coinve.ads: Declaration of subtype Extended_Index
24773 was changed.
24774 * a-coinve.adb: Perform constraint checks explicitly.
24775
24776 2005-07-04 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
24777 Thomas Quinot <quinot@adacore.com>
24778
24779 * Make-lang.in: (ada/targtyps.o): Add missing TREE_H dependency.
24780 new target gen-soccon.
24781
24782 2005-07-04 Robert Dewar <dewar@adacore.com>
24783
24784 * s-mastop-irix.adb, s-mastop-vms.adb: Minor reformatting
24785
24786 2005-07-04 Thomas Quinot <quinot@adacore.com>
24787
24788 * g-socket.ads (Check_Selector): Minor rewording of comment.
24789
24790 2005-07-04 Vincent Celier <celier@adacore.com>
24791
24792 * vms_data.ads: Add VMS qualifiers for new gnatpp switch --eol=
24793
24794 2005-07-04 Thomas Quinot <quinot@adacore.com>
24795
24796 * gen-soccon.c: Add constants SO_SNDTIMEO and SO_RCVTIMEO.
24797
24798 2005-07-04 Sergey Rybin <rybin@adacore.com>
24799
24800 * gnat_ugn.texi: Add description of --eol gnatpp option
24801
24802 2005-07-04 Eric Botcazou <ebotcazou@adacore.com>
24803 Thomas Quinot <quinot@adacore.com>
24804
24805 * gnat_rm.texi: Add a note that pragma Unreferenced is not appropriate
24806 if the user wants all calls of a subprogram to be flagged,
24807 independently of whether they are made from within the same unit or
24808 another unit.
24809 Mention restriction for pragma Linker_Alias on some platforms.
24810 Document pragma Linker_Constructor and Linker_Destructor.
24811 Rewrite documentation of Weak_External, Linker_Section and
24812 Linker_Alias pragmas.
24813
24814 2005-07-04 Arnaud Charlet <charlet@adacore.com>
24815
24816 * s-stausa.ads, s-stausa.adb: New files.
24817
24818 2005-06-30 Kelley Cook
24819
24820 * all files: Update FSF address in copyright headers.
24821 * gen-soccon.co (main): Output new FSF address in generated files.
24822
24823 2005-06-28 Paul Brook <paul@codesourcery.com>
24824
24825 * misc.c (gnat_init_gcc_eh): Call default_init_unwind_resume_libfunc.
24826
24827 2005-06-14 Olivier Hainque <hainque@adacore.com>
24828 Eric Botcazou <ebotcazou@adacore.com>
24829
24830 * s-mastop-irix.adb (Pop_Frame): Revert shorcuts avoiding calls to
24831 exc_unwind, now that we are generating proper .debug_frame output for
24832 that target.
24833
24834 * tracebak.c: Remove the mips-irix section, as we are now using the
24835 s-mastop based unwinder again.
24836 Under SPARC/Solaris, take into account the stack bias to compute the
24837 frame offset. The stack bias is 0 for the V8 ABI and 2047 for the V9
24838 ABI.
24839
24840 2005-06-14 Doug Rupp <rupp@adacore.com>
24841
24842 * g-trasym-vms.adb: renamed g-trasym-vms-alpha.adb
24843
24844 * g-trasym-vms-alpha.adb, g-trasym-vms-ia64.adb: New files
24845
24846 2005-06-14 Pascal Obry <obry@adacore.com>
24847
24848 * a-strhas.ads, a-secain.adb, a-secain.ads, a-rbtgso.ads, a-cgaaso.adb,
24849 a-cgaaso.ads, a-cgarso.adb, a-cgcaso.adb, a-cgarso.ads, a-cgcaso.ads,
24850 a-contai.ads, a-coprnu.ads, a-coprnu.adb: Fix header style (spaces in
24851 package name).
24852
24853 * a-intnam-lynxos.ads, a-intnam-unixware.ads, a-intnam-tru64.ads,
24854 a-intnam-aix.ads, a-intnam-irix.ads, a-excpol-interix.adb,
24855 a-intnam-hpux.ads, a-intnam-linux.ads, a-intnam-dummy.ads,
24856 a-intnam-os2.ads, a-numaux-libc-x86.ads, a-intnam-interix.ads,
24857 a-intnam-solaris.ads, a-caldel-vms.adb, a-calend-vms.ads,
24858 a-intnam-vms.ads, a-excpol-abort.adb, a-intnam-mingw.ads,
24859 a-intnam-vxworks.ads, a-numaux-vxworks.ads, s-osinte-unixware.adb,
24860 s-osinte-unixware.ads, s-osinte-lynxos-3.adb, s-osinte-lynxos-3.ads,
24861 s-osinte-hpux.ads, s-osinte-solaris-posix.ads, a-intnam-freebsd.ads,
24862 s-osinte-freebsd.adb, s-osinte-freebsd.ads, s-osinte-lynxos.adb,
24863 s-osinte-lynxos.ads, s-tpopsp-lynxos.adb, s-osinte-tru64.adb,
24864 s-osinte-tru64.ads, s-tpopsp-posix-foreign.adb, s-vxwork-alpha.ads,
24865 s-osinte-aix.adb, s-osinte-aix.ads, s-osinte-aix-fsu.ads,
24866 s-osinte-irix.adb, s-osinte-irix.ads, s-interr-sigaction.adb,
24867 s-osinte-irix-athread.ads, s-osinte-hpux-dce.adb,
24868 s-osinte-hpux-dce.ads, s-osinte-posix.adb, s-osinte-linux.ads,
24869 s-vxwork-m68k.ads, s-osinte-linux-fsu.ads, s-vxwork-mips.ads,
24870 s-osinte-dummy.ads, s-interr-dummy.adb, s-osinte-os2.adb,
24871 s-osinte-os2.ads, s-osprim-os2.adb, s-osinte-interix.ads,
24872 s-osprim-unix.adb, s-vxwork-ppc.ads, s-osinte-solaris.adb,
24873 s-osinte-solaris.ads, s-osprim-solaris.adb, s-tpopsp-solaris.adb,
24874 s-vxwork-sparcv9.ads, s-osinte-solaris-fsu.ads, s-interr-vms.adb,
24875 s-osinte-vms.adb, s-osinte-vms.ads, s-osprim-vms.adb,
24876 s-osprim-vms.ads, s-tpopde-vms.adb, s-tpopde-vms.ads,
24877 s-osprim-mingw.adb, s-vxwork-xscale.ads, s-interr-vxworks.adb,
24878 s-osinte-vxworks.adb, s-osinte-vxworks.ads, s-osprim-vxworks.adb,
24879 s-tfsetr-vxworks.adb, s-tpopsp-vxworks.adb, s-intman-posix.adb,
24880 s-osinte-fsu.adb, s-osprim-posix.adb, s-tfsetr-default.adb,
24881 s-tpopsp-posix.adb, s-traces-default.adb, s-trafor-default.adb,
24882 s-trafor-default.ads, s-tratas-default.adb, a-numaux-x86.adb,
24883 a-numaux-x86.ads, a-astaco.adb, a-astaco.ads, a-caldel.adb,
24884 a-caldel.ads, a-charac.ads, a-chlat1.ads, a-chlat9.ads, a-colien.adb,
24885 a-colien.ads, a-colire.adb, a-colire.ads, a-comlin.adb, a-cwila1.ads,
24886 a-cwila9.ads, ada.ads, a-decima.adb, a-diocst.ads, a-direio.adb,
24887 a-dynpri.adb, a-dynpri.ads, a-excpol.adb, a-flteio.ads, a-fwteio.ads,
24888 a-inteio.ads, a-interr.adb, a-intnam.ads, a-intsig.adb, a-intsig.ads,
24889 a-ioexce.ads, a-iwteio.ads, a-lfteio.ads, a-lfwtio.ads, a-liteio.ads,
24890 a-liwtio.ads, a-llftio.ads, a-llfwti.ads, a-llitio.ads, a-lliwti.ads,
24891 a-ncelfu.ads, a-ngcefu.adb, a-ngcefu.ads, a-ngcoty.adb, a-ngelfu.adb,
24892 a-ngelfu.ads, a-nlcefu.ads, a-nlcoty.ads, a-nlelfu.ads, a-nllcef.ads,
24893 a-nllcty.ads, a-nllefu.ads, a-nscefu.ads, a-nscoty.ads, a-nselfu.ads,
24894 a-nucoty.ads, a-nudira.adb, a-nuelfu.ads, a-nuflra.adb, a-numaux.ads,
24895 a-numeri.ads, a-reatim.adb, a-retide.adb, a-retide.ads, a-sequio.adb,
24896 a-sequio.ads, a-sfteio.ads, a-sfwtio.ads, a-siocst.ads, a-siteio.ads,
24897 a-siwtio.ads, a-ssicst.ads, a-ssitio.ads, a-ssiwti.ads, a-stmaco.ads,
24898 a-storio.adb, a-strbou.adb, a-strfix.adb, a-string.ads, a-strmap.adb,
24899 a-strsea.adb, a-strsup.adb, a-strunb.ads, a-ststio.adb, a-stunau.adb,
24900 a-stunau.ads, a-stwibo.adb, a-stwifi.adb, a-stwifi.ads, a-stwima.adb,
24901 a-stwise.adb, a-stwisu.adb, a-suteio.adb, a-suteio.ads, a-swuwti.adb,
24902 a-swuwti.ads, a-teioed.adb, a-ticoau.adb, a-ticoau.ads, a-ticoio.adb,
24903 a-tideau.adb, a-tideio.adb, a-tienau.adb, a-tienio.adb, a-tifiio.adb,
24904 a-tiflio.adb, a-tigeau.adb, a-tigeau.ads, a-tiinio.adb, a-timoau.adb,
24905 a-timoio.adb, a-timoio.ads, a-tiocst.ads, a-titest.adb, a-titest.ads,
24906 a-witeio.adb, a-wtcoau.adb, a-wtcoau.ads, a-wtcoio.adb, a-wtcoio.ads,
24907 a-wtcstr.ads, a-wtdeau.adb, a-wtdeio.adb, a-wtenau.adb, a-wtenio.adb,
24908 a-wtfiio.adb, a-wtflio.adb, a-wtgeau.adb, a-wtinau.adb, a-wtinio.adb,
24909 a-wtinio.ads, a-wtmoau.adb, a-wtmoio.adb, a-wttest.adb, calendar.ads,
24910 dec.ads, dec-io.adb, dec-io.ads, directio.ads, errno.c, g-bubsor.adb,
24911 g-bubsor.ads, g-busora.adb, g-busora.ads, g-busorg.adb, g-busorg.ads,
24912 g-casuti.adb, g-casuti.ads, g-debuti.ads, g-heasor.adb, g-heasor.ads,
24913 g-hesora.adb, g-hesora.ads, g-hesorg.adb, g-hesorg.ads, g-htable.adb,
24914 g-htable.ads, g-io.adb, g-io.ads, g-io_aux.adb, g-io_aux.ads,
24915 g-memdum.adb, g-memdum.ads, g-sestin.ads, g-signal.ads, g-signal.adb,
24916 gnat.ads, g-souinf.ads, g-speche.adb, g-speche.ads, g-table.adb,
24917 g-table.ads, g-thread.adb, g-thread.ads, ioexcept.ads, i-vxwoio.adb,
24918 i-vxwoio.ads, math_lib.adb, s-assert.adb, s-assert.ads, s-asthan.ads,
24919 s-bitops.adb, s-bitops.ads, s-boarop.ads, s-carsi8.adb, s-carsi8.ads,
24920 s-carun8.adb, s-carun8.ads, s-casi16.adb, s-casi16.ads, s-casi32.adb,
24921 s-casi32.ads, s-casi64.adb, s-casi64.ads, s-casuti.adb, s-casuti.ads,
24922 s-caun16.adb, s-caun16.ads, s-caun32.adb, s-caun32.ads, s-caun64.adb,
24923 s-caun64.ads, s-direio.adb, s-direio.ads, sequenio.ads, s-errrep.adb,
24924 s-errrep.ads, s-exnint.adb, s-exnint.ads, s-exnllf.adb, s-exnllf.ads,
24925 s-exnlli.adb, s-exnlli.ads, s-expint.adb, s-expint.ads, s-explli.adb,
24926 s-explli.ads, s-expllu.adb, s-expllu.ads, s-expmod.adb, s-expmod.ads,
24927 s-expuns.adb, s-expuns.ads, s-fore.adb, s-fore.ads, s-geveop.adb,
24928 s-geveop.ads, s-htable.adb, s-htable.ads, s-imgbiu.adb, s-imgbiu.ads,
24929 s-imgboo.adb, s-imgboo.ads, s-imgcha.adb, s-imgcha.ads, s-imgdec.adb,
24930 s-imgdec.ads, s-imgenu.adb, s-imgenu.ads, s-imgint.adb, s-imgint.ads,
24931 s-imgllb.adb, s-imgllb.ads, s-imglld.adb, s-imglld.ads, s-imglli.adb,
24932 s-imglli.ads, s-imgllu.adb, s-imgllu.ads, s-imgllw.adb, s-imgllw.ads,
24933 s-imgrea.ads, s-imguns.adb, s-imguns.ads, s-imgwiu.adb, s-imgwiu.ads
24934 s-interr.ads, s-io.adb, s-mantis.adb, s-mantis.ads, s-osprim.ads,
24935 s-pack03.adb, s-pack03.ads, s-pack05.adb, s-pack05.ads, s-pack06.adb,
24936 s-pack06.ads, s-pack07.adb, s-pack07.ads, s-pack09.adb, s-pack09.ads,
24937 s-pack10.adb, s-pack10.ads, s-pack11.adb, s-pack11.ads, s-pack12.adb,
24938 s-pack12.ads, s-pack13.adb, s-pack13.ads, s-pack14.adb, s-pack14.ads,
24939 s-pack15.adb, s-pack15.ads, s-pack17.adb, s-pack17.ads, s-pack18.adb,
24940 s-pack18.ads, s-pack19.adb, s-pack19.ads, s-pack20.adb, s-pack20.ads,
24941 s-pack21.adb, s-pack21.ads, s-pack22.adb, s-pack22.ads, s-pack23.adb,
24942 s-pack23.ads, s-pack24.adb, s-pack24.ads, s-pack25.adb, s-pack25.ads,
24943 s-pack26.adb, s-pack26.ads, s-pack27.adb, s-pack27.ads, s-pack28.adb,
24944 s-pack28.ads, s-pack29.adb, s-pack29.ads, s-pack30.adb, s-pack30.ads,
24945 s-pack31.adb, s-pack31.ads, s-pack33.adb, s-pack33.ads, s-pack34.adb,
24946 s-pack34.ads, s-pack35.adb, s-pack35.ads, s-pack36.adb, s-pack36.ads,
24947 s-pack37.adb, s-pack37.ads, s-pack38.adb, s-pack38.ads, s-pack39.adb,
24948 s-pack39.ads, s-pack40.adb, s-pack40.ads, s-pack41.adb, s-pack41.ads,
24949 s-pack42.adb, s-pack42.ads, s-pack43.adb, s-pack43.ads, s-pack44.adb,
24950 s-pack44.ads, s-pack45.adb, s-pack45.ads, s-pack46.adb, s-pack46.ads,
24951 s-pack47.adb, s-pack47.ads, s-pack48.adb, s-pack48.ads, s-pack49.adb,
24952 s-pack49.ads, s-pack50.adb, s-pack50.ads, s-pack51.adb, s-pack51.ads,
24953 s-pack52.adb, s-pack52.ads, s-pack53.adb, s-pack53.ads, s-pack54.adb,
24954 s-pack54.ads, s-pack55.adb, s-pack55.ads, s-pack56.adb, s-pack56.ads,
24955 s-pack57.adb, s-pack57.ads, s-pack58.adb, s-pack58.ads, s-pack59.adb,
24956 s-pack59.ads, s-pack60.adb, s-pack60.ads, s-pack61.adb, s-pack61.ads,
24957 s-pack62.adb, s-pack62.ads, s-pack63.adb, s-pack63.ads, s-scaval.adb,
24958 s-scaval.ads, s-sequio.adb, s-sequio.ads, s-stache.adb, s-stache.ads,
24959 s-stratt.adb, s-stratt.ads, s-strcom.adb, s-strcom.ads, s-strops.adb,
24960 s-strops.ads, s-taasde.ads, s-tadeca.adb, s-tadeca.ads, s-tadert.adb,
24961 s-tadert.ads, s-taenca.adb, s-taenca.ads, s-taprob.adb, s-taprob.ads,
24962 s-tarest.adb, s-tarest.ads, s-tasdeb.adb, s-tasdeb.ads, s-tasini.adb,
24963 s-tasini.ads, s-taskin.adb, s-taskin.ads, s-tasque.adb, s-tasque.ads,
24964 s-tasren.ads, s-tasres.ads, s-tassta.adb, s-tassta.ads, s-tasuti.adb,
24965 s-tasuti.ads, s-tataat.adb, s-tataat.ads, s-tpinop.adb, s-tpinop.ads,
24966 s-tpoben.adb, s-tpoben.ads, s-tpobop.ads, s-tporft.adb, s-tposen.ads,
24967 s-traces.adb, s-traces.ads, s-tratas.adb, s-tratas.ads, s-valint.ads,
24968 s-unstyp.ads, s-veboop.adb, s-veboop.ads, s-vector.ads, s-vercon.adb,
24969 s-vercon.ads, s-wchcnv.adb, s-wchcnv.ads, s-wchjis.adb, s-wchjis.ads,
24970 s-wchstw.adb, s-wchstw.ads, s-wchwts.adb, s-wchwts.ads, s-widboo.adb,
24971 s-widboo.ads, s-widcha.adb, s-widcha.ads, s-widenu.adb, s-widenu.ads,
24972 s-widlli.adb, s-widlli.ads, s-widllu.adb, s-widllu.ads, s-wwdcha.ads,
24973 s-wwdenu.adb, s-wwdwch.ads, text_io.ads, s-stchop.ads, s-stchop.adb,
24974 s-stchop-vxworks.adb, a-intnam-darwin.ads, s-osinte-darwin.adb,
24975 s-osinte-darwin.ads, s-vxwork-x86.ads, a-numaux-darwin.ads,
24976 a-numaux-darwin.adb, a-chzla1.ads, a-chzla9.ads, a-lfztio.ads,
24977 a-liztio.ads, a-llfzti.ads, a-llizti.ads, a-sfztio.ads, a-siztio.ads,
24978 a-ssizti.ads, a-stzbou.adb, a-stzfix.adb, a-stzfix.ads, a-stzmap.adb,
24979 a-stzsea.adb, a-stzsup.adb, a-swunau.adb, a-swunau.ads, a-szuzti.adb,
24980 a-szuzti.ads, a-tiunio.ads, a-wwunio.ads, a-ztcoau.adb, a-ztcoau.ads,
24981 a-ztcoio.adb, a-ztcoio.ads, a-ztcstr.ads, a-ztdeau.adb, a-ztdeio.adb,
24982 a-ztenio.adb, a-ztexio.adb, a-ztfiio.adb, a-ztflio.adb, a-ztgeau.adb,
24983 a-ztinau.adb, a-ztinio.adb, a-ztinio.ads, a-ztmoau.adb, a-ztmoio.adb,
24984 a-zttest.adb, a-zzunio.ads, g-utf_32.adb: Fix header style.
24985 "GNU Ada" to GNAT, use proper casing for RUN-TIME.
24986
24987 2005-06-14 Jose Ruiz <ruiz@adacore.com>
24988 Arnaud Charlet <charlet@adacore.com>
24989
24990 * a-sytaco.ads, a-sytaco.adb (Suspension_Object): These objects are no
24991 longer protected objects. They have been replaced by lower-level
24992 suspension objects made up by a mutex and a condition variable (or
24993 their equivalent given a particular OS) plus some internal data to
24994 reflect the state of the suspension object.
24995 (Initialize, Finalize): Add this initialization procedure for
24996 Suspension_Object, which is a controlled type.
24997 (Finalize): Add the finalization procedure for Suspension_Object,
24998 which is a controlled type.
24999
25000 * a-sytaco-vxworks.ads, a-sytaco-vxworks.adb: Remove this version of
25001 Ada.Synchronous_Task_Control because there is no longer a need for a
25002 VxWorks specific version of this package. Target dependencies
25003 has been moved to System.Task_Primitives.Operations.
25004
25005 * s-osinte-mingw.ads (pCRITICAL_SECTION): Remove this type which is no
25006 longer needed.
25007 (InitializeCriticalSection, EnterCriticalSection,
25008 LeaveCriticalSection, DeleteCriticalSection): Replace the type
25009 pCriticalSection by an anonymous access type so that we avoid problems
25010 of accessibility to local objects.
25011
25012 * s-taprop.ads, s-taprop-posix.adb, s-taprop-vxworks.adb,
25013 s-taprop-mingw.adb, s-taprop-vms.adb, s-taprop-solaris.adb,
25014 s-taprop-os2.adb, s-taprop-dummy.adb, s-taprop-hpux-dce.adb,
25015 s-taprop-linux.adb, s-taprop-irix.adb, s-taprop-irix-athread.adb,
25016 s-taprop-tru64.adb, s-taprop-lynxos.adb (Elaboration Code): No longer
25017 set the environment task mask here.
25018 (Current_State): Add this function that returns the state of the
25019 suspension object.
25020 (Set_False): Add this procedure that sets the state of the suspension
25021 object to False.
25022 (Set_True): Add this procedure that sets the state of the suspension
25023 object to True, releasing the task that was suspended, if any.
25024 (Suspend_Until_True): Add this procedure that blocks the calling task
25025 until the state of the object is True. Program_Error is raised if
25026 another task is already waiting on that suspension object.
25027 (Initialize): Add this procedure for initializing the suspension
25028 object. It initializes the mutex and the condition variable which are
25029 used for synchronization and queuing, and it sets the internal state
25030 to False.
25031 (Finalize): Add this procedure for finalizing the suspension object,
25032 destroying the mutex and the condition variable.
25033
25034 * s-taspri-posix.ads, s-taspri-vxworks.ads, s-taspri-mingw.ads,
25035 s-taspri-vms.ads, s-taspri-solaris.ads, s-taspri-os2.ads,
25036 s-taspri-dummy.ads, s-taspri-hpux-dce.ads, s-taspri-linux.ads,
25037 s-taspri-tru64.ads, s-taspri-lynxos.ads (Suspension_Object): New object
25038 which provides a low-level abstraction (using operating system
25039 primitives) for Ada.Synchronous_Task_Control.
25040 This object is made up by a mutex (for ensuring mutual exclusion), a
25041 condition variable (for queuing threads until the condition is
25042 signaled), a Boolean (State) indicating whether the object is open,
25043 and a Boolean (Waiting) reflecting whether there is a task already
25044 suspended on this object.
25045
25046 * s-intman.ads, s-intman-irix.adb, s-intman-irix-athread.adb,
25047 s-intman-dummy.adb, s-intman-solaris.adb, s-intman-vms.adb,
25048 s-intman-vms.ads, s-intman-mingw.adb,
25049 (Initialize_Interrupts): Removed, no longer used.
25050
25051 * s-inmaop-posix.adb, s-inmaop-vms.adb, s-inmaop-dummy.adb,
25052 (Setup_Interrupt_Mask): New procedure.
25053
25054 * s-intman-vxworks.ads, s-intman-vxworks.adb: Update comments.
25055
25056 * s-inmaop.ads (Setup_Interrupt_Mask): New procedure
25057
25058 * s-interr.adb: Add explicit call to Setup_Interrupt_Mask now that
25059 this is no longer done in the body of s-taprop
25060 (Server_Task): Explicitely test for Pending_Action in case
25061 System.Parameters.No_Abort is True.
25062
25063 * s-taasde.adb: Add explicit call to Setup_Interrupt_Mask now that this
25064 is no longer done in the body of s-taprop
25065
25066 2005-06-14 Robert Dewar <dewar@adacore.com>
25067
25068 * system-unixware.ads, system-linux-ia64.ads, system-freebsd-x86.ads,
25069 system-lynxos-ppc.ads, system-lynxos-x86.ads, system-linux-x86_64.ads,
25070 system-tru64.ads, system-aix.ads, system-vxworks-sparcv9.ads,
25071 system-vxworks-xscale.ads, system-solaris-x86.ads, system-irix-o32.ads,
25072 system-irix-n32.ads, system-hpux.ads, system-vxworks-m68k.ads,
25073 system-linux-x86.ads, system-vxworks-mips.ads, system-vxworks-mips.ads,
25074 system-os2.ads, system-interix.ads, system-solaris-sparc.ads,
25075 system-solaris-sparcv9.ads, system-vms.ads, system-mingw.ads,
25076 system-vms-zcx.ads, system-vxworks-ppc.ads, system.ads,
25077 system-darwin-ppc.ads, system-vxworks-x86.ads, system-linux-ppc.ads,
25078 system-linux-hppa.ads, system-vms_64.ads,
25079 system-vxworks-alpha.ads: Minor comment update for
25080 AI-362 (unit is Pure).
25081
25082 * a-chahan.ads, a-chahan.adb: Move Wide_Wide functions to Conversions
25083 Add pragma Pure_05 for AI-362
25084 Make remaining conversion functions obsolescent in Ada 95
25085
25086 * impunit.adb: Change a-swunha to a-swuwha and a-szunha to a-szuzha
25087 Make Ada.Wide_Characters[.Unicode] available in Ada 95 mode
25088 Add entries for a-wichun and a-zchuni
25089 Add a-widcha a-zchara for AI-395
25090 Add a-chacon (Ada.Characters.Conversions) to list of Ada 2005 routines
25091
25092 * Makefile.rtl: Change a-swunha to a-swuwha and a-szunha to a-szuzha
25093 Add entries for a-wichun.o and a-zchuni.o
25094 Entries for a-widcha.o and a-zchara.o
25095 Add entry for a-chacon.o
25096
25097 * a-ztenau.adb: Add with of Ada.Characters.Conversions
25098
25099 * a-chacon.ads, a-chacon.adb: New files.
25100
25101 * a-taside.adb, a-exstat.adb, a-excach.adb: Add warnings off to allow
25102 categorization violations.
25103
25104 * a-strmap.ads: Add pragma Pure_05 for AI-362
25105 * a-strmap.ads: Add note on implicit categorization for AI-362
25106
25107 * a-tgdico.ads, a-taside.ads: Add pragma Preelaborate_05 for AI-362
25108
25109 * par-prag.adb: Dummy entry for pragma Persistent_BSS
25110 Set Ada_Version_Explicit, for implementation of AI-362
25111 Add processing for pragma Pure_05 and Preelaborate_05
25112 Add entry for Assertion_Policy pragma
25113
25114 * sem.adb: Make sure predefined units are compiled with GNAT_Mode true
25115 when needed for proper processing of categorization stuff
25116
25117 * sem_cat.adb:
25118 For several cases, make errors in preealborate units warnings,
25119 instead of errors, if GNAT_Mode is set. For AI-362.
25120
25121 * sem_elab.adb (Check_Elab_Call): Call to non-static subprogram in
25122 preelaborate unit is now warning if in GNAT mode
25123
25124 * s-stoele.ads: Document AI-362 for pragma preelaborate
25125
25126 2005-06-14 Doug Rupp <rupp@adacore.com>
25127
25128 * s-parame-vms.ads, s-parame-hpux.ads, s-parame-vms-restrict.ads,
25129 s-parame-ae653.ads, s-parame.ads, s-parame-vxworks.ads:
25130 Default_Exception_Msg_Max_Length: new parameter.
25131
25132 * a-except.ads: (Exception_Msg_Max_Length): Set to
25133 System.Parameters.Default_Exception_Msg_Max_Length
25134 Add pragma Preelaborate_05 for AI-362
25135 Add warnings off to allow categorization violations for AI-362
25136
25137 2005-06-14 Vincent Celier <celier@adacore.com>
25138
25139 * gnatsym.adb: Adapt to modification of package Symbols: procedure
25140 Process is now in package Processing.
25141
25142 * symbols.ads, symbols.adb:
25143 (Processing): New package, containing procedure Process
25144
25145 * symbols-vms-alpha.adb:
25146 Replaced by symbols-vms.adb and symbols-processing-vms-alpha.adb
25147
25148 * symbols-vms.adb, symbols-processing-vms-alpha.adb,
25149 symbols-processing-vms-ia64.adb: New files.
25150
25151 2005-06-14 Pascal Obry <obry@adacore.com>
25152
25153 * mlib-tgt-mingw.adb (Build_Dynamic_Library): Replace the previous
25154 implementation. This new version generates the proper DllMain routine
25155 to initialize the SAL. The DllMain is generated in Ada and compiled
25156 before being added as option to the library build command.
25157
25158 2005-06-14 Doug Rupp <rupp@adacore.com>
25159 Pascal Obry <obry@adacore.com>
25160
25161 * adaint.c (__gnat_to_canonical_file_spec): Check for error returns in
25162 call to decc$translate_vms.
25163 (__gnat_locate_regular_file): Check if the path_val contains quotes. We
25164 need to remove those quotes before catenating the filename.
25165 (__gnat_locate_exec_on_path): improvements to the Win32 section:
25166 * avoid allocating the memory twice for better efficiency;
25167 * allocate 32K buffer for environment expansion as suggested by MSDN;
25168 * prepend ".;" to the path so that current directory is searched too.
25169
25170 2005-06-14 Robert Dewar <dewar@adacore.com>
25171
25172 * a-except.adb (Exception_Identity): return Null_Id for null occurrence
25173 instead of raising CE (AI-241)
25174 Add warnings off to allow categorization violations for AI-362
25175
25176 2005-06-14 Robert Dewar <dewar@adacore.com>
25177
25178 * ali-util.adb, gnatbind.adb: Remove references to
25179 Force_RM_Elaboration_Order.
25180
25181 * switch-b.adb: Remove recognition of -f switch
25182
25183 2005-06-14 Pascal Obry <obry@adacore.com>
25184
25185 * a-stzunb.adb, a-stwiun.adb, a-strunb.adb (Realloc_For_Chunk): New
25186 implementation which is slightly more efficient.
25187
25188 2005-06-14 Gary Dismukes <dismukes@adacore.com>
25189 Javier Miranda <miranda@adacore.com>
25190 Ed Schonberg <schonberg@adacore.com>
25191 Hristian Kirtchev <kirtchev@adacore.com>
25192
25193 * exp_ch4.adb (Expand_Allocator_Expression): When an initialized
25194 allocator's designated type is a class-wide type, and compiling for
25195 Ada 2005, emit a run-time check that the accessibility level of the
25196 type given in the allocator's expression is not deeper than the level
25197 of the allocator's access type.
25198
25199 (Tagged_Membership): Modified to gives support to abstract interface
25200 types.
25201
25202 * a-tags.ads, a-tags.adb (type Type_Specific_Data): Add component
25203 Access_Level.
25204 (Descendant_Tag): New predefined function
25205 (Is_Descendant_At_Same_Level): New predefined function
25206 (Get_Access_Level): New private function
25207 (Set_Access_Level): New private procedure
25208 (IW_Membership): New function. Given the tag of an object and the tag
25209 associated with an interface, evaluate if the object implements the
25210 interface.
25211 (Register_Interface_Tag): New procedure used to initialize the table of
25212 interfaces used by the IW_Membership function.
25213 (Set_Offset_To_Top): Initialize the Offset_To_Top field in the prologue
25214 of the dispatch table.
25215 (Inherit_TSD): Modified to copy the table of ancestor tags plus the
25216 table of interfaces of the parent.
25217 (Expanded_Name): Raise Tag_Error if the passed tag equals No_Tag.
25218 (External_Tag): Raise Tag_Error if the passed tag equals No_Tag.
25219 (Parent_Tag): Return No_Tag in the case of a root-level tagged type,
25220 and raise Tag_Error if the passed tag equalis No_Tag, to conform with
25221 Ada 2005 semantics for the new predefined function.
25222
25223 * exp_attr.adb (Expand_N_Attribute, case Attribute_Input): Generate
25224 call to Descendant_Tag rather than Internal_Tag.
25225 (Expand_N_Attribute, case Attribute_Output): Emit a check to ensure that
25226 the accessibility level of the attribute's Item parameter is not deeper
25227 than the level of the attribute's prefix type. Tag_Error is raised if
25228 the check fails. The check is only emitted for Ada_05.
25229 (Find_Stream_Subprogram): If a TSS exists on the type itself for the
25230 requested stream attribute, use it.
25231 (Expand_N_Attribute_Reference): If the designated type is an interface
25232 then rewrite the referenced object as a conversion to force the
25233 displacement of the pointer to the secondary dispatch table.
25234 (Expand_N_Attribute_Reference, case 'Constrained): Return false if this
25235 is a dereference of an object with a constrained partial view.
25236
25237 * exp_ch5.adb (Expand_N_Return_Statement): When a function's result
25238 type is a class-wide type, emit a run-time check that the accessibility
25239 level of the returned object is not deeper than the level of the
25240 function's master (only when compiling for Ada 2005).
25241
25242 * exp_disp.ads, exp_disp.adb (Ada_Actions, Action_Is_Proc,
25243 Action_Nb_Arg): Add entries for new Get_Access_Level and
25244 Set_Access_Level routines in these tables.
25245 (Make_DT): Generate a call to set the accessibility level of the
25246 tagged type in its TSD.
25247 (Make_DT): Code cleanup. The functionality of generating all the
25248 secondary dispatch tables has been moved to freeze_record_type.
25249 (Make_Abstract_Interface_DT): Minor code cleanup.
25250 (Set_All_DT_Position): Code cleanup. As part of the code cleanup
25251 this subprogram implements a new algorithm that provides the
25252 same functionality and it is more clear in case of primitives
25253 associated with abstract interfaces.
25254 (Set_All_Interfaces_DTC_Entity): Removed. As part of the code
25255 clean up, the functionality of this subprogram is now provided
25256 by Set_All_DT_Position.
25257 (Write_DT): New subprogram: a debugging procedure designed to be called
25258 within gdb to display the dispatch tables associated with a tagged
25259 type.
25260 (Collect_All_Interfaces): New subprogram that collects the whole list
25261 of interfaces that are directly or indirectly implemented by a tagged
25262 type.
25263 (Default_Prim_Op_Position): New subprogram that returns the fixed
25264 position in the dispatch table of the default primitive operations.
25265 (Expand_Interface_Actuals): New subprogram to generate code that
25266 displaces all the actuals corresponding to class-wide interfaces to
25267 reference the interface tag of the actual object.
25268 (Expand_Interface_Conversion): New subprogram. Reference the base of
25269 the object to give access to the interface tag associated with the
25270 secondary dispatch table.
25271 (Expand_Interface_Thunk): New subprogram that generates the code of the
25272 thunk. This is required for compatibility with the C+ ABI.
25273 (Make_Abstract_Interface_DT): New subprogram that generate the
25274 declarations for the secondary dispatch tables associated with an
25275 abstract interface.
25276 (Set_All_Interfaces_DTC_Entity): New subprogram that sets the DTC_Entity
25277 attribute for each primitive operation covering interface subprograms
25278 (Expand_Dispatching_Call, Fill_DT_Entry, Make_DT, Set_All_DT_Position):
25279 These subprograms were upgraded to give support to abstract interfaces
25280
25281 * rtsfind.ads (type RE_Id): Add RE_Descendant_Tag,
25282 RE_Is_Descendant_At_Same_Level, RE_Get_Access_Level, and
25283 RE_Set_Access_Level.
25284 (RE_Unit_Table): Add entries for new Ada.Tags operations.
25285 Add support to call the followig new run-time subprograms:
25286 IW_Membership, Register_Interface_Tag, and Set_Offset_To_Top
25287
25288 * sem_ch3.adb (Constant_Redeclaration): Allow a deferred constant to
25289 match its full declaration when both have an access definition with
25290 statically matching designated subtypes.
25291 (Analyze_Component_Declaration): Delete commented out code that was
25292 incorrectly setting the scope of an anonymous access component's type.
25293 (Process_Discriminants): Set Is_Local_Anonymous_Access for the type of
25294 an access discriminant when the containing type is nonlimited.
25295 (Make_Incomplete_Type_Declaration): Create an incomplete type
25296 declaration for a record type that includes self-referential access
25297 components.
25298 (Check_Anonymous_Access_Types): Before full analysis of a record type
25299 declaration, create anonymous access types for each self-referential
25300 access component.
25301 (Analyze_Component_Declaration, Array_Type_Declaration): Indicate that
25302 an access component in this context is a Local_Anonymous_Access, for
25303 proper accessibility checks.
25304 (Access_Definition): Set properly the scope of the anonymous access type
25305 created for a stand-alone access object.
25306 (Find_Type_Of_Object): An object declaration may be given with an access
25307 definition.
25308 (Complete_Subprograms_Derivation): New subprogram used to complete
25309 type derivation of private tagged types implementing interfaces.
25310 In this case some interface primitives may have been overriden
25311 with the partial-view and, instead of re-calculating them, they
25312 are included in the list of primitive operations of the full-view.
25313 (Build_Derived_Record_Type): Modified to give support to private
25314 types implemening interfaces.
25315 (Access_Definition): Reject ALL on anonymous access types.
25316 (Build_Derived_Record_Type): In the case of Ada 2005, allow a tagged
25317 type derivation to occur at a deeper accessibility level than the
25318 parent type.
25319 For the case of derivation within a generic body however, disallow the
25320 derivation if the derived type has an ancestor that is a formal type
25321 declared in the formal part of an enclosing generic.
25322 (Analyze_Object_Declaration): For protected objects, remove the check
25323 that they cannot contain interrupt handlers if not declared at library
25324 level.
25325 (Add_Interface_Tag_Components): New subprogram to add the tag components
25326 corresponding to all the abstract interface types implemented by a
25327 record type or a derived record type.
25328 (Analyze_Private_Extension_Declaration, Build_Derived_Record_Type,
25329 Derived_Type_Declaration, Find_Type_Name, Inherit_Components,
25330 Process_Full_View, Record_Type_Declaration): Modified to give
25331 support to abstract interface types
25332 (Collect_Interfaces): New subprogram that collects the list of
25333 interfaces that are not already implemented by the ancestors
25334 (Process_Full_View): Set flag Has_Partial_Constrained_View appropriately
25335 when partial view has no discriminants and full view has defaults.
25336 (Constrain_Access): Reject a constraint on a general access type
25337 if the discriminants of the designated type have defaults.
25338 (Access_Subprogram_Declaration): Associate the Itype node with the inner
25339 full-type declaration or subprogram spec. This is required to handle
25340 nested anonymous declarations.
25341 (Analyze_Private_Extension_Declaration, Build_Derived_Record_Type,
25342 Derived_Type_Declaration, Find_Type_Name, Inherit_Components,
25343 Process_Full_View, Record_Type_Declaration): Modified to give
25344 support to abstract interface types
25345 (Derive_Subprograms): Addition of a new formal to indicate if
25346 we are in the case of an abstact-interface derivation
25347 (Find_Type_Of_Subtype_Indic): Moved from the body of the package
25348 to the specification because it is requied to analyze all the
25349 identifiers found in a list of interfaces
25350
25351 * debug.adb: Complete documentation of flag "-gnatdZ"
25352
25353 * exp_ch3.adb: Implement config version of persistent_bss pragma
25354 (Check_Stream_Attributes): Use Stream_Attribute_Available instead of
25355 testing for TSS presence to properly enforce visibility rules.
25356 (Freeze_Record_Type): Code cleanup. Modified to call the subprogram
25357 Make_Abstract_Interfaces_DT to generate the secondary tables
25358 associated with abstract interfaces.
25359 (Build_Init_Procedure): Modified to initialize all the tags
25360 corresponding.
25361 (Component_Needs_Simple_Initialization): Similar to other tags,
25362 interface tags do not need initialization.
25363 (Freeze_Record_Type): Modified to give support to abstract interface
25364 types.
25365 (Expand_N_Object_Declaration): Do not generate an initialization for
25366 a scalar temporary marked as internal.
25367
25368 * exp_ch6.adb (Add_Simple_Call_By_Copy_Code): Handle properly an
25369 in-out parameter that is a component in an initialization procedure,
25370 whose constraint might depend on discriminants, and that may be
25371 misaligned because of packing or representation clauses.
25372 (Is_Legal_Copy): New predicate to determine whether a possibly
25373 misaligned in-out actual can actually be passed by copy/return. This
25374 is an error in case the type is by_reference, and a warning if this is
25375 the consequence of a DEC import pragma on the subprogram.
25376 (Expand_Call, Freeze_Subprogram): Modified to give support to abstract
25377 interface types
25378 (Expand_Inlined_Call): Mark temporary generated for the return value as
25379 internal, so that no useless scalar normalization is generated for it.
25380 (Expand_N_Subprogram_Declaration): Save unanalyzed body so calls to
25381 null procedure can always be inlined.
25382 (Expand_N_Subprogram_Declaration): If this is the declaration of a null
25383 procedure, generate an explicit empty body for it.
25384
25385 * exp_util.ads, exp_util.adb (Find_Interface_ADT): New subprogram.
25386 Given a type implementing an interface, returns the corresponding
25387 access_disp_table value.
25388 (Find_Interface_Tag): New subprogram. Given a type implementing an
25389 interface, returns the record component containing the tag of the
25390 interface.
25391 (Find_Interface_Tag): New overloaded subprogram. Subsidiary to the
25392 previous ones that return the corresponding tag and access_disp_table
25393 entities.
25394 (Is_Predefined_Dispatching_Operation): Determines if a subprogram
25395 is a predefined primitive operation.
25396 (Expand_Subtype_From_Expr): If the expression is a selected component
25397 within an initialization procedure, compute its actual subtype, because
25398 the component may depend on the discriminants of the enclosing record.
25399
25400 * i-cpp.ads, i-cpp.adb:
25401 This package has been left available for compatibility with previous
25402 versions of the frontend. As part of the new layout this is now a
25403 dummy package that uses declarations available at a-tags.ads
25404
25405 * par-ch3.adb (P_Identifier_Declarations): Give an error for use of
25406 "constant access" and "aliased [constant] access" when not compiling
25407 with -gnat05.
25408 Suppress Ada 2005 keyword warning if -gnatwY used
25409 (P_Identifier_Declarations): Add support for object declarations with
25410 access definitions.
25411 (Private_Extension_Declaration): Complete the documentation
25412 (P_Derived_Type_Def_Or_Private_Ext_Decl): Fill the inteface_list
25413 attribute in case of private extension declaration
25414 (P_Type_Declaration): Mark as "abstract" the type declarations
25415 corresponding with protected, synchronized and task interfaces
25416 (P_Declarative_Items): "not" and "overriding" are overriding indicators
25417 for a subprogram or instance declaration.
25418
25419 * sem_ch12.adb (Analyze_Subprogram_Instantiation): Verify that an
25420 instantiation that is a dispatching operation has controlling access
25421 parameters that are null excluding.
25422 Save and restore Ada_Version_Explicit, for implementation of AI-362
25423 (Validate_Derived_Type_Instance): Add check for abstract interface
25424 types.
25425 (Analyze_Formal_Package): Establish Instantiation source for the copy of
25426 the generic that is created to represent the formal package.
25427 (Analyze_Package_Instantiation): Instantiate body immediately if the
25428 package is a predefined unit that contains inlined subprograms, and
25429 we are compiling for a Configurable_Run_Time.
25430 (Instantiate_Formal_Subprogram): Indicate that null default subprogram
25431 If the program has a null default, generate an empty body for it.
25432
25433 * sem_ch6.adb, sem_ch9.adb (Analyze_Subprograms_Declaration): Update
25434 error message condition, null procedures are correctly detected now.
25435 (New_Overloaded_Entity): Bypass trivial overriding indicator check
25436 for subprograms in the context of protected types. Instead, the
25437 indicator is examined in Sem_Ch9 while analysing the subprogram
25438 declaration.
25439 (Check_Overriding_Indicator): Check consistency of overriding indicator
25440 on subprogram stubs as well.
25441 (Analyze_Subprogram_Declaration): Diagnose null procedures declared at
25442 the library level.
25443 (Analize_Subprogram_Specification): When analyzing a subprogram in which
25444 the type of the first formal is a concurrent type, replace this type
25445 by the corresponding record type.
25446 (Analyze_Subprogram_Body): Undo the previous work.
25447 (Analyze_Procedure_Call): If the call has the form Object.Op, the
25448 analysis of the prefix ends up analyzing the call itself, after which
25449 we are done.
25450 (Has_Interface_Formals): New subprogram subsidiary to analyze
25451 subprogram_specification that returns true if some non
25452 class-wide interface subprogram is found
25453 (New_Overloaded_Entity): Modified to give support to abstract
25454 interface types
25455 (Conforming_Types): In Ada 2005 mode, conformance checking of anonymous
25456 access to subprograms must be recursive.
25457 (Is_Unchecked_Conversion): Improve the test that recognizes
25458 instantiations of Unchecked_Conversion, and allows them in bodies that
25459 are to be inlined by the front-end. When the body comes from an
25460 instantiation, a reference to Unchecked_Conversion will be an
25461 Expanded_Name, even though the body has not been analyzed yet.
25462 Replace Is_Overriding and Not_Overriding in subprogram_indication with
25463 Must_Override and Must_Not_Override, to better express intent of AI.
25464 (Analyze_Subprogram_Body): If an overriding indicator is given, check
25465 that it is consistent with the overrinding status of the subprogram
25466 at this point.
25467 (Analyze_Subprogram_Declaration): Indicate that a null procedure is
25468 always inlined.
25469 If the subprogram is a null procedure, indicate that it does not need
25470 a completion.
25471
25472 * sem_disp.adb (Check_Controlling_Type): Give support to entities
25473 available through limited-with clauses.
25474 (Check_Dispatching_Operation): A stub acts like a body, and therefore is
25475 allowed as the last primitive of a tagged type if it has no previous
25476 spec.
25477 (Override_Dispatching_Operation, Check_Dispatching_Operation): Modified
25478 to give support to abstract interface types
25479
25480 * sem_res.adb (Valid_Conversion): Perform an accessibility level check
25481 in the case where the target type is an anonymous access type of an
25482 object or component (that is, when Is_Local_Anonymous_Access is true).
25483 Prevent the special checks for conversions of access discriminants in
25484 the case where the discriminant belongs to a nonlimited type, since
25485 such discriminants have their accessibility level defined in the same
25486 way as a normal component of an anonymous access type.
25487 (Resolve_Allocator): When an allocator's designated type is a class-wide
25488 type, check that the accessibility level of type given in the
25489 allocator's expression or subtype indication is not statically deeper
25490 than the level of the allocator's access type.
25491 (Check_Discriminant_Use): Diagnose discriminant given by an expanded
25492 name in a discriminant constraint of a record component.
25493 (Resolve_Explicit_Dereference): Do not check whether the type is
25494 incomplete when the dereference is a use of an access discriminant in
25495 an initialization procedure.
25496 (Resolve_Type_Conversion): Handle conversions to abstract interface
25497 types.
25498 (Valid_Tagged_Conversion): The conversion of a tagged type to an
25499 abstract interface type is always valid.
25500 (Valid_Conversion): Modified to give support to abstract interface types
25501 (Resolve_Actuals): Enable full error reporting on view conversions
25502 between unrelated by_reference array types.
25503 The rule for view conversions of arrays with aliased components is
25504 weakened in Ada 2005.
25505 Call to obsolescent subprogram is now considered to be a violation of
25506 pragma Restrictions (No_Obsolescent_Features).
25507 (Check_Direct_Boolean_Operator): If the boolean operation has been
25508 constant-folded, there is nothing to check.
25509 (Resolve_Comparison_Op, Resolve_Equality_Op, Resolve_Boolean_Op): Defer
25510 check on possible violation of restriction No_Direct_Boolean_Operators
25511 until after expansion of operands, to prevent spurious errors when
25512 operation is constant-folded.
25513
25514 * sem_type.ads, sem_type.adb (Covers, Intersect_Types, Specific_Type,
25515 Has_Compatible_Type): Modified to give support to abstract interface
25516 types.
25517 (Interface_Present_In_Ancestor): New function to theck if some ancestor
25518 of a given type implements a given interface
25519
25520 * sem_ch4.adb (Analyze_Call): Handle properly an indirect call whose
25521 prefix is a parameterless function that returns an access_to_procedure.
25522 (Transform_Object_Operation): Handle properly function calls of the
25523 form Obj.Op (X), which prior to analysis appear as indexed components.
25524 (Analyze_One_Call): Complete the error notification to help new Ada
25525 2005 users.
25526 (Analyze_Allocator): For an allocator without an initial value, where
25527 the designated type has a constrained partial view, a discriminant
25528 constraint is illegal.
25529
25530 2005-06-14 Robert Dewar <dewar@adacore.com>
25531
25532 * a-textio.adb (Set_Col): Fix two errors noticed recently, having to
25533 do with treatment of Set_Col when positioned at end of line character.
25534
25535 2005-06-14 Robert Dewar <dewar@adacore.com>
25536
25537 * atree.adb: (Elist*): Protect against uninitialized field
25538
25539 2005-06-14 Ed Schonberg <schonberg@adacore.com>
25540
25541 * checks.adb (Install_Null_Excluding_Check): Do not generate checks
25542 for an attribute reference that returns an access type.
25543 (Apply_Discriminant_Check): No need for check if (designated) type has
25544 constrained partial view.
25545
25546 (Apply_Float_Conversion_Check): Generate a short-circuit expression for
25547 both bound checks, rather than a conjunction.
25548 (Insert_Valid_Check): If the expression is an actual that is an indexed
25549 component of a bit-packed array, force expansion of the packed element
25550 reference, because it is specifically inhibited elsewhere.
25551
25552 2005-06-14 Vincent Celier <celier@adacore.com>
25553
25554 * clean.adb (Clean_Project): Correctly delete executable specified as
25555 absolute path names.
25556
25557 * make.adb (Gnatmake): Allow relative executable path names with
25558 directory information even when project files are used.
25559 (Change_To_Object_Directory): Fail gracefully when unable to change
25560 current working directory to object directory of a project.
25561 (Gnatmake): Remove exception handler that could no longer be exercized
25562 (Compile_Sources.Compile): Use deep copies of arguments, as some of them
25563 may be deallocated by Normalize_Arguments.
25564 (Collect_Arguments): Eliminate empty arguments
25565
25566 * gnatcmd.adb (All_Projects): New Boolean flag, initialized to False,
25567 and set to True when -U is used for GNAT PRETTY or GNAT METRIC.
25568 (Check_Project): Return False when Project is No_Project. Return True
25569 when All_Projects is True.
25570 (GNATCmd): Recognize switch -U for GNAT PRETTY and GNAT METRIC and set
25571 All_Projects to True.
25572 Minor reformatting
25573
25574 2005-06-14 Ed Schonberg <schonberg@adacore.com>
25575 Javier Miranda <miranda@adacore.com>
25576 Thomas Quinot <quinot@adacore.com>
25577 Robert Dewar <dewar@adacore.com>
25578 Hristian Kirtchev <kirtchev@adacore.com>
25579 Gary Dismukes <dismukes@adacore.com>
25580
25581 * einfo.ads, einfo.adb (Is_Local_Anonymous_Access): New flag on
25582 anonymous access types, to indicate that the accessibility level of
25583 the type is determined by that of the enclosing declaration.
25584 (Has_Persistent_BSS): New flag
25585 (Set_Is_Primitive_Wrapper): Upgrade the barrier to allow the usage
25586 of this attribute with functions.
25587 (Is_Primitive_Wrapper): Remove the barrier.
25588 (Has_Specified_Stream_Input, Has_Specified_Stream_Output,
25589 Has_Specified_Stream_Read, Has_Specified_Stream_Write):
25590 New subprograms.
25591 (Set_Has_Specified_Stream_Input, Set_Has_Specified_Stream_Output,
25592 Set_Has_Specified_Stream_Read, Set_Has_Specified_Stream_Write):
25593 New subprograms.
25594 (Is_Pure_Unit_Access_Type): New flag
25595 (Abstract_Interfaces): Complete the assertion to cover all usages.
25596 (Set_Is_Interface): Complete the assertion to cover all usages.
25597 (Is_Primitive_Wrapper): New attribute.
25598 (Is_Obsolescent): Now applies to all entities (though it is only set
25599 for subprograms currently)
25600 New flag: Has_Constrained_Partial_View, to implemente Ada 2005 AI-363,
25601 which solves various problems concerning access subtypes.
25602 (Has_Persistent_BSS): New flag
25603 (Is_Primitive_Wrapper, Set_Primitive_Wrapper): Code cleanup.
25604 Remove these subprograms because this attribute is currently
25605 not used.
25606 New entity flags:
25607 Has_Specified_Stream_Input (Flag190)
25608 Has_Specified_Stream_Output (Flag191)
25609 Has_Specified_Stream_Read (Flag192)
25610 Has_Specified_Stream_Write (Flag193)
25611 Present in all type and subtype entities. Set for a given view if the
25612 corresponding stream-oriented attribute has been defined by an
25613 attribute definition clause. When such a clause occurs, a TSS is set
25614 on the underlying full view; the flags are used to track visibility of
25615 the attribute definition clause for partial or incomplete views.
25616 (Is_Pure_Unit_Access_Type): New flag
25617 Clarify use of Is_Internal.
25618 (Is_Primitive_Wrapper): New attribute present in primitive subprograms
25619 internally generated to wrap the invocation of tasks and protected
25620 types that implement interfaces.
25621 (Implementation_Base_Type): Documentation correction
25622 (Is_Obsolescent): Now applies to all entities (though it is only set
25623 for subprograms currently)
25624 New flag: Has_Constrained_Partial_View, to implement Ada 2005 AI-363,
25625 which solves various problems concerning access subtypes.
25626
25627 * exp_ch9.adb (Type_Conformant_Parameters): Introduce mode conformance
25628 for examined parameters. Identify unequal parameter list lengths as
25629 non-conformant parameters.
25630 (Overriding_Possible): Do not check for "All" qualifier in declaration
25631 of controlling access parameter, following prescription of AI-404.
25632 (Build_Entry_Wrapper_Spec, Build_Entry_Wrapper_Body): New subprograms
25633 that build the procedure body that wraps an entry invocation
25634 (Build_Corresponding_Record, Build_Protected_Sub_Specification,
25635 Expand_N_Protected_Body, Expand_N_Protected_Type_Declaration,
25636 Expand_N_Task_Body, Expand_N_Task_Type_Declaration): Modified to
25637 give support to abstract interface types
25638
25639 * freeze.adb (Freeze_Entity): Issue error message if
25640 Is_Pure_Unit_Access_Type set, unless we are in Ada 2005 mode and the
25641 type has no storage pool (Ada 2005) AI-366.
25642 Also modified to give support to abstract interface types
25643 (Freeze_Subprogram): Issue an error for a dispatching subprogram with an
25644 Inline_Always pragma.
25645
25646 * par-ch9.adb (P_Task_Items): Reserved words "not" or "overriding" may
25647 now begin an entry declaration.
25648 (P_Entry_Or_Subprogram_With_Indicator): New procedure in
25649 P_Protected_Operation_Declaration_Opt. Parse an entry declaration or
25650 a subprogram declaration preceded by an overriding indicator.
25651 (P_Protected_Operation_Declaration_Opt): Add case for parsing entry
25652 declarations or subprogram declarations preceded by reserved words
25653 "not" or "overriding".
25654 (P_Entry_Declaration): Update comment. Parse and check overriding
25655 indicator, set semantic flags of entry declarations.
25656 (P_Task): New error message in case of private applied
25657 to a task type declaration.
25658 (P_Protected): New error message in case of private applied
25659 to a task type declaration.
25660
25661 * sem_ch7.adb (Preserve_Full_Attributes): Modified to handle the case
25662 in which the full view of a type implementing an interface is a
25663 concurrent type.
25664 (Has_Overriding_Pragma): Remove obsolete implementation of AI-218.
25665 Declare_Inherited_Private_Subprograms): If an explicit operation
25666 overrides an operation that is inherited in the private part, mark the
25667 explicit one as overriding, to enable overriding indicator checks.
25668 (Preserve_Full_Attributes): Propagate Is_Unchecked_Union attribute from
25669 full view to partial view, to simplify handling in back-end.
25670
25671 * sprint.adb: Print interface lists where needed: derived types,
25672 protected types, task types.
25673 output "is null" for null procedures. Part of implementation of
25674
25675 * sem_cat.adb (Validate_Access_Type_Declaration): Implement AI-366
25676 relaxation of rules for access types in pure, shared passive partitions.
25677
25678 * exp_strm.adb (Build_Mutable_Record_Read_Procedure): Reorganize to
25679 first read discriminants into temporary objects, performing checks on
25680 the read values, then possibly performing discriminant checks on the
25681 actual (if it is constrained), and only finally reading the components
25682 into a constrained temporary object.
25683 (Build_Elementary_Input_Call): Adjust the specific circuitry for the
25684 case of reading discriminants of a mutable record type to recognize
25685 the new form of the code generated by
25686 Build_Mutable_Record_Read_Procedure.
25687
25688 * exp_tss.ads, exp_tss.adb (Make_Init_Proc_Name): Reimplement in terms
25689 of a simple call to Make_TSS_Name.
25690 (Make_TSS_Name_Local): Add the TSS name as the last thing in the name
25691 buffer, in order for Is_TSS to work correctly on local TSS names.
25692
25693 * sem_attr.ads, sem_attr.adb (Resolve_Attribute, case 'Access): Use flag
25694 Is_Local_Anonymous_Access to check legaliy of attributes in the
25695 context of access components and stand-alone access objects.
25696 (Stream_Attribute_Available): In Ada 95 mode, a stream attribute is
25697 treated as available for a limited private type if there is an
25698 attribute_definition_clause that applies to its full view, but not in
25699 other cases where the attribute is available for the full view
25700 (specifically, the sole fact that the full view is non-limited does not
25701 make the attribute available for the partial view).
25702 (Build_Access_Subprogram_Type): Diagnose attempt to apply 'access to a
25703 non-overloaded intrinsic subprogram.
25704 (Check_Stream_Attribute): Reject an attribute reference for an
25705 unavailable stream attribute even if the prefix is not a limited type
25706 (case of a 'Input attribute reference for an abstract, non-classwide
25707 type)
25708 (Stream_Attribute_Available): New function to determine whether a stream
25709 attribute is available at a place.
25710 (Check_Attribute): Use Stream_Attribute_Available instead of just
25711 testing for TSS presence on the implementation base type.
25712 (Analyze_Attribute): Modified to give support to task interfaces.
25713 (Analyze_Access_Attribute): Add error check for use of an Access (or
25714 Unrestricted_Access) attribute with a subprogram marked as
25715 Inline_Always.
25716 (Analyze_Attribute, case Attribute_Address): Add error check for use of
25717 an Address attribute with a subprogram marked as Inline_Always.
25718 Update Eval_Attribute to handle new value of Width from AI-395
25719
25720 * sem_ch13.adb (Analyze_Stream_TSS_Definition): New subprogram.
25721 (Analyze_Attribute_Definition_Clause, cases Input, Output, Read, Write):
25722 Factor common code across the stream-oriented attribute circcuits into
25723 a new subprogram, Analyze_Stream_TSS_Definition. The new uniform
25724 processing is functionally identical to the previous duplicated one,
25725 except that an expression that denotes an abstract subprogram will now
25726 be rejected, as mandated by AI-195 item 5.
25727
25728 * sem_util.ads, sem_util.adb (Type_Access_Level): Use flag
25729 Is_Local_Anonymous_Access to apply accessibility checks to access
25730 components and stand-alone access objects.
25731 (Has_Discriminant_Dependent_Constraint): Moved to spec for use
25732 elsewhere.
25733 (Is_Potentially_Persistent_Type): New function
25734 (Is_Dependent_Component_Of_Mutable_Object): If the enclosing object is
25735 a heap-object whose type has a constrained partial view, the object is
25736 unconstrained and the component may depend on a discriminant, making its
25737 renaming illegal.
25738
25739 * sinfo.ads, sinfo.adb
25740 (Must_Not_Override): Flag applicable to N_Entry_Declaration.
25741 (Must_Override): Flag applicable to N_Entry_Declaration.
25742 Indicate that interface_list can appear in single task and single
25743 protected declarations.
25744 Replace Is_Overriding and Not_Overriding with Must_Override and
25745 Must_Not_Override, to better express intent of AI.
25746 Is_Overriding, Not_Overriding: Ada2005 flags that indicate the presence
25747 of an overriding indicator in a subprogram or instance.
25748 Ada 2005 (AI-248) Null_Present can appear in a procedure specification.
25749 Add the overriding indicator [[not] overriding] construct to the
25750 following grammar productions:
25751 ENTRY_DECLARATION
25752 GENERIC_INSTANTIATION
25753 SUBPROGRAM_SPECIFICATION
25754
25755 * par-ch10.adb (P_Compilation_Unit): Subprogram declaration or body
25756 can start with an overriding indicator.
25757
25758 * par-ch6.adb (P_Subprogram): Recognize overriding indicator, and set
25759 flags accordingly on subrogram specifications or instances.
25760
25761 * sem_ch8.adb:
25762 (Analyze_Subprogram_Renaming): For a renaming_as_body, verify that the
25763 overriding_indicator, if present, is consistent with status of spec.
25764 Improve error message for null-excluding checks on controlling access
25765 parameters.
25766 (Check_In_Previous_With_Clause): Protect the frontend against
25767 previously reported critical errors in the context clauses.
25768 Save and restore Ada_Version_Explicit, for implementation of AI-362
25769 (Analyze_Subprogram_Renaming): If the new entity is a dispatching
25770 operation verify that controlling formals of the renamed entity that
25771 are access parameters are explicitly non-null.
25772 (Find_Expanded_Name): Improve error message when prefix is an illegal
25773 reference to a private child unit.
25774
25775 * exp_imgv.adb, s-imgwch.ads, s-imgwch.adb, s-valwch.adb,
25776 s-valwch.ads, s-widwch.adb, s-widwch.ads, s-wwdcha.adb, s-wwdwch.adb:
25777 Rewrite to correspond to new wide character names in AI-395
25778
25779 * par-ch12.adb (P_Formal_Subprogram_Declaration): Recognize null
25780 default procedures.
25781
25782 2005-06-14 Ed Schonberg <schonberg@adacore.com>
25783 Robert Dewar <dewar@adacore.com>
25784
25785 * errout.ads, errout.adb (Error_Msg_NW): Only emit warning on user
25786 code, not on the bodies of predefined operations, to cut down on
25787 spurious noise.
25788
25789 2005-06-14 Ed Schonberg <schonberg@adacore.com>
25790
25791 * exp_aggr.adb (Aggr_Size_OK): An array with no components can always
25792 be expanded in place. The size computation does not require a
25793 subtraction, which would raise an exception on a compiler built with
25794 assertions when the upper bound is Integer'first.
25795 (Flatten): For an array of composite components, take into account the
25796 size of the components to determine whether it is safe to expand the
25797 array into a purely positional representation.
25798
25799 2005-06-14 Thomas Quinot <quinot@adacore.com>
25800
25801 * exp_ch2.adb (Param_Entity): Take the case of an expanded_name
25802 denoting a formal parameter into account.
25803
25804 2005-06-14 Ed Schonberg <schonberg@adacore.com>
25805
25806 * exp_ch7.adb (Find_Node_To_Be_Wrapped): If the node appears within
25807 the entry_call alternative of a conditional entry call, wrap the
25808 conditional entry call itself.
25809
25810 2005-06-14 Nicolas Setton <setton@adacore.com>
25811 Ed Schonberg <schonberg@adacore.com>
25812
25813 * exp_dbug.ads, exp_dbug.adb (Get_Variant_Part): Fix the encoding of
25814 the "simple_choice" member in a variant record, in accordance with the
25815 description in the package spec: the information output for a constant
25816 should be "S number", not "SS number".
25817 (Get_Encoded_Name): Return at once if not generating code. Avoids name
25818 overflow problem when compiling with -gnatct, for ASIS/gnatmetrics.
25819
25820 2005-06-14 Thomas Quinot <quinot@adacore.com>
25821
25822 * exp_dist.adb (Add_RACW_Primitive_Declarations_And_Bodies): For an
25823 RACW without any primitives, do not generate the if statement for
25824 dispatching by name in the PolyORB/DSA case, as it would be malformed
25825 (it would have an Elsif_Parts list that is not No_List, but with a
25826 length of 0).
25827
25828 2005-06-14 Robert Dewar <dewar@adacore.com>
25829
25830 * exp_intr.adb, par-ch5.adb: Minor fix to error message text
25831
25832 2005-06-14 Jose Ruiz <ruiz@adacore.com>
25833
25834 * fe.h: Add entry for Opt.Exception_Locations_Suppressed so that gigi
25835 can determine whether pragma Suppress_Exception_Locations is in effect.
25836
25837 * utils2.c (build_call_raise): Do not pass the file name to the
25838 exception handler if pragma Suppress_Exception_Locations is in effect.
25839 (build_allocator): Add and process arg IGNORE_INIT_TYPE.
25840
25841 2005-06-14 Emmanuel Briot <briot@adacore.com>
25842
25843 * g-debpoo.adb (Deallocate, Dereference): Improve output.
25844
25845 2005-06-14 Nicolas Roche <roche@adacore.com>
25846
25847 * g-diopit.adb (Wildcard_Iterator): Return directly if Path is equal
25848 to ""
25849 (Next_Level): Fix minor bug in handling of ../dir case
25850 (Read): Add dir separator to Directory name so that "" is understood as
25851 "/"
25852
25853 2005-06-14 Pascal Obry <obry@adacore.com>
25854
25855 * g-dynhta.ads, g-dynhta.adb (Reset): Free the table itself after
25856 releasing the items.
25857
25858 2005-06-14 Vincent Celier <celier@adacore.com>
25859 Cyrille Comar <comar@adacore.com>
25860
25861 * g-os_lib.ads, g-os_lib.adb (Non_Blocking_Spawn): Two new versions
25862 with output file descriptor and with output file name.
25863 (Dup, Dup2): Now global procedures as they are used by two subprograms
25864 (Copy): Allocate the 200K buffer on the heap rather than on the stack.
25865
25866 2005-06-14 Thomas Quinot <quinot@adacore.com>
25867
25868 PR ada/6717
25869 * g-socket.ads, g-socket.adb (Inet_Addr): Special case the all-ones
25870 broadcast address.
25871 (Create_Selector): Bind listening socket used to create the signalling
25872 socket pair to 127.0.0.1 to limit the scope for 'theft' of connection.
25873 Set listen backlog to 1 to ensure that we detect socket theft by a
25874 failure of our own connect(2) call.
25875 (Check_Selector): Improve documentation of the selector mechanism.
25876 (Broadcast_Inet_Addr): New constant.
25877
25878 2005-06-14 Gary Dismukes <dismukes@adacore.com>
25879
25880 * layout.adb (Discrimify): Remove resetting of Vtype to the underlying
25881 type which turns out to be an incomplete and incorrect fix.
25882 (Layout_Array_Type): Use Underlying_Type when checking whether the scope
25883 of the type is declared in a record (for determination of insertion
25884 type).
25885 (SO_Ref_From_Expr): Test whether Vtype denotes a partial or full view of
25886 a private type and ensure that the primary entity is used for the type
25887 of the newly created function's V formal by taking the Etype of the
25888 view.
25889
25890 2005-06-14 Javier Miranda <miranda@adacore.com>
25891 Jose Ruiz <ruiz@adacore.com>
25892 Robert Dewar <dewar@adacore.com>
25893 Ed Schonberg <schonberg@adacore.com>
25894
25895 * lib-load.ads, lib-load.adb (Load_Unit): Addition of a new parameter
25896 that indicates if we are parsing a compilation unit found in a
25897 limited-with clause.
25898 It is use to avoid the circularity check.
25899
25900 * par.ads, par.adb (Par): Addition of a new parameter to indicate if
25901 we are parsing a compilation unit found in a limited-with clause. This
25902 is use to avoid the circularity check.
25903
25904 * par-load.adb (Load): Indicate Lib.Load_Unit if we are loading the
25905 unit as a consequence of parsing a limited-with clause. This is used
25906 to avoid the circularity check.
25907
25908 * sem_ch10.adb: Suppress Ada 2005 unit warning if -gnatwY used
25909 (Analyze_Context): Limited-with clauses are now allowed
25910 in more compilation units.
25911 (Analyze_Subunit_Context, Check_Parent): Protect the frontend
25912 againts previously reported critical errors in context clauses
25913 (Install_Limited_Withed_Unit): Code cleanup plus static detection
25914 of two further errors: renamed subprograms and renamed packages
25915 are not allowed in limited with clauses.
25916 (Install_Siblings): Do not install private_with_clauses on the package
25917 declaration for a non-private child unit.
25918 (Re_Install_Parents): When a parent of the subunit is reinstalled,
25919 reset visibility of child units properly.
25920 (Install_Withed_Unit): When a child unit appears in a with_clause of its
25921 parent, it is immediately visible.
25922
25923 2005-06-14 Ed Schonberg <schonberg@adacore.com>
25924 Emmanuel Briot <briot@adacore.com>
25925
25926 * lib-xref.ads, lib-xref.adb (Generate_Definition): Treat any entity
25927 declared within an inlined body as referenced, to prevent spurious
25928 warnings.
25929 (Output_One_Ref): If an entity renames an array component, indicate in
25930 the ALI file that this aliases (renames) the array. Capture as well
25931 function renamings that rename predefined operations.
25932 Add information about generic parent for package and subprogram
25933 instances.
25934 (Get_Type_Reference): For a subtype that is the renaming of an actual in
25935 an instantiation, use the first_subtype to ensure that we don't generate
25936 cross-reference information for internal types.
25937 For objects and parameters of a generic private type, retain the '*'
25938 indicator to distinguish such an entity from its type.
25939
25940 * ali.ads (Xref_Entity_Record): New fields Iref_File_Num and Iref_Line,
25941 to store information about instantiated entities.
25942
25943 * ali.adb (Scan_ALI): Add support for parsing the reference to the
25944 generic parent
25945
25946 * xref_lib.adb (Skip_To_Matching_Closing_Bracket): New subprogram
25947 (Parse_Identifier_Info, Parse_Token): Add support for the generic parent
25948 information.
25949
25950 2005-06-10 Doug Rupp <rupp@adacore.com>
25951 Arnaud Charlet <charlet@adacore.com>
25952 Olivier Hainque <hainque@adacore.com>
25953 Jose Ruiz <ruiz@adacore.com>
25954
25955 * Make-lang.in: Add initialize.o when needed.
25956 Remove obsolete references to RT_FLAGS.
25957 Add missing dependencies for sdefault.o
25958
25959 * initialize.c: New file.
25960
25961 * init.c [VMS] Declare ADA$ externs weak to fix build problem in IVMS.
25962 [VMS] cond_signal_table: Fix problem in declaration.
25963 [VMS] __gnat_error_handler: rewrite.
25964 Move all __gnat_initialize() routines to initialize.c
25965 Specialize the former "hpux" section to "hppa hpux", as this is what the
25966 section really is here for and we now have other hpux ports that need
25967 different contents.
25968 (__gnat_adjust_context_for_raise) i386-linux: First version of this
25969 function for this target. Adjust PC by one in the machine context. This
25970 adjustment was previously done in the MD_FALLBACK_FRAME_STATE_FOR, but
25971 it is more reliable to do that in the signal handler itself.
25972 (__gnat_install_handler) i386-linux: Set SA_SIGINFO in the sigaction
25973 flags, so that the handler is passed the context structure to adjust
25974 prior to the raise.
25975 (__gnat_error_handler) i386-linux: Adjust the signature to match what a
25976 SA_SIGINFO sigaction should look like. Call
25977 __gnat_adjust_context_for_raise before actually raising. Cleanup unused
25978 Machine_State_Operations stuff.
25979 Add conditional code so that the x86_64 is also supported.
25980
25981 2005-06-14 Pascal Obry <obry@adacore.com>
25982
25983 * mdll.adb (Get_Dll_Name): New routine that returns the DLL name given
25984 the library name.
25985
25986 2005-06-14 Robert Dewar <dewar@adacore.com>
25987
25988 * opt.ads, opt.adb: New flags for persistent_bss mode
25989 Add Ada_Version_Explicit, for implementation of AI-362
25990 Add Assertions_Enabled_Config and associated handling
25991 Needed since setting can be changed with Assertion_Policy pragma
25992 Add new flag Warn_On_Ada_2005_Compatibility
25993
25994 * switch-c.adb: Recognize -gnatwy/Y
25995 Set Ada_Version_Explicit, for implementation of AI-362
25996 The -gnatg switch now includes -gnatyu
25997
25998 * usage.adb: Add -gnatwy/Y
25999 Remove wrong asterisk on -gnatwX line
26000 Add line for -gnatyu switch
26001
26002 2005-06-14 Vincent Celier <celier@adacore.com>
26003
26004 * osint.adb (Add_Default_Search_Dirs): Put source and object
26005 directories of project files before directories coming from
26006 ADA_INCLUDE_PATH and ADA_OBJECTS_PATH.
26007
26008 2005-06-14 Robert Dewar <dewar@adacore.com>
26009
26010 PR ada/15613
26011 * par-ch2.adb (Scan_Pragma_Argument): New procedure
26012 (P_Pragma): Implement RM 2.8(4) check for no pos args after named args
26013
26014 2005-06-14 Vincent Celier <celier@adacore.com>
26015
26016 * prep.adb (Preprocess): Ignore error when scanning the first token of
26017 a line.
26018
26019 2005-06-14 Vincent Celier <celier@adacore.com>
26020
26021 * prj-nmsc.adb (Suffix_For): Change default suffix for C++ to ".cpp"
26022 (Check_Stand_Alone_Library): If the specified reference symbol file does
26023 not exist, only issue a warning when the symbol policy is not
26024 Controlled. And, when symbol policy is Compliant, set the symbol
26025 policy to Autonomous.
26026
26027 2005-06-14 Vincent Celier <celier@adacore.com>
26028
26029 * prj-part.adb (Pre_Parse_Context_Clause): Call Set_Is_Not_Last_In_List
26030 when the project file in a with clause is not the last one, that is the
26031 project file name is followed by a comma.
26032 * prj-pp.adb: (First_With_In_List): New Boolean global variable
26033 (Print): Issue list of project files separated by commas in with clauses
26034 according to the values returned by Is_Not_Last_In_List.
26035 * prj-tree.ads, prj-tree.adb: (Is_Not_Last_In_List): New function
26036 (Set_Is_Not_Last_In_List): New procedure
26037
26038 2005-06-14 Eric Botcazou <ebotcazou@adacore.com>
26039
26040 * s-atacco.ads: Put a pragma No_Strict_Aliasing on Object_Pointer.
26041
26042 2005-06-14 Robert Dewar <dewar@adacore.com>
26043
26044 * scng.adb: Add call to new Check_EOF routine
26045 (Accumulate_Checksum): Properly handle wide wide char >= 2 ** 24
26046 Add some comments regarding wide character handling
26047
26048 * style.ads, styleg.ads, styleg.adb: Implement new style switch -gnatyu
26049
26050 * stylesw.ads, stylesw.adb: Implement new style switch -gnatyu
26051
26052 * g-utf_32.ads, g-utf_32.adb (Is_UTF_32_Non_Graphic): Other_Format
26053 characters are now considered graphic characters and hence yield false
26054 in this call.
26055
26056 * nmake.adt: Modify header so that xnmake does not generate output
26057 files with multiple blank lines.
26058
26059 * treeprs.adt: Remove a blank line so that output from xtreeprs does
26060 not have an extra blank line
26061
26062 2005-06-14 Gary Dismukes <dismukes@adacore.com>
26063
26064 * sem_aggr.adb (Aggregate_Constraint_Checks): Apply a conversion to the
26065 expression when the component type is an anonymous access type to
26066 ensure that appropriate accessibility checks are done.
26067
26068 * sem_ch5.adb (Analyze_Assignment): Apply a implicit conversion to the
26069 expression of an assignment when the target object is of an anonymous
26070 access type. This ensures that required accessibility checks are done.
26071 (One_Bound): Move the check for type Universal_Integer to
26072 Process_Bounds.
26073 (Process_Bounds): Check whether the type of the preanalyzed range is
26074 Universal_Integer, and in that case set Typ to Integer_Type prior
26075 to setting the type of the original range and the calls to One_Bound.
26076
26077 2005-06-14 Ed Schonberg <schonberg@adacore.com>
26078
26079 * sem_case.adb (Expand_Others_Choice): Improve warning.
26080
26081 2005-06-14 Ed Schonberg <schonberg@adacore.com>
26082
26083 * sem_eval.adb (Subtypes_Statically_Match): Use discriminant
26084 constraint of full view if present, when other type is discriminated.
26085 (Eval_Relational_Op): Recognize tests of pointer values against Null,
26086 when the pointer is known to be non-null, and emit appropriate warning.
26087
26088 2005-06-14 Robert Dewar <dewar@adacore.com>
26089 Ed Schonberg <schonberg@adacore.com>
26090
26091 PR ada/10671
26092 * sem_prag.adb: Implement pragma Persistent_BSS
26093 Remove obsolete pragma Persistent_Data, Persistent_Object
26094 Set Ada_Version_Explicit, for implementation of AI-362
26095 Test Ada_Version_Explicit for Preelaborate_05 and Pure_05
26096 Add processing for pragma Pure_05 and Preelaborate_05
26097 Add processing for Assertion_Policy pragma
26098 Add pragma identifiers for Assert
26099 (Analyze_Pragma, case Assert): Check number of arguments
26100 (Process_Inline): Additional guard against an illegal program, where the
26101 argument of the pragma is undefined, and warnings on redundant
26102 constructs are enabled.
26103 (Analyze_Pragma, case Obsolescent): Allow an optional second argument
26104 Ada_05 to this pragma, specifying that the pragma is only active in
26105 Ada_05 mode.
26106 (Check_Arg_Order): New procedure
26107 Add appropriate calls to this procedure throughout
26108 Also throughout, check entity name before doing any other checks
26109
26110 * snames.h snames.ads, snames.adb: Add pragma Persistent_BSS
26111 Remove obsolete pragma Persistent_Data, Persistent_Object
26112 Add entries for pragma Pure_05 and Preelaborate_05
26113 Add entries for Assertion_Policy pragma and associated names
26114 Add some names for pragma argument processing
26115
26116 * tbuild.ads, tbuild.adb: (Make_Linker_Section_Pragma): New function
26117
26118 2005-06-14 Ed Schonberg <schonberg@adacore.com>
26119
26120 * sem_warn.adb (Warn_On_Known_Condition): If the constant expression
26121 appears within a negation (either from source or as a rewriting of
26122 inequality) adjust text of warning accordingly.
26123
26124 2005-06-14 Thomas Quinot <quinot@adacore.com>
26125
26126 * s-strxdr.adb: Follow AI95-00132
26127
26128 2005-06-14 Arnaud Charlet <charlet@adacore.com>
26129
26130 * s-tasren.adb (Exceptional_Complete_Rendezvous): Fix race condition.
26131
26132 2005-06-14 Arnaud Charlet <charlet@adacore.com>
26133 Jose Ruiz <ruiz@adacore.com>
26134
26135 * s-tposen.adb, s-tpobop.adb
26136 (Exceptional_Complete_Rendezvous): Save the occurrence and not only
26137 the exception id.
26138 (PO_Do_Or_Queue): Before queuing a task on an entry queue we check that
26139 there is no violation of the Max_Entry_Queue_Length restriction (if it
26140 has been set); Program_Error is raised otherwise.
26141 (Requeue_Call): Before requeuing the task on the target entry queue we
26142 check that there is no violation of the Max_Entry_Queue_Length
26143 restriction (if it has been set); Program_Error is raised otherwise.
26144
26145 2005-06-14 Robert Dewar <dewar@adacore.com>
26146
26147 * styleg.adb: Fix several remaining problems in -gnatyu switch
26148 Blank line count not reset at start
26149 Scanning outside source buffer in some cases
26150 Confusing message for blanks at end of file
26151 Non-empty blank lines not recognized
26152
26153 * nmake.adt: Modify header so that xnmake does not generate output
26154 files with multiple blank lines.
26155
26156 * treeprs.adt: Remove a blank line so that output from xtreeprs does
26157 not have an extra blank line
26158
26159 2005-06-14 Sergey Rybin <rybin@adacore.com>
26160
26161 * styleg-c.adb (Body_With_No_Spec): Remove ':' from warning message.
26162
26163 2005-06-14 Doug Rupp <rupp@adacore.com>
26164 Vincent Celier <celier@adacore.com>
26165
26166 * vms_conv.ads, vms_conv.adb: Remove "Library" command.
26167 Update copyright.
26168
26169 * vms_data.ads: Add entry for -gnaty/Y [NO]ADA_2005_COMPATIBILITY
26170 Remove "Library" command.
26171 Change keyword for style check -gnatyd from NOCRLF to
26172 DOS_LINE_ENDINGS.
26173 Remove useless second style check keyword NONE
26174 Remove help documentation for inexistent style check keyword
26175 RM_COLUMN_LAYOUT.
26176 Add help documentation for style check keywords DOS_LINE_ENDINGS,
26177 UNNECESSARY_BLANK_LINES and XTRA_PARENS
26178 Add UNNECESSARY_BLANK_LINES for -gnatyu
26179 Add qualifiers /ALL_PROJECTS (-U) for GNAT PRETTY and GNAT METRIC
26180
26181 * ug_words: Add entry for -gnaty/Y [NO]ADA_2005_COMPATIBILITY
26182
26183 2005-06-14 Vincent Celier <celier@adacore.com>
26184
26185 * makegpr.adb (Compile_Link_With_Gnatmake): Invoke gnatmake with -d if
26186 gprmake was invoked with -d.
26187 (Compile_Sources): If -d was used, output the "completed ..." message
26188 for each compilation.
26189 (Scan_Arg): Recognize new switch -d
26190 When -c and at least one main is specified, set
26191 Unique_Compile to True to guarantee that no other sources will be
26192 compiled.
26193
26194 2005-06-14 Matthew Heaney <heaney@adacore.com>
26195
26196 * a-swunha.ads, a-swunha.adb: Removed. Replaced by a-swuwha.ad[sb]
26197 * a-swuwha.ads, a-swuwha.adb: New files
26198
26199 * a-szunha.ads, a-szunha.adb: Removed, replaced by a-szuzha.ad[sb]
26200 * a-szuzha.ads, a-szuzha.adb: New files.
26201
26202 * a-rbtgso.adb, a-crbtgo.ads, a-crbtgo.adb, a-crbtgk.ads,
26203 a-crbtgk.adb, a-crbltr.ads, a-coorse.ads, a-coorse.adb, a-convec.ads,
26204 a-convec.adb, a-coinve.ads, a-coinve.adb, a-cohata.ads, a-cohama.ads,
26205 a-cohama.adb, a-ciorse.ads, a-ciorse.adb, a-cihama.ads, a-cihama.adb,
26206 a-cidlli.ads, a-cidlli.adb, a-chtgop.ads, a-chtgop.adb, a-cdlili.ads,
26207 a-cdlili.adb, a-coormu.adb, a-ciormu.adb, a-cihase.adb, a-cohase.adb,
26208 a-cohase.ads, a-ciorma.ads, a-coorma.ads, a-ciormu.ads, a-coormu.ads,
26209 a-swunha.adb, a-stunha.adb, a-ciorma.adb, a-coorma.adb, a-shcain.ads,
26210 a-shcain.adb, a-chtgke.ads, a-chtgke.adb, a-stwiha.ads, a-stwiha.adb,
26211 a-strhas.adb, a-stzhas.adb: synchronized to the latest version of the
26212 Ada 2005 RM.
26213
26214 2005-06-10 Eric Botcazou <ebotcazou@adacore.com>
26215 Olivier Hainque <hainque@adacore.com>
26216 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
26217 Pascal Obry <obry@adacore.com>
26218
26219 * gigi.h: (build_allocator): Add arg IGNORE_INIT_TYPE.
26220
26221 * trans.c (call_to_gnu): Issue a warning for users of Starlet when
26222 making a temporary around a procedure call because of non-addressable
26223 actual parameter.
26224 (process_freeze_entity): If entity is a private type, capture size
26225 information that may have been computed for the full view.
26226 (tree_transform, case N_Allocator): If have initializing expression,
26227 check type for Has_Constrained_Partial_View and pass that to
26228 build_allocator.
26229 (tree_transform, case N_Return_Statement): Pass extra arg to
26230 build_allocator.
26231
26232 * decl.c (annotate_value): Remove early return if -gnatR is not
26233 specified.
26234 (gnat_to_gnu_field): Don't make a packable type for a component clause
26235 if the position is byte aligned, the field is aliased, and the clause
26236 size isn't a multiple of the packable alignment. It serves no useful
26237 purpose packing-wise and would be rejected later on.
26238 (gnat_to_gnu_entity, case object): Pass extra arg to build_allocator.
26239
26240 PR ada/20515
26241 (gnat_to_gnu_entity): Remove use of macro _WIN32 which is wrong in the
26242 context of cross compilers. We use TARGET_DLLIMPORT_DECL_ATTRIBUTES
26243 instead.
26244 (create_concat_name): Idem.
26245
26246 2005-06-10 Robert Dewar <dewar@adacore.com>
26247 Eric Botcazou <ebotcazou@adacore.com>
26248 Ben Brosgol <brosgol@adacore.com>
26249 Cyrille Comar <comar@adacore.com>
26250 Sergey Rybin <rybin@adacore.com>
26251 Pascal Obry <obry@adacore.com>
26252
26253 * gnat_rm.texi: Add documentation for pragma Persistent_BSS
26254 Document second argument (Ada_05) of pragma Obsolescent
26255 Add note that call to subprogram marked with pragma Obsolescent
26256 is now considered to be a violation of program Restrictions
26257 (No_Obsolescent_Features).
26258 (Implementation Defined Pragmas) <Machine_Attribute>: Make it clear
26259 that only machine-dependent attributes are supported.
26260
26261 * gnat_ugn.texi:
26262 Commented out menu lines and empty section for gnatclean examples
26263 Document -gnatwy/Y
26264 Fix some over long lines
26265 Clarify and enhance documentation of ADA_PROJECT_PATH.
26266 Rework section 2.11.2(3) about linking with a non-GNU compiler.
26267 Mention new switch -fcallgraph-info.
26268 Mention new switch -fstack-usage.
26269 For gnatpp, replace '-notab' with '-N' and add this option to Index
26270 Corrected VMS example.
26271 VMS keyword for style check -gnatyd is DOS_LINE_ENDINGS, no NOCRLF
26272 Minor reformatting
26273 Add documentation for -gnatyu switch (unnecessary blank lines)
26274 Document new switch -U for GNAT PRETTY and GNAT METRIC
26275 Add note about Stdcall being handled as C convention on non Windows OS.
26276 Remove some junk typo in description of gnatbind -S switch
26277 Remove reference to Extensions_Allowed pragma
26278 Document the new order of the directories to be searched (source and
26279 object directories of project files before directories in ADA_*_PATH
26280 environment variables.
26281
26282 * g-trasym.ads: Document that IRIX is supported
26283
26284 2005-06-10 Arnaud Charlet <charlet@adacore.com>
26285
26286 * Makefile.in: Add initialize.o when needed.
26287 Adapt to new VMS package body Symbols and subunits
26288 No specialized version of a-sytaco is needed for VxWorks.
26289
26290 * a-wichun.ads, a-wichun.adb, a-zchuni.ads, a-zchuni.adb: New files.
26291 * a-zchara.ads, a-widcha.ads: New files.
26292
26293 * system-hpux-ia64.ads: New file.
26294
26295 * i-vxwork-x86.ads, i-vxwork.ads (intContext): Add this function which
26296 is imported from the VxWorks kernel.
26297
26298 2005-06-14 Robert Dewar <dewar@adacore.com>
26299
26300 * g-soliop-mingw.ads, g-soccon-vms.adb, a-swmwco.ads, exp_smem.adb,
26301 fmap.adb, a-szmzco.ads, s-traent-vms.adb, s-traent-vms.ads,
26302 a-direio.ads, a-exctra.ads, a-exexda.adb, a-exextr.adb, a-stream.ads,
26303 s-restri.ads, s-restri.adb, s-traent.adb, s-traent.ads, a-slcain.adb,
26304 a-stzhas.ads, a-tiinau.adb, comperr.adb, exp_ch11.adb, g-boubuf.adb,
26305 g-calend.adb, g-debpoo.ads, g-moreex.ads, gprep.adb, g-regpat.ads,
26306 i-cexten.ads, i-os2thr.ads, makeutl.ads, memroot.adb, mlib-prj.adb,
26307 namet.adb, namet.ads, prj-makr.adb, prj-proc.adb, sem_dist.adb,
26308 sem_elim.ads, s-valint.adb, s-vallli.adb, s-vallli.adb, s-vallli.ads,
26309 s-valllu.adb, s-valllu.ads, s-valrea.adb, s-valrea.ads, scn.adb,
26310 s-tasinf.adb, targparm.adb, uname.adb, uname.ads, xnmake.adb,
26311 xsinfo.adb, a-direct.ads: Remove extra blank lines. Minor reformatting.
26312
26313 2005-06-14 Thomas Quinot <quinot@adacore.com>
26314
26315 * xeinfo.adb: Fix typo in comment
26316
26317 2005-06-14 Javier Miranda <miranda@adacore.com>
26318
26319 * repinfo.ads: Fix typo in comment
26320
26321 2005-06-14 Gary Dismukes <dismukes@adacore.com>
26322
26323 * s-finimp.adb (Parent_Tag): Delete this imported function (function
26324 Parent_Tag is now in the visible part of Ada.Tags).
26325 (Get_Deep_Controller): Call Ada.Tags.Parent_Tag directly instead of
26326 using imported function.
26327
26328 2005-06-14 Bernard Banner <banner@adacore.com>
26329
26330 * vxaddr2line.adb: Add support for Windows hosted x86 vxworks. Should
26331 also apply for handling support for VxSim 653.
26332
26333 2005-06-14 Eric Botcazou <ebotcazou@adacore.com>
26334
26335 * xsnames.adb: Add automatic generation of snames.h.
26336
26337 2005-06-14 Thomas Quinot <quinot@adacore.com>
26338
26339 * gen-soccon.c: Add IP_MULTICAST_IF constant
26340 Minor reformatting and adjustments to prevent warnings.
26341
26342 2005-06-14 Pascal Obry <obry@adacore.com>
26343
26344 * seh_init.c: Do not include <sys/stat.h>. This is not needed.
26345
26346 2005-06-03 Andrew Pinski <pinskia@physics.uc.edu>
26347
26348 * trans.c (gnat_gimplify_expr): Call
26349 recompute_tree_invarant_for_addr_expr when we change
26350 the operand of the ADDR_EXPR.
26351
26352 2005-05-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
26353
26354 * misc.c: Don't include errors.h.
26355
26356 2005-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
26357
26358 * raise.c (db): Add ATTRIBUTE_PRINTF_2.
26359
26360 2005-05-29 Kazu Hirata <kazu@cs.umass.edu>
26361
26362 * cal.c, decl.c, init.c, raise.c, trans.c, utils2.c: Fix
26363 comment typos.
26364 * gnat_rm.texi, gnat_ugn.texi: Fix typos.
26365
26366 2005-05-16 Nathanael Nerode <neroden@gcc.gnu.org>
26367
26368 PR ada/20270
26369 * Makefile.in: Make TGT_LIB behave correctly.
26370
26371 2005-04-23 DJ Delorie <dj@redhat.com>
26372
26373 * misc.c: Adjust warning() callers.
26374
26375 2005-04-16 Laurent Guerby <laurent@guerby.net>
26376
26377 PR ada/18847
26378 * a-nudira.adb (Value): Check for valid string.
26379 * a-nuflra.adb (Value): Likewise.
26380
26381 2005-04-11 Richard Sandiford <rsandifo@redhat.com>
26382
26383 * lang.opt: Refer to the GCC internals documentation instead of c.opt.
26384
26385 2005-04-10 Kazu Hirata <kazu@cs.umass.edu>
26386
26387 * adaint.c, init.c, tracebak.c: Fix comment typos.
26388 * gnat-style.texi, gnat_rm.texi, gnat_ugn.texi: Fix typos.
26389
26390 2005-04-07 Laurent Guerby <laurent@guerby.net>
26391 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
26392
26393 * Makefile.in: Add make ifeq define for hppa linux tasking support.
26394 * system-hpux.ads: Define Signed_Zeros to be True.
26395 * system-linux-hppa.ads, s-osinte-linux-hppa.ads: New files.
26396
26397 2005-04-01 Kazu Hirata <kazu@cs.umass.edu>
26398
26399 * adaint.c, cal.c, decl.c, gigi.h, gmem.c, init.c, link.c,
26400 raise.c, tracebak.c, trans.c, utils2.c, utils.c: Fix comment
26401 typos.
26402
26403 2005-03-30 Tom Tromey <tromey@redhat.com>
26404
26405 * decl.c (gnat_substitute_in_type): Don't handle FILE_TYPE.
26406
26407 2005-03-30 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
26408
26409 * adaint.c (_gnat_set_close_on_exec): Mark parameters unused.
26410
26411 2005-03-29 Robert Dewar <dewar@adacore.com>
26412
26413 * sem_res.adb (Resolve_Real_Literal): Generate warning if static
26414 fixed-point expression has value that is not a multiple of the Small
26415 value.
26416
26417 * opt.ads (Warn_On_Bad_Fixed_Value): New flag
26418
26419 * s-taprop-tru64.adb (RT_Resolution): Return an integer number of
26420 nanoseconds.
26421
26422 * ug_words: Add entry for [NO_]BAD_FIXED_VALUES for -gnatwb/-gnatwB
26423
26424 2005-03-29 Vincent Celier <celier@adacore.com>
26425
26426 * mlib-tgt-vms-ia64.adb, mlib-tgt-vms-alpha.adb
26427 (Build_Dynamic_Library.Version_String): Return the empty string when
26428 Lib_Version is empty or when the symbol policy is not Autonomous.
26429
26430 * symbols-vms-alpha.adb (Finalize): For symbol policy Compliant, when
26431 a symbol is not in the reference symbol file, increase the Major ID
26432 and set the Minor ID to 0.
26433 Use gsmatch=lequal instead of gsmatch=equal
26434
26435 2005-03-29 Doug Rupp <rupp@adacore.com>
26436
26437 * adaint.c (__gnat_to_canonical_file_spec [VMS]): Check for logical
26438 name and translate.
26439
26440 2005-03-29 Javier Miranda <miranda@adacore.com>
26441
26442 * a-tags.ads, a-tags.adb (Get_TSD): Subprogram removed.
26443 (Inherit_DT): The first formal has been redefined as a Tag.
26444 This allows us the removal of the subprogram Get_TSD.
26445 (TSD): Replace the call to Get_TSD by the actual code.
26446
26447 * exp_disp.ads, exp_disp.adb: Remove support to call Get_TSD.
26448 (Make_DT): Upgrade the call to Inherit_TSD according to the
26449 new interface: the first formal is now a Tag.
26450
26451 * i-cpp.ads, i-cpp.adb (CPP_Inherit_DT): The first formal has been
26452 redefined as a Tag.
26453 This change allows us to remove the subprogram Get_TSD.
26454 (CPP_Get_TSD): Subprogram removed.
26455 (TSD): Replace the call to CPP_Get_TSD by the actual code.
26456
26457 * rtsfind.ads: Remove support to call the run-time
26458 subprogram Get_TSD
26459
26460 2005-03-29 Robert Dewar <dewar@adacore.com>
26461
26462 * errutil.adb, errout.adb:
26463 Minor comment updates on Line_Terminator references
26464
26465 * par-ch10.adb: Add ??? comment about line terminator
26466
26467 * styleg.adb (Check_Line_Terminator): Add check for new switch -gnatyd
26468 (check dos line terminator).
26469 (Check_Line_Max_Length): New procedure, split off from the existing
26470 Check_Line_Terminator routine. Separating this out allows -gnatyf to
26471 be properly recognized.
26472
26473 * styleg.adb: Add ??? comment for line terminator reference
26474
26475 * scng.adb (Check_End_Of_Line): Fix bug of -gnatyf being ignored
26476 (Check_End_Of_Line): Add -gnatyd handling (check dos line terminators)
26477
26478 * styleg.ads (Check_Line_Terminator): Add check for new switch -gnatyd
26479 (check dos line terminator).
26480 (Check_Line_Max_Length): New procedure, split off from the existing
26481 Check_Line_Terminator routine. Separating this out allows -gnatyf to
26482 be properly recognized.
26483
26484 * stylesw.ads, stylesw.adb:
26485 Add handling for new -gnatyd switch (check dos line terminator)
26486
26487 * switch-c.adb: Recognize new -gnatyd switch (check dos line terminator)
26488 Recognize -gnatwb/-gnatwB switches
26489 Include Warn_On_Bad_Fixed_Value for -gnatg
26490
26491 * usage.adb:
26492 Add line for new -gnatyd switch (check dos line terminator)
26493
26494 * usage.adb: Add lines for -gnatwb/-gnatwB
26495
26496 * vms_data.ads: Add entry for NOCRLF (-gnatyd)
26497
26498 * vms_data.ads: [NO_]BAD_FIXED_VALUES synonym for -gnatwb/-gnatwB
26499
26500 * gnat_ugn.texi: Fix overlong lines
26501 Document new -gnatyd switch
26502 Document new -gnatwb/-gnatwB switches
26503
26504 2005-03-29 Ed Schonberg <schonberg@adacore.com>
26505
26506 * exp_ch4.adb (Has_Unconstrained_UU_Component): Use the base type in
26507 order to retrieve the component list of the type, before examining
26508 individual components.
26509
26510 * sem_type.adb (Covers): Types are compatible if one is the base type
26511 of the other, even though their base types might differ when private
26512 views are involved.
26513
26514 2005-03-29 Thomas Quinot <quinot@adacore.com>
26515
26516 * exp_dist.adb (Add_RAST_Features, PolyORB version): Set the From_Any,
26517 To_Any and TypeCode TSSs on RAS types directly using Set_TSS, instead
26518 of using Set_Renaming_TSS. This ensures that the TSS bodies are not
26519 analyzed if expansion is disabled (which could otherwise cause spurious
26520 error messages if expansion has been disabled due to previous
26521 (unrelated) errors).
26522
26523 * sem_prag.adb (Analyze_Pragma, case Asynchronous): If RAS expansion
26524 is disabled, the entity denoted by the argument is the access type
26525 itself, not an underlying record type, so there is no need to go back
26526 to the Corresponding_Remote_Type.
26527
26528 2005-03-29 Gary Dismukes <dismukes@adacore.com>
26529 Robert Dewar <dewar@adacore.com>
26530
26531 * exp_intr.adb (Expand_Dispatching_Constructor_Call): New procedure to
26532 expand a call to an instance of
26533 Ada.Tags.Generic_Dispatching_Constructor into a dispatching call to the
26534 Constructor actual of the instance. A class-wide membership
26535 check is also generated, to ensure that the tag passed to the instance
26536 denotes a type in the class.
26537 (Expand_Intrinsic_Call): Call Expand_Dispatching_Constructor in the case
26538 of Name_Generic_Dispatching_Constructor.
26539
26540 * Makefile.rtl: Add a-tgdico.ads to the list of library units (new Ada
26541 05 unit for AI-260-02).
26542
26543 * a-tgdico.ads: New file.
26544
26545 * impunit.adb (Non_Imp_File_Names_05): Add entry "a-tgdico" for new
26546 predefined Ada 05 generic unit Ada.Tags.Generic_Dispatching_Constructor.
26547
26548 * snames.ads, snames.adb (Preset_Names): Add entry for
26549 Generic_Dispatching_Constructor.
26550
26551 PR ada/20300
26552 * sem_ch8.adb (Find_Direct_Name): Go to root type for check of
26553 character type cases.
26554 (Analyze_Subprogram_Renaming): Add special handling for
26555 the case of renaming of stream attributes when the renaming denotes a
26556 generic formal subprogram association for an abstract formal subprogram.
26557 Check that the attribute is a primitive stream attribute (and not
26558 a class-wide stream attribute) and then rewrite the attribute name
26559 as the name of the appropriate compiler-generated stream primitive.
26560
26561 2005-03-29 Robert Dewar <dewar@adacore.com>
26562
26563 * exp_util.adb (Remove_Side_Effects): Properly propagate arguments to
26564 recursive calls.
26565 (Is_Possibly_Unaligned_Object): Correct typo that
26566 resulted in inaccurate result for unaligned scalars within records.
26567
26568 2005-03-29 Ed Schonberg <schonberg@adacore.com>
26569
26570 * freeze.adb (Freeze_Record_Type): If the type of the component is an
26571 itype whose parent is controlled and not yet frozen, do not create a
26572 freeze node for the itype if expansion is disabled.
26573
26574 2005-03-29 Vincent Celier <celier@adacore.com>
26575
26576 * make.adb (Gnatmake): Don't fail if the main project file is declared
26577 as having no Ada sources. Do not display message "no sources to
26578 compile" in quiet output.
26579
26580 2005-03-29 Doug Rupp <rupp@adacore.com>
26581
26582 * Makefile.in [VMS] (EXTRA_GNATTOOLS): Add vms_help and gnat.hlp as
26583 extra tools.
26584
26585 2005-03-29 Robert Dewar <dewar@adacore.com>
26586
26587 * par-ch12.adb (P_Generic): Give better msg for illegal private generic
26588 child.
26589
26590 2005-03-29 Robert Dewar <dewar@adacore.com>
26591
26592 * par-ch3.adb (P_Type_Declaration): Fix bad error recovery after
26593 missing TYPE Improve the error message generated when compiling a
26594 limited interface in Ada83 or Ada95 mode.
26595
26596 2005-03-29 Robert Dewar <dewar@adacore.com>
26597
26598 * par-ch4.adb (P_Name): When a bad attribute is returned, return error,
26599 rather than proceed ahead using a junk attribute name.
26600
26601 2005-03-29 Vincent Celier <celier@adacore.com>
26602
26603 * prj.ads, prj.adb: (Project_Data): Add new component Display_Name
26604
26605 * prj-part.adb (Parse_Single_Project): Set the location of a project
26606 on its defining identifier, rather than on the reserved word "project".
26607
26608 * prj-proc.adb (Expression): Adapt to the fact that default of external
26609 references may be string expressions, not always literal strings.
26610 (Recursive_Process): Set Display_Name equal to Name
26611 when Location is No_Location, that is when there is no actual file.
26612 Get the Display_Name of the project from the source, when it is not a
26613 virtual project.
26614 (Process): Use the Display_Name in error messages
26615
26616 * prj-strt.adb (External_Reference): Allow default to be string
26617 expressions, not only literal strings.
26618
26619 2005-03-29 Vincent Celier <celier@adacore.com>
26620
26621 * prj-nmsc.adb (Check_Stand_Alone_Library): Do not forbid the symbol
26622 file and the reference symbol file to be the same file.
26623
26624 2005-03-29 Thomas Quinot <quinot@adacore.com>
26625
26626 * sem_cat.adb (Validate_Remote_Types_Type_Conversion): Perform check to
26627 forbid conversion of a local access-to-subprogram type to a remote one.
26628
26629 * sem_util.adb (Wrong_Type): For a record type that is the expanded
26630 equivalent type for a remote access-to-subprogram type, go back to the
26631 original RAS entity when displaying an error message, so the casing is
26632 the original source casing.
26633
26634 2005-03-29 Robert Dewar <dewar@adacore.com>
26635
26636 * sem_ch11.adb (Analyze_Raise_Statement): Change message for warning
26637 on param update.
26638
26639 2005-03-29 Ed Schonberg <schonberg@adacore.com>
26640
26641 * sem_ch4.adb (Analyze_Selected_Component): Do not generate an actual
26642 subtype if code is being pre-analyzed, to prevent un-expanded
26643 references to protected formals, among others.
26644 (Analyze_Explicit_Dereference): If the overloaded prefix includes some
26645 interpretation that can be a call, include the result of the call as a
26646 possible interpretation of the dereference.
26647
26648 * sem_ch5.adb (Process_Bounds): Determine type of range by
26649 pre-analyzing a copy of the original range, and then analyze the range
26650 with the expected type.
26651
26652 * sem_res.adb (Check_Parameterless_Call): For an explicit dereference
26653 with an overloaded prefix where not all interpretations yield an
26654 access to subprogram, do not rewrite node as a call.
26655 (Resolve_Explicit_Dereference): Recognize the previous case and rewrite
26656 the node as a call once the context identifies the interpretation of
26657 the prefix whose call yields the context type.
26658 (Valid_Conversion): For the case of a conversion between
26659 local access-to-subprogram types, check subtype conformance using
26660 Check_Subtype_Conformant instead of Subtype_Conformant, to have a more
26661 detailed error message.
26662
26663 2005-03-29 Ed Schonberg <schonberg@adacore.com>
26664
26665 * sem_ch6.adb (Set_Formal_Mode): If the subtype has a non_null
26666 indicator, indicate that the formal can never be null.
26667 (Process_Formals): If a formal has a non_null indicator, insert the
26668 resulting subtype immediately before the enclosing subprogram decl,
26669 and not at the beginning of the corresponding declarative part, to
26670 prevent access before elaboration (Ada2005).
26671
26672 2005-03-29 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
26673
26674 PR ada/19956
26675 * utils.c (finish_record_type): Use variable_size when setting sizes.
26676
26677 2005-03-29 Robert Dewar <dewar@adacore.com>
26678
26679 * xtreeprs.adb, xnmake.adb: Use Stream_IO instead of Text_IO to
26680 guarantee Unix style line terminators for the output files, even when
26681 running on windows.
26682
26683 2005-03-29 Robert Dewar <dewar@adacore.com>
26684
26685 * a-direct.ads, a-direct.adb (Start_Search): Free allocated search
26686 buffer if an exception is raised.
26687
26688 2005-03-29 Ed Falis <falis@adacore.com>
26689
26690 * cio.c: Undefine putchar and getchar for VTHREADS: incompatible with
26691 VxWorks 653 1.4
26692
26693 2005-03-29 Robert Dewar <dewar@adacore.com>
26694
26695 * sem_util.ads: Minor reformatting
26696 * gnat_rm.texi: Minor editing.
26697
26698 2005-03-29 Eric Botcazou <ebotcazou@adacore.com>
26699
26700 * decl.c (gnat_to_gnu_entity) <E_Variable>: Rework comment.
26701 * trans.c (tree_transform) <N_Identifier>: Use correct predicates.
26702
26703 2005-03-24 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
26704
26705 * adaint.c (__gnat_portable_spawn): Adjust cast.
26706
26707 2005-03-23 Joseph S. Myers <joseph@codesourcery.com>
26708
26709 * misc.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Remove.
26710
26711 2005-03-17 Pascal Obry <obry@adacore.com>
26712
26713 * adaint.h, adaint.c (__gnat_waitpid): Moved to expect.c where it is
26714 used.
26715
26716 * expect.c (__gnat_waitpid): Moved here from adaint.c.
26717 Reimplement under Win32 using Win32 API.
26718
26719 (__gnat_kill) [Win32]: Properly close the process handle before leaving
26720 this routine.
26721
26722 2005-03-17 Eric Botcazou <ebotcazou@adacore.com>
26723
26724 * ada-tree.h: (DECL_RENAMING_GLOBAL_P): New predicate.
26725 (DECL_RENAMED_OBJECT): New accessor macro.
26726 (SET_DECL_RENAMED_OBJECT): New setter macro.
26727
26728 * decl.c (gnat_to_gnu_entity) <E_Variable>: Stabilize the renamed
26729 object in all cases. Attach the renamed object to the VAR_DECL.
26730 (gnat_to_gnu_field): Do not lift the record wrapper if the size of the
26731 field is not prescribed.
26732
26733 * misc.c (gnat_handle_option): Handle -gnatO separately.
26734 (gnat_print_decl) <VAR_DECL>: New case.
26735 Print the DECL_RENAMED_OBJECT node.
26736
26737 * lang.opt: Declare separate -gnatO option.
26738
26739 * trans.c (tree_transform) <N_Identifier>: If the object is a renaming
26740 pointer, replace it with the renamed object.
26741 <N_Validate_Unchecked_Conversion>: Warn for a conversion to a fat
26742 pointer type if the source is not a fat pointer type whose underlying
26743 array has the same non-zero alias set as that of the destination array.
26744
26745 2005-03-17 Javier Miranda <miranda@adacore.com>
26746
26747 * a-tags.ads, a-tags.adb (Get_Expanded_Name): Removed.
26748 (Get_Inheritance_Depth): Removed.
26749 (Set_Inheritance_Depth): Removed.
26750
26751 * rtsfind.ads, exp_disp.ads, exp_disp.adb: Remove support to call the
26752 subprogram Get_Expanded_Name because it is not referenced by the
26753 frontend.
26754
26755 * i-cpp.ads, i-cpp.adb (CPP_Get_Expanded_Name): Removed.
26756 (CPP_Get_Inheritance_Depth): Removed.
26757 (CPP_Set_Inheritance_Depth): Removed.
26758
26759 * tbuild.ads, tbuild.adb (Make_DT_Component): Removed.
26760
26761 2005-03-17 Robert Dewar <dewar@adacore.com>
26762
26763 * checks.adb (Apply_Array_Size_Check): Completely remove this for GCC
26764 3, since we now expect GCC 3 to do all the work.
26765
26766 2005-03-17 Javier Miranda <miranda@adacore.com>
26767
26768 * einfo.adb (First_Private_Entity, Set_First_Private_Entity): Addition
26769 of one barrier to avoid wrong usage of this attribute.
26770
26771 * sem_ch12.adb (Formal_Entity): Fix erroneous usage of the attribute
26772 First_Private_Entity.
26773
26774 * sem_ch7.adb (Install_Visible_Declarations): Add a barrier to protect
26775 the subprogram against wrong usage.
26776 Adapt the code to traverse the entities in the
26777 scope of a record_type because in addition to its usage regarding
26778 packages, this subprogram is also called by Expand_N_Freeze_Entity
26779 to install the visible declarations of the enclosing scope of a
26780 record_type_with_private to establish the proper visibility before
26781 freezing the entity and related subprograms.
26782
26783 2005-03-17 Ed Schonberg <schonberg@adacore.com>
26784
26785 * exp_ch2.adb (In_Assignment_Context): Recognize slice assignments to
26786 entry formals.
26787
26788 2005-03-17 Thomas Quinot <quinot@adacore.com>
26789
26790 * exp_ch3.adb (Check_Attr): New subprogram.
26791 (Check_Stream_Attribute): Move the code for 13.13.2(9/1) enforcement
26792 into a new Check_Attr subprogram, in order to provide a more
26793 explanatory error message (including the name of the missing attribute).
26794 (Stream_Operation_OK): Renamed from Stream_Operations_OK. This
26795 subprogram determines whether a default implementation exists for a
26796 given stream attribute.
26797 (Make_Predefined_Primitive_Specs, Predefined_Primitive_Bodies):
26798 Determine whether to generate a default implementation for each stream
26799 attribute separately, as this depends on the specific attribute.
26800
26801 * exp_strm.adb (Make_Field_Attribute): For the case of an illegal
26802 limited extension where a stream attribute is missing for a limited
26803 component (which will have been flagged in Exp_Ch3.Sem_Attr), do not
26804 generate a bogus reference to the missing attribute to prevent
26805 cascaded errors. Instead, generate a null statement.
26806
26807 * sem_attr.adb (Check_Stream_Attribute): A stream attribute is
26808 available for a limited type if it has been specified for an ancestor
26809 of the type.
26810
26811 2005-03-17 Ed Schonberg <schonberg@adacore.com>
26812
26813 * exp_ch6.adb (Expand_Inlined_Call): handle the case when the renamed
26814 entity is an operator.
26815
26816 2005-03-17 Thomas Quinot <quinot@adacore.com>
26817
26818 * exp_dist.adb (Get_PCS_Name): Move from Exp_Dist body to Sem_Dist
26819 spec, to make this predicate available to other units.
26820
26821 * rtsfind.adb (Check_RPC): Use Sem_Dist.Get_PCS_Name instead of
26822 reimplementing it.
26823
26824 * sem_ch8.adb: Disable expansion of remote access-to-subprogram types
26825 when no distribution runtime library is available.
26826
26827 * sem_res.adb, sem_dist.adb: Disable expansion of remote
26828 access-to-subprogram types when no distribution runtime library is
26829 available.
26830 (Get_PCS_Name): Move from Exp_Dist body to Sem_Dist spec, to make this
26831 predicate available to other units.
26832
26833 * sem_dist.ads (Get_PCS_Name): Move from Exp_Dist body to Sem_Dist
26834 spec, to make this predicate available to other units.
26835
26836 2005-03-17 Vincent Celier <celier@adacore.com>
26837
26838 * make.adb (Insert_Project_Sources): Make sure the Q is always
26839 initialized.
26840
26841 * prj-nmsc.adb (Check_Ada_Naming_Scheme_Validity): Check Naming against
26842 the default for the tree, not the global default naming.
26843
26844 * prj-proc.adb (Recursive_Process): No need to put the default naming
26845 in the project data, it's already there.
26846
26847 2005-03-17 Doug Rupp <rupp@adacore.com>
26848
26849 * Makefile.in: (ia64-hp-*vms*): Use s-crtl-vms64.ads.
26850
26851 * 5xcrtl.ads: Renamed to...
26852 * s-crtl-vms64.ads: ...this new file
26853
26854 2005-03-17 Robert Dewar <dewar@adacore.com>
26855
26856 PR ada/19519
26857 * namet.adb (Copy_One_Character): Set proper wide character encoding
26858 for upper half character if we have upper half encoding.
26859
26860 2005-03-17 Robert Dewar <dewar@adacore.com>
26861
26862 * par.adb (Par): Improved msg for attempt to recompile predefined unit
26863
26864 2005-03-17 Thomas Quinot <quinot@adacore.com>
26865
26866 * sem_ch13.adb (New_Stream_Function, New_Stream_Procedure): For a
26867 tagged limited type, the TSS is a newly built renaming declaration:
26868 insert it using Set_TSS, not Copy_TSS.
26869
26870 2005-03-17 Javier Miranda <miranda@adacore.com>
26871
26872 * sem_ch4.adb (Try_Primitive_Operation, Class_Wide_Operation and
26873 Try_Object_Operation): Analyze the object that is accessible
26874 through the prefix of the subprogram call before we apply
26875 the transformation of the object-operation notation.
26876
26877 2005-03-17 Jose Ruiz <ruiz@adacore.com>
26878
26879 * s-taprob.adb (Initialize_Protection): Initialize the protected
26880 object's owner to Null_Task.
26881 (Lock): If pragma Detect_Blocking is in effect and the caller of this
26882 procedure is already the protected object's owner then Program_Error
26883 is raised. In addition the protected object's owner is updated.
26884 (Lock_Read_Only): If pragma Detect_Blocking is in effect and the caller
26885 of this procedure is already the protected object's owner then
26886 Program_Error is raised.
26887 In addition the protected object's owner is updated.
26888 (Unlock): Remove the ownership of the protected object.
26889
26890 * s-taprob.ads (Protection): Add the field Owner, used to store the
26891 protected object's owner.
26892 This component is needed for detecting one type of potentially blocking
26893 operations (external calls on a protected subprogram with the same
26894 target object as that of the protected action). Document the rest of
26895 the components.
26896
26897 * s-tposen.adb, s-tpoben.adb (Initialize_Protection_Entries):
26898 Initialize the protected object's owner to Null_Task.
26899 (Lock_Read_Only_Entries): If pragma Detect_Blocking is in effect and the
26900 caller of this procedure is already the protected object's owner then
26901 Program_Error is raised.
26902 Do not raise Program_Error when this procedure is called from a
26903 protected action.
26904 (Unlock_Entries): Remove the ownership of the protected object.
26905 (Lock_Entries): If pragma Detect_Blocking is in effect and the caller
26906 of this procedure is already the protected object's owner then
26907 Program_Error is raised.
26908 Do not raise Program_Error when this procedure is called from
26909 a protected action.
26910
26911 * s-tposen.ads, s-tpoben.ads (Protection_Entries): Add the field Owner,
26912 used to store the protected object's owner.
26913
26914 * s-tpobop.adb (Protected_Entry_Call): If pragma Detect_Blocking is in
26915 effect and this procedure (a potentially blocking operation) is called
26916 from whithin a protected action, Program_Error is raised.
26917 (Timed_Protected_Entry_Call): If pragma Detect_Blocking is in effect
26918 and this procedure (a potentially blocking operation) is called from
26919 whithin a protected action, Program_Error is raised.
26920
26921 2005-03-17 Vincent Celier <celier@adacore.com>
26922 Nicolas Setton <setton@adacore.com>
26923
26924 * mlib-tgt-darwin.adb (Build_Dynamic_Library): Remove the "-fini"
26925 switch, not supported by the linker on Darwin. Add '_' before
26926 <library>init, as this character is added unconditionally by the
26927 compiler.
26928 (Is_Archive_Ext): Replace the wrong library extension ".dyld" by the
26929 correct one ".dylib". This fixes detection of the archive files when
26930 building library projects.
26931
26932 2005-03-17 Vincent Celier <celier@adacore.com>
26933
26934 * switch-m.adb (Normalize_Compiler_Switches): Recognize switches
26935 -gnat83, -gnat95 and -gnat05.
26936
26937 2005-03-17 Vasiliy Fofanov <fofanov@adacore.com>
26938
26939 * gnat_ugn.texi: Document gnatmem restriction
26940
26941 2005-03-17 Thomas Quinot <quinot@adacore.com>
26942
26943 * snames.adb: Document new TSS names introduced by exp_dist/exp_tss
26944 cleanup
26945
26946 2005-03-17 Robert Dewar <dewar@adacore.com>
26947
26948 * s-interr.ads, s-interr.adb, sem_ch3.adb, prj.ads, prj.adb,
26949 a-interr.adb, a-interr.ads, s-interr-sigaction.adb, s-interr-dummy.adb,
26950 s-interr-vms.adb, s-interr-vxworks.adb: Minor reformatting
26951
26952 * casing.adb: Comment improvements
26953
26954 2005-03-17 Pascal Obry <obry@adacore.com>
26955
26956 * g-expect.adb: Minor reformatting.
26957
26958 2005-03-15 Zack Weinberg <zack@codesourcery.com>
26959
26960 * Make-lang.in (doc/gnat_ugn_unw.info, doc/gnat_rm.info)
26961 (doc/gnat_ugn_unw.dvi, doc/gnat_rm.dvi): Add gcc-vers.texi
26962 to dependencies.
26963
26964 2005-03-15 Vincent Celier <celier@adacore.com>
26965
26966 * mlib-tgt-darwin.adb (Library_Exist_For, Library_File_Name_For):
26967 Add new parameter In_Tree to specify the project tree: needed
26968 by the project manager. Adapt to changes in project manager
26969 using new parameter In_Tree.
26970
26971 2005-03-15 Jakub Jelinek <jakub@redhat.com>
26972
26973 * Make-lang.in (ada/treeprs.ads, ada/einfo.h, ada/sinfo.h,
26974 ada/nmake.adb, ada/nmake.ads): Use unique subdirectories of
26975 ada/bldtools to avoid make -jN failures.
26976
26977 2005-03-15 Eric Botcazou <ebotcazou@adacore.com>
26978
26979 * trans.c (gnat_to_gnu) <N_Return_Statement>: Set gnu_result
26980 to NULL_TREE on entry.
26981
26982 2005-03-15 Robert Dewar <dewar@adacore.com>
26983
26984 * system-unixware.ads, system-linux-ia64.ads, system-freebsd-x86.ads,
26985 system-lynxos-ppc.ads, system-lynxos-x86.ads, system-linux-x86_64.ads,
26986 system-tru64.ads, system-aix.ads, system-vxworks-sparcv9.ads,
26987 system-vxworks-xscale.ads, system-solaris-x86.ads, system-irix-o32.ads,
26988 system-irix-n32.ads, system-hpux.ads, system-vxworks-m68k.ads,
26989 system-linux-x86.ads, system-vxworks-mips.ads, system-os2.ads,
26990 system-interix.ads, system-solaris-sparc.ads,
26991 system-solaris-sparcv9.ads, system-vms.ads, system-mingw.ads,
26992 system-vms-zcx.ads, system-vxworks-ppc.ads, system-vxworks-alpha.ads,
26993 system-vms_64.ads, system-darwin-ppc.ads, system-vxworks-x86.ads,
26994 system-linux-ppc.ads, system-linux-alpha.ads, system-linux-sparc.ads,
26995 system-linux-s390.ads, system-linux-s390x.ads: Add line defining
26996 Compiler_System_Version to be False.
26997
26998 * opt.ads: Add new flag Opt.Address_Is_Private
26999
27000 * targparm.ads, targparm.adb: Set new flag Opt.Address_Is_Private
27001 Add new parameter Compiler_System_Version to avoid checking for
27002 completeness of parameters when compiler is compiling itself.
27003 Allows old versions of GNAT to be compiled with new compiler.
27004
27005 2005-03-15 Eric Botcazou <ebotcazou@adacore.com>
27006
27007 * s-osinte-tru64.ads, s-osinte-tru64.adb (Get_Stack_Base): New function
27008 (Hide_Yellow_Zone): New procedure to hide the Yellow Zone of the
27009 calling thread.
27010 (Stack_Base_Available): New flag.
27011 (Get_Page_Size): New overloaded functions imported from C.
27012 (PROT_NONE, PROT_READ, PROT_WRITE, PROT_EXEC, PROT_ALL,
27013 PROT_ON, PROT_OFF): New constants.
27014 (mprotect): New function imported from C.
27015 (pthread_teb_t): New record type.
27016
27017 * s-taprop-tru64.adb: (Enter_Task): Invoke Hide_Yellow_Zone.
27018 (Create_Task): Account for the Yellow Zone and the guard page.
27019
27020 2005-03-15 Vincent Celier <celier@adacore.com>
27021
27022 * mlib-tgt-tru64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb,
27023 mlib-tgt-hpux.adb, mlib-tgt-linux.adb, mlib-tgt-solaris.adb,
27024 mlib-tgt-vms-alpha.adb, mlib-tgt-vms-ia64.adb, mlib-tgt-mingw.adb,
27025 mlib-tgt-vxworks.adb, mlib-tgt-lynxos.adb (Library_Exist_For,
27026 Library_File_Name_For): Add new parameter In_Tree
27027 to specify the project tree: needed by the project manager.
27028 Adapt to changes in project manager using new parameter In_Tree.
27029 Remove local imports, use functions in System.CRTL.
27030
27031 * make.adb, clean.adb, gnatcmd.adb (Project_Tree): New constant needed
27032 to use the project manager.
27033
27034 * makeutl.ads, makeutl.adb (Linker_Options_Switches): New parameter
27035 In_Tree to designate the project tree. Adapt to changes in the project
27036 manager, using In_Tree.
27037
27038 * mlib-prj.ads, mlib-prj.adb (Build_Library, Check_Library,
27039 Copy_Interface_Sources): Add new parameter In_Tree to specify the
27040 project tree: needed by the project manager.
27041 (Build_Library): Check that Arg'Length >= 6 before checking if it
27042 contains "--RTS=...".
27043
27044 * mlib-tgt.ads, mlib-tgt.adb (Library_Exist_For,
27045 Library_File_Name_For): Add new parameter In_Tree to specify the
27046 project tree: needed by the project manager.
27047
27048 * prj.ads, prj.adb: Major modifications to allow several project trees
27049 in memory at the same time.
27050 Change tables to dynamic tables and hash tables to dynamic hash
27051 tables. Move tables and hash tables from Prj.Com (in the visible part)
27052 and Prj.Env (in the private part). Move some constants from the visible
27053 part to the private part. Make other constants deferred.
27054 (Project_Empty): Make it a variable, not a function
27055 (Empty_Project): Add parameter Tree. Returns the data with the default
27056 naming data of the project tree Tree.
27057 (Initialize): After updating Std_Naming_Data, copy its value to the
27058 component Naming of Project Empty.
27059 (Register_Default_Naming_Scheme): Use and update the default naming
27060 component of the project tree, instead of the global variable
27061 Std_Naming_Data.
27062 (Standard_Naming_Data): Add defaulted parameter Tree. If project tree
27063 Tree is not defaulted, return the default naming data of the Tree.
27064 (Initial_Buffer_Size): Constant moved from private part
27065 (Default_Ada_Spec_Suffix_Id, Default_Ada_Body_Suffix_Id, Slash_Id); new
27066 variables initialized in procedure Initialize.
27067 (Add_To_Buffer): Add two in out parameters to replace global variables
27068 Buffer and Buffer_Last.
27069 (Default_Ada_Spec_Suffix, Default_Body_Spec_Suffix, Slash): New
27070 functions.
27071 Adapt to changes to use new type Project_Tree_Ref and dynamic tables and
27072 hash tables.
27073 (Initialize, Reset, register-Default_Namng-Scheme): Add a new parameter
27074 for the project tree.
27075 (Project_Tree_Data, Project_Tree_Ref, No_Project): Declare types and
27076 constant at the beginning of the package spec, so that they cane be used
27077 in subprograms before their full declarations.
27078 (Standard_Naming_Data): Add defaulted parameter of type Project_Node_Ref
27079 (Empty_Project): Add parameter of type Project_Node_Ref
27080 (Private_Project_Tree_Data): Add component Default_Naming of type
27081 Naming_Data.
27082 (Buffer, Buffer_Last): remove global variables
27083 (Add_To_Buffer): Add two in out parameters to replace global variables
27084 Buffer and Buffer_Last.
27085 (Current_Packages_To_Check): Remove global variable
27086 (Empty_Name): Move to private part
27087 (No-Symbols): Make it a constant
27088 (Private_Project_Tree_Data): New type for the private part of the
27089 project tree data.
27090 (Project_Tree_Data): New type for the data of a project tree
27091 (Project_Tree_Ref): New type to designate a project tree
27092 (Initialize, Reset, register-Default_Namng-Scheme): Add a new parameter
27093 for the project tree.
27094
27095 * prj-attr.ads: Add with Table; needed, as package Prj no longer
27096 imports package Table.
27097
27098 * prj-com.adb: Remove empty, no longer needed body
27099
27100 * prj-com.ads: Move most of the content of this package to package Prj.
27101
27102 * prj-dect.ads, prj-dect.adb (Parse): New parameters In_Tree to
27103 designate the project node tree and Packages_To_Check to replace
27104 global variable Current_Packages_To_Check.
27105 Add new parameters In_Tree and Packages_To_Check to local subprograms,
27106 when needed. Adapt to changes in project manager with project node tree
27107 In_Tree.
27108
27109 * prj-env.ads, prj-env.adb: Add new parameter In_Tree to designate the
27110 project tree to most subprograms. Move tables and hash tables to
27111 private part of package Prj.
27112 Adapt to changes in project manager using project tree In_Tree.
27113
27114 * prj-makr.adb (Tree): New constant to designate the project node tree
27115 Adapt to change in project manager using project node tree Tree
27116
27117 * prj-nmsc.ads, prj-nmsc.adb (Check_Stand_Alone_Library): Correctly
27118 display the Library_Src_Dir and the Library_Dir.
27119 Add new parameter In_Tree to designate the project node tree to most
27120 subprograms. Adapt to changes in the project manager, using project tree
27121 In_Tree.
27122 (Check_Naming_Scheme): Do not alter the casing on platforms where
27123 the casing of file names is not significant.
27124 (Check): Add new parameter In_Tree to designate the
27125
27126 * prj-pars.ads, prj-pars.adb (Parse): Add new parameter In_Tree to
27127 designate the project tree.
27128 Declare a project node tree to call Prj.Part.Parse and Prj.Proc.Process
27129
27130 * prj-part.ads, prj-part.adb (Buffer, Buffer_Last): Global variables,
27131 to replace those that were in the private part of package Prj.
27132 Add new parameter In__Tree to designate the project node tree to most
27133 subprograms. Adapt to change in Prj.Tree with project node tree In_Tree.
27134 (Post_Parse_Context_Clause): When specifying the project node of a with
27135 clause, indicate that it is a limited with only if there is "limited"
27136 in the with clause, not necessarily when In_Limited is True.
27137 (Parse): Add new parameter In_Tree to designate the project node tree
27138
27139 * prj-pp.ads, prj-pp.adb (Pretty_Print): Add new parameter In_Tree to
27140 designate the project node tree. Adapt to change in Prj.Tree with
27141 project node tree In_Tree.
27142
27143 * prj-proc.ads, prj-proc.adb (Recursive_Process): Specify the project
27144 tree In_Tree in the call to function Empty_Process to give its initial
27145 value to the project data Processed_Data.
27146 Add new parameters In_Tree to designate the project tree and
27147 From_Project_Node_Tree to designate the project node tree to several
27148 subprograms. Adapt to change in project manager with project tree
27149 In_Tree and project node tree From_Project_Node_Tree.
27150
27151 * prj-strt.ads, prj-strt.adb (Buffer, Buffer_Last): Global variables,
27152 to replace those that were in the private part of package Prj.
27153 Add new parameter In_Tree to designate the project node tree to most
27154 subprograms. Adapt to change in Prj.Tree with project node tree In_Tree.
27155
27156 * prj-tree.ads, prj-tree.adb: Add new parameter of type
27157 Project_Node_Tree_Ref to most subprograms.
27158 Use this new parameter to store project nodes in the designated project
27159 node tree.
27160 (Project_Node_Tree_Ref): New type to designate a project node tree
27161 (Tree_Private_Part): Change table to dynamic table and hash tables to
27162 dynamic hash tables.
27163
27164 * prj-util.ads, prj-util.adb: Add new parameter In_Tree to designate
27165 the project tree to most subprograms. Adapt to changes in project
27166 manager using project tree In_Tree.
27167
27168 * makegpr.adb (Project_Tree): New constant needed to use project
27169 manager.
27170
27171 2005-03-15 Olivier Hainque <hainque@adacore.com>
27172
27173 * s-intman-posix.adb (Notify_Exception): Adjust signature, as handler
27174 for sigactions with SA_SIGINFO set. Call
27175 __gnat_adjust_context_for_raise before raising, to perform the
27176 potentially required adjustments to the machine context for the GCC
27177 unwinder.
27178
27179 * raise.h (__gnat_adjust_context_for_raise): New prototype.
27180
27181 * init.c (__gnat_adjust_context_for_raise) HPUX: Initial revision.
27182 Adjust PC by one in the provided machine context.
27183 (__gnat_install_handler) HPUX: Set SA_SIGINFO in the sigaction flags,
27184 so that the handler is passed the context structure to adjust prior to
27185 the raise.
27186 (__gnat_error_handler) HPUX: Adjust the signature to match what an
27187 SA_SIGINFO sigaction should look like. Call
27188 __gnat_adjust_context_for_raise before actually raising.
27189 (__gnat_adjust_context_for_raise): Default noop to help PC
27190 adjustments before raise from signal handlers.
27191 (__gnat_error_handler): Indirectly call a predicate function to
27192 determine if a condition should be resignaled or not.
27193 (__gnat_set_resignal_predicate): User interface to modify the predicate.
27194 (__gnat_default_resignal_p): Default GNAT predicate.
27195
27196 2005-03-15 Doug Rupp <rupp@adacore.com>
27197
27198 * adaint.c: Prefix #include of VMS system header files with vms/
27199 [VMS] (HOST_EXECUTABLE_SUFFIX, HOST_OBJECT_SUFFIX): Define for VMS.
27200 Do not define a dummy function "convert_addresses" under Darwin,
27201 not needed.
27202
27203 * tb-alvms.c, expect.c: Prefix #include of VMS system header files
27204 with vms/
27205
27206 2005-03-15 Nicolas Setton <setton@adacore.com>
27207
27208 * tracebak.c: Under Darwin, use the same unwinding mechanisms as under
27209 PPC/AIX.
27210
27211 2005-03-15 Robert Dewar <dewar@adacore.com>
27212
27213 * a-reatim.ads, a-reatim.adb: Add functions Minutes and Seconds for
27214 AI-386.
27215
27216 * a-retide.ads: Minor comment changes
27217
27218 2005-03-15 Robert Dewar <dewar@adacore.com>
27219
27220 * a-stzunb.adb, a-stzunb.adb a-stzunb.ads, a-stzunb.ads,
27221 a-stwiun.ads, a-stwiun.adb, a-strunb.ads, a-strunb.adb: Move
27222 Realloc_For_Chunk to private part of package.
27223 New subprograms for AI-301
27224
27225 * a-szuzti.adb, a-suteio.adb, a-swuwti.adb: Improve efficiency of
27226 Get_Line procedure.
27227 Avoid unnecessary use of Get/Set_Wide_String
27228
27229 2005-03-15 Robert Dewar <dewar@adacore.com>
27230
27231 PR ada/13470
27232 * a-stunau.ads, a-stunau.adb:
27233 Change interface to allow efficient (and correct) implementation
27234 The previous changes to allow extra space in unbounded strings had
27235 left this interface a bit broken.
27236
27237 * a-suteio.adb: Avoid unnecessary use of Get/Set_String
27238
27239 * g-spipat.ads, g-spipat.adb: New interface for Get_String
27240 Minor reformatting (function specs)
27241
27242 * g-spitbo.adb: New interface for Get_String
27243
27244 * g-spitbo.ads: Minor reformatting
27245
27246 * a-swunau.ads, a-swunau.adb: New interface for Get_Wide_String
27247
27248 * a-szunau.ads, a-szunau.adb: New interface for Get_Wide_Wide_String
27249
27250 2005-03-15 Javier Miranda <miranda@adacore.com>
27251 Robert Dewar <dewar@adacore.com>
27252 Thomas Quinot <quinot@adacore.com>
27253 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
27254
27255 * atree.ads, atree.adb: Add support for Elist24 field
27256
27257 * atree.h: Fix wrong definition of Field27
27258 Add support for Elist16 field
27259 Add support for Elist24 field
27260
27261 * einfo.ads, einfo.adb (Abstract_Interfaces,
27262 Set_Abstract_Interfaces): New subprograms.
27263 (Abstract_Interface_Alias, Set_Abstract_Interface_Alias): New
27264 subprograms.
27265 (Access_Disp_Table, Set_Access_Disp_Table): Modified to handle a list of
27266 entities rather than a single node.
27267 (Is_Interface, Set_Is_Interface): New subprogram
27268 (First_Tag_Component): New syntesized attribute
27269 (Next_Tag_Component): New synthesized attribute
27270 (Write_Entity_Flags): Upgraded to write Is_Interface
27271 (Write_Field24_Name): Upgraded to write Abstract_Interfaces
27272 (Write_Field25_Name): Upgraded to write Abstract_Interface_Alias
27273 (Task_Body_Procedure): New subprogram to read this attribute.
27274 (Set_Task_Body_Procedure): New subprogram to set this attribute.
27275 (Has_Controlled_Component): Now applies to all entities.
27276 This is only a documentation change, since it always worked to apply
27277 this to other than composite types (yielding false), but now this is
27278 official.
27279 Update documentation on Must_Be_Byte_Aligned for new spec
27280
27281 * tbuild.adb, exp_dist.adb, exp_disp.adb, exp_ch3.ads, exp_ch3.adb,
27282 exp_attr.adb, exp_aggr.adb, exp_ch4.adb, exp_ch5.adb: Upgrade all the
27283 uses of the Access_Disp_Table attribute to reference the first dispatch
27284 table associated with a tagged type. As
27285 part of the implementation of abstract interface types,
27286 Access_Disp_Table has been redefined to contain a list of dispatch
27287 tables (rather than a single dispatch table).
27288 Similarly, upgrade all the references to Tag_Component by the
27289 new attribute First_Tag_Component.
27290 (Find_Inherited_TSS): Moved to exp_tss.
27291 Clean up test in Expand_N_Object_Declaration for cases
27292 where we need to do a separate assignment of the initial value.
27293 (Expand_N_Object_Declaration): If the expression in the
27294 declaration of a tagged type is an aggregate, no need to generate an
27295 additional tag assignment.
27296 (Freeze_Type): Now a function that returns True if the N_Freeze_Entity
27297 is to be deleted.
27298 Bit packed array ops are only called if operands are known to be
27299 aligned.
27300 (Component_Equality): When returning an N_Raise_Program_Error statement,
27301 ensure that its Etype is set to Empty to avoid confusing GIGI (which
27302 expects that only expressions have a bona fide type).
27303 (Make_Tag_Ctrl_Assignment): Use Build_Actual_Subtype to correctly
27304 determine the amount of data to be copied.
27305
27306 * par.adb (P_Interface_Type_Definition): New subprogram that parses the
27307 new syntax rule of Ada 2005 interfaces (for AI-251 and AI-345):
27308 INTERFACE_TYPE_DEFINITION ::=
27309 [limited | task | protected | synchronized] interface
27310 [AND interface_list]
27311
27312 * par-ch3.adb (P_Type_Declaration): Modified to give support to
27313 interfaces.
27314 (P_Derived_Type_Def_Or_Private_Ext_Decl): Modified to give support to
27315 interfaces.
27316 (P_Interface_Type_Definition): New subprogram that parses the new
27317 syntax rule of Ada 2005 interfaces
27318 (P_Identifier_Declarations): fix two occurrences of 'RENAMES' in error
27319 messages by the correct RENAMES (quotes removed).
27320
27321 * sem_prag.adb: Upgrade all the references to Tag_Component by the new
27322 attribute First_Tag_Component.
27323
27324 * sinfo.ads, sinfo.adb: Remove OK_For_Stream flag, not used, not needed
27325 (Interface_List, Set_Interface_List): New subprograms.
27326 (Interface_Present, Set_Interface_Present): New subprograms.
27327 (Limited_Present, Set_Limited_Present): Available also in derived
27328 type definition nodes.
27329 (Protected_Present, Set_Protected_Present): Available also in
27330 record type definition and
27331 derived type definition nodes.
27332 (Synchronized_Present, Set_Synchronized_Present): New subprograms.
27333 (Task_Present, Set_Task_Present): New subprogram.
27334 (Task_Body_Procedure): Removed.
27335 (Set_Task_Body_Procedure): Removed.
27336 These subprogram have been removed because the attribute
27337 Task_Body_Procedure has been moved to the corresponding task type
27338 or task subtype entity to leave a field free to store the list
27339 of interfaces implemented by a task (for AI-345)
27340 Add Expression field to N_Raise_Statement node for Ada 2005 AI-361
27341 (Null_Exclusion_Present): Change to Flag11, to avoid conflict with
27342 expression flag Do_Range_Check
27343 (Exception_Junk): Change to Flag7 to accomodate above change
27344 (Box_Present, Default_Name, Specification, Set_Box_Present,
27345 Set_Default_Name, Set_Specification): Expand the expression
27346 "X in N_Formal_Subprogram_Declaration" into the corresponding
27347 two comparisons. Required to use the csinfo tool.
27348
27349 * exp_ch11.adb (Expand_N_Raise_Statement): Deal with case where
27350 "with string" given.
27351
27352 * sem_ch11.adb (Analyze_Raise_Statement): Handle case where string
27353 expression given.
27354
27355 * par-ch11.adb (P_Raise_Statement): Recognize with string expression
27356 in 2005 mode
27357
27358 * exp_ch9.adb (Build_Task_Proc_Specification): Modified to use entity
27359 attribute Task_Body_Procedure rather than the old semantic field that
27360 was available in the task_type_declaration node.
27361
27362 * par-ch12.adb (P_Formal_Type_Definition): Modified to handle formal
27363 interface type definitions.
27364 (P_Formal_Derived_Type_Definition): Modified to handle the list of
27365 interfaces.
27366
27367 * par-ch9.adb (P_Task): Modified to handle the list of interfaces in a
27368 task type declaration.
27369 (P_Protected): Modified to handle the list of interfaces in a
27370 protected type declaration.
27371
27372 2005-03-15 Doug Rupp <rupp@adacore.com>
27373 Vincent Celier <celier@adacore.com>
27374
27375 * bindgen.adb (Gen_Main_C): Change WBI __posix_exit to decc$posix_exit
27376 (Gen_Output_File_C): Likewise.
27377 (Gen_Main_C): Issue #include <stdlib.h> to avoid warning
27378
27379 2005-03-15 Thomas Quinot <quinot@adacore.com>
27380
27381 * checks.adb (Get_E_First_Or_Last): When the expression being retrieved
27382 is an N_Raise_Constraint_Error node, create a new copy of it without
27383 going through a call to Duplicate_Subexpr.
27384
27385 2005-03-15 Eric Botcazou <ebotcazou@adacore.com>
27386 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
27387 Nicolas Setton <setton@adacore.com>
27388 Ed Schonberg <schonberg@adacore.com>
27389
27390 PR ada/19900
27391 PR ada/19408
27392 PR ada/19140
27393 PR ada/20255
27394 * decl.c (gnat_to_gnu_field): Reject aliased components with a
27395 representation clause that prescribes a size not equal to the rounded
27396 size of their types.
27397 (gnat_to_gnu_entity, case E_Component): Always look at
27398 Original_Record_Component if Present and not the entity.
27399 (gnat_to_gnu_entity, case E_Record_Subtype): Rework handling of subtypes
27400 of tagged extension types by not making field for components that are
27401 inside the parent.
27402 (gnat_to_gnu_entity) <E_Record_Type>: Fix typo in the alignment formula
27403 (gnat_to_gnu_entity) <E_Variable>: Do not convert again the
27404 expression to the type of the object when the object is constant.
27405 Reverse defer_debug_incomplete_list before traversing it, so that trees
27406 are processed in the order at which they were added to the list. This
27407 order is important when using the stabs debug format.
27408 If we are deferring the output of debug information, also defer this
27409 output for a function return type.
27410 When adding fields to a record, prevent emitting debug information
27411 for incomplete records, emit the information only when the record is
27412 complete.
27413 (components_to_record): New parameter defer_debug.
27414 (gnat_to_gnu_entity, case E_Array_Subtype): Call copy_alias_set.
27415 (gnat_to_gnu_field_decl): New function.
27416 (substitution_list, annotate_rep): Call it.
27417 (gnat_to_gnu_entity, case E_Record_Subtype): Likewise.
27418 (gnat_to_gnu_entity, case E_Record_Type): Likewise.
27419 No longer update discriminants to not be a COMPONENT_REF.
27420 (copy_alias_set): Strip padding from input type; also handle
27421 unconstrained arrays properly.
27422
27423 * gigi.h (write_record_type_debug_info): New function.
27424 Convert to use ANSI-style prototypes. Remove unused
27425 declarations for emit_stack_check, elab_all_gnat and
27426 set_second_error_entity.
27427 (gnat_to_gnu_field_decl): New decl.
27428
27429 * utils.c (write_record_type_debug_info): New function.
27430 (finish_record_type): Delegate generation of debug information to
27431 write_record_type_debug_info.
27432 (update_pointer_to): Remove unneeded calls to rest_of_decl_compilation.
27433 (update_pointer_to): Fix pasto.
27434 (convert) <UNION_TYPE>: Accept slight type variations when
27435 converting to an unchecked union type.
27436
27437 * exp_ch13.adb (Expand_N_Freeze_Entity): If Freeze_Type returns True,
27438 replace the N_Freeze_Entity with a null statement.
27439
27440 * freeze.adb (Freeze_Expression): If the freeze nodes are generated
27441 within a constrained subcomponent of an enclosing record, place the
27442 freeze nodes in the scope stack entry for the enclosing record.
27443 (Undelay_Type): New Subprogram.
27444 (Set_Small_Size): Pass T, the type to modify; all callers changed.
27445 (Freeze_Entity, Freeze_Record_Type): Change the way we handle types
27446 within records; allow them to have freeze nodes if their base types
27447 aren't frozen yet.
27448
27449 * exp_util.adb (Remove_Side_Effects): Properly test for
27450 Expansion_Delayed and handle case when it's inside an
27451 N_Qualified_Expression.
27452
27453 * sem_ch3.adb (Derived_Type_Declaration): New predicate
27454 Comes_From_Generic, to recognize accurately that the parent type in a
27455 derived type declaration can be traced back to a formal type, because
27456 it is one or is derived from one, or because its completion is derived
27457 from one.
27458 (Constrain_Component_Type): If component comes from source and has no
27459 explicit constraint, no need to constrain in in a subtype of the
27460 enclosing record.
27461 (Constrain_Access, Constrain_Array): Allow itypes to be delayed.
27462 Minor change to propagate Is_Ada_2005 flag
27463
27464 * trans.c (gnat_to_gnu, case N_Aggregate): Verify that
27465 Expansion_Delayed is False.
27466 (assoc_to_constructor): Ignore fields that have a
27467 Corresponding_Discriminant.
27468 (gnat_to_gnu) <N_Return_Statement>: Restructure. If the
27469 function returns "by target", dereference the target pointer using the
27470 type of the actual return value.
27471 <all>: Be prepared for a null gnu_result.
27472 (processed_inline_subprograms): Check flag_really_no_inline
27473 instead of flag_no_inline.
27474 (set_second_error_entity): Remove unused function.
27475 (gnat_to_gnu, case N_Selected_Component): Call
27476 gnat_to_gnu_field_decl.
27477 (assoc_to_constructor): Likewise.
27478
27479 2005-03-15 Robert Dewar <dewar@adacore.com>
27480 Ed Schonberg <schonberg@adacore.com>
27481 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
27482
27483 * exp_pakd.adb (Create_Packed_Array_Type): Do not set
27484 Must_Be_Byte_Aligned for cases where we do not need to use a
27485 System.Pack_nn unit.
27486
27487 * exp_ch6.adb (Expand_Call): Call Expand_Actuals for functions as well
27488 as procedures.
27489 Needed now that we do some processing for IN parameters as well. This
27490 may well fix some unrelated errors.
27491 (Expand_Call): Handle case of unaligned objects (in particular those
27492 that come from packed arrays).
27493 (Expand_Inlined_Call): If the subprogram is a renaming as body, and the
27494 renamed entity is an inherited operation, re-expand the call using the
27495 original operation, which is the one to call.
27496 Detect attempt to inline parameterless recursive subprogram.
27497 (Represented_As_Scalar): Fix to work properly with private types
27498 (Is_Possibly_Unaligned_Object): Major rewrite to get a much more
27499 accurate estimate. Yields True in far fewer cases than before,
27500 improving the quality of code that depends on this test.
27501
27502 * exp_util.adb (Kill_Dead_Code): For a package declaration, iterate
27503 over both visible and private declarations to remove them from tree,
27504 and mark subprograms declared in package as eliminated, to prevent
27505 spurious use in subsequent compilation of generic units in the context.
27506
27507 * exp_util.ads: Minor cleanup in variable names
27508
27509 * sem_eval.ads, sem_eval.adb: Minor reformatting
27510 (Compile_Time_Known_Bounds): New function
27511
27512 2005-03-15 Ed Schonberg <schonberg@adacore.com>
27513
27514 * exp_ch7.adb (Convert_View): Use base types of underlying types when
27515 determining whether an unchecked conversion is needed for the argument
27516 of an initialization call.
27517
27518 2005-03-15 Ed Schonberg <schonberg@adacore.com>
27519
27520 * exp_intr.adb (Expand_Unc_Conversion): As a target type, use the type
27521 that appears in the instantiation rather than the internal subtype
27522 generated in the wrapper package, to avoid anomalies in gigi when the
27523 target is derived from a private type whose full view is an access type.
27524
27525 2005-03-15 Robert Dewar <dewar@adacore.com>
27526
27527 * exp_smem.adb, sem_attr.adb: Remove OK_For_Stream flag, not used,
27528 not needed.
27529 Add documentation to replace the use of this flag
27530 Fix kludge for Maximum_Alignment on x86 so that it does not apply to
27531 the x86_64.
27532
27533 2005-03-15 Thomas Quinot <quinot@adacore.com>
27534
27535 * exp_tss.ads, exp_tss.adb (Find_Inherited_TSS): New subprogram, moved
27536 here from exp_attr so it can be shared between exp_attr and exp_dist.
27537 (TSS_Names): Renamed from OK_TSS_Names. This array contains the list of
27538 all TSS names, not a subset thereof, and the previous name introduced
27539 an unnecessarily confusion that a distinction might exist between
27540 "OK" TSS names and some "not OK" TSS names.
27541
27542 2005-03-15 Doug Rupp <rupp@adacore.com>
27543
27544 * gnatchop.adb (Locate_Executable): Normalize the possibly VMS style
27545 Command_Name.
27546
27547 2005-03-15 Pascal Obry <obry@adacore.com>
27548 Eric Botcazou <ebotcazou@adacore.com>
27549
27550 PR ada/20226
27551 PR ada/20344
27552 * init.c (__gnat_initialize): Do not call __gnat_install_SEH_handler()
27553 when IN_RTS. This is to work around a bootstrap path problem.
27554
27555 * misc.c (gnat_parse_file): Create a SEH (Structured Exception Handler)
27556 table and pass it to __gnat_install_SEH_handler().
27557 (gnat_handle_option): Accept OPT_fRTS_, not OPT_fRTS.
27558
27559 * lang.opt: Fix specification of -fRTS=.
27560
27561 2005-03-15 Doug Rupp <rupp@adacore.com>
27562 Bernard Banner <banner@adacore.com>
27563 Vincent Celier <celier@adacore.com>
27564 Arnaud Charlet <charlet@adacore.com>
27565
27566 PR ada/6852
27567 This change works fine when gnatlib is built from the gcc directory,
27568 but does not work when using the libada Makefile, since GCC_FOR_TARGET
27569 is not passed to ada/Makefile.in, so more work is needed by a
27570 Makefile/configure expert.
27571
27572 * Makefile.in(gnatlib): Use $(GCC_FOR_TARGET) for compiling library.
27573 set GMEM_LIB on ia64 linux to add optional support for gnatmem.
27574 Setup gnatlink switch -M for x86_64 linux, as it is already setup
27575 for Linux x86.
27576 (gnatlib-shared-default): Use GNATLIBCFLAGS as well.
27577 Run ranlib on libgccprefix.a
27578 Define PREFIX_OBJS for Darwin, to build libgccprefix.
27579 (ADA_INCLUDE_SRCS): Split Ada packages.
27580
27581 2005-03-15 Robert Dewar <dewar@adacore.com>
27582
27583 * Make-lang.in: Add g-utf_32 unit for gnat and gnatbind
27584
27585 * impunit.adb: Add GNAT.UTF_32
27586
27587 * scng.adb: Use gnat.utf_32 instead of widechar for utf_32 stuff
27588
27589 * widechar.ads, widechar.adb: Remove redundant UTF-32 tables (scng
27590 now uses GNAT.UTF_32).
27591
27592 * g-utf_32.ads, g-utf_32.adb: This is a new unit with full
27593 capabilities for categorizing characters using Unicode categories
27594
27595 2005-03-15 Ed Schonberg <schonberg@adacore.com>
27596
27597 * sem_ch10.adb (Build_Ancestor_Name): If the ancestor is an
27598 instantiation that has been rewritten as a package body, retrieve spec
27599 to generate proper name for implicit_with_clause.
27600 (Install_Parents): Recognize a parent that is an instantiation but has
27601 been rewritten as a package declaration during analysis.
27602
27603 2005-03-15 Javier Miranda <miranda@adacore.com>
27604 Ed Schonberg <schonberg@adacore.com>
27605
27606 * sem_ch12.adb (Instantiate_Object): If the analysis of the actual
27607 parameter reported some error we immediately return. This improves the
27608 behaviour of the frontend in case of errors.
27609 (Install_Parent, Remove_Parent): Introduce new flag
27610 Parent_Unit_Visible, to preserve the proper visibility of the ultimate
27611 ancestor of a generic child unit, when the child is being instantiated.
27612 (Inline_Instance_Body): If we are compiling the private
27613 part or the body of a child unit, restore the proper visibility of the
27614 parents after compiling the instance body.
27615
27616 2005-03-15 Ed Schonberg <schonberg@adacore.com>
27617 Javier Miranda <miranda@adacore.com>
27618
27619 PR ada/15608
27620 * sem_util.adb (Get_Task_Body_Procedure): Type may be the completion
27621 of a private type, in which case it is underlying_type that denotes
27622 the proper task. Also modified to use the new entity attribute
27623 that is directly available in the task type and task subtype entities
27624 (Build_Actual_Subtype_Of_Component): Handle properly multidimensional
27625 arrays when other dimensions than the first are constrained by
27626 discriminants of an enclosing record.
27627 (Insert_Explicit_Dereference): If the prefix is an indexed component or
27628 a combination of indexed and selected components, find ultimate entity
27629 and generate the appropriate reference for it, to suppress spurious
27630 warnings.
27631 (Note_Possible_Modification): If an entity name has no entity, return.
27632 (Is_Variable): A function call never denotes a variable.
27633 (Requires_Transient_Scope): For record types, recurse only on
27634 components, not on internal subtypes that may have been generated for
27635 constrained components.
27636
27637 2005-03-15 Ed Schonberg <schonberg@adacore.com>
27638
27639 * sem_ch4.adb (Analyze_Concatenation): Do not consider operators marked
27640 Eliminated as candidates for resolution. Both efficient, and avoids
27641 anomalies with operators declared in deleted code.
27642 (Process_Implicit_Dereference_Prefix): Use this procedure whenever
27643 expansion is disabled (as when compiling a generic) to prevent spurious
27644 warnings on prefixes of selected components.
27645
27646 2005-03-15 Ed Schonberg <schonberg@adacore.com>
27647
27648 * sem_ch6.adb (Is_Private_Declaration): Verify that the declaration is
27649 attached to a list before checking whether it appears in the private
27650 declarations of the current package.
27651 (Make_Inequality_Operator): Insert declaration in proper declarative
27652 list rather than just setting the Parent field, so that
27653 Is_Private_Declaration can handle it properly.
27654
27655 2005-03-15 Ed Schonberg <schonberg@adacore.com>
27656
27657 * sem_ch8.adb (Analyze_Subprogram_Renaming): In a generic, if this is
27658 a renaming a body, check that the renamed subprogram in not intrinsic.
27659 (Find_Direct_Name): If several use_visible entities hide
27660 each other, and the context is a predefined file compiled through
27661 rtsfind, keep only the entity that comes from a predefined file.
27662
27663 2005-03-15 Geert Bosch <bosch@adacore.com>
27664
27665 * s-fatgen.adb (Valid): Extend special exceptions to account for long
27666 long float padding to also cover AMD64 and IA64.
27667
27668 2005-03-15 Gary Dismukes <dismukes@adacore.com>
27669
27670 * s-imgwch.adb: Add with and use of Interfaces.
27671 (Img_Wide_Character): Change type of Val to Unsigned_16.
27672 (Img_Wide_Wide_Character): Change type of Val to Unsigned_32.
27673
27674 2005-03-15 Matthew Gingell <gingell@adacore.com>
27675
27676 * sysdep.c: Implement __gnat_localtime_r as call to localtime_r on AIX.
27677
27678 2005-03-15 Robert Dewar <dewar@adacore.com>
27679
27680 * usage.adb: Add missing lines for -gnat95 and -gnat05 switches
27681
27682 * sem_ch7.adb: Minor change to propagate Is_Ada_2005 flag
27683
27684 * i-c.adb: Clarify that AI-258 behavior is also intended in Ada 95
27685
27686 2005-03-15 Robert Dewar <dewar@adacore.com>
27687
27688 * s-bitops.adb, s-bitops.ads,
27689 s-taprop-os2.adb, s-intman-vms.ads, s-intman-vxworks.ads,
27690 s-taprop-vxworks.adb, a-caldel.ads, a-calend.adb, a-tasatt.adb,
27691 tbuild.ads, s-finimp.adb, s-imgwch.adb, s-intman.ads, s-intman.ads,
27692 s-memory.adb, s-soflin.ads, s-taasde.ads, s-taprob.adb, s-taprop.ads,
27693 s-taprop.ads, s-tasini.adb, s-tasini.ads, s-tasini.ads, s-tasini.ads,
27694 s-taskin.ads, s-tasren.adb, s-tassta.adb, s-tassta.ads, s-tassta.ads,
27695 s-tasuti.ads, s-tataat.ads, s-tataat.ads, s-tataat.ads, s-tataat.ads,
27696 s-tpoben.adb, s-tpoben.adb, s-tpobop.ads: Update comments. Minor
27697 reformatting.
27698
27699 2005-03-15 Eric Botcazou <ebotcazou@adacore.com>
27700
27701 * utils2.c (build_binary_op): Fix typo.
27702
27703 2005-03-15 Doug Rupp <rupp@adacore.com>
27704
27705 * s-crtl.ads (popen,pclose): New imports.
27706
27707 2005-03-15 Cyrille Comar <comar@adacore.com>
27708
27709 * comperr.adb (Compiler_Abort): remove references to obsolete
27710 procedures in the bug boxes for various GNAT builds.
27711
27712 2005-03-15 Vincent Celier <celier@adacore.com>
27713
27714 * snames.ads, snames.adb: Save as Unix text file, not as DOS text file
27715
27716 2005-03-15 Geert Bosch <bosch@adacore.com>
27717 Arnaud Charlet <charlet@adacore.com>
27718 Robert Dewar <dewar@adacore.com>
27719 Cyrille Comar <comar@adacore.com>
27720 Sergey Rybin <rybin@adacore.com>
27721
27722 * gnat_ugn.texi: Remove extended inline assembly example, as it was far
27723 too specific and long-winded to be appropriate for the GNAT User's
27724 Guide.
27725 Warn about use of GCC switches not documented in the GNAT User's Guide,
27726 as these may cause generated code to not conform to Ada semantics.
27727 Remove mention of -gdwarf-2 for sparc64, since this is now the default.
27728 Add documentation for -gnat95 and -gnat05 switches
27729 Remove paragraph documenting obsolete way to refer to third party
27730 libraries.
27731 Add a few references to Ada_05 that were missing.
27732 Update documentation on -gnatZ/-gnatL.
27733 Document limitation when using -m64 under Solaris.
27734 Change the "Name Casing" subsection of the pretty-printer section
27735 according to the changes in the dictionary processing.
27736
27737 * gnat_rm.texi: Document the Ada_05 pragma.
27738 Section on record representation clauses describes the new more
27739 relaxed rules about placement of large packed bit array components.
27740 Add documentation of GNAT.UTF_32
27741
27742 2005-03-12 Daniel Berlin <dberlin@dberlin.org>
27743
27744 * misc.c (gnat_post_options): Turn off structural
27745 aliasing for now.
27746
27747 2005-03-08 Laurent Guerby <laurent@guerby.net>
27748
27749 * system-linux-sparc.ads: Fix typo in previous commit.
27750
27751 2005-03-07 James A. Morrison <phython@gcc.gnu.org>
27752 Laurent Guerby <laurent@guerby.net>
27753
27754 PR ada/20035
27755 * system-linux-sparc.ads: New.
27756 * Makefile.in: Add sparc linux entry.
27757
27758 2005-02-27 Danny Smith <dannysmith@users.sourceforge.net>
27759
27760 * seh_init.c (__gnat_SEH_error_handler): Mark third and fourth
27761 parameters as unused.
27762
27763 2005-02-26 Nathanael Nerode <neroden@gcc.gnu.org>
27764 Partial merge from libada-gnattools-branch:
27765
27766 2004-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
27767 * Makefile.in: Move gnattools{1,1re,2,3,4} and corresponding flags
27768 into code in gnattools/Makefile.in. Remove direct dependencies on
27769 stamp-tools by tools clauses.
27770 2004-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
27771 * config-lang.in: Add gnattools to $lang_dirs.
27772
27773 2005-02-13 Andrew Pinski <pinskia@physics.uc.edu>
27774
27775 PR ada/19942
27776 * utils.c (gnat_type_for_mode): Return null instead of ICE because
27777 we asked for an unknown mode.
27778
27779 2005-02-12 Richard Henderson <rth@redhat.com>
27780
27781 * utils.c (gnat_type_for_mode): Return NULL for COMPLEX modes;
27782 validate SCALAR_INT_MODE_P before calling gnat_type_for_size.
27783
27784 2005-02-10 Andreas Jaeger <aj@suse.de>
27785
27786 * init.c (__gnat_initialize): Mark parameter as unused.
27787
27788 2005-02-09 Doug Rupp <rupp@adacore.com>
27789
27790 * g-expect-vms.adb (Non_Blocking_Spawn): Separate out.
27791 * g-enblsp-vms-alpha.adb g-enblsp-vms-ia64.adb: New subunits.
27792
27793 2005-02-09 Doug Rupp <rupp@adacore.com>
27794
27795 * gnatchop.adb (dup, dup2),
27796 g-dirope.adb (closedir, opendir, rmdir): Reference via System.CRTL.
27797
27798 * gnatlbr.adb (mkdir),
27799 mlib-tgt-vms-ia64.adb (popen, plose): Import with decc$ prefix.
27800
27801 * s-crtl.ads (closdir, dup, dup2, opendir, rmdir): Import.
27802
27803 2005-02-09 Doug Rupp <rupp@adacore.com>
27804
27805 * s-tpopde-vms.adb: Add pragma Warnings (Off) for Task_Id conversions.
27806
27807 2005-02-09 Robert Dewar <dewar@adacore.com>
27808 Thomas Quinot <quinot@adacore.com>
27809 Javier Miranda <miranda@adacore.com>
27810 Pascal Obry <obry@adacore.com>
27811 Ed Schonberg <schonberg@adacore.com>
27812 Doug Rupp <rupp@adacore.com>
27813 Gary Dismukes <dismukes@adacore.com>
27814 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
27815
27816 * g-zstspl.ads: New file.
27817
27818 * a-chahan.ads, a-chahan.adb: Add declarations from AI-285
27819
27820 * a-string.ads: Add pragma Ada_05 for wide_wide_space to get warning in
27821 Ada 95 mode
27822 Add definition of Wide_Wide_Space for AI-285
27823
27824 * impunit.ads, impunit.adb, sem_ch10.adb: Complete rewrite and new
27825 interface (to support Ada 95 and Ada 2005 units).
27826 Add Unbounded_IO files
27827 Add entries for Wide_Wide packages for AI-285
27828 Add list of containers packages to Ada 2005 unit list
27829
27830 * a-swuwti.ads, a-swuwti.adb, a-suteio.ads, a-suteio.adb: Updates to
27831 support new Unbounded_IO package cleanly.
27832
27833 * g-utf_32.ads, g-utf_32.adb: New files.
27834
27835 * Makefile.rtl: Add entry for g-utf_32
27836 Add new files for Unbounded_IO
27837 Adjust make file for new AI-285 wide wide packages
27838 Add AI-302 containers to the run time.
27839
27840 * a-stwibo.adb, a-stwibo.ads, a-stwisu.adb, a-stwisu.ads,
27841 a-strbou.ads, a-strbou.adb, a-strsup.ads, a-strsup.adb: New
27842 subprograms for AI-301.
27843
27844 * a-stwiun.adb, a-stwiun.ads: Minor reformatting.
27845
27846 * a-stunau.ads: Minor comment correction
27847
27848 * rtsfind.ads, rtsfind.adb: Add definitions for Wide_Wide attributes
27849 etc.
27850 Also extend Text_IO_Kludge to support Wide_Wide_Text_IO
27851 (Check_RPC): Update to match changes in expanded code.
27852 Clean up unused entity.
27853
27854 * exp_ch3.ads, exp_ch3.adb: Fix various places where Wide_Wide_String
27855 was not taken into account.
27856 This includes proper initialization with Normalize_Scalars.
27857 (Get_Simple_Init_Val): Major rewrite for initialize scalars and
27858 normalize scalars cases (particularly the latter) to do a better job
27859 of finding invalid representations.
27860
27861 * s-scaval.ads, s-scaval.adb: Add values for zero invalid values
27862
27863 * s-strops.ads, s-strops.adb: Remove string normalize routines, never
27864 used
27865
27866 * exp_dist.adb: Add support for wide wide character type
27867 (Expand_Receiving_Stubs_Bodies): For a package declaration that has a
27868 private part, generate stub bodies at the end of the private part,
27869 not the visible part.
27870 (Add_RACW_Primitive_Operations_And_Bodies): Add last missing code for
27871 PolyORB support.
27872 (Add_Obj_RPC_Receiver_Completion): Add PCS-specific subprograms and
27873 generic wrapper to execute final processing after completing the
27874 expansion of the RPC receiver for an RACW.
27875
27876 * snames.h, snames.ads, snames.adb: Add definitions for wide_wide
27877 packages and attributes.
27878 (Preset_Names): Addition of the new reserved words of Ada 2005,
27879 that is interface, overriding and synchronized.
27880 (Get_Pragma_Id): Give support to the use of the new reserved word
27881 "interface" as a pragma name.
27882 (Is_Pragma_Name): Give support to the use of the new reserved word
27883 "interface" as a pragma name.
27884 (Preset_Names): Add stream_size string for the Stream_Size Ada2005
27885 attribute implementation.
27886
27887 * exp_attr.adb (Expand_Attribute_Reference): Do not apply validity
27888 checks to entities that are output parameters of Asm operations.
27889 Handle the Stream_Size attribute.
27890 Add implementation of Wide_Wide_Value, Wide_Wide_Image, Wide_Wide_Width
27891
27892 * exp_imgv.ads, exp_imgv.adb: Add support for wide wide character type
27893
27894 * sem_attr.adb (Eval_Attribute): Raise compile-time constraint error
27895 for second parameter being 0.0.
27896 Add support for wide wide character type.
27897 (Analyze_Attribute, Eval_Attribute): Handle the Stream_Size attribute.
27898
27899 * s-valwch.adb, s-valwch.ads, s-imgwch.ads, s-imgwch.adb,
27900 s-wchstw.ads, s-wchstw.adb, s-wchwts.adb, s-wchwts.ads,
27901 s-widwch.adb, s-widwch.ads, s-wwdcha.adb, s-wwdcha.ads,
27902 s-wwdenu.adb, s-wwdenu.ads, s-wwdwch.adb, s-wwdwch.ads: Add support
27903 for wide wide character cases.
27904
27905 * cstand.adb: Create entities for Wide_Wide_Character and
27906 Wide_Wide_String.
27907
27908 * i-c.ads, i-c.adb: Fix not raising CE for null wide strings in
27909 accordance with AI-258.
27910 Add new declarations for 16/32 bit C character types (Part of AI285)
27911
27912 * einfo.ads, einfo.adb (Is_Obsolescent, Is_Ada_2005): New flag
27913 (Obsolescent_Warning): New field
27914 (Rep_Clause): New local subprogram used to share code. Returns the rep
27915 clause for which the name is given in parameter.
27916 (Has_Stream_Size_Clause): New routine.
27917 (Stream_Size_Clause): Idem. Implementation is based on Rep_Clause.
27918 (Address_Clause): Implementation is now using Rep_Clause.
27919 (Alignment_Clause): Idem.
27920 (Size_Clause): Idem.
27921
27922 * lib-xref.adb (Generate_Reference): Test for reference to Ada 2005
27923 entity in non-Ada 2005 mode and generate warning.
27924
27925 * par-prag.adb: Add handling of one argument form for pragma Ada_05.
27926 (Prag): Code cleanup. Remove old gnat pragma "overriding"
27927
27928 * sem_prag.adb: Add handling of one argument form for pragma Ada_05
27929 (Analyze_Pragma, case Elaborate, Elaborate_All): Do not disable warnings
27930 on the named unit if the pragma is not in the current compilation unit,
27931 so that elaboration calls in the current unit can set up an elaboration
27932 dependency on the named unit, as needed.
27933 (Analyze_Pragma, case Obsolescent): Allow pragma to be used for library
27934 subprogram as well as for subprograms declared within a package.
27935 (Analyze_Pragma, Sig_Flags): Code cleanup. Remove support for the GNAT
27936 pragma overriding.
27937
27938 * krunch.ads, krunch.adb: Add special handling of Wide_Wide (krunched
27939 to z) to avoid some instances of duplication for Wide_Wide packages.
27940
27941 * namet.ads, namet.adb: Implement encoding (WWhhhhhhhh) for wide wide
27942 characters.
27943
27944 * scn.adb: Char_Literal_Value field is now a Uint
27945
27946 * scng.adb: Significant rewrite to handle new Ada 2005 features
27947 allowing wide and wide wide characters in program text, e.g. for
27948 identifiers, as described in AI-285.
27949 (Set_Reserved): New procedure, makes setting up keywords cleaner.
27950 (Initialize_Scanner): Register the new reserved words of Ada 2005.
27951 (Scan): Give support to the new reserved words.
27952
27953 * par-ch2.adb (P_Identifier): Compiling in Ada95 mode, generate a
27954 warning notifying that interface, overriding, and synchronized are
27955 new reserved words.
27956 (P_Pragma): Allow the use of the new reserved word "interface" as
27957 a pragma name.
27958
27959 * gnatls.adb, gnatbind.adb,
27960 ali-util.adb, binde.adb, ali.ads, ali.adb: Code cleanup. Rename
27961 identifiers named "interface" to "SAL_Interface".
27962
27963 * bindgen.adb (Gen_Main_Ada): Add support for the new SEH
27964 (Structured Exception handling).
27965 (Gen_Main_C): Idem.
27966
27967 * bindgen.adb:
27968 (Gen_Main_Ada): Set the default exit code if specified.
27969 (Gen_Main_C): Likewise.
27970 Part of *DC20-006.
27971 (Gen_Output_File_C): Remove redundant output of gnat_exit_status.
27972 Code cleanup. Rename identifiers named "interface" to "SAL_Interface"
27973
27974 * switch-b.adb, bindusg.adb, opt.ads, vms_data.ads: Add handling of
27975 new -Xnnn switch.
27976
27977 * mlib-prj.adb, mlib.adb: Code cleanup. Rename one identifier that
27978 has a collision with the new Ada 2005 "interface" reserved word.
27979
27980 * par-ch3.adb (P_Defining_Identifier): Compiling in Ada95 mode,
27981 generate a warning notifying that interface, overriding, and
27982 synchronized are new reserved words.
27983
27984 * scans.ads (Token_Type): Addition of the tokens corresponding to the
27985 new reserved words of Ada 2005: Tok_Interface, Tok_Overriding
27986 and Tok_Synchronized.
27987
27988 * sem_res.adb (Resolve_Actuals): Change error messages to refer to
27989 "dispatching" rather than "primitive" operations, since dispatching
27990 calls are now allowed to abstract formal subprograms (which are not
27991 primitive).
27992 Char_Literal_Value field is now a Uint
27993 (Resolve_Slice): If the prefix is an access to an unconstrained array,
27994 compute the actual subtype of the designated object to impose the proper
27995 index constraints.
27996 (Resolve_Selected_Component): Do not insert an access check if the
27997 prefix is an access type: such a node is expanded into an explicit
27998 dereference, on which the access check is performed anyway. Removes
27999 expensive duplicate checks.
28000 (Resolve_Call): Use new flag Is_Obsolescent and field
28001 Obsolescent_Warning so that pragma Obsolescent works on library
28002 subprograms.
28003 Add support for wide wide character type
28004 (Resolve_Allocator): Replace the error message on wrong null-exclusion
28005 value by a warning message.
28006 (Resolve_Type_Conversion): If the mixed-mode expression is interpreted
28007 as fixed-point, and one of the operands is non-static and universal, it
28008 can only be an illegal exponentiation operation, in which case there is
28009 no real value to retrieve.
28010
28011 * exp_strm.adb: Add support for wide wide character type
28012 (Build_Elementary_Input_Call): Compute the size of the stream element by
28013 querying the rep chain to find the Stream_Attribute attribute value.
28014 (Build_Elementary_Write_Call): Ditto.
28015
28016 * sem_aggr.adb: Char_Literal_Value field is now a Uint
28017 Add support for wide wide character type
28018 Replace the error messages on wrong null-exclusion value by warnings
28019 as described in Ada 2005.
28020 (Resolve_Extension_Aggregate): Document the fact that the error
28021 message on class-wide expressions in extensions aggregates.
28022
28023 * sem_case.adb: Add support for wide wide character type
28024
28025 * sem_ch13.adb: Add support for wide wide character type
28026 (Analyze_Attribute_Definition_Clause): Handle the Stream_Size attribute.
28027
28028 * sem_ch3.adb: Add support for wide wide character type
28029 (Process_Subtype): If constraint is illegal for the type, set Ekind of
28030 now-useless Itype, to prevent cascaded errors on a compiler built
28031 without -gnatp.
28032
28033 * sem_ch8.adb: Add with and use of Sem_Disp.
28034 (Analyze_Subprogram_Renaming): Replace unclean uses of
28035 Corresponding_Spec with Corresponding_Formal_Spec (and delete setting
28036 of Corresponding_Spec to Empty).
28037 (Attribute_Renaming): Replace use of Corresponding_Spec with
28038 Corresponding_ Formal_Spec and simplify condition.
28039 (Use_One_Package): Check that scope of homonym of identifier is defined,
28040 before checking whether it is a wrapper package.
28041 Add support for wide wide character type
28042
28043 * sem_eval.adb: Add support for wide wide character type.
28044 (Eval_Arithmetic_Op): Check for compile time known signed integer
28045 overflow in the non-static case.
28046 (Subtypes_Statically_Match): A formal scalar type and its base type do
28047 not statically match.
28048
28049 * sem_util.adb (Collect_Primitive_Operations): Minor change of "/=" to
28050 "not in" for test of N_Formal_Subprogram_Declaration (which is now a
28051 subtype).
28052 (Unit_Declaration_Node): Ditto.
28053 (Is_Variable_Prefix): For the case of an indexed component whose prefix
28054 has a packed array type, the prefix has been rewritten into a type
28055 conversion. Determine variable-ness from the converted expression.
28056 Handle wide wide character cases.
28057
28058 * stand.ads: Add types Wide_Wide_Character and Wide_Wide_String
28059
28060 * stringt.ads, stringt.adb: Handle full UTF-32 range.
28061 Remove ["0A"] from comment, since it can look like a line terminator.
28062 Currently we don't permit this, but this is under discussion by the
28063 ARG, and it is easy enough to use a different example.
28064
28065 * s-wchcon.ads, s-wchcnv.ads, s-wchcnv.adb: Add new subprograms for
28066 handling UTF-32 encoding for wide wide character.
28067 Implement new brackets coding ["hhhhhhhh"]
28068 Add UTF-8 encodings for full UTF-32 range
28069
28070 * ttypes.ads: Add definition of Standard_Wide_Wide_Character_Size
28071
28072 * types.h, types.ads, types.adb: Wide_Wide_Character now has full 31
28073 bit range Add full UTF-32 support.
28074 (RT_Exception_Code): Addition of CE_Null_Not_Allowed; used to
28075 notify that constraint error will be raised at run-time
28076 because a null value is assigned to a null-excluding object.
28077 Remove some obsolete declarations and make Char_Code
28078 unsigned.
28079
28080 * a-except.adb (Rcheck_30): New subprogram. Addition of the message
28081 corresponding to CE_Null_Not_Allowed, and adjust the output of all the
28082 Rcheck subprograms.
28083
28084 * checks.adb (Check_Null_Not_Allowed): Replace the error message on
28085 wrong null-exclusion value by a warning message.
28086 (Enable_Range_Check): Do range check if the prefix is an
28087 explicit dereference whose designated object is an unconstrained array.
28088 Current algorithm for removing duplicate checks is over-eager in this
28089 case.
28090
28091 * sem_ch5.adb (Analyze_Assignment): Replace the error messages on wrong
28092 null-exclusion value by a warning message
28093
28094 * atree.h, atree.ads, atree.adb: Remove Char_Code field support
28095 completely. Add support for Uint2 field
28096
28097 sem_ch2.adb, exp_ch11.adb, exp_dbug.adb,
28098 exp_prag.adb: Char_Literal_Value field is now a Uint.
28099
28100 * exp_util.adb (Insert_Actions): Replace
28101 N_Formal_Subprogram_Declaration by
28102 N_Formal_{Abstract|Concrete}_Subprogram_Declaration.
28103 Char_Literal_Value field is now a Uint.
28104
28105 * sinfo.ads, sinfo.adb (Corresponding_Formal_Spec): New function
28106 defined for subprogram renaming declarations. When set, the field
28107 indicates the defining entity of a corresponding formal subprogram
28108 when the renaming corresponds to a formal subprogram association in an
28109 instantiation.
28110 (Set_Corresponding_Formal_Spec): New procedure to return
28111 Corresponding_Formal_Spec field.
28112 Minor changes of "=" to "in" in tests of N_Formal_Subprogram_Declaration
28113 (which is now a subtype).
28114 Char_Literal_Value field is now a Uint
28115
28116 * exp_disp.ads, exp_disp.adb (Make_DT): Generate code that moves the
28117 pointer to the base of the dispatch table.
28118 Minor changes to comments.
28119 (Controlling_Type): New function for determining the tagged type
28120 associated with a tagged primitive subprogram.
28121 (Expand_Dispatching_Call): Add support for a controlling actual that is
28122 directly a value of type Ada.Tag rather than a tagged object.
28123
28124 * i-cpp.ads, i-cpp.adb, a-tags.ads, a-tags.adb: Update documentation
28125 describing the new layout.
28126 (Dispatch_Table): The expander computes the actual array size, allocates
28127 the Dispatch_Table record accordingly, and generates code that displaces
28128 the base of the record after the Typeinfo_Ptr component. The access to
28129 these components is done by means of local functions.
28130 (Offset_To_Top): New function.
28131 (Typeinfo_Ptr): New function.
28132 (Get_TSD): Modified to access the new position of the TSD.
28133 (Set_TSD): Modified to save the TSD in its new position.
28134
28135 * par-ch12.adb (P_Formal_Subprogram_Declaration): Add parsing for the
28136 case of formal abstract subprograms. Add check and message for -gnat05.
28137 Update comments.
28138
28139 * sem_ch12.adb: Add with and use for Sem_Disp.
28140 (Analyze_Associations): Minor change from "=" to "in" for use of
28141 N_Formal_Subtype_Declaration (which is now a subtype).
28142 (Set_Analyzed_Formal): Minor changes from "=" to "in" for uses of
28143 N_Formal_Subtype_Declaration (which is now a subtype).
28144 (Analyze_Formal_Subprogram): Add handling for
28145 N_Formal_Abstract_Subprogram, marking the formal as abstract and
28146 dispatching, setting the controlling status of the formal parameters
28147 and result, and issuing an error if there is no controlling type for
28148 the formal subprogram.
28149 (Instantiate_Formal_Subprogram): Rather than setting Corresponding_Spec,
28150 which is an unclean use of that field, we set the new field
28151 Corresponding_Formal_Spec to make the formal subprogram available to
28152 processing in Analyze_Subprogram_Declaration.
28153 (Analyze_Formal_{Discrete, Decimal_Fixed_Point, Fixed_Point,
28154 Floating_Point, Modular_Integer, Signed_Integer}_Type: Make formal type
28155 Constrained, so that it is is does not statically match its anonymous
28156 base type.
28157
28158 * sem_ch6.adb (Analyze_Subprogram_Specification): Include test for
28159 abstract formal subprograms in error check for functions returning
28160 abstract types. Set scope of new designator for
28161 a parameterless subprogram, so that it is available when checking the
28162 body for nested subprograms, before full analysis of said body.
28163 (Analyze_Subprogram_Body): Warn on inlining bodies with nested
28164 subprogram only if inner one comes from source.
28165 (Analyze_Function_Call): If the call is given in object notation, the
28166 analysis of the name rewrites the node and analyzes it with the proper
28167 argument list. After analyzing the name, if the call has been rewritten
28168 and the result type is set, no further analysis is needed.
28169 (Analyze_Return_Type): Subsidiary to Process_Formals: analyze subtype
28170 mark in function specification, in a context where the formals are
28171 visible and hide outer homographs.
28172
28173 * sem_disp.adb (Check_Controlling_Type): Relax the check for same scope
28174 as the tagged type for the cases of abstract formal subprograms and
28175 renamings of those. Clean up spec comments.
28176 (Check_Dispatching_Context): Add error message to indicate "abstract
28177 procedure", covering the case of a call to a formal abstract procedure
28178 that has statically tagged operands.
28179 (Check_Dispatching_Call): Check for the case of an actual given by
28180 a tag-indeterminate function call whose type is an ancestor of the
28181 containing call's associated tagged type. This situation can occur
28182 for inherited primitives with function defaults. In this case we
28183 use the tagged type's tag directly as the controlling argument for
28184 the calls.
28185 (Expand_Call): Name change on call to Expand_Dispatch_Call.
28186
28187 * sprint.adb (Sprint_Node_Actual): Split
28188 N_Formal_Subprogram_Declaration into two alternatives for the new
28189 cases N_Formal_Abstract_Subprogram_Declaration and
28190 N_Formal_Concrete_Subprogram_Declaration.
28191 Char_Literal_Value field is now a Uint.
28192
28193 * trans.c: Get rid of junk Uint2 reference.
28194 Char_Literal_Value field is now a Uint.
28195 (gnat_to_gnu, case N_Aggregate): Check TYPE_UNCHECKED_UNION_P.
28196 (gigi): Correct third arg to gimplify_body.
28197
28198 * ada-tree.h: (TYPE_UNCHECKED_UNION_P): New flag.
28199 (TYPE_LANG_FLAG_0): Check for record or union.
28200
28201 * treepr.adb: Char_Literal_Value field is now a Uint
28202
28203 * uintp.h, uintp.ads, uintp.adb: Add new routines UI_To_CC and
28204 UI_From_CC.
28205
28206 * widechar.ads, widechar.adb (Is_UTF_32_Non_Graphic): New function
28207 Add full UTF-32 support
28208 Char_Code is now 32 bits
28209
28210 * sinput.ads, sinput.adb (Skip_Line_Terminators): Extend to deal with
28211 wide character UTF_32 line terminators.
28212 Initialize Main_Source_File to avoid error when no main
28213 source is loaded.
28214
28215 * errout.adb (Finalize): Do not check Num_SRef_Pragmas
28216 (Main_Source_File) when no main source has been loaded, to avoid
28217 potential crash.
28218
28219 2005-02-09 Robert Dewar <dewar@adacore.com>
28220
28221 * a-strunb.ads, a-strunb.adb: Add missing pragma Ada_05 statements
28222 Fix name of Set routine
28223
28224 * a-strfix.ads, a-strfix.adb: Add new index functions from AI-301 to
28225 fixed packages.
28226
28227 * a-stwise.ads, a-stwise.adb, a-stwifi.ads, a-stwifi.adb,
28228 a-strsea.ads, a-strsea.adb: Add new index functions from AI-301 to
28229 fixed packages
28230
28231 * a-witeio.ads, a-witeio.adb, a-textio.ads, a-textio.adb: New function
28232 forms of Get_Line subprograms for AI-301.
28233
28234 * a-wtcoau.adb, a-wtcoau.ads, a-wtcoio.adb, a-wtcoio.ads,
28235 a-wtedit.adb, a-wtedit.adb, a-wtedit.ads, a-wttest.adb,
28236 a-wttest.ads, a-strmap.ads, a-strmap.adb, a-stwima.adb,
28237 a-stwima.ads: Minor reformatting.
28238
28239 2005-02-09 Doug Rupp <rupp@adacore.com>
28240 Thomas Quinot <quinot@adacore.com>
28241
28242 * adaint.c, adaint.h
28243 [VMS] (to_ptr32): New function.
28244 (MAYBE_TO_PTR32): New macro.
28245 (__gnat_portable_spawn,__gnat_portable_no_block_spawn): Adjust argv
28246 for pointer size.
28247 [VMS] (descriptor_s, ile_s): Use __char_ptr32 for adr field.
28248 [VMS] (#define fork()): Remove since unneccessary.
28249 (__gnat_set_close_on_exec): New routine to support
28250 GNAT.OS_Lib.Set_Close_On_Exec.
28251
28252 * g-expect.adb (Set_Up_Communications): Mark the pipe descriptors for
28253 the parent side as close-on-exec so that they are not inherited by the
28254 child.
28255
28256 * g-os_lib.ads, g-os_lib.adb (Set_Close_On_Exec): New subprogram to
28257 set or clear the FD_CLOEXEC flag on a file descriptor.
28258
28259 2005-02-09 Eric Botcazou <ebotcazou@adacore.com>
28260 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
28261
28262 PR ada/19386
28263 * decl.c:
28264 (gnat_to_gnu_field): Do not necessarily invoke make_packable_type
28265 on the field if Pragma Component_Alignment (Storage_Unit).
28266 (gnat_to_gnu_entity, case object): Do not treat a renaming that has
28267 side-effects as if it were a constant; also make SAVE_EXPR to protect
28268 side-effects.
28269 (gnat_to_gnu_entity, case E_Record_Subtype): If have _Parent, make a
28270 UNION_TYPE.
28271 (make_dummy_type): Set TYPE_UNCHECKED_UNION_P.
28272 (components_to_record): Test it.
28273 Fix improper usage of REFERENCE_CLASS_P.
28274
28275 * utils2.c (build_binary_op, case MODIFY_EXPRP): Treat UNION_TYPE as
28276 RECORD_TYPE.
28277
28278 * utils2.c: Minor reformatting.
28279
28280 * utils.c (convert, case UNION_TYPE): Check TYPE_UNCHECKED_UNION;
28281 handle other cases like RECORD_TYPE.
28282
28283 * utils.c (gnat_pushdecl): Set TREE_NO_WARNING.
28284
28285 2005-02-09 Ed Schonberg <schonberg@adacore.com>
28286
28287 * exp_aggr.adb (Gen_Assign): If the expression is an aggregate for a
28288 component of an array of arrays in an assignment context, and the
28289 aggregate has component associations that require sliding on
28290 assignment, force reanalysis of the aggregate to generate a temporary
28291 before the assignment.
28292 (Must_Slide): Make global to the package, for use in Gen_Assign.
28293
28294 2005-02-09 Ed Schonberg <schonberg@adacore.com>
28295
28296 * exp_ch4.adb (Expand_Composite_Equality): If a component is an
28297 unchecked union with no inferable discriminants, return a
28298 Raise_Program_Error node, rather than inserting it at the point the
28299 type is frozen.
28300 (Expand_Record_Equality, Component_Equality): Handle properly the case
28301 where some subcomponent is an unchecked union whose generated equality
28302 code raises program error.
28303
28304 2005-02-09 Doug Rupp <rupp@adacore.com>
28305
28306 * gnatbl.c: [VMS] (_POSIX_EXIT): Define.
28307 [VMS] (#define exit hack): Remove.
28308
28309 2005-02-09 Pascal Obry <obry@adacore.com>
28310 Arnaud Charlet <charlet@adacore.com>
28311
28312 * init.c (__gnat_initialize): Add a new parameter eh which contains the
28313 address of the exception registration. The Win32 version of this
28314 routine calls __gnat_install_SEH_handler() to initialize the SEH
28315 (Structured Exception Handling) handler.
28316 (__gnat_error_handler) [Win32]: Removed. Not needed as we use
28317 SEH (Structured Exception Handling) now.
28318 (__gnat_install_handler) [Win32]: Nothing to do now as we use SEH.
28319 (__gnat_initialize for ppc-vxworks): Adjust comments and the
28320 preprocessor condition protecting the call to the extra eh setup
28321 subprogram, which is only available for the ppc target.
28322 (__gnat_clear_exception_count): replaced reference to
28323 variable taskIdCurrent by call to taskIdSelf(), cleaner.
28324
28325 * seh_init.c: New file.
28326
28327 * Make-lang.in: (GNAT_ADA_OBJS): Add seh_init.o.
28328 (GNATBIND_OBJS): Idem.
28329
28330 * misc.c (gnat_parse_file): Update call to __gnat_initialize. This
28331 routine takes a new parameter (a pointer to the exception registration
28332 for the SEH (Structured Exception Handling) support.
28333
28334 * raise.h: (__gnat_install_SEH_handler): New prototype.
28335 Update copyright notice.
28336
28337 * s-tassta.adb (Task_Wrapper): Declare the exception registration
28338 record and initialize it by calling __gnat_install_SEH_handler.
28339
28340 2005-02-09 Vincent Celier <celier@adacore.com>
28341
28342 * make.adb (Gnatmake): Do not fail when the main project has no object
28343 directory.
28344
28345 2005-02-09 Doug Rupp <rupp@adacore.com>
28346
28347 * Makefile.in [VMS] (LN,LN_S): Define as cp -p
28348 Rename s-asthan-vms.adb to s-asthan-vms-alpha.adb.
28349 [VMS]: Add translations for g-enblsp.adb.
28350
28351 * s-asthan-vms.adb: Removed.
28352 * s-asthan-vms-alpha.adb: Added.
28353
28354 2005-02-09 Pascal Obry <obry@adacore.com>
28355
28356 * Makefile.in (LIBGNAT_SRCS): Add seh_init.c.
28357 (LIBGNAT_OBJS): Add seh_init.o.
28358
28359 2005-02-09 Arnaud Charlet <charlet@adacore.com>
28360
28361 PR ada/16592
28362 * Makefile.in: Link all gnat tools with -static-libgcc, since
28363 -shared-libgcc is now used by default on some systems (e.g. linux with
28364 recent binutils).
28365 Remove references to Makefile.prolog/generic, no longer used.
28366
28367 2005-02-09 Vincent Celier <celier@adacore.com>
28368
28369 * prj-makr.adb (Process_Directory): Put file name in canonical case
28370 before matching against the patterns.
28371 If gnatname has been invoked as <prefix>-gnatname
28372 then invoke the compiler as <prefix>-gcc, not just "gcc".
28373
28374 2005-02-09 Ed Schonberg <schonberg@adacore.com>
28375
28376 * sem_ch4.adb (Analyze_Selected_Component): Create Actual_Subtype even
28377 with expansion disabled. The actual subtype is needed among other
28378 places when the selected component appears in the context of a loop
28379 bound, and denotes a packed array.
28380 (Operator_Check): Always use the first subtype in the
28381 error message, to avoid the appearance of internal base types.
28382 (Transform_Object_Operation): Copy each actual in full
28383 to the parameter associations of the constructed call, rather than
28384 using the shallow copy mechanism of New_Copy_List. This ensures that
28385 the chaining of named associations is done properly.
28386 (Complete_Object_Operation): Rewrite node, rather than
28387 replacing it, so that we can trace back to the original selected
28388 component.
28389
28390 * sem_elab.adb (Set_Elaboration_Constraint): For initialization calls,
28391 and calls that use object notation, if the called function is not
28392 declared in a withed unit, place the elaboration constraint on the
28393 unit in the context that makes the function accessible.
28394 (Check_Elab_Subtype_Declaration): Check whether a subtype declaration
28395 imposes an elaboration constraint between two packages.
28396
28397 2005-02-09 Ed Schonberg <schonberg@adacore.com>
28398
28399 * sem_ch7.adb (Uninstall_Declarations): Exchange full and private
28400 views of a private type after handling its private dependents, to
28401 maintain proper stack discipline between entry and exit from the
28402 package.
28403
28404 2005-02-09 Cyrille Comar <comar@adacore.com>
28405
28406 * s-finimp.adb: (Finalize_List): Optimize in the no-abort case.
28407 Minor reformatting.
28408
28409 2005-02-09 Arnaud Charlet <charlet@adacore.com>
28410
28411 * s-tporft.adb (Register_Foreign_Thread): Initialize Task_Image[_Len]
28412 fields for foreign threads.
28413
28414 2005-02-09 Doug Rupp <rupp@adacore.com>
28415
28416 * s-vaflop.adb: Add pragma Warnings (Off) to eliminate infinite
28417 recursion warnings when compiled with -gnatdm.
28418
28419 2005-02-09 Robert Dewar <dewar@adacore.com>
28420
28421 * usage.adb: Add line for switch -gnat05 (allow Ada 2005 extensions)
28422 Slight fix to documentation of -gnaty with no parameters
28423
28424 * xr_tabls.ads: Add ??? comment for missing overall comment
28425
28426 * xsinfo.adb: Make default file name be sinfo.h, since this is what
28427 we now use by default.
28428
28429 * xsnames.adb: Adjust end of file test to look for five space followed
28430 by '#' instead of six spaces. The format of xsnames.adb was modified
28431 in the last update.
28432
28433 * a-numeri.ads: Add reference to AI-388 for greek letter pi
28434 identifier.
28435
28436 * clean.adb: Minor reformatting.
28437
28438 * gnat1drv.adb, gnatfind.adb, gnatlink.adb, gnatmem.adb,
28439 gnatname.adb: Minor reformatting
28440 Add 2005 to copyright output when utility is run
28441
28442 * csets.adb: Eliminate obsolete comment
28443
28444 * debug.adb, g-socket.ads, i-cobol.adb: Minor reformatting throughout
28445 Update comments.
28446
28447 * sem_eval.ads (Eval_Integer_Literal): Do not inline this, not useful.
28448
28449 2005-02-09 Sergey Rybin <rybin@adacore.com>
28450
28451 * gnat_ugn.texi: Add to the gnatpp section the paragraph describing
28452 the difference between compact and incompact layout and add the record
28453 representation clause to the example illustrating different layouts.
28454 Add the description of '-A5' gnatpp option ("align 'AT' keywords in
28455 component clauses").
28456
28457 2005-02-09 Florian Villoing <villoing@adacore.com>
28458
28459 * gnat_ugn.texi: Fix typos.
28460 Use @command to display 'gcc', 'gnatbind', etc. insted of @code or
28461 @file.
28462 Make proper use of @ref, @xref and @pxref to avoid duplication of "see"
28463 in the generated documentation.
28464
28465 2005-02-09 Arnaud Charlet <charlet@adacore.com>
28466
28467 * gnat_ugn.texi: Remove all mentions of FSU threads, which are no
28468 longer supported.
28469 Update linker wrapper when linking with non GNU C++.
28470
28471 2005-02-09 Pascal Obry <obry@adacore.com>
28472
28473 * gnat_ugn.texi:
28474 Document the procedure to debug the DllMain routine on Windows.
28475 Add note about -funwind-tables and mixed Ada and C/C++ programming in
28476 ZCX mode.
28477 Document new BIND qualifer /RETURN_CODES=VMS.
28478
28479 2005-02-09 Ben Brosgol <brosgol@adacore.com>
28480
28481 * gnat_ugn.texi: Wordsmithing of "GNAT and Libraries" chapter
28482 Edited gnatmetric chapter
28483
28484 2005-02-09 Robert Dewar <dewar@adacore.com>
28485
28486 * gnat_rm.texi:
28487 Changes to document new wide wide character support
28488 For AI-285
28489 Update documentation on Normalize_Scalars and Initialize_Scalars
28490
28491 2005-02-09 Pascal Obry <obry@adacore.com>
28492
28493 * s-taprop-mingw.adb, s-soflin.ads: Minor reformatting.
28494
28495 2005-02-09 Jose Ruiz <ruiz@adacore.com>
28496
28497 * s-osinte-vxworks.ads (taskPriorityGet): Add this function (imported
28498 from the VxWorks kernel) that is needed for getting the active
28499 priority of the different tasks.
28500
28501 * s-atacco.ads, s-atacco.adb (Nothing): Remove this dummy procedure.
28502 Use a pragma Elaborate_Body in the spec file instead.
28503 Noticed by code reading.
28504
28505 2005-02-09 Thomas Quinot <quinot@adacore.com>
28506
28507 * exp_util.ads: Minor correction in comment.
28508
28509 2005-02-09 Arnaud Charlet <charlet@adacore.com>
28510
28511 * s-taprop.ads (Initialize): Update comments. Remove pragma Inline,
28512 since this procedure is now too complex to be worth inlining.
28513
28514 2005-02-09 Richard Henderson <rth@redhat.com>
28515
28516 * utils.c (gnat_define_builtin): Remove.
28517 (gnat_install_builtins): Use build_common_builtin_nodes.
28518
28519 2005-02-09 Arnaud Charlet <charlet@adacore.com>
28520
28521 * a-rbtgso.adb, a-crbtgo.ads, a-crbtgo.adb, a-crbtgk.ads,
28522 a-crbtgk.adb, a-crbltr.ads, a-coprnu.ads, a-coprnu.adb,
28523 a-coorse.ads, a-coorse.adb, a-convec.ads, a-convec.adb,
28524 a-contai.ads, a-coinve.ads, a-coinve.adb, a-cohata.ads,
28525 a-cohama.ads, a-cohama.adb, a-ciorse.ads, a-ciorse.adb,
28526 a-cihama.ads, a-cihama.adb, a-cidlli.ads, a-cidlli.adb,
28527 a-chtgop.ads, a-chtgop.adb, a-cgcaso.ads, a-cgcaso.adb,
28528 a-cgarso.ads, a-cgarso.adb, a-cdlili.ads, a-cdlili.adb,
28529 a-cgaaso.adb, a-coormu.adb, a-ciormu.adb, a-cihase.adb,
28530 a-cihase.ads, a-cohase.adb, a-cohase.ads, a-ciorma.ads,
28531 a-coorma.ads, a-swunha.ads, a-stunha.ads, a-ciormu.ads,
28532 a-coormu.ads, a-rbtgso.ads, a-swunha.adb, a-stunha.adb,
28533 a-cgaaso.ads, a-ciorma.adb, a-coorma.adb, a-secain.adb,
28534 a-secain.ads, a-slcain.ads, a-slcain.adb, a-shcain.ads,
28535 a-shcain.adb, a-chtgke.ads, a-chtgke.adb, a-stwiha.ads,
28536 a-stwiha.adb, a-strhas.ads, a-strhas.adb, a-chzla1.ads,
28537 a-chzla9.ads, a-lfztio.ads, a-liztio.ads, a-llfzti.ads,
28538 a-llizti.ads, a-sfztio.ads, a-siztio.ads, a-ssizti.ads,
28539 a-stzbou.adb, a-stzbou.ads, a-stzfix.adb, a-stzfix.ads,
28540 a-stzhas.adb, a-stzhas.ads, a-stzmap.adb, a-stzmap.ads,
28541 a-stzsea.adb, a-stzsea.ads, a-stzsup.adb, a-stzsup.ads,
28542 a-stzunb.adb, a-stzunb.ads, a-swunau.adb, a-swunau.ads,
28543 a-szmzco.ads, a-szunau.adb, a-szunau.ads, a-szunha.adb,
28544 a-szunha.ads, a-szuzti.adb, a-szuzti.ads, a-tiunio.ads,
28545 a-wwunio.ads, a-ztcoau.adb, a-ztcoau.ads, a-ztcoio.adb,
28546 a-ztcoio.ads, a-ztcstr.adb, a-ztcstr.ads, a-ztdeau.adb,
28547 a-ztdeau.ads, a-ztdeio.adb, a-ztdeio.ads, a-ztedit.adb,
28548 a-ztedit.ads, a-ztenau.adb, a-ztenau.ads, a-ztenio.adb,
28549 a-ztenio.ads, a-ztexio.adb, a-ztexio.ads, a-ztfiio.adb,
28550 a-ztfiio.ads, a-ztflau.adb, a-ztflau.ads, a-ztflio.adb,
28551 a-ztflio.ads, a-ztgeau.adb, a-ztgeau.ads, a-ztinau.adb,
28552 a-ztinau.ads, a-ztinio.adb, a-ztinio.ads, a-ztmoau.adb,
28553 a-ztmoau.ads, a-ztmoio.adb, a-ztmoio.ads, a-zttest.adb,
28554 a-zttest.ads, a-zzunio.ads: New files. Part of new Ada 2005
28555 library.
28556
28557 2005-01-27 Laurent Guerby <laurent@guerby.net>
28558
28559 * Makefile.in: Fix a-intnam.ads from previous commit,
28560 add 2005 to copyright.
28561 * a-intman-rtems.ads: Renamed to...
28562 * a-intnam-rtems.ads:
28563
28564 2005-01-27 Laurent Guerby <laurent@guerby.net>
28565
28566 * Makefile.in: Rename GNAT RTEMS specific files.
28567 * 5rtpopsp.adb, 4rintnam.ads, 5rosinte.adb,
28568 5rosinte.ads, 5rparame.adb: Replaced by files below.
28569 * s-tpopsp-rtems.adb, a-intman-rtems.ads, s-osinte-rtems.adb,
28570 s-osinte-rtems.ads, s-parame-rtems.adb: Replace files above.
28571
28572 2005-01-27 Joel Sherrill <joel.sherrill@oarcorp.com>
28573 Laurent Guerby <laurent@guerby.net>
28574
28575 PR ada/19488
28576 * 5rosinte.ads: Add No_Key constant.
28577 * 5rtpopsp.adb: Initialize ATCB_Key with No_Key and fix style.
28578 * gsocket.h: Do not include <sys/socket.h> with RTEMS either.
28579
28580 2005-01-26 Laurent Guerby <laurent@guerby.net>
28581
28582 PR ada/19414
28583 * i-cobol.adb (Valid_Numeric): Handle zero length case.
28584
28585 2005-01-20 Richard Henderson <rth@redhat.com>
28586
28587 * Makefile.in (alpha-linux, LIBGNAT_TARGET_PAIRS): Use
28588 a-intnam-linux.ads and system-linux-alpha.ads.
28589 * a-intnam-linux-alpha.ads: Remove file.
28590 * s-osinte-linux-alpha.ads (SIGUNUSED, SIGSTKFLT, SIGLOST): New.
28591 * system-linux-alpha.ads: New file.
28592
28593 2005-01-18 Jakub Jelinek <jakub@redhat.com>
28594
28595 PR ada/13470
28596 * a-stunau.adb (Get_String): Don't return U.Reference, but Ret that is
28597 set to the new string.
28598
28599 2005-01-18 Toon Moene <toon@moene.indiv.nluug.nl>
28600
28601 * system-linux-ppc.ads: Set ZCX_By_Default and GCC_ZCX_Support
28602 to True.
28603
28604 2005-01-18 Richard Henderson <rth@redhat.com>
28605
28606 * Makefile.in (LIBGNAT_TARGET_PAIRS, TOOLS_TARGET_PAIRS, MISCLIB,
28607 THREADSLIB, GNATLIB_SHARED, PREFIX_OBJS, LIBRARY_VERSION): Specialize
28608 for alpha-linux.
28609 * s-osinte-linux-alpha.ads, a-intnam-linux-alpha.ads: New files.
28610
28611 2005-01-14 Andrew Pinski <pinskia@physics.uc.edu>
28612
28613 * system-darwin-ppc.ads (ZCX_By_Default): Change to True.
28614 (GCC_ZCX_Support): Likewise.
28615
28616 2005-01-11 Bastian Blank <waldi@debian.org>
28617
28618 * system-linux-s390.ads: Define Preallocated_Stacks.
28619 * system-linux-s390x.ads: Likewise.
28620
28621 2005-01-04 Arnaud Charlet <charlet@adacore.com>
28622
28623 * gnat_ugn.texi: Fix texi errors with null variables.
28624
28625 2005-01-03 Thomas Quinot <quinot@adacore.com>
28626
28627 * gen-soccon.c: New utility program to generate g-soccon.ads
28628 automatically.
28629
28630 * socket.c, gsocket.h: Split inclusion of system header files into a
28631 gsocket.h file separated from socket.c, to allow reuse in gen-soccon.c.
28632
28633 * g-soccon.ads, g-soccon-unixware.ads, g-soccon-tru64.ads,
28634 g-soccon-aix.ads, g-soccon-irix.ads, g-soccon-hpux.ads,
28635 g-soccon-interix.ads, g-soccon-solaris.ads, g-soccon-mingw.ads,
28636 g-soccon-vxworks.ads, g-soccon-freebsd.ads: Note that these files
28637 should not be edited by hand anymore, but should be regenerated using
28638 gen-soccon.
28639
28640 2005-01-03 Robert Dewar <dewar@adacore.com>
28641 Ed Schonberg <schonberg@adacore.com>
28642 Vincent Celier <celier@adacore.com>
28643
28644 * s-atacco.ads, a-direio.adb: Protect use of 'Constrained by warnings
28645 on/off, since this is an obsolescent feature, for which we now generate
28646 a warning.
28647
28648 * sem_attr.adb (Analyze_Attribute, case Constrained): Issue warning if
28649 warning mode is set and obsolescent usage of this attribute occurs.
28650 (Resolve_Access, case 'Access): Note that GNAT uses the context type to
28651 disambiguate overloaded prefixes, in accordance with AI-235. GNAT code
28652 predates, and partly motivates, the adoption of the AI.
28653 Implement new Ada 2005 attribute Mod
28654
28655 * exp_attr.adb (Expand_N_Attribute_Reference): Implement Ada 2005
28656 attribute Mod.
28657
28658 * par-ch4.adb (P_Name): In Ada 2005 mode, recognize new attribute Mod
28659
28660 * snames.h, snames.ads, snames.adb: Add entry for No_Dependence for
28661 pragma restrictions.
28662 New entry for Ada 2005 attribute Mod.
28663
28664 * par-prag.adb:
28665 Add recognition of new pragma Restrictions No_Dependence
28666 Recognize restriction No_Obsolescent_Features at parse time
28667
28668 * bcheck.adb: Add circuitry for checking for consistency of
28669 No_Dependence restrictions.
28670
28671 * lib-writ.ads, lib-writ.adb: Output new R lines for No_Dependence
28672 restrictions.
28673
28674 * restrict.ads, restrict.adb: Add subprograms to deal with
28675 No_Dependence restrictions.
28676
28677 * rtsfind.adb: Check that implicit with's do not violate No_Dependence
28678 restrictions.
28679
28680 * sem_ch3.adb, sem_ch11.adb, sem_ch13.adb, lib-xref.adb,
28681 sem_attr.adb: Add check for new restriction No_Obsolescent_Features
28682
28683 * scn.ads, prj-err.ads, prj-err.adb, ali-util.adb, gprep.adb: Add new
28684 dummy parameter to scng instantiation.
28685 Needed for new restriction No_Obsolescent_Features
28686
28687 * scn.adb: (Obsolescent_Check): New procedure
28688 Needed for new restriction No_Obsolescent_Features
28689
28690 * scng.ads, scng.adb: Always allow wide characters in Ada 2005 mode, as
28691 specified by AI-285, needed for implementation of AI-388 (adding greek
28692 pi to Ada.Numerics).
28693 Add new generic formal to scng, needed for new restriction
28694 No_Obsolescent_Features.
28695
28696 * s-rident.ads: Add new restriction No_Obsolescent_Features.
28697
28698 * ali.ads, ali.adb: Adjustments for reading new No_Dependence
28699 restrictions lines.
28700 (Scan_ALI): When finding an unexpected character on an R line, raise
28701 exception Bad_R_Line, instead of calling Fatal_Error, so that, when
28702 Ignore_Errors is True, default restrictions are set and scanning of the
28703 ALI file continues with the next line. Also, when Bad_R_Line is raised
28704 and Ignore_Errors is True, skip to the end of le line.
28705
28706 * sem_ch10.adb: Check that explicit with's do not violate
28707 No_Dependence restrictions.
28708 (Install_Withed_Unit): Add code to implement AI-377 and diagnose
28709 illegal context clauses containing child units of instance.
28710
28711 * sem_prag.adb: Processing and checking for new No_Dependence
28712 restrictions.
28713 (Analyze_Pragma, case Psect_Object): Call Check_Arg_Is_External_Name to
28714 analyze and check the External argument.
28715
28716 * a-numeri.ads: Add greek letter pi as alternative spelling of Pi
28717
28718 2005-01-03 Robert Dewar <dewar@adacore.com>
28719
28720 * atree.adb: Add a fifth component to entities
28721 This allows us to add 32 flags and four new fields
28722
28723 * atree.ads: Add a fifth component to entities
28724 This allows us to add 32 flags and four new fields
28725
28726 * einfo.ads, einfo.adb: Document new fields and new flags now available
28727 Add routines for printing new fields
28728
28729 * treepr.adb: Call routines to print out additional fields if present
28730
28731 2005-01-03 Arnaud Charlet <charlet@adacore.com>
28732
28733 * bld.ads, bld.adb, bld-io.ads, bld-io.adb, gprcmd.adb,
28734 gpr2make.ads, gpr2make.adb: Remove gpr2make, replaced by gprmake.
28735
28736 * Makefile.in: Add support to build shared Ada libraries on solaris x86
28737 Remove gpr2make, replaced by gprmake.
28738 Remove references to gnatmem and libaddr2line.
28739 Add indepsw.adb<indepsw-linux.adb to TOOLS_TARGET_PAIRS for IA64 linux.
28740 (gnatlib-shared-darwin): Add "-fno-common" to GNATLIBCFLAGS.
28741 Add support for specialized version of Ada.Numerics.Aux for Darwin: use
28742 a-numaux-darwin.ads and a-numaux-darwin.adb
28743 Enable mlib-tgt-lynxos.adb on lynxos.
28744
28745 * Make-lang.in: Remove rules for gpr2make.
28746 When generating sdefault.adb, do not call Relocate_Path
28747 on S3 for function Target_Name, as it is not a path.
28748 Remove references to gnatmem and libaddr2line.
28749
28750 * a-numaux-darwin.ads, a-numaux-darwin.adb, g-soccon-darwin.ads: New
28751 files.
28752
28753 2005-01-03 Samuel Tardieu <tardieu@adacore.com>
28754
28755 * checks.adb (Apply_Alignment_Check): Generate a warning if an object
28756 address is incompatible with its base type alignment constraints when
28757 this can be decided statically.
28758
28759 2005-01-03 Olivier Hainque <hainque@adacore.com>
28760
28761 * decl.c (compatible_signatures_p): New function. The intended purpose
28762 is to check if two function signatures for a call-site and a callee are
28763 compatible enough for the call to be valid. The underlying purpose is
28764 to check if a call to a mapped builtin is using the right interface.
28765 The current code actually does not check antyhing - this a placeholder
28766 for future refinements.
28767 (gnat_to_gnu_entity) <E_Subprogram_Call>: Add preliminary bits to handle
28768 builtin calls for convention Intrinsic.
28769
28770 * gigi.h (builtin_decl_for): Declare (new function).
28771
28772 * utils.c (gnat_install_builtins): Install the target specific builtins.
28773 (builtin_decl_for): New function, provide a dummy body for now.
28774
28775 2005-01-03 Geert Bosch <bosch@adacore.com>
28776
28777 * eval_fat.adb: (Eps_Model,Eps_Denorm): Remove, no longer used.
28778 (Succ): Re-implement using Scaling, Exponent and Ceiling attributes.
28779 (Pred): Implement in terms of Succ.
28780
28781 * trans.c (convert_with_check): Reimplement conversion of float to
28782 integer.
28783
28784 2005-01-03 Ed Schonberg <schonberg@adacore.com>
28785 Vincent Celier <celier@adacore.com>
28786
28787 * exp_aggr.adb (Packed_Array_Aggregate_Handled): The values of the
28788 bounds can be negative, and must be declared Int, not Nat.
28789
28790 * sem_elim.adb (Line_Num_Match): Correct wrong code when index in an
28791 array is checked after using the index in the array.
28792
28793 * makegpr.adb (Add_Switches): Check if there is a package for the
28794 processor. If there is no package, do not look for switches.
28795
28796 2005-01-03 Ed Schonberg <schonberg@adacore.com>
28797
28798 * exp_ch3.adb (Stream_Operations_OK): Predicate to determine when the
28799 generation of predefined stream operations (specs and bodies) should
28800 proceed. Under various restrictions these subprograms must not be
28801 generated.
28802
28803 2005-01-03 Thomas Quinot <quinot@adacore.com>
28804
28805 * exp_dist.adb:
28806 Declare subprogram index in Build_RPC_Receiver_Body, to reduce the
28807 amount of PCS-specific code in RACW stubs generation.
28808 (Copy_Specification): Set Etype on copied formal parameter entities, as
28809 this information is needed for PolyORB stubs generation.
28810 (PolyORB_Support.Build_Subprogram_Receiving_Stubs): Remove unused
28811 variable Dynamic_Async.
28812 (Build_Subprogram_Receiving_Stubs): Make PCS-specific
28813 (Build_RPC_Receiver_Specification): Make generic again, as recent
28814 changes have allowed RPC receivers to have the same profile for both
28815 variants of the PCS.
28816 Reorganise RPC receiver generation to reduce differences between the
28817 structure of GARLIC and PolyORB RPC receivers.
28818 (Add_Receiving_Stubs_To_Declarations): Make this subprogram
28819 PCS-specific.
28820 Simplify elaboration code for RCI packages.
28821
28822 * s-parint.ads, s-parint.adb, rtsfind.ads: Reorganise RPC receiver
28823 generation to reduce differences between the structure of GARLIC and
28824 PolyORB RPC receivers.
28825
28826 * s-stratt.adb: Fix typo in comment.
28827
28828 2005-01-03 Thomas Quinot <quinot@adacore.com>
28829
28830 * exp_ch7.ads (Make_Final_Call): Rewrite comment (was incorrectly
28831 copied from Make_Init_Call).
28832
28833 * exp_strm.adb (Build_Mutable_Record_Read_Procedure): Do component
28834 reads and assignments on a temporary variable declared with appropriate
28835 discriminants.
28836
28837 2005-01-03 Robert Dewar <dewar@adacore.com>
28838
28839 * i-c.adb (To_C): Raise CE if string is null and Append_Null
28840
28841 2005-01-03 Robert Dewar <dewar@adacore.com>
28842
28843 * i-cstrin.adb (Update): Do not append a null in form called with a
28844 String. This avoids unintended behavior.
28845
28846 2005-01-03 Arnaud Charlet <charlet@adacore.com>
28847
28848 PR ada/17527
28849 * init.c: Fix warnings on Free BSD section.
28850
28851 2005-01-03 Arnaud Charlet <charlet@adacore.com>
28852
28853 PR ada/16949
28854 * sinfo.ads: Fix obsolete reference to xsinfo.spt (replaced by
28855 xsinfo.adb).
28856
28857 2005-01-03 Vincent Celier <celier@adacore.com>
28858
28859 * make.adb (Collect_Arguments_And_Compile): Do not attempt to build
28860 libraries when Unique_Compile is True (-u switch).
28861 (Gnatmake): ditto.
28862
28863 2005-01-03 Robert Dewar <dewar@adacore.com>
28864
28865 * namet.adb (Get_Decoded_Name_With_Brackets): Fix case of not allowing
28866 upper case letter or underscore after W, as allowed by spec.
28867
28868 2005-01-03 Arnaud Charlet <charlet@adacore.com>
28869
28870 * s-osinte-darwin.ads, s-osinte-darwin.adb: Clean up
28871 darwin port by using proper type definitions from header files.
28872 Use SIGTERM instead of SIGABRT for SIGADAABORT.
28873
28874 2005-01-03 Robert Dewar <dewar@adacore.com>
28875
28876 * par.adb: Enhance error message handling for configuration file
28877 pragmas.
28878
28879 2005-01-03 Robert Dewar <dewar@adacore.com>
28880
28881 * s-arit64.adb (Double_Divide): Put back changes that got accidentally
28882 removed during the previous update (test properly for case of dividing
28883 largest negative number by -1, which generates overflow).
28884
28885 2005-01-03 Ed Schonberg <schonberg@adacore.com>
28886 Sergey Rybin <rybin@adacore.com>
28887
28888 * sem_ch12.adb (Analyze_Package_Instantiation): Create a separate node
28889 to use as the defining identifier for a formal package.
28890 (Remove_Parent): If the instance takes place within (an instance of)
28891 a sibling, preserve private declarations of common parent.
28892
28893 2005-01-03 Ed Schonberg <schonberg@adacore.com>
28894
28895 * sem_ch4.adb (Has_Fixed_Op): New predicate in Check_Arithmetic_Pair,
28896 to determine whether one of the operands is a fixed-point type for
28897 which a user-defined multiplication or division operation might be
28898 defined.
28899
28900 * sem_res.adb (Valid_Conversion): The legality rules for conversions
28901 of access types are symmetric in Ada 2005: either designated type can
28902 be unconstrained.
28903
28904 2005-01-03 Vincent Celier <celier@adacore.com>
28905
28906 * s-fileio.adb (Temp_File_Record): Change length of string component
28907 Name from L_tmpnam + 1 to max_path_len + 1.
28908
28909 2005-01-03 Arnaud Charlet <charlet@adacore.com>
28910
28911 * s-tasini.ads, s-tasini.adb (Undefer_Abortion): Handle case of
28912 Self_Id.Deferral_Level = 0.
28913 (Do_Pending_Action): Move this function to the spec.
28914
28915 * s-tasren.adb (Selective_Wait [Terminate_Selected]): Call
28916 Do_Pending_Action explicitely when needed, in case we're using
28917 No_Abort restrictions.
28918
28919 * s-tassta.adb (Create_Task): If Abort is not allowed, reset the
28920 deferral level since it will not get changed by the generated code.
28921 Keeping a default value of 1 would prevent some operations (e.g.
28922 select or delay) to proceed successfully.
28923
28924 2005-01-03 Ben Brosgol <brosgol@adacore.com>
28925 Robert Dewar <dewar@adacore.com>
28926 Cyrille Comar <comar@adacore.com>
28927
28928 * ug_words, gnat_ugn.texi: Added alpha-ivms transitioning section to
28929 porting guide chapter (vms version).
28930 Revised doc title (removed "for native platforms") and subtitle.
28931 Add discussion on warning flag for obsolescent features. First we
28932 note that it applies to obsolete GNAT features, which was previously
28933 omitted. Second we contrast the behavior with that of the new
28934 Ada 2005 AI-368 restriction No_Obsolescent_Features.
28935 Preliminary rewriting of GNAT & libraries chapter in order to take
28936 into account default project locations & new project manager
28937 capabilities.
28938
28939 2005-01-03 Robert Dewar <dewar@adacore.com>
28940
28941 * cstand.adb (Create_Operators): Clean up format and documentation of
28942 unary and binary operator result tables. No change in code, just
28943 reformatting and addition of comments.
28944
28945 * errout.ads, gnatfind.adb, s-maccod.ads, sem.adb,
28946 sem_ch2.adb: Minor reformatting
28947
28948 * atree.ads, elists.ads, lib.ads, namet.ads, nlists.ads, repinfo.ads,
28949 sinput.ads, stringt.ads, uintp.ads, urealp.ads: Minor clarification to
28950 comments for Tree_Read and Tree_Write.
28951
28952 2005-01-03 Pascal Obry <obry@adacore.com>
28953
28954 * exp_attr.ads: Minor reformatting.
28955
28956 2005-01-03 Romain Berrendonner <berrendo@adacore.com>
28957
28958 * comperr.adb (Compiler_Abort): Add specialized message for GAP
28959 versions.
28960
28961 2005-01-03 Ed Schonberg <schonberg@adacore.com>
28962
28963 * exp_pakd.adb (Create_Packed_Array_Type): Add a guard to check
28964 whether the ancestor type is private, as may be the case with nested
28965 instantiations.
28966
28967 2004-12-30 Sohail Somani <sohail@sohailsomani.com>
28968
28969 PR ada/19128
28970 * trans.c (gnat_to_gnu): Fix typo: Use correct return variable.
28971
28972 2004-12-23 Eric Botcazou <ebotcazou@libertysurf.fr>
28973
28974 * trans.c (Attribute_to_gnu): Adjust call to get_inner_reference.
28975 * utils2.c (build_unary_op): Likewise.
28976
28977 2004-12-22 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
28978
28979 * trans.c (mark_visited): Set TYPE_SIZES_GIMPLIFIED.
28980
28981 2004-12-19 Richard Henderson <rth@redhat.com>
28982
28983 * trans.c (gigi): Update gimplify_body call.
28984
28985 2004-12-09 Nathan Sidwell <nathan@codesourcery.com>
28986
28987 * decl.c (gnat_substitute_in_type): Remove SET_TYPE case.
28988
28989 2004-12-07 Ed Falis <falis@adacore.com>
28990
28991 * s-intman-vxworks.adb (Notify_Exception): removed useless check for
28992 current task being suspended.
28993
28994 * init.c (__gnat_clear_exception): added to reset VxWorks exception
28995 count.
28996 (__gnat_map_signal): removed test for current task being suspended.
28997
28998 2004-12-07 Gary Dismukes <dismukes@adacore.com>
28999
29000 * a-exexpr.adb (Others_Value, All_Others_Value): Change initial values
29001 from 16#BEEF# to 16#7FFF# to avoid exceeding Integer'Last on 16-bit
29002 targets (such as AAMP).
29003
29004 2004-12-07 Ed Schonberg <schonberg@adacore.com>
29005
29006 * atree.adb (Visit_Itype): Create a new name for the generated itype,
29007 because the back-end may otherwise treat it as a redefinition of the
29008 old symbol.
29009
29010 2004-12-07 Eric Botcazou <ebotcazou@adacore.com>
29011
29012 * back_end.adb (Scan_Back_End_Switches): Accept --param.
29013
29014 * lang-specs.h: Accept --param.
29015
29016 2004-12-07 Vincent Celier <celier@adacore.com>
29017
29018 * make.adb (Check_Mains, Switches_Of): Adapt to name changes in
29019 package Prj (Current_Spec_Suffix => Ada_Spec_Suffix,
29020 Current_Body_Suffix => Ada_Body_Suffix).
29021 Take into account Externally_Built attribute.
29022
29023 * clean.adb (In_Extension_Chain): Always return False when one of the
29024 parameter is No_Project.
29025 (Clean_Project): Adapt to changes in package Prj (Lang_Ada =>
29026 Ada_Language_Index).
29027 (Gnatclean): Adapt to change in package Prj.Pars (no parameter
29028 Process_Languages for procedure Parse).
29029
29030 * gnatcmd.adb (Carg_Switches): New table.
29031 (GNATCmd): Put all switches following -cargs in the Carg_Switches table.
29032 Adapt to name changes in package Prj (Current_Spec_Suffix =>
29033 Ada_Spec_Suffix, Current_Body_Suffix => Ada_Body_Suffix).
29034
29035 * mlib-prj.adb: Adapt to changes in packages Prj and Prj.Com: type
29036 Header_Num and function Hash are now declared in package Prj,
29037 not Prj.Com.
29038
29039 * prj.adb (Suffix_Of): New function.
29040 (Set (Suffix)): New procedure.
29041 (Hash): One function moved from Prj.Com
29042 (Is_Present, Language_Processing_Data_Of): New functions
29043 (Set): Two new procedures
29044 (Add_Language_Name, Display_Language_Name): New procedures
29045
29046 * prj.ads: (Suffix_Of): New function
29047 (Set (Suffix)): New procedure
29048 Add several types and tables for multi-language support.
29049 (Header_Num): Type moved from Prj.Com
29050 (Hash): Two functions moved from Prj.Com
29051 (Is_Present, Language_Processing_Data_Of): New functions
29052 (Set): Two new procedures
29053 (Add_Language_Name, Display_Language_Name): New procedures
29054 (Naming): Component name changes:
29055 Current_Spec_Suffix => Ada_Spec_Suffix,
29056 Current_Body_Suffix => Ada_Body_Suffix. Add new components:
29057 Impl_Suffixes, Supp_Suffixes.
29058 (Project_Data): New components: Externally_Built, Supp_Languages,
29059 First_Language_Processing, Supp_Language_Processing, Default_Linker,
29060 Default_Linker_Path.
29061
29062 * prj-attr.adb: Add new attributes Ada_Roots and Externally_Built and
29063 new package Language_Processing with its attributes (Compiler_Driver,
29064 Compiler_Kind, Dependency_Option, Compute_Dependency, Include_Option,
29065 Binder_Driver, Default_Linker).
29066
29067 * prj-com.ads, prj-com.adb (Hash): Function moved to package Prj.
29068 (Header_Num): Type moved to package Prj
29069
29070 * prj-env.adb: Adapt to name changes in package Prj
29071 (Current_Spec_Suffix => Ada_Spec_Suffix,
29072 Current_Body_Suffix => Ada_Body_Suffix).
29073
29074 * prj-ext.adb: Add the default project dir (<prefix>/log/gnat) by
29075 default to the project path, except the "-" is one of the directories
29076 in env var ADA_PROJECT_PATH.
29077 (Current_Project_Path): Global variable, replacing Project_Path
29078 that was in the body of Prj.Part.
29079 (Project_Path): New function
29080 (Set_Project_Path): New procedure
29081 Initialize Current_Project_Path during elaboration of the package
29082 Remove dependency on Prj.Com, no longer needed
29083
29084 * prj-ext.ads (Project_Path): New function
29085 (Set_Project_Path): New procedure
29086
29087 * prj-nmsc.adb (Body_Suffix_Of): New function. Returns .<lang> when no
29088 suffix is defined for language <lang>.
29089 (Find_Sources, Record_Other_Sources): Use Body_Suffix_Of, instead of
29090 accessing directly the components of Naming.
29091 (Look_For_Sources): Use Set (Suffix) to set the suffix of a language.
29092 Reorganise of this package.
29093 Break procedure Check in several procedures.
29094
29095 * prj-nmsc.ads: Replace all procedures (Ada_Check,
29096 Other_Languages_Check and Language_Independent_Check) with a single
29097 procedure Check.
29098
29099 * prj-pars.ads, prj-pars.adb (Parse): Remove parameter
29100 Process_Languages, no longer needed.
29101
29102 * prj-part.adb (Project_Path): Move to the body of Prj.Ext as
29103 Current_Project_Path.
29104 Remove elaboration code, moved to the body of Prj.Ext
29105 Use new function Prj.Ext.Project_Path instead of old variable
29106 Project_Path.
29107 (Post_Parse_Context_Clause): Get Resolved_Path as a case-sensitive path.
29108 When comparing with project paths on the stack, first put the resolved
29109 path in canonical case.
29110 (Parse_Single_Project): Set the path name of the project file in the
29111 tree to the normalized path.
29112
29113 * prj-proc.ads, prj-proc.adb (Check, Recursive_Check, Process): Remove
29114 parameter Process_Languages, no longer needed.
29115 (Recursive_Check): Call Prj.Nmsc.Check, instead of Ada_Check and
29116 Other_Languages_Check.
29117
29118 * prj-tree.ads (Project_Name_And_Node): New component Canonical_Path
29119 to store the resolved canonical path of the project file.
29120 Remove dependency to Prj.Com, no longer needed
29121
29122 * prj-util.adb: Adapt to name changes in package Prj
29123 (Current_Spec_Suffix => Ada_Spec_Suffix, Current_Body_Suffix =>
29124 Ada_Body_Suffix).
29125
29126 * snames.ads, snames.adb: New standard names: Ada_Roots, Binder_Driver,
29127 Compiler_Driver, Compiler_Kind, Compute_Dependency, Default_Linker,
29128 Externally_Built, Include_Option, Language_Processing.
29129
29130 * makegpr.adb: Numerous changes due to changes in packages
29131 Prj and Prj.Nmsc.
29132
29133 * gnatls.adb: Add the default project dir (<prefix>/log/gnat) by
29134 default to the project path, except whe "-" is one of the directories
29135 in env var ADA_PROJECT_PATH.
29136 (Gnatls): In verbose mode, add the new section "Project Search Path:"
29137
29138 2004-12-07 Robert Dewar <dewar@adacore.com>
29139
29140 * debug.adb: Document that -gnatdA automatically sets -gnatR3m
29141
29142 * gnat1drv.adb (Gnat1drv): If debug flag A set, then automatically
29143 set -gnatR3m mode.
29144
29145 * repinfo.adb (List_Rep_Info): Remove special handling of -gnatdA
29146 flag. No longer needed now that we handle this in gnat1drv.adb.
29147
29148 * repinfo.ads: Minor reformatting
29149
29150 2004-12-07 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
29151 Olivier Hainque <hainque@adacore.com>
29152 Eric Botcazou <ebotcazou@adacore.com>
29153
29154 * decl.c (maybe_pad_type): Use TYPE_SIZE_UNIT of the input type for
29155 TYPE_SIZE_UNIT of result type if SIZE is not specified.
29156 (make_aligning_type): Pass -1 as ADDRESSABLE to prevent the creation
29157 of a bitfield, which we know is useless and causes trouble because of
29158 alignment implications.
29159
29160 * utils.c (create_var_decl): Set DECL_COMMON again on targets without
29161 BSS sections.
29162 (process_attributes): Clear DECL_COMMON again when a section attribute
29163 is present.
29164 (finish_record_type): Independently track if RECORD_TYPE has SIZE and/or
29165 SIZE_UNIT already set and use to compute final SIZE and SIZE_UNIT.
29166 (create_field_decl): Special case ADDRESSABLE negative to mean
29167 "no bitfield creation", to be used by make_aligning_type. Don't
29168 restrict bitfield creation to !ADDRESSABLE any more, as some BLKmode
29169 fields claimed addressable still have to be bitfields. Use
29170 value_factor_p instead of a raw binop construction to check for the
29171 position's alignment.
29172
29173 2004-12-07 Geert Bosch <bosch@adacore.com>
29174
29175 * eval_fat.adb: Revert previous change.
29176
29177 2004-12-07 Thomas Quinot <quinot@adacore.com>
29178 Ed Schonberg <schonberg@adacore.com>
29179
29180 * exp_ch4.adb (Expand_N_Indexed_Component): For an indexed component
29181 with an implicit dereference as its prefix, use
29182 Insert_Explicit_Dereference instead of merely rewriting the prefix into
29183 an explicit dereference. This ensures that a reference to the original
29184 prefix is generated, if appropriate.
29185
29186 * sem_util.adb (Insert_Explicit_Dereference): When an implicit
29187 dereference is rewritten to an explicit one, generate a reference to
29188 the entity denoted by its prefix using the original prefix node, so
29189 the dereference can be properly recorded as a read of the denoted
29190 access value, if appropriate.
29191
29192 * sem_warn.adb (Output_Unreferenced_Messages): Do not abstain from
29193 emitting 'assigned but never read' warning on a variable on the basis
29194 that it has an access type.
29195 (Check_References): Emit unreferenced warning when the scope is a
29196 subprogram body.
29197
29198 2004-12-07 Robert Dewar <dewar@adacore.com>
29199 Ed Schonberg <schonberg@adacore.com>
29200
29201 * exp_ch6.adb (Expand_Call): Add comment on handling of back end
29202 intrinsic
29203
29204 * exp_intr.adb (Expand_Intrinsic_Call): Ignore unrecognized intrinsic,
29205 leaving call unchanged.
29206 This deals with the case where the pragma Import specified
29207 an external name, to be handled by the back end.
29208
29209 * sem_prag.adb (Process_Import_Or_Interface): Do not check validity of
29210 subprogram which is Imported with convention Intrinsic if an
29211 External_Name argument is specified.
29212 (Process_Import_Or_Interface): Properly diagnose link name argument.
29213 (Inlining_Not_Possible): New name for Cannot_Inline, to avoid confusion
29214 with Sem_Ch6.Cannot_Inline.
29215 (Process_Inline): Provide separate warning for inapplicable inline
29216 pragma.
29217 (Cannot_Inline): Reject subprograms that have an at_end handler, so that
29218 treatment is uniform on different targets.
29219
29220 2004-12-07 Ed Schonberg <schonberg@adacore.com>
29221
29222 * exp_ch7.adb (Expand_Cleanup_Actions): If statement sequence of
29223 construct is rewritten, preserve end label to permit source navigation.
29224
29225 2004-12-07 Thomas Quinot <quinot@adacore.com>
29226
29227 * exp_dist.adb (Specific_Build_General_Calling_Stubs,
29228 Specific_Build_Stub_Target): New subprograms.
29229 (Build_Subprogram_Calling_Stubs): Make this procedure independent from
29230 the PCS implementation used, using the above PCS-customized subprograms.
29231 Minor reformatting.
29232 (PolyORB_Support.Helpers): New subunit containing supporting subprograms
29233 for generation of DSA code targeted to the PolyORB PCS.
29234 (Add_Stub_Type): Rewrite to isolate the parts that are specific to one
29235 implementation of the partition communication subsystem in ancillary
29236 subprograms.
29237 (Specific_Build_Stub_Type, GARLIC_Support.Build_Stub_Type,
29238 PolyORB_Support.Build_Stub_Type): New subrograms containing the
29239 PCS-specific part of Add_Stub_Type.
29240 (Insert_Partition_Check): Use runtime library function to perform
29241 E.4(19) check.
29242
29243 * rtsfind.ads: New entity System.PolyORB_Interface.Make_Ref
29244 (RE_Same_Partition): New entity, from s-parint.
29245
29246 * s-parint.ads, s-parint.adb (Same_Partition): New subprogram.
29247
29248 2004-12-07 Gary Dismukes <dismukes@adacore.com>
29249
29250 * gnatmem.adb, gnatname.adb, gnatsym.adb, gprcmd.adb, vms_conv.adb:
29251 Output the copyright message on a separate line from the version
29252 message.
29253
29254 2004-12-07 Joel Brobecker <brobecker@adacore.com>
29255
29256 * g-os_lib.adb (Spawn): Explicitly initialize Saved_Error to avoid a
29257 compile-time warning.
29258
29259 2004-12-07 Robert Dewar <dewar@adacore.com>
29260
29261 * g-regpat.adb: (Match): Change a misuse of or to or else
29262
29263 2004-12-07 Ed Schonberg <schonberg@adacore.com>
29264
29265 * lib-xref.adb:
29266 (Generate_Reference): Handle properly a reference to an entry formal,
29267 when an accept statement has a pragma Unreferenced for it.
29268
29269 * sem_ch9.adb (Analyze_Accept_Statement): Reset the Is_Referenced flag
29270 and the Has_Pragma_Unreferenced flag for each formal before analyzing
29271 the body, to ensure that warnings are properly emitted for each accept
29272 statement of a given task entry.
29273
29274 2004-12-07 Vasiliy Fofanov <fofanov@adacore.com>
29275
29276 * Makefile.in: Add support for foreign threads on VMS.
29277
29278 2004-12-07 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
29279
29280 * misc.c (gnat_types_compatible_p, LANG_HOOKS_TYPES_COMPATIBLE_P):
29281 Remove.
29282 (LANG_HOOKS_REDUCE_BIT_FIELD_OPERATIONS): New.
29283
29284 * adaint.h: (__gnat_dup, __gnat_dup2): Add missing decls.
29285
29286 * trans.c (Exception_Handler_to_gnu_sjlj): Also handle renamed
29287 exception.
29288 (call_to_gnu): Convert to actual DECL_ARG_TYPE, not variant of it.
29289
29290 2004-12-07 Robert Dewar <dewar@adacore.com>
29291
29292 * nlists.adb (Prepend_Debug): Remove parameters and nest within
29293 Prepend.
29294 (Remove_Next_Debug): Same fix
29295
29296 * nlists.ads: Correct bad comments for Prev and Prev_Non_Pragma (we do
29297 maintain back pointers now, though we did not used to, and comments
29298 were out of date).
29299 (Prepend): Remove pragma Inline.
29300 (Remove_Next): Same cleanup
29301
29302 2004-12-07 Thomas Quinot <quinot@adacore.com>
29303
29304 * sem_ch4.adb (Process_Implicit_Dereference_Prefix): New subprogram
29305 used to record an implicit dereference as a read operation on its
29306 prefix when operating under -gnatc. Necessary to avoid spurious
29307 'variable assigned but never read' warnings in that mode.
29308 (Process_Indexed_Component, Analyze_Selected_Component): When the prefix
29309 is a non-overloaded implicit dereference, call the above subprogram to
29310 ensure proper recording of references.
29311
29312 2004-12-07 Gary Dismukes <dismukes@adacore.com>
29313
29314 * sem_ch5.adb (One_Bound): Remove call to Resolve, as the bound needs
29315 to be resolved later as part of Analyze_Iteration_Scheme's call to
29316 Make_Index.
29317
29318 2004-12-07 Ed Schonberg <schonberg@adacore.com>
29319
29320 * sem_ch8.adb (Find_Type): If node is a reference to 'Base and the
29321 prefix is not a scalar type, place error message on prefix, not on
29322 type entity.
29323
29324 2004-12-07 Bernard Banner <banner@adacore.com>
29325
29326 * vxaddr2line.adb: Add support for x86 vxworks
29327
29328 2004-12-07 Thomas Quinot <quinot@adacore.com>
29329
29330 * g-socket.ads (Get_Host_By_Address, Get_Host_By_Name): Clarify
29331 documentation of the behaviour of these functions when passed an IP
29332 address that has no record in the system hosts database and no reverse
29333 record in the DNS.
29334
29335 * cstand.adb, a-tags.ads: Fix typos in comment.
29336
29337 2004-12-07 Robert Dewar <dewar@adacore.com>
29338
29339 * exp_ch2.adb, exp_ch3.adb, exp_ch5.adb, exp_ch8.adb,
29340 exp_ch9.adb, exp_pakd.adb, interfac.ads, sem_ch6.adb,
29341 sem_ch7.adb, sem_ch10.adb, sem_ch13.adb, sem_ch3.adb,
29342 s-poosiz.ads: Minor reformatting
29343
29344 * make.adb: Minor reformatting
29345 Add some ??? comments asking for more comments
29346
29347 * s-poosiz.adb: Minor reformatting
29348 Add comments on alignment requirement
29349
29350 * sinfo.ads: Remove obsolete comment and fix typo.
29351
29352 2004-12-07 Vincent Celier <celier@adacore.com>
29353 Sergey Rybin <rybin@adacore.com>
29354
29355 * gnat_ugn.texi: Update the section "The GNAT Driver and Project
29356 Files" with the new tool and package names.
29357 Reformatting to suppress most of the warnings for line too long
29358 Document the new section "Project Search Path:" in the output of
29359 gnatls -v.
29360 Add gnatmetric section
29361
29362 2004-12-07 Vincent Celier <celier@adacore.com>
29363
29364 * vms_data.ads: Correct GNAT METRIC qualifiers: -I-, -Idir and
29365 -gnatec= are not direct switches of gnatmetric. Changed -eis to -eps
29366 and -eit to -ept. Added qualifier
29367 /ELEMENT_METRICS=CONSTRUCT_NESTING_MAX for new switch -ec.
29368
29369 2004-11-27 Andreas Schwab <schwab@suse.de>
29370
29371 * Make-lang.in (ada/trans.o): Depend on $(EXPR_H).
29372
29373 2004-11-25 Arnaud Charlet <charlet@adacore.com>
29374
29375 * g-socthi-mingw.ads, g-socthi-vms.ads: Remove C_Read and C_Write from
29376 internal implementation unit GNAT.Sockets.Thin,
29377 as their usage for sockets is non-portable (using the read and write
29378 functions from the system runtime library is fine on UNIX but won't
29379 work under Windows).
29380
29381 * mingw32.h: Update copyright notice.
29382
29383 2004-11-25 Arnaud Charlet <charlet@adacore.com>
29384
29385 * ada-tree.h: Minor reformatting of previous change to avoid lines
29386 longer than 79 characters.
29387
29388 2004-11-25 Olivier Hainque <hainque@adacore.com>
29389
29390 * tb-gcc.c: GCC infrastructure based implementation of
29391 __gnat_backtrace.
29392
29393 2004-11-24 Steven Bosscher <stevenb@suse.de>
29394
29395 * misc.c (gnat_post_options): Don't clear
29396 flag_inline_functions.
29397
29398 2004-11-22 Andrew Pinski <pinskia@physics.uc.edu>
29399
29400 PR ada/17986
29401 * ada-tree.h (lang_tree_node): Set chain_next to be the chain of the
29402 tree.
29403
29404 2004-11-21 Andreas Jaeger <aj@suse.de>
29405
29406 * stylesw.adb: Change Style_Check_Subprogram_Order to
29407 Style_Check_Order_Subprograms.
29408
29409 2004-11-18 Arnaud Charlet <charlet@adacore.com>
29410
29411 * adaint.h, adaint.c
29412 (__gnat_portable_spawn): Fix cast of spawnvp third parameter
29413 to avoid warnings.
29414 Add also a cast to kill another warning.
29415 (win32_no_block_spawn): Initialize CreateProcess's dwCreationFlags
29416 parameter with the priority class of the parent process instead of
29417 always using the NORMAL_PRIORITY_CLASS.
29418 (__gnat_dup): New function.
29419 (__gnat_dup2): New function.
29420 (__gnat_is_symbolic_link): Enable the effective body of this
29421 function when __APPLE__ is defined.
29422
29423 * g-os_lib.ads, g-os_lib.adb (Spawn): Two new procedures.
29424 Update comments.
29425
29426 2004-11-18 Olivier Hainque <hainque@adacore.com>
29427
29428 * a-exexpr.adb (Others_Value, All_Others_Value): New variables, the
29429 address of which may be used to represent "others" and "all others"
29430 choices in exception tables, instead of the current harcoded
29431 (void *)0 and (void *)1.
29432 (Setup_Exception): Do nothing in the GNAT SJLJ case.
29433
29434 * gigi.h (others_decl, all_others_decl): New decls representing the
29435 new Others_Value and All_Others_Value objects.
29436 (struct attrib): Rename "arg" component as "args", since GCC expects a
29437 list of arguments in there.
29438
29439 * raise.c (GNAT_OTHERS, GNAT_ALL_OTHERS): Are now the address of the
29440 corresponding objects exported by a-exexpr, instead of hardcoded dummy
29441 addresses.
29442
29443 * trans.c (Exception_Handler_to_gnu_zcx): Use the address of
29444 others_decl and all_others_decl instead of hardcoded dummy addresses
29445 to represent "others" and "all others" choices, which is cleaner and
29446 more flexible with respect to the possible eh pointer encoding policies.
29447
29448 * utils.c (init_gigi_decls): Initialize others_decl and all_others_decl.
29449 (process_attributes): Account for the naming change of the "args"
29450 attribute list entry component.
29451
29452 * decl.c (build_attr_list): Rename into prepend_attributes to allow
29453 cumulating attributes for different entities into a single list.
29454 (gnat_to_gnu_entity): Use prepend_attributes to build the list of
29455 attributes for the current entity and propagate first subtype
29456 attributes to other subtypes.
29457 <E_Procedure>: Attribute arguments are attr->args and not
29458 attr->arg any more.
29459 (build_attr_list): Ditto. Make attr->args a TREE_LIST when there is an
29460 argument provided, as this is what GCC expects. Use NULL_TREE instead
29461 of 0 for trees.
29462
29463 2004-11-18 Robert Dewar <dewar@adacore.com>
29464
29465 * a-stmaco.ads, exp_util.ads, exp_util.adb, i-cpp.ads, i-cpp.adb:
29466 Minor reformatting througout (including new function specs)
29467 Add ??? comments asking for clarification.
29468
29469 2004-11-18 Thomas Quinot <quinot@adacore.com>
29470
29471 * butil.ads, butil.adb, bindgen.adb (Get_Unit_Name_String): Remove
29472 incomplete duplicate implementation of this subprogram from butil.
29473
29474 2004-11-18 Thomas Quinot <quinot@adacore.com>
29475
29476 * exp_dist.adb (Build_RPC_Receiver_Body): New subprogram. This
29477 procedures factors the common processing for building an RPC receiver
29478 for an RCI package or an RACW type.
29479 Stylistic cleanup: change '/= Empty' to 'Present ()'; move body of
29480 Build_Remote_Subprogram_Proxy_Type into proper alphabetical order.
29481 (Get_PCS_Name): New subprogram. Returns the name of the PCS currently
29482 in use.
29483 (Specific_Add_RACW_Features): New subprogram. PCS-specific part of
29484 Add_RACW_Features.
29485 (Specific_Add_RAST_Features): New subprogram. PCS-specific part of
29486 Add_RAST_Features.
29487 (Assign_Subprogram_Identifier): New subprogram. Provision for assigning
29488 distribution subprogram identifiers that are either subprogram numbers
29489 or strings.
29490 (Get_Subprogram_Ids): New subprogram. Retrieve both the numeric and
29491 string distribution identifiers assigned to a given subprogram.
29492 (Get_Subprogram_Id): Reimplement in terms of Get_Subprogram_Ids.
29493 (Add_RAS_Dereference_TSS): Add comments.
29494 (Build_General_Calling_Stubs): Note that the RACW_Type formal parameter
29495 is not referenced yet because it will be used by the PolyORB DSA
29496 implementation.
29497 (Insert_Partition_Check): Remove fossile code.
29498 (First_RCI_Subprogram_Id): Document this constant.
29499 (Add_RAS_Access_TSS): Correct the setting of the Etype of the
29500 RAS_Access TSS.
29501 (Get_Pkg_Name_String): Remove subprogram. Usage occurrences are
29502 replaced with calls to Get_Library_Unit_Name_String. Previously there
29503 were several instances of the same code in different locations in the
29504 compiler; this checkin completes the replacement of all of these
29505 instances with calls to a common subprogram.
29506 Minor reformatting.
29507
29508 * sem_dist.adb: Remove comment noting that RPC receiver generation
29509 should be disabled for RACWs that implement RASs.
29510 (Process_Partition_Id): Use new subprogram Get_Library_Unit_Name_String.
29511
29512 * sem_util.ads, sem_util.adb (Has_Stream): New function
29513 (Get_Library_Unit_Name_String): New subprogram to retrieve the fully
29514 qualified name of a library unit into the name buffer.
29515 (Note_Possible_Modification): Generate a reference only
29516 if the context comes from source.
29517
29518 * snames.ads (PCS_Names): New subtype corresponding to names of
29519 supported implementations of the Partition Communication Subsystem
29520 (PCS) (i.e. the runtime library support modules for the distributed
29521 systems annex).
29522
29523 2004-11-18 Robert Dewar <dewar@adacore.com>
29524 Ed Schonberg <schonberg@adacore.com>
29525
29526 * einfo.ads, einfo.adb: Remove Is_Psected flag, no longer used
29527 (Has_Rep_Pragma): New function
29528 (Has_Attribute_Definition_Clause): New function
29529 (Record_Rep_Pragma): Moved here from sem_ch13.adb
29530 (Get_Rep_Pragma): Remove junk kludge for Stream_Convert pragma
29531
29532 * sem_ch13.ads, sem_ch13.adb (Record_Rep_Pragma): Moved to einfo.adb
29533
29534 * exp_prag.adb: (Expand_Pragma_Common_Object): New procedure
29535 (Expand_Pragma_Psect_Object): New procedure
29536 These procedures contain the revised and cleaned up processing for
29537 these two pragmas. This processing was formerly in Sem_Prag, but
29538 is more appropriately moved here. The cleanup involves making sure
29539 that the pragmas are properly attached to the tree, and that no
29540 nodes are improperly shared.
29541
29542 * sem_prag.adb: Move expansion of Common_Object and Psect_Object
29543 pragmas to Exp_Prag, which is more appropriate.
29544 Attach these two pragmas to the Rep_Item chain Use Rep_Item chain to
29545 check for duplicates Remove use of Is_Psected flag, no longer needed.
29546 Use new Make_String_Literal function with string.
29547
29548 * exp_attr.adb (Expand_Fpt_Attribute): The floating-point attributes
29549 that are functions return universal values, that have to be converted
29550 to the context type.
29551 Use new Make_String_Literal function with string.
29552 (Get_Stream_Convert_Pragma): New function, replaces the use of
29553 Get_Rep_Pragma, which had to be kludged to work in this case.
29554
29555 * freeze.adb: Use new Has_Rep_Pragma function
29556
29557 * exp_intr.adb, exp_ch3.adb, sem_attr.adb: Use new Make_String_Literal
29558 function with string.
29559 Use new Has_Rep_Pragma function.
29560
29561 * tbuild.ads, tbuild.adb (Make_String_Literal): New function, takes
29562 string argument.
29563
29564 2004-11-18 Robert Dewar <dewar@adacore.com>
29565
29566 * errout.ads, errout.adb: (First_Sloc): New function
29567
29568 * par-ch5.adb (P_Condition): Check for redundant parens is now a style
29569 check (-gnatyx) instead of being included as a redundant construct
29570 warning.
29571
29572 * sem_ch6.adb: Change name Style_Check_Subprogram_Order to
29573 Style_Check_Order_Subprograms.
29574
29575 * style.ads, styleg.ads, styleg.adb, styleg-c.adb, stylesw.ads,
29576 stylesw.adb: Add Style_Check_Xtra_Parens
29577
29578 * usage.adb: Add line for -gnatyx (check extra parens)
29579
29580 * vms_data.ads: Add entry for STYLE_CHECKS=XTRA_PARENS => -gnatyx
29581
29582 2004-11-18 Ed Schonberg <schonberg@adacore.com>
29583 Robert Dewar <dewar@adacore.com>
29584
29585 * exp_ch4.adb (Expand_N_Selected_Component): If the component is the
29586 discriminant of a constrained subtype, analyze the copy of the
29587 corresponding constraint, because in some cases it may be only
29588 partially analyzed.
29589 Removes long-lived ??? comments.
29590
29591 * exp_ch7.adb (Establish_Transient_Scope): Remove complex code that
29592 handled controlled or secondary-stack expressions within the
29593 iteration_scheme of a loop.
29594
29595 * sem_ch5.adb (Analyze_Iteration_Scheme): Build a block to evaluate
29596 bounds that may contain functions calls, to prevent memory leaks when
29597 the bound contains a call to a function that uses the secondary stack.
29598 (Check_Complex_Bounds): Subsidiary of Analyze_Iteration_Scheme, to
29599 generate temporaries for loop bounds that might contain function calls
29600 that require secondary stack and/or finalization actions.
29601
29602 * sem_ch4.adb (Analyze_Indexed_Component_Form): If the prefix is a
29603 selected component and the selector is overloadable (not just a
29604 function) treat as function call, Analyze_Call will disambiguate if
29605 necessary.
29606 (Analyze_Selected_Component): Do not generate an actual subtype for the
29607 selected component if expansion is disabled. The actual subtype is only
29608 needed for constraint checks.
29609 (Analyze_Allocator): If restriction No_Streams is set, then do
29610 not permit objects to be declared of a stream type, or of a
29611 composite type containing a stream.
29612
29613 * restrict.ads: Remove the a-stream entry from Unit_Array, since
29614 No_Streams no longer prohibits with'ing this package.
29615
29616 * sem_ch3.adb (Build_Derived_Record_Type): If the parent type has
29617 discriminants, but the parent base has unknown discriminants, there is
29618 no discriminant constraint to inherit. Such a discrepancy can arise
29619 when the actual for a formal type with unknown discriminants is a
29620 similar private type whose full view has discriminants.
29621 (Analyze_Object_Declaration): If restriction No_Streams is set, then
29622 do not permit objects to be declared of a stream type, or of a
29623 composite type containing a stream.
29624
29625 2004-11-18 Ed Schonberg <schonberg@adacore.com>
29626
29627 * exp_dbug.ads: Update documentation to reflect simpler encoding for
29628 protected operations.
29629
29630 * exp_ch9.adb (Build_Selected_Name): Do not include "PT" suffix in
29631 generated name, it complicates decoding in gdb and hinders debugging
29632 of protected operations.
29633 (Build_Barrier_Function_Specification): Set the Needs_Debug_Info
29634 flag for the protected entry barrier function.
29635 (Build_Protected_Entry_Specification): Set the Needs_Debug_Info
29636 flag for the protected entry function.
29637
29638 2004-11-18 Nicolas Setton <setton@adacore.com>
29639
29640 * expect.c: Define __unix__ when __APPLE__ is defined.
29641
29642 * Makefile.in: Inform the value of the variable GMEM_LIB in the
29643 Darwin-specific section.
29644
29645 * lang-specs.h: Change the placement of the %1 marker.
29646 Works around the fact that gcc adds -fPIC by default under Darwin.
29647
29648 2004-11-18 Ed Schonberg <schonberg@adacore.com>
29649
29650 * exp_pakd.adb (Convert_To_PAT_Type): After replacing the original
29651 type of the object with the packed array type, set the Analyzed flag
29652 on the object if it is an entity or simple indexed component, to avoid
29653 spurious type errors.
29654
29655 2004-11-18 Gary Dismukes <dismukes@adacore.com>
29656
29657 * gnat1drv.adb, gnatbind.adb, gnatchop.adb, gnatfind.adb, gnatlink.adb,
29658 gnatls.adb, gnatxref.adb, gprep.adb: Output the copyright message on a
29659 separate line from the version message.
29660
29661 2004-11-18 Ed Falis <falis@adacore.com>
29662
29663 * init.c (__gnat_map_signal): map SIGSEGV to Storage_Error for AE653
29664 vthreads.
29665 (init_float): Eliminate initialization of floating point status for
29666 AE653. The instructions have no effect for vThreads.
29667
29668 2004-11-18 Vincent Celier <celier@adacore.com>
29669
29670 * make.adb (Gnatmake): Invoke gnatlink with -shared-libgcc when
29671 gnatbind is invoked with -shared.
29672
29673 2004-11-18 Jose Ruiz <ruiz@adacore.com>
29674
29675 * s-tposen.adb (Lock_Entry): Remove the code for raising Program_Error
29676 for Detect_Blocking which is redundant with the check done within the
29677 procedure Protected_Single_Entry_Call.
29678 (Lock_Read_Only_Entry): Remove the code for raising Program_Error for
29679 Detect_Blocking which is redundant with the check done within the
29680 procedure Protected_Single_Entry_Call.
29681
29682 2004-11-18 Vincent Celier <celier@adacore.com>
29683
29684 * makegpr.adb (Compile): Put the compiling switches (in package
29685 Compiler and on the command line) immediately after "-c", instead of
29686 at the end of the command line invocation of the compiler, when
29687 compiling a non-Ada file.
29688 (Build_Global_Archive): When there is no need to rebuild the archive,
29689 set Global_Archive_Exists, so that the archive is passed to the linker
29690 if one is needed.
29691
29692 2004-11-18 Robert Dewar <dewar@adacore.com>
29693 Sergey Rybin <rybin@adacore.com>
29694
29695 * gnat_ugn.texi:
29696 Remove extra paren check from list of checks for redundant constructs
29697 Add documentation of new -gnatyx style check (check extra parens)
29698 Remove paragraph about gnatelim debug options.
29699
29700 * gnat_rm.texi: Document that Ada.Streams now forbids creating stream
29701 objects rather than forbidding dependencies on the package Ada.Streams.
29702
29703 * sinfo.ads: Add ??? note that we should document pragmas passed to
29704 back end.
29705
29706 * g-expect.ads: Fix a few typos in the comments.
29707
29708 2004-11-09 Joseph S. Myers <joseph@codesourcery.com>
29709
29710 * misc.c (gnat_handle_option): Use %< and %> for quoting in
29711 warning message.
29712
29713 2004-11-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
29714
29715 * a-numaux-x86.adb (Tan): Fix fdivp syntax.
29716
29717 2004-11-07 Andreas Schwab <schwab@suse.de>
29718
29719 * Makefile.in (install-gnatlib): Remove spurious hyphen.
29720
29721 2004-11-02 Andrew Pinski <pinskia@physics.uc.edu>
29722
29723 PR ada/18228
29724 * Makefile.in (darwin): Set soext to .dylib.
29725
29726 2004-10-26 Vincent Celier <celier@gnat.com>
29727 Thomas Quinot <quinot@act-europe.fr>
29728
29729 * g-socthi-vms.adb, g-socthi-mingw.adb, g-socthi-vxworks.ads:
29730 (C_Writev): Change MSG_Forced_Flags to Constants.MSG_Forced_Flags as
29731 there is no use of GNAT.Sockets.Constants.
29732 Remove remaining pragma Import for C_Write
29733 Remove C_Read and C_Write from internal implementation unit
29734 GNAT.Sockets.Thin, as their usage for sockets is non-portable (using
29735 the read and write functions from the system runtime library is fine
29736 on UNIX but won't work under Windows).
29737
29738 * g-socket.adb: (Abort_Selector): Use C_Send instead of C_Write.
29739 (Check_Selector): Use C_Recv instead of C_Read.
29740 Selectors are the GNAT.Sockets abstraction to perform a select()
29741 call on a set of descriptors. To allow abortion of an ongoing
29742 select operation, some data is written to a dedicated socket that
29743 is always monitored.
29744 Under Windows, the write and read library functions cannot operate
29745 on sockets, so we need to use send and recv instead, which is portable
29746 across all supported platforms.
29747
29748 * g-socthi.ads: Remove C_Read and C_Write from internal implementation
29749 unit GNAT.Sockets.Thin, as their usage for sockets is non-portable
29750 (using the read and write functions from the system runtime library is
29751 fine on UNIX but won't work under Windows).
29752
29753 2004-10-26 Nicolas Setton <setton@act-europe.fr>
29754
29755 * mlib-tgt-darwin.adb: New file.
29756
29757 * mlib-tgt-tru64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb,
29758 mlib-tgt-hpux.adb, mlib-tgt-linux.adb, mlib-tgt-solaris.adb,
29759 mlib-tgt-vms-alpha.adb, mlib-tgt-vms-ia64.adb,
29760 mlib-tgt-mingw.adb, mlib-tgt-vxworks.adb (Archive_Indexer_Options): New
29761 subprogram body.
29762
29763 * Makefile.in: Add support for building shared libraries under Darwin.
29764 (EXTRA_GNATRTL_NONTASKING_OBJS, ppc-vxworks): Add s-vxwexc.o, containing
29765 the low level EH init subprogram to be called from __gnat_initialize.
29766
29767 * mlib-tgt.ads, mlib-tgt.adb (Archive_Indexer_Options): New subprogram,
29768 indicates which options to pass to the archive indexer.
29769
29770 * mlib-utl.adb: Add support for calling ranlib with additional
29771 options. This is needed for instance under Mac OS X.
29772 (Ranlib_Options): New global variable, used to store the potential
29773 options to pass to ranlib.
29774 (Ar): Use Ranlib_Options when spawning ranlib.
29775 (Initialize): Set the value of ranlib option.
29776
29777 2004-10-26 Olivier Hainque <hainque@act-europe.fr>
29778
29779 * s-parame-linux.adb (Minimum_Stack_Size): Adjust to return 12K
29780 instead of 8K, to reflect the real potential needs for stack-checking
29781 in the ZCX case.
29782
29783 2004-10-26 Pascal Obry <obry@gnat.com>
29784
29785 * s-parame-mingw.adb (Default_Stack_Size): Add some comments.
29786
29787 * s-taprop-mingw.adb (Create_Task): Set initial stack size to 1024. On
29788 Windows only the initial thread stack size can be set so it is good to
29789 start we a low stack size.
29790 The OS will adjust the size as needed.
29791
29792 2004-10-26 Olivier Hainque <hainque@act-europe.fr>
29793 Nicolas Setton <setton@act-europe.fr>
29794
29795 * expect.c, adaint.c, link.c, sysdep.c (unix sections): Guard with
29796 "__unix__" instead of "unix".
29797 The latter is implicitly defined by gcc3.2 but not by gcc >= 3.4, so the
29798 sections were just mistakenly ignored. The former is
29799 implicitely defined by gcc2.8, gcc3.2 and gcc3.4.
29800 Update #ifdef preprocessor macro to detect the symbol __hpux__ instead
29801 of hpux. This prevents an unwanted definition of the symbol
29802 convert_addresses in adaint.o.
29803
29804 2004-10-26 Gary Dismukes <dismukes@gnat.com>
29805
29806 * a-exexpr.adb (Setup_Key): Change initial value to 16#DEAD#, for
29807 compatibility with type Unwind_Word on 16-bit targets such as AAMP.
29808
29809 2004-10-26 Cyrille Comar <comar@act-europe.fr>
29810
29811 * a-filico.ads, a-filico.adb: fix incorrect header.
29812
29813 2004-10-26 Javier Miranda <miranda@gnat.com>
29814
29815 * a-ststio.ads: Fix typo in identifier
29816
29817 2004-10-26 Thomas Quinot <quinot@act-europe.fr>
29818
29819 * sem_ch4.adb: Minor reformatting.
29820
29821 2004-10-26 Ed Schonberg <schonberg@gnat.com>
29822
29823 * checks.adb (Expr_Known_Valid): If floating-point validity checks are
29824 enabled, check the result of unary and binary operations when the
29825 expression is the right-hand side of an assignment.
29826
29827 2004-10-26 Vincent Celier <celier@gnat.com>
29828
29829 * clean.adb (Delete): Do not output warnings when in quiet output and
29830 not in verbose mode.
29831 (Force_Deletions): New Boolean flag, defaulted to False
29832 (Delete): Only delete a file if it is writable, and when
29833 Force_Deletions is True.
29834 (Parse_Cmd_Line): New switch -f: set Force_Deletions to True
29835 (Usage): Line for new switch -f
29836 (Clean_Directory): Use GNAT.OS_Lib.Set_Writable instead of rolling our
29837 own.
29838
29839 2004-10-26 Eric Botcazou <ebotcazou@act-europe.fr>
29840
29841 * decl.c (gnat_to_gnu_field): Use the type of the inner object for a
29842 JM type only if its size matches that of the wrapper. When a size is
29843 prescribed and the field is not aliased, remove the wrapper of a JM
29844 type only if the size is not greater than that of the packed array.
29845 (gnat_to_gnu_entity): Change the extension of packed array wrappers
29846 from LJM to JM.
29847
29848 2004-10-26 Geert Bosch <bosch@gnat.com>
29849
29850 * eval_fat.adb (Eps_Model,Eps_Denorm): Remove, no longer used.
29851 (Succ): Re-implement using Scaling, Exponent and Ceiling attributes.
29852 (Pred): Implement in terms of Succ.
29853
29854 2004-10-26 Ed Schonberg <schonberg@gnat.com>
29855
29856 * exp_aggr.adb (Safe_Component): An aggregate component that is an
29857 unchecked conversion is safe for in-place use if the expression of the
29858 conversion is safe.
29859 (Expand_Array_Aggregate): An aggregate that initializes an allocator may
29860 be expandable in place even if the aggregate does not come from source.
29861 (Convert_Array_Aggr_In_Allocator): New procedure to initialize the
29862 designated object of an allocator in place, rather than building it
29863 first on the stack. The previous scheme forces a full copy of the array,
29864 and may be altogether unsusable if the size of the array is too large
29865 for stack allocation.
29866
29867 2004-10-26 Robert Dewar <dewar@gnat.com>
29868
29869 * exp_ch4.adb (Expand_N_Op_Eq): Make sure we expand a loop for array
29870 compares if the component is atomic.
29871
29872 * exp_ch5.adb (Expand_Assign_Array): Make sure we expand a loop for
29873 array assignment if the component type is atomic.
29874
29875 2004-10-26 Ed Schonberg <schonberg@gnat.com>
29876 Eric Botcazou <ebotcazou@act-europe.fr>
29877
29878 * exp_ch6.adb (Expand_Actuals): If the actual for an in-out parameter
29879 is aliased and is a by_reference type, do not pass by copy.
29880 (Expand_N_Function_Call) <Rhs_Of_Assign_Or_Decl>: New function to
29881 detect whether the call is in the right side of an assignment or
29882 the expression of an object declaration. Recurse on component
29883 association within aggregates.
29884 Call it in the condition that determines whether the temporary is
29885 necessary for correct stack-checking.
29886
29887 2004-10-26 Thomas Quinot <quinot@act-europe.fr>
29888
29889 * exp_dist.adb (Build_General_Calling_Stubs): New formal parameter
29890 RACW_Type, used in the PolyORB version.
29891 Rename RCI_Info to RCI_Locator, for consistency between the PolyORB
29892 version and the GARLIC version.
29893
29894 * snames.ads, snames.adb, s-parint.ads, s-parint.adb:
29895 Rename RCI_Info to RCI_Locator for better consistency between the
29896 GARLIC and PolyORB versions of the distributed systems annex.
29897 (DSA_Implementation_Name): This enumeration lists the possible
29898 implementations of the Partition Communication Subsystem for the
29899 Distributed Systems Annex (DSA). The three available implementations
29900 are the dummy stub implementation (No_DSA), and two versions based on
29901 two different distribution runtime libraries: GARLIC and PolyORB. Both
29902 the GARLIC PCS and the PolyORB PCS are part of the GLADE distribution
29903 technology.
29904 Change the literal GLADE_DSA to GARLIC_DSA to accurately describe
29905 that organization.
29906
29907 * rtsfind.ads: Rename RCI_Info to RCI_Locator for better consistency
29908 between the GARLIC and PolyORB versions of the distributed systems
29909 annex.
29910 Remove RE_Unbounded_Reclaim_Pool since it is unused.
29911
29912 2004-10-26 Gary Dismukes <dismukes@gnat.com>
29913
29914 * gnat1drv.adb: Suppress calling the back end when
29915 Frontend_Layout_On_Target is true.
29916
29917 2004-10-26 Thomas Quinot <quinot@act-europe.fr>
29918
29919 * g-os_lib.ads, g-os_lib.adb (Set_Executable, Set_Writable,
29920 Set_Read_Only): New subprograms.
29921 These new routines allow the user to set or unset the Owner execute
29922 and Owner write permission flags on a file.
29923
29924 * makegpr.adb, mlib.adb, mlib-prj.adb: Use
29925 GNAT.OS_Lib.Set_Executable instead of rolling our own.
29926
29927 2004-10-26 Matthew Gingell <gingell@gnat.com>
29928
29929 * i-cpp.ads, i-cpp.adb: Change layout of VTable for new C++ ABI.
29930
29931 2004-10-26 Pascal Obry <obry@gnat.com>
29932
29933 * init.c (__gnat_error_handler) [Win32]: Instead of trying to read the
29934 memory before the faulting page we properly test the process read
29935 access for this address using appropriate Win32 routine.
29936 (HPUX sections): guard with "__hpux__" instead of "hpux".
29937
29938 2004-10-26 Robert Dewar <dewar@gnat.com>
29939
29940 * lib-xref.adb (Generate_Reference): Don't complain about reference to
29941 entry parameter if pragma Unreferenced set, since we do not properly
29942 handle the case of multiple parameters.
29943
29944 2004-10-26 Vincent Celier <celier@gnat.com>
29945
29946 * prj-env.adb: (Contains_ALI_Files): New Boolean function
29947 (Ada_Objects_Path.Add): For a library project, add to the object path
29948 the library directory only if there is no object directory or if the
29949 library directory contains ALI files.
29950 (Set_Ada_Paths.Add.Recursive_Add): Ditto
29951
29952 2004-10-26 Vincent Celier <celier@gnat.com>
29953
29954 * prj-nmsc.adb (Language_Independent_Check): Do not forbid virtual
29955 extension of library projects.
29956
29957 * prj-part.adb: If env var ADA_PROJECT_PATH is not defined, project
29958 path defaults to ".:<prefix>/lib/gnat".
29959 (Parse): For an extending all project, allow direct import of a project
29960 that is virtually extended.
29961
29962 * prj-proc.adb (Imported_Or_Extended_Project_From): If a project with
29963 the specified name is directly imported, return its ID. Otherwise, if
29964 an extension of this project is imported, return the ID of the
29965 extension.
29966
29967 2004-10-26 Robert Dewar <dewar@gnat.com>
29968
29969 * s-arit64.adb: (Le3): New function, used by Scaled_Divide
29970 (Sub3): New procedure, used by Scaled_Divide
29971 (Scaled_Divide): Substantial rewrite, avoid duplicated code, and also
29972 correct more than one instance of failure to propagate carries
29973 correctly.
29974 (Double_Divide): Handle overflow case of largest negative number
29975 divided by minus one.
29976
29977 * s-arit64.ads (Double_Divide): Document that overflow can occur in
29978 the case of a quotient value out of range.
29979 Fix comments.
29980
29981 2004-10-26 Robert Dewar <dewar@gnat.com>
29982
29983 * s-bitops.adb (Bit_Eq): Remove redundant check.
29984
29985 * s-bitops.ads: Minor comment updates
29986 Change some occurrences of Address to System.Address
29987
29988 * s-carsi8.ads: Fix minor cut-and-paste error in comments
29989
29990 2004-10-26 Ed Schonberg <schonberg@gnat.com>
29991
29992 * sem_attr.adb (Resolve_Attribute, case 'Access): Apply proper
29993 accessibility check to prefix that is a protected operation.
29994
29995 2004-10-26 Ed Schonberg <schonberg@gnat.com>
29996
29997 * sem_ch10.adb (Optional_Subunit): If file of expected subunit is
29998 empty, post message on stub.
29999
30000 2004-10-26 Ed Schonberg <schonberg@gnat.com>
30001 Javier Miranda <miranda@gnat.com>
30002
30003 * sem_ch12.adb (In_Main_Context): Predicate to determine whether the
30004 current instance appears within a unit that is directly in the context
30005 of the main unit.
30006 Used to determine whether the body of the instance should be analyzed
30007 immediately after its spec, to make its subprogram bodies available
30008 for front-end inlining.
30009 (Analyze_Formal_Array_Type): Cleanup condition that checks that range
30010 constraint is not allowed on the component type (AARM 12.5.3(3))
30011
30012 2004-10-26 Cyrille Comar <comar@act-europe.fr>
30013
30014 * sem_ch13.adb (Analyze_Attribute_Definition_Clause, case
30015 'Storage_Pool): enhance, document & limit detection of non-sharable
30016 internal pools.
30017
30018 * impunit.adb: Make System.Pool_Global and System.Pool_Local visible.
30019
30020 * s-pooglo.ads: Add more documentation now that this pool is properly
30021 documented.
30022
30023 2004-10-26 Ed Schonberg <schonberg@gnat.com>
30024
30025 * sem_ch3.adb (Complete_Private_Subtype): If the full view is a task
30026 or protected type with discriminants, do not constrain the
30027 corresponding record type if the subtype declaration has no
30028 discriminant constraints. This can be the case in source code, or in
30029 the subtype declaration created to rename an actual type within an
30030 instantiation.
30031
30032 2004-10-26 Ed Schonberg <schonberg@gnat.com>
30033
30034 * sem_ch6.adb (Analyze_Subprogram_Body): If body is a subunit for a
30035 different kind of stub (possibly wrong name for file), do not check
30036 for conformance.
30037 (Uses_Secondary_Stack): New subsidiary to Build_Body_To_Inline. If body
30038 includes call to some function that returns an unconstrained type, do
30039 not inline.
30040
30041 2004-10-26 Ed Schonberg <schonberg@gnat.com>
30042
30043 * sem_elab.adb (Check_Elab_Call): Do not check a call that does not
30044 appear in the code for the main unit. Dependencies among units in the
30045 context of the main unit are established when those other units are
30046 compiled. Otherwise spurious elaboration constraints can generate
30047 incorrect elaboration circularities.
30048
30049 2004-10-26 Thomas Quinot <quinot@act-europe.fr>
30050 Ed Schonberg <schonberg@gnat.com>
30051
30052 * sem_util.adb (Is_Aliased_View): Defend against the case where this
30053 subprogram is called with a parameter that is not an object name. This
30054 situation arises for some cases of illegal code, which is diagnosed
30055 later, and in this case it is wrong to call Is_Aliased, as that might
30056 cause a compiler crash.
30057 (Explain_Limited_Type): Refine previous fix to include
30058 inherited components of derived types, to provide complete information.
30059
30060 * exp_ch9.adb (Set_Privals): Set the Ekind of the actual object that
30061 is the prival for a protected object.
30062 It is necessary to mark this entity as a variable, in addition to
30063 flagging it as Aliased, because Sem_Util.Is_Aliased_View has been
30064 modified to avoid checking the Aliased flag on entities that are not
30065 objects. (Checking that flag for non-objects is erroneous and could
30066 lead to a compiler crash).
30067
30068 2004-10-26 Robert Dewar <dewar@gnat.com>
30069
30070 * s-fatgen.adb (Pred): Fix redundant test for X > 0.0, since if
30071 X_Frac = 0.5, then we know that the number X must be positive.
30072 (Succ): Remove the same redundant test, and also fix the primary test
30073 to test for X_Frac = -0.5 (used to be 0.5) which is clearly wrong.
30074 Minor reformatting
30075 (Decompose): Add fuller comments to spec
30076
30077 2004-10-26 Pascal Obry <obry@gnat.com>
30078
30079 * tracebak.c (IS_BAD_PTR): Use IsBadCodePtr on Win32 to check for ptr
30080 validity (process must have read access). Set to 0 in all other cases.
30081 (STOP_FRAME): Now check for ptr validity to avoid a segmentation
30082 violation on Win32.
30083 (VALID_STACK_FRAME): Check for ptr validity on Win32 to avoid a
30084 segmentation violation.
30085
30086 2004-10-26 Eric Botcazou <ebotcazou@act-europe.fr>
30087
30088 * trans.c (call_to_gnu): For an (in-)out parameter passed by reference
30089 whose type is a constructed subtype of an aliased object with an
30090 unconstrained nominal subtype, convert the actual to the constructed
30091 subtype before taking its address.
30092
30093 2004-10-26 Vincent Celier <celier@gnat.com>
30094
30095 * a-dirval.ads, a-dirval.adb, a-dirval-vms.adb, a-dirval-mingw.adb
30096 (Is_Path_Name_Case_Sensitive): New function
30097
30098 * a-direct.adb (To_Lower_If_Case_Insensitive): New procedure
30099 (Base_Name, Simple_Name, Current_Directory, Compose,
30100 Containing_Directory, Full_Name): Call To_Lower_If_Case_Insensitive on
30101 the result.
30102
30103 2004-10-26 Cyrille Comar <comar@act-europe.fr>
30104 Vasiliy Fofanov <fofanov@act-europe.fr>
30105 Vincent Celier <celier@gnat.com>
30106
30107 * gnat_ugn.texi: Generalize "finding memory problems" section into a
30108 "memory management issues" section and document some of the useful
30109 memory pools provided as part of the GNAT library.
30110 Remove "virtual" from declaration of A::method2 in
30111 the simple example of Ada/C++ mixed system.
30112 Library Projects may be virtually extended: their virtual extensions
30113 are not Library Projects.
30114 Added section on extending project hierarchies.
30115
30116 2004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
30117
30118 * adaint.c (__gnat_get_libraries_from_registry): Cast value
30119 to LPBYTE.
30120 (__gnat_portable_spawn): Remove const.
30121
30122 * mingw32.h (MAXPATHLEN): Check for previous definition.
30123
30124 2004-10-17 Matthias Klose <doko@debian.org>
30125
30126 * gnatvsn.ads: Set gnat library version to 4.0.
30127
30128 2004-10-05 Vincent Celier <celier@gnat.com>
30129
30130 * mlib-tgt.ads: (Build_Dynamic_Library): New parameter Options_2
30131
30132 2004-10-04 Laurent Guerby <laurent@guerby.net>
30133
30134 PR ada/15156
30135 * Makefile.in: Define and use RANLIB_FLAGS.
30136
30137 2004-10-04 Pascal Obry <obry@gnat.com>
30138
30139 * tracebak.c: Always set LOWEST_ADDR to 0 on Win32 (as done on all
30140 other x86 platforms).
30141
30142 2004-10-04 Olivier Hainque <hainque@act-europe.fr>
30143
30144 * s-tassta.adb (Task_Wrapper): Make it Convention C, which makes sense
30145 in general and triggers stack alignment adjustment for thread entry
30146 points on targets where this is necessary.
30147
30148 2004-10-04 Bernard Banner <banner@gnat.com>
30149
30150 PR ada/13897
30151 * Makefile.in: Add section for powerpc linux
30152 Add variant i-vxwork-x86.ads
30153
30154 * i-vxwork-x86.ads, system-linux-ppc.ads: New files.
30155
30156 2004-10-04 Olivier Hainque <hainque@act-europe.fr>
30157
30158 * init.c (__gnat_initialize): Call an Ada subprogram to perform the
30159 table registration calls when need be. Ensures no reference to the crt
30160 ctors symbol are issued in the SJLJ case, which avoids possible
30161 undefined symbol errors in the case of modules to be statically linked
30162 with the kernel.
30163
30164 2004-10-04 Javier Miranda <miranda@gnat.com>
30165
30166 * sem_ch4.adb (Try_Object_Operation): Reformat the code to expand
30167 in-line the code corresponding to subprogram Analyze_Actuals. In
30168 addition, analyze the actuals only in case of subprogram call.
30169
30170 2004-10-04 Ed Falis <falis@gnat.com>
30171
30172 * s-vxwork-x86.ads: (FP_CONTEXT): Defined to be correct size
30173
30174 2004-10-04 Sergey Rybin <rybin@act-europe.fr>
30175
30176 * g-dirope.ads (Base_Name): Clarify the meaning of the Suffix parameter
30177 in the documentation.
30178
30179 2004-10-04 Robert Dewar <dewar@gnat.com>
30180
30181 * sem_ch5.adb (Unblocked_Exit_Count): Now used for blocks as well as
30182 IF and CASE.
30183 (Analyze_Block_Statement): Add circuitry to detect following dead code
30184 (Check_Unreachable_Code): Handle case of block exit
30185
30186 2004-10-04 Robert Dewar <dewar@gnat.com>
30187
30188 * g-spipat.adb: (XMatch): Avoid warning for Logic_Error call
30189 (XMatchD): Avoid warning for Logic_Error call
30190
30191 2004-10-04 Robert Dewar <dewar@gnat.com>
30192
30193 * exp_ch4.adb (Is_Procedure_Actual): Correct so that this does not
30194 consider expressions buried within a procedure actual to be an actual.
30195 This caused some blowups with uses of packed slices within a procedure
30196 actual.
30197
30198 2004-10-04 Robert Dewar <dewar@gnat.com>
30199
30200 * exp_ch3.adb (Needs_Simple_Initialization): Modular packed arrays no
30201 longer need to be initialized to zero.
30202 (Get_Simple_Init_Val): Modular packed arrays no longer need to be
30203 initialized to zero.
30204
30205 * checks.adb (Expr_Known_Valid): Packed arrays are now always
30206 considered valid, even if the representation is modular. That's correct
30207 now that we no longer initialize packed modular arrays to zero.
30208
30209 * exp_dbug.ads: Clarify documentation on handling of PAD and JM
30210 suffixes. These are now documented as the only cases in which the
30211 debugger ignores outer records.
30212 Previously, the spec allowed arbitrary suffixes for this purpose.
30213 Change name of LJM to JM for packed array pad records
30214 Create separate section on packed array handling, and add a whole new
30215 set of comments to this section describing the situation with packed
30216 modular types and justification requirements depending on endianness.
30217
30218 2004-10-04 Robert Dewar <dewar@gnat.com>
30219
30220 * a-except.adb: Add a comment for last change
30221
30222 * einfo.ads: Minor spelling correction in comment
30223
30224 * exp_pakd.adb, gnatdll.adb, prj-attr.ads: Minor reformatting
30225
30226 * sem_ch11.adb: Fix a case of using | instead of \ for continuation
30227 messages.
30228
30229 * sem_util.ads: Minor comment update
30230
30231 2004-10-04 Ed Schonberg <schonberg@gnat.com>
30232
30233 * sem_ch6.adb (Analyze_Subprogram_Body): Do not treat Inline as
30234 Inline_Always when in Configurable_Run_Time mode.
30235
30236 * sem_prag.adb (Process_Convention): If entity is an inherited
30237 subprogram, apply convention to parent subprogram if in same scope.
30238 (Analyze_Pragma, case Inline): Do not treat Inline as Inline_Always
30239 when in Configurable_Run_Time mode.
30240
30241 2004-10-04 Ed Schonberg <schonberg@gnat.com>
30242
30243 * sem_ch3.adb (Build_Derived_Record_Type): Set First/Last entity of
30244 class_wide type after component list has been inherited.
30245
30246 2004-10-04 Ed Schonberg <schonberg@gnat.com>
30247
30248 * sem_ch12.adb (Check_Generic_Actuals): New predicate
30249 Denotes_Previous_Actual, to handle properly the case of a private
30250 actual that is also the component type of a subsequent array actual.
30251 The visibility status of the first actual is not affected when the
30252 second is installed.
30253 (Process_Nested_Formal): Subsidiary of Instantiate_Formal_Package, to
30254 make fully recursive the treatment of formals of packages declared
30255 with a box.
30256 (Restore_Nested_Formal): Subsidiary of Restore_Private_Views, to undo
30257 the above on exit from an instantiation.
30258 (Denotes_Formal_Package): When called from Restore_Private_Views, ignore
30259 current instantiation which is now complete.
30260 (Analyze_Package_Instantiation): No instantiated body is needed if the
30261 main unit is generic. Efficient, and avoid anomalies when a instance
30262 appears in a package accessed through rtsfind.
30263
30264 2004-10-04 Ed Schonberg <schonberg@gnat.com>
30265
30266 * exp_ch6.adb (Expand_N_Function_Call): If stack checking is enabled,
30267 do not generate a declaration for a temporary if the call is part of a
30268 library-level instantiation.
30269
30270 2004-10-04 Ed Schonberg <schonberg@gnat.com>
30271
30272 * sem_util.adb (Explain_Limited_Type): Ignore internal components when
30273 searching for a limited component to flag.
30274
30275 * exp_attr.adb (Freeze_Stream_Subprogram): Subsidiary procedure to
30276 expansion of Input, to account for the fact that the implicit call
30277 generated by the attribute reference must freeze the user-defined
30278 stream subprogram. This is only relevant to 'Input, because it can
30279 appear in an object declaration, prior to the body of the subprogram.
30280
30281 * sem_ch13.adb (Rep_Item_Too_Late): Make the error non-serious, so that
30282 expansion can proceed and further errors uncovered.
30283 (Minor clean up): Fix cases of using | instead of \ for continuation
30284 messages.
30285
30286 2004-10-04 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
30287
30288 * cuintp.c, decl.c, utils2.c: Use gcc_assert and gcc_unreachable.
30289
30290 * trans.c (assoc_to_constructor): Fix unused var warning if no checking.
30291 (gnat_gimplify_expr, case ADDR_EXPR): Fix error in last change.
30292 Use gcc_assert and gcc_unreachable.
30293
30294 * decl.c (gnat_to_gnu_entity, case object): Check and process a
30295 specified alignment before validating size.
30296 (gnat_to_gnu_entity) <E_Modular_Integer_Subtype>: Create a
30297 stripped-down declaration for the type of the inner field when making
30298 a JM type.
30299
30300 * utils.c (finish_record_type): Do not compute the size in units
30301 incrementally. Instead compute it once for the rep clause case.
30302 Use gcc_assert and gcc_unreachable.
30303
30304 2004-10-04 Vincent Celier <celier@gnat.com>
30305
30306 * a-dirval-mingw.adb (Invalid_Character): Add '\' as invalid character
30307 in file name.
30308 (Is_Valid_Path_Name): Take '/' as a directory separator.
30309
30310 2004-10-04 Vincent Celier <celier@gnat.com>
30311
30312 * prj-part.adb (Parse_Single_Project): Call Is_Extending_All
30313 (Extended_Project) only if Extended_Project is defined, to avoid
30314 assertion error.
30315 (Post_Parse_Context_Clause): Always call Set_Path_Name_Of with a
30316 resolved path.
30317 (Parse_Single_Project): Ditto.
30318
30319 * prj-env.adb (Set_Ada_Paths.Add.Recursive_Add): Do not call
30320 Add_To_Project_Path for virtual projects.
30321
30322 2004-10-04 Vincent Celier <celier@gnat.com>
30323
30324 * mlib-tgt-tru64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb,
30325 mlib-tgt-hpux.adb, mlib-tgt-linux.adb, mlib-tgt-solaris.adb,
30326 mlib-tgt-vms-alpha.adb, mlib-tgt-vms-ia64.adb, mlib-tgt-mingw.adb,
30327 mlib-tgt-vxworks.adb, mlib-tgt.adb (Build_Dynamic_Library): New
30328 parameter Options_2.
30329
30330 * mlib-prj.ads, mlib-prj.adb (Build_Library): Call
30331 Build_Dynamic_Library with an empty Options_2.
30332
30333 * mlib-utl.ads, mlib-utl.adb (Gcc): Parameter Options_2 has no
30334 default anymore.
30335
30336 * makegpr.adb (Get_Imported_Directories.add): Remove trailing
30337 directory separator, if any.
30338 (Gprmake): Do not allow mains on the command line for library projects.
30339 Do not attempt to link when the project is a library project.
30340 (Library_Opts): New table to store Library_Options.
30341 (Build_Library): If Library_Options is specified, pass these options
30342 when building a shared library.
30343
30344 2004-10-04 Jose Ruiz <ruiz@act-europe.fr>
30345
30346 * s-tposen.adb (Service_Entry): The object must be always unlocked at
30347 the end of this procedure now that the unlock operation was inserted
30348 by the expander.
30349
30350 2004-10-04 Jose Ruiz <ruiz@act-europe.fr>
30351
30352 * targparm.ads, targparm.adb (Targparm_Tags): Add PAS value
30353 corresponding to the Preallocated_Stacks flags in System.
30354 (Get_Target_Parameters): Including the processing for
30355 Preallocated_Stacks.
30356
30357 * system.ads, system-vxworks-x86.ads, system-darwin-ppc.ads,
30358 system-vms_64.ads, system-unixware.ads, system-linux-ia64.ads,
30359 system-freebsd-x86.ads, system-lynxos-ppc.ads, system-lynxos-x86.ads,
30360 system-linux-x86_64.ads, system-tru64.ads, system-aix.ads,
30361 system-vxworks-sparcv9.ads, system-vxworks-xscale.ads,
30362 system-solaris-x86.ads, system-irix-o32.ads, system-irix-n32.ads,
30363 system-hpux.ads, system-vxworks-m68k.ads, system-linux-x86.ads,
30364 system-vxworks-mips.ads, system-os2.ads, system-interix.ads,
30365 system-solaris-sparc.ads, system-solaris-sparcv9.ads, system-vms.ads,
30366 system-mingw.ads, system-vms-zcx.ads, system-vxworks-ppc.ads,
30367 system-vxworks-alpha.ads: Add the flag Preallocated_Stacks, that is
30368 used to signal whether the compiler creates the required stacks and
30369 descriptors for the different tasks (when True) or it is done by the
30370 underlying operating system at run time (when False).
30371 It is initially set to False in all targets.
30372
30373 * exp_ch9.adb (Expand_N_Task_Type_Declaration): Create the task stack
30374 if it is supported by the target.
30375 (Make_Task_Create_Call): Pass the stack address if it has been
30376 previously created. Otherwise pass a Null_Address.
30377
30378 * snames.adb: Add _stack.
30379
30380 * snames.ads: Add Name_uStack. Required to allow the expander to
30381 statically allocated task stacks.
30382
30383 * s-tarest.ads, s-tarest.adb (Create_Restricted_Task): Add
30384 Stack_Address argument.
30385 Check that its value is equal to Null_Address because this target does
30386 not support the static stack allocation.
30387
30388 2004-10-04 Thomas Quinot <quinot@act-europe.fr>
30389
30390 * usage.adb: Change "pragma inline" to "pragma Inline" in information
30391 and error messages
30392
30393 2004-10-04 Thomas Quinot <quinot@act-europe.fr>
30394
30395 * exp_dist.adb: Split declaration of asynchronous flag out of
30396 Add_RACW_Read_Attribute.
30397 Minor reformatting for better alignment with PolyORB version.
30398 Store the entity for the asynchronous flag of an RACW, rather than the
30399 expression, in the asynchronous flags table. This will allow this flag
30400 to be used in other subprograms beside Add_RACW_Read_Attribute.
30401
30402 2004-10-04 Thomas Quinot <quinot@act-europe.fr>
30403
30404 * g-socket.ads, g-socket.adb, g-socthi.adb, socket.c,
30405 g-soccon-aix.ads, g-soccon-irix.ads, g-soccon-hpux.ads,
30406 g-soccon-interix.ads, g-soccon-solaris.ads, g-soccon-vms.adb,
30407 g-soccon-mingw.ads, g-soccon-vxworks.ads, g-soccon-freebsd.ads,
30408 g-soccon.ads, g-soccon-unixware.ads, g-soccon-tru64.ads: Add new
30409 sockets constant MSG_NOSIGNAL (Linux-specific).
30410 Add new sockets constant MSG_Forced_Flags, list of flags to be set on
30411 all Send operations.
30412 For Linux, set MSG_NOSIGNAL on all send operations to prevent them
30413 from trigerring SIGPIPE.
30414 Rename components to avoid clash with Ada 2005 possible reserved
30415 word 'interface'.
30416 (Check_Selector): When the select system call returns with an error
30417 condition, propagate Socket_Error to the caller.
30418
30419 2004-10-01 Jan Hubicka <jh@suse.cz>
30420
30421 * misc.c (gnat_expand_body): Update call of tree_rest_of_compilation.
30422
30423 2004-09-23 Robert Dewar <dewar@gnat.com>
30424
30425 PR ada/17540
30426 * sem_prag.adb (Process_Import_Or_Interface): Don't set Is_Public here,
30427 instead do this at freeze time (we won't do it if there is an address
30428 clause).
30429 Change "pragma inline" to "pragma Inline" in information and error
30430 messages.
30431 Minor reformatting.
30432
30433 * freeze.adb (Check_Address_Clause): Remove previous change, not the
30434 right way of doing things after all.
30435 (Freeze_Entity): For object, set Is_Public for imported entities
30436 unless there is an address clause present.
30437
30438 2004-09-21 Olivier Hainque <hainque@act-europe.fr>
30439
30440 * decl.c (gnat_to_gnu_entity) <E_General_Access_Type>: Check for a
30441 dummy designated type via TYPE_MODE instead of COMPLETE_TYPE_P. This
30442 ensures proper handling of types with rep clauses, which might have
30443 their TYPE_SIZE set already.
30444
30445 2004-09-21 Robert Dewar <dewar@gnat.com>
30446
30447 * decl.c (gnat_to_gnu_type, case E_Modular_Integer_Type): Wrap modular
30448 packed array types in both little- and big-endian cases. This change
30449 ensures that we no longer count on the unused bits being initialized
30450 for such types (and in particular ensures that equality testing will
30451 only read the relevant bits).
30452 Change name TYPE_LEFT_JUSTIFIED_MODULAR_P to TYPE_JUSTIFIED_MODULAR_P
30453 These changes mean that we no longer need to initialize small packed
30454 arrays.
30455 (gnat_to_gnu_entity) <E_Record_Subtype>: Apply the same
30456 optimization to an LJM field as to its parent field.
30457
30458 * ada-tree.h, trans.c, utils.c, utils2.c:
30459 Change name TYPE_LEFT_JUSTIFIED_MODULAR_P to TYPE_JUSTIFIED_MODULAR_P
30460
30461 2004-09-20 Jan Hubicka <jh@suse.cz>
30462
30463 * utils.c (gnat_finalize): Remove.
30464 (end_subprog_body): Directly call cgraph_finalize_function;
30465 do not lower the nested functions.
30466
30467 2004-09-20 Robert Dewar <dewar@gnat.com>
30468
30469 PR ada/17540
30470 * freeze.adb (Check_Address_Clause): Reset Is_Imported and Is_Public
30471 if an address clause is present, since that means that the Import
30472 should be ignored.
30473
30474 2004-09-20 Arnaud Charlet <charlet@act-europe.fr>
30475
30476 * 5tsystem.ads: Removed, no longer used.
30477
30478 2004-09-17 Jeffrey D. Oldham <oldham@codesourcery.com>
30479 Zack Weinberg <zack@codesourcery.com>
30480
30481 * ada-tree.def: Use tree_code_class enumeration constants
30482 instead of code letters.
30483 * ada-tree.h, decl.c, misc.c, trans.c, utils.c, utils2.c:
30484 Update for new tree-class enumeration constants.
30485
30486 2004-09-17 Vincent Celier <celier@gnat.com>
30487
30488 * prj-attr-pm.ads, prj-attr-pm.adb: New files, to split some private
30489 capabilities of the general project manager.
30490
30491 2004-09-09 Vincent Celier <celier@gnat.com>
30492
30493 * a-direct.ads: Add pragma Ada_05
30494 (Directory_Entry_Type): Give default value to component Kind to avoid
30495 not initialized warnings.
30496
30497 * a-direct.adb (Current_Directory): Remove directory separator at the
30498 end.
30499 (Delete_Directory, Delete_Tree): Raise Name_Error if Directory is not
30500 an existing directory.
30501 (Fetch_Next_Entry): Give default value to variable Kind to avoid warning
30502 (Size (String)): Function C_Size returns Long_Integer, not File_Size.
30503 Convert the result to File_Size.
30504
30505 * prj.ads: (Project_Error): New exception
30506
30507 * prj-attr.adb: Except in procedure Initialize, Fail comes from
30508 Prj.Com, not from Osint.
30509 (Attrs, Package_Attributes): Tables moved to private part of spec
30510 (Add_Attribute, Add_Unknown_Package): Moved to new child package
30511 Prj.Attr.PM.
30512 (Register_New_Package (Name, Attributes), Register_New_Attribute): Raise
30513 Prj.Project_Error after call to Fail.
30514 (Register_New_Package (Name, Id)): Set Id to Empty_Package after calling
30515 Fail. Check that package name is not already in use.
30516
30517 * prj-attr.ads: Comment updates to indicate that all subprograms may be
30518 used by tools, not only by the project manager, and to indicate that
30519 exception Prj.Prj_Error may be raised in case of problem.
30520 (Add_Unknown_Package, Add_Attribute): Moved to new child package
30521 Prj.Attr.PM.
30522 (Attrs, Package_Attributes): Table instantiations moved from the body to
30523 the private part to be accessible from Prj.Attr.PM body.
30524
30525 * prj-dect.adb (Parse_Package_Declaration): Call Add_Unknown_Package
30526 from new package Prj.Attr.PM.
30527 (Parse_Attribute_Declaration): Call Add_Attribute from new package
30528 Prj.Attr.PM.
30529
30530 * Makefile.in: Add prj-attr-pm.o to gnatmake object list
30531
30532 * gnatbind.adb (Gnatbind): Correct warning message (Elaboration_Check
30533 instead of Elaboration_Checks).
30534
30535 * a-calend.adb: Minor reformatting
30536
30537 2004-09-09 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
30538
30539 * gigi.h (maybe_pad_type): New declaration.
30540 (create_subprog_type): New arg RETURNS_BY_TARGET_PTR.
30541
30542 * ada-tree.h: (TYPE_RETURNS_BY_TARGET_PTR_P): New macro.
30543
30544 * cuintp.c: Convert to use buildN.
30545
30546 * decl.c (maybe_pad_type): No longer static.
30547 (gnat_to_gnu_entity, case E_Function): Handle case of returning by
30548 target pointer.
30549 Convert to use buildN.
30550
30551 * trans.c (call_to_gnu): Add arg GNU_TARGET; support
30552 TYPE_RETURNS_BY_TARGET_PTR_P. All callers changed.
30553 (gnat_to_gnu, case N_Assignment_Statement): Call call_to_gnu if call on
30554 RHS.
30555 (gnat_to_gnu, case N_Return): Handle TYPE_RETURN_BY_TARGET_PTR_P.
30556 (gnat_gimplify_expr, case ADDR_EXPR): New case.
30557 Convert to use buildN.
30558
30559 * utils2.c (gnat_build_constructor): Also set TREE_INVARIANT and
30560 TREE_READONLY for const.
30561 Convert to use buildN.
30562
30563 * utils.c (create_subprog_type): New operand RETURNS_BY_TARGET_PTR.
30564 (create_var_decl): Refine when TREE_STATIC is set.
30565 Convert to use buildN.
30566
30567 2004-09-09 Gary Dismukes <dismukes@gnat.com>
30568
30569 * gnat_ugn.texi: Delete text relating to checking of ali and object
30570 consistency.
30571
30572 * a-except.adb (Rcheck_*): Add pragmas No_Return for each of these
30573 routines.
30574
30575 2004-09-09 Jose Ruiz <ruiz@act-europe.fr>
30576
30577 * gnat_ugn.texi: Add Detect_Blocking to the list of configuration
30578 pragmas recognized by GNAT.
30579
30580 * gnat_rm.texi: Document pragma Detect_Blocking.
30581
30582 * s-solita.adb (Timed_Delay_T): When pragma Detect_Blocking is active,
30583 raise Program_Error if called from a protected operation.
30584
30585 * s-taprob.adb (Lock): When pragma Detect_Blocking is active increase
30586 the protected action nesting level.
30587 (Lock_Read_Only): When pragma Detect_Blocking is active increase the
30588 protected action nesting level.
30589 (Unlock): When pragma Detect_Blocking is active decrease the protected
30590 action nesting level.
30591
30592 * s-taskin.adb (Initialize_ATCB): Initialize to 0 the
30593 Protected_Action_Nesting.
30594
30595 * s-taskin.ads: Adding the field Protected_Action_Nesting to the
30596 Common_ATCB record. It contains the dynamic level of protected action
30597 nesting for each task. It is needed for checking whether potentially
30598 blocking operations are called from protected operations.
30599 (Detect_Blocking): Adding a Boolean constant reflecting whether pragma
30600 Detect_Blocking is active or not in the partition.
30601
30602 * s-tasren.adb (Call_Simple): When pragma Detect_Blocking is active,
30603 raise Program_Error if called from a protected operation.
30604 (Task_Entry_Call): When pragma Detect_Blocking is active, raise
30605 Program_Error if called from a protected operation.
30606 (Timed_Task_Entry_Call): When pragma Detect_Blocking is active, raise
30607 Program_Error if called from a protected operation.
30608
30609 * s-tassta.adb (Abort_Tasks): When pragma Detect_Blocking is active,
30610 raise Program_Error if called from a protected operation.
30611
30612 * s-tpoben.adb (Lock_Entries): When pragma Detect_Blocking is active,
30613 raise Program_Error if called from a protected operation, and increase
30614 the protected action nesting level.
30615 (Lock_Read_Only_Entries): When pragma Detect_Blocking is active, raise
30616 Program_Error if called from a protected operation, and increase the
30617 protected action nesting level.
30618 (Unlock_Entries): When pragma Detect_Blocking is active decrease the
30619 protected action nesting level.
30620
30621 * s-tposen.adb (Lock_Entry): When pragma Detect_Blocking is active,
30622 raise Program_Error if called from a protected operation, and increase
30623 the protected action nesting level.
30624 (Lock_Read_Only_Entry): When pragma Detect_Blocking is active, raise
30625 Program_Error if called from a protected operation, and increase the
30626 protected action nesting level.
30627 (Protected_Single_Entry_Call): When pragma Detect_Blocking is active,
30628 raise Program_Error if called from a protected operation.
30629 (Timed_Protected_Single_Entry_Call): When pragma Detect_Blocking is
30630 active, raise Program_Error if called from a protected operation.
30631 (Unlock_Entry): When pragma Detect_Blocking is active decrease the
30632 protected action nesting level.
30633
30634 * sem_util.adb (Check_Potentially_Blocking_Operation): Remove the
30635 insertion of the statement raising Program_Error. The run time
30636 contains the required machinery for handling that.
30637
30638 * sem_util.ads: Change comment associated to procedure
30639 Check_Potentially_Blocking_Operation.
30640 This procedure does not insert a call for raising the exception because
30641 that is currently done by the run time.
30642
30643 * raise.h (__gnat_set_globals): Pass the detect_blocking parameter.
30644
30645 * init.c: Add the global variable __gl_detect_blocking that indicates
30646 whether pragma Detect_Blocking is active (1) or not (0). Needed for
30647 making the pragma available at run time.
30648 (__gnat_set_globals): Pass and update the detect_blocking parameter.
30649
30650 * lib-writ.adb (Write_ALI): Set the DB flag in the ali file if
30651 pragma Detect_Blocking is active.
30652
30653 * lib-writ.ads: Document the Detect_Blocking flag (DB) in ali files.
30654
30655 * ali.adb (Scan_ALI): Set the Detect_Blocking value to true if the flag
30656 DB is found in the ali file. Any unit compiled with pragma
30657 Detect_Blocking active forces its effect in the whole partition.
30658
30659 * a-retide.adb (Delay_Until): Raise Program_Error if pragma
30660 Detect_Blocking is active and delay is called from a protected
30661 operation.
30662
30663 * bindgen.adb (Gen_Adainit_Ada): When generating the call to
30664 __gnat_set_globals, pass 1 as Detect_Blocking parameter if pragma
30665 Detect_Blocking is active (0 otherwise).
30666 (Gen_Adainit_C): When generating the call to __gnat_set_globals, pass 1
30667 as Detect_Blocking parameter if pragma Detect_Blocking is active (0
30668 otherwise).
30669
30670 2004-09-09 Thomas Quinot <quinot@act-europe.fr>
30671
30672 * gnat_rm.texi: Rename GNAT.Perfect_Hash.Generators to
30673 GNAT.Perfect_Hash_Generators, and remove the empty GNAT.Perfect_Hash
30674 package.
30675
30676 * s-parint.ads, s-parint.adb (Get_RAS_Info): New subprogram.
30677 (Register_Receiving_Stub): Add Subp_Info formal parameter.
30678 Update API in placeholder implemetation of s-parint to reflect changes
30679 in distribution runtime library.
30680
30681 * sem_ch3.adb (Expand_Derived_Record): Rename to
30682 Expand_Record_Extension.
30683
30684 * sem_disp.adb (Check_Controlling_Formals): Improve error message for
30685 primitive operations of potentially distributed object types that have
30686 non-controlling anonymous access formals.
30687
30688 * sem_dist.ads, sem_dist.adb (Build_RAS_Primitive_Specification): New
30689 subprogram.
30690 New implementation of expansion for remote access-to-subprogram types,
30691 based on the RACW infrastructure.
30692 This version of sem_dist is compatible with PolyORB/DSA as well as
30693 GLADE.
30694
30695 * sem_prag.adb (Analyze_Pragma, case Pragma_Asynchronous): For a pragma
30696 Asynchrronous that applies to a remote access-to-subprogram type, mark
30697 the underlying RACW type as asynchronous.
30698
30699 * link.c: FreeBSD uses GNU ld: set __gnat_objlist_file_supported and
30700 __gnat_using_gnu_linker to 1.
30701
30702 * Makefile.rtl, impunit.adb, g-perhas.ads, g-pehage.ads,
30703 g-pehage.adb: Rename GNAT.Perfect_Hash.Generators to
30704 GNAT.Perfect_Hash_Generators, and remove the empty
30705 GNAT.Perfect_Hash package.
30706
30707 * atree.adb: Minor reformatting
30708
30709 * exp_ch3.adb (Expand_Derived_Record): Rename to
30710 Expand_Record_Extension.
30711 (Build_Record_Init_Proc.Build_Assignment): The default expression in
30712 a component declaration must remain attached at that point in the
30713 tree so New_Copy_Tree copies it if the enclosing record type is derived.
30714 It is therefore necessary to take a copy of the expression when building
30715 the corresponding assignment statement in the init proc.
30716 As a side effect, in the case of a derived record type, we now see the
30717 original expression, without any rewriting that could have occurred
30718 during expansion of the ancestor type's init proc, and we do not need
30719 to go back to Original_Node.
30720
30721 * exp_ch3.ads (Expand_Derived_Record): Rename to
30722 Expand_Record_Extension.
30723
30724 * exp_dist.ads, exp_dist.adb (Underlying_RACW_Type): New subprogram.
30725 Returns the RACW type used to implement a remote access-to-subprogram
30726 type.
30727 (Add_RAS_Proxy_And_Analyze, Build_Remote_Subprogram_Proxy_Type):
30728 New subprograms. Used to create a proxy tagged object for a remote
30729 subprogram. The proxy object is used as the designated object
30730 for RAS values on the same partition (unless All_Calls_Remote applies).
30731 (Build_Get_Unique_RP_Call): New subprogram. Build a call to
30732 System.Partition_Interface.Get_Unique_Remote_Pointer.
30733 (Add_RAS_Access_TSS, Add_RAS_Dereference_TSS):
30734 Renamed from Add_RAS_*_Attribute.
30735 (Add_Receiving_Stubs_To_Declarations): Generate a table of local
30736 subprograms.
30737 New implementation of expansion for remote access-to-subprogram types,
30738 based on the RACW infrastructure.
30739
30740 * exp_dist.ads (Copy_Specification): Update comment to note that this
30741 function can copy the specification from either a subprogram
30742 specification or an access-to-subprogram type definition.
30743
30744 2004-09-09 Ed Schonberg <schonberg@gnat.com>
30745
30746 * sem_type.adb (Disambiguate): Handle properly an accidental ambiguity
30747 in an instance, between an explicit subprogram an one inherited from a
30748 type derived from an actual.
30749
30750 * exp_ch6.adb (Expand_N_Subprogram_Body): If polling is enabled, do not
30751 add a polling call if the subprogram is to be inlined by the back-end,
30752 to avoid repeated calls with multiple inlinings.
30753
30754 * checks.adb (Apply_Alignment_Check): If the expression in the address
30755 clause is a call whose name is not a static entity (e.g. a dispatching
30756 call), treat as dynamic.
30757
30758 2004-09-09 Robert Dewar <dewar@gnat.com>
30759
30760 * g-trasym.ads: Minor reformatting
30761
30762 * exp_ch3.adb (Component_Needs_Simple_Initialization): Don't except
30763 packed arrays, since unused bits are expected to be zero for a
30764 comparison.
30765
30766 2004-09-09 Eric Botcazou <ebotcazou@act-europe.fr>
30767
30768 * exp_pakd.ads: Fix an inacurracy and a couple of typos in the head
30769 comment.
30770
30771 2004-09-09 Pascal Obry <obry@gnat.com>
30772
30773 * mdll.ads, mdll.adb (Build_Dynamic_Library): New parameter Map_File to
30774 enable map file generation. Add the right option to generate the map
30775 file if Map_File is set to True.
30776
30777 * gnatdll.adb (Gen_Map_File): New variable.
30778 (Syntax): Add info about new -m (Map_File) option.
30779 (Parse_Command_Line): Add support for -m option.
30780 (gnatdll): Pass Gen_Map_File to Build_Dynamic_Library calls.
30781 Minor reformatting.
30782
30783 2004-09-09 Laurent Pautet <pautet@act-europe.fr>
30784
30785 * gnatls.adb: Add a very verbose mode -V. Such mode is required by the
30786 new gnatdist implementation.
30787 Define a subpackage isolating the output routines specific to this
30788 verbose mode.
30789
30790 2004-09-09 Joel Brobecker <brobecker@gnat.com>
30791
30792 * Makefile.rtl: (GNATRTL_NONTASKING_OBJS): Add g-dynhta.
30793
30794 * gnat_ugn.texi (Main Subprograms): Fix typo. Deduced, not deducted.
30795
30796 2004-09-09 Cyrille Comar <comar@act-europe.fr>
30797
30798 * opt.adb (Set_Opt_Config_Switches): Use Ada_Version_Runtime to compile
30799 internal unit.
30800
30801 * opt.ads: Add Ada_Version_Runtime constant used to decide which
30802 version of the language is used to compile the run time.
30803
30804 2004-09-09 Arnaud Charlet <charlet@act-europe.fr>
30805
30806 * sem_util.adb (Requires_Transient_Scope): Re-enable handling
30807 of variable length temporaries for function return now that the
30808 back-end and gigi support it.
30809
30810 2004-09-01 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
30811
30812 * misc.c (gnat_print_type): Use TYPE_RM_SIZE_NUM.
30813
30814 * trans.c (struct stmt_group): Delete field GLOBAL.
30815 (gnat_init_stmt_group): Do not initialize it.
30816 (call_to_gnu): Use save_expr, not protect_multiple_eval.
30817 (Exception_Handler_to_gnu_sjlj): Call build_int_cst, not build_int_2
30818 (gnat_to_gnu, case N_Character_Literal, N_String_Literal): Likewise.
30819 (gnat_to_gnu, case N_Compilation_Unit): Do not set GLOBAL in stmt group.
30820 (start_stmt_group): Likewise.
30821 (add_stmt, add_decl_expr): Rework handling of global DECL_EXPRs.
30822
30823 * utils2.c (ggc.h): Include.
30824 (build_call_raise): Call build_int_cst, not build_int_2.
30825
30826 * utils.c (gnat_init_decl_processing): Fix arg to
30827 build_common_tree_nodes.
30828 (create_subprog_type): Do not use SET_TYPE_CI_CO_LIST.
30829 (gnat_define_builtin): Set built_in_decls.
30830 (init_gigi_decls): Call build_int_cst, not build_int_2.
30831
30832 * ada-tree.h (struct lang_decl, struct lang_type): Field is type tree.
30833 (GET_TYPE_LANG_SPECIFIC, SET_TYPE_LANG_SPECIFIC): New macros.
30834 (GET_DECL_LANG_SPECIFIC, SET_DECL_LANG_SPECIFIC): Likewise.
30835 (TYPE_CI_CO_LIST, SET_TYPE_CI_CO_LIST, TYPE_MODULE,
30836 SET_TYPE_MODULE): Use them.
30837 (TYPE_INDEX_TYPE, SET_TYPE_INDEX_TYPE, TYPE_DIGITS_VALUE): Likewise.
30838 (SET_TYPE_DIGITS_VALUE, TYPE_UNCONSTRAINED_ARRAY): Likewise.
30839 (SET_TYPE_UNCONSTRAINED_ARRAY, TYPE_ADA_SIZE,
30840 SET_TYPE_ADA_SIZE): Likewise.
30841 (TYPE_ACTUAL_BOUNDS, SET_TYPE_ACTUAL_BOUNDS): Likewise.
30842 (DECL_CONST_CORRESPONDING_VAR,
30843 SET_DECL_CONST_CORRESPONDING_VAR): Likewise.
30844 (DECL_ORIGINAL_FIELD, SET_DECL_ORIGINAL_FIELD): Likewise.
30845 (TYPE_RM_SIZE_INT, TYPE_RM_SIZE_ENUM, SET_TYPE_RM_SIZE_ENUM): Deleted.
30846 (TYPE_RM_SIZE_NUM): New macro.
30847 (TYPE_RM_SIZE): Modified to use above.
30848
30849 * cuintp.c: (build_cst_from_int): New function.
30850 (UI_To_gnu): Use it.
30851
30852 * decl.c (gnat_to_gnu_entity): Use TYPE_RM_SIZE_NUM.
30853 (make_type_from_size): Avoid changing TYPE_UNSIGNED of a type.
30854 (gnat_substitute_in_type, case ARRAY_TYPE): If old had a
30855 MIN_EXPR for the size, copy it into new.
30856
30857 2004-09-01 Robert Dewar <dewar@gnat.com>
30858
30859 * exp_ch6.adb (Expand_Call): Properly handle validity checks for
30860 packed indexed component where array is an IN OUT formal. This
30861 generated garbage code previously.
30862
30863 * gnat_ugn.texi: Document -fverbose-asm
30864
30865 * gnat-style.texi: Minor updates (note that boolean constants and
30866 variables are joined with AND/OR rather than short circuit forms).
30867
30868 2004-09-01 Ed Schonberg <schonberg@gnat.com>
30869
30870 * exp_util.adb (Safe_Unchecked_Type_Conversion): Conversion is safe if
30871 it is an upward conversion of an untagged type with no representation
30872 change.
30873
30874 2004-09-01 Thomas Quinot <quinot@act-europe.fr>
30875
30876 * rtsfind.ads: Move RCI_Subp_Info and RCI_Subp_Info_Array to
30877 System.Partition_Interface.
30878
30879 * checks.adb (Apply_Access_Checks): Do not generate checks when
30880 expander is not active (but check for unset reference to prefix of
30881 dereference).
30882
30883 * sem_prag.adb (Analyze_Pragma, case Pragma_Debug): Uniformly rewrite
30884 pragma Debug as an if statement with a constant condition, for
30885 consistent treatment of entity references contained within the
30886 enclosed procedure call.
30887
30888 2004-09-01 Vincent Celier <celier@gnat.com>
30889
30890 * bindgen.adb: (Set_EA_Last): New procedure
30891 (Gen_Exception_Table_Ada, Gen_Exception_Table_C): Use new procedure
30892 Set_EA_Last.
30893 (Gen_Adafinal_Ada): If no finalization, adafinal does nothing
30894 (Gen_Output_File_Ada): Always call Gen_Adafinal_Ada, so that SAL can be
30895 linked without errors.
30896 (Gen_Exception_Table_Ada): Correct bugs when generating code for arrays
30897 ST and EA.
30898 (Gen_Exception_Table_C): Correct same bugs
30899
30900 * vms_data.ads: Add new qualifier /VERBOSE_ASM to GCC_Switches
30901
30902 * g-os_lib.adb (Normalize_Pathname.Get_Directory): When Dir is empty,
30903 on Windows, make sure that the drive letter is in upper case.
30904
30905 * g-os_lib.ads (Normalize_Pathname): Add a comment to indicate that on
30906 Windows, when the drive letter is added and Case_Sensitive is True, the
30907 drive letter is forced to upper case.
30908
30909 * mlib-tgt-irix.adb (Build_Dynamic_Library): Transfer all -lxxx options
30910 to Options_2 for the call to MLib.Utl.Gcc.
30911
30912 * bld.adb (Put_Include_Project): Use '/', not '\' on Windows as
30913 directory separator when defining BASE_DIR.
30914
30915 2004-09-01 Pascal Obry <obry@gnat.com>
30916
30917 * gprcmd.adb (Extend): Do not output trailing directory separator. This
30918 is not needed and it confuses Windows GNU/make which does not report
30919 directory terminated by a slash as a directory.
30920 (gprcmd): Idem for "pwd" internal command.
30921
30922 * Makefile.generic: Use __GPRCOLON__ instead of pipe character in
30923 target names rewrite to fix regressions with recent version of
30924 GNU/make. Starting with GNU/make 3.80 the pipe character was not
30925 handled properly anymore.
30926
30927 2004-09-01 Andreas Schwab <schwab@suse.de>
30928
30929 * Make-lang.in (EXTRA_GNATBIND_OBJS): Revert last change.
30930 * raise.c [!IN_RTS]: Undef abort.
30931
30932 2004-08-27 Nathan Sidwell <nathan@codesourcery.com>
30933
30934 * utils2.c (build_allocator): Use ssize_int.
30935
30936 * utils.c (gnat_init_decl_processing): Ada has a signed sizetype.
30937
30938 2004-08-27 Andreas Schwab <schwab@suse.de>
30939
30940 * Make-lang.in (EXTRA_GNATBIND_OBJS): Add errors.o.
30941
30942 2004-08-25 Nathan Sidwell <nathan@codesourcery.com>
30943 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
30944
30945 * ada-tree.h (TYPE_RM_SIZE_INT): Use TYPE_LANG_SLOT_1.
30946
30947 2004-08-25 Nathan Sidwell <nathan@codesourcery.com>
30948
30949 * cuintp.c (UI_To_gnu): Adjust build_int_cst calls.
30950 * trans.c (Exception_Handler_to_gnu_sjlj, gnat_to_gnu): Likewise.
30951 * utils.c (init_gigi_decls): Likewise.
30952 * utils2.c (build_call_raise, build_allocator): Likewise.
30953
30954 2004-08-24 Nathan Sidwell <nathan@codesourcery.com>
30955
30956 * utils.c (gnat_init_decl_processing): Adjust
30957 build_common_tree_nodes call.
30958
30959 2004-08-20 Nathan Sidwell <nathan@codesourcery.com>
30960
30961 * utils2.c (build_allocator): Use build_int_cst for negative
30962 size types.
30963
30964 2004-08-18 Richard Henderson <rth@redhat.com>
30965
30966 * misc.c (LANG_HOOKS_HONOR_READONLY): Remove.
30967
30968 2004-08-16 Nathan Sidwell <nathan@codesourcery.com>
30969
30970 * cuintp.c (UI_To_gnu): Be more conservative with build_int_cst
30971 call.s
30972 * trans.c (Exception_Handler_to_gnu_sjlj): Likewise.
30973 (gnat_to_gnu): Likewise.
30974
30975 2004-08-16 Pascal Obry <obry@gnat.com>
30976
30977 * adaint.c (__gnat_prj_add_obj_files): Set to 0 only on Win32 for GCC
30978 backend prior to GCC 3.4. With GCC 3.4 we are using the GCC's shared
30979 option and not mdll anymore. Update comment.
30980
30981 2004-08-16 Pascal Obry <obry@gnat.com>
30982
30983 * bld.adb (Put_Include_Project): Properly handle directory separators
30984 on Windows.
30985
30986 2004-08-16 Ed Schonberg <schonberg@gnat.com>
30987
30988 * sem_ch4.adb (Try_Object_Operation): Restructure code. Optimize by
30989 decreasing the number of allocated junk nodes while searching for the
30990 appropriate subprogram.
30991
30992 2004-08-15 Nathan Sidwell <nathan@codesourcery.com>
30993
30994 * cuintp.c (UI_To_gnu): Use build_int_cst..
30995 * trans.c (Exception_Handler_to_gnu_sjlj, gnat_to_gnu): Likewise.
30996 * utils.c (init_gigi_decls): Likewise.
30997 * utils2.c (build_call_raise): Likewise.
30998
30999 2004-08-13 Olivier Hainque <hainque@act-europe.fr>
31000
31001 * decl.c (gnat_to_gnu_entity) <E_Variable>: When building an allocator
31002 for a global aliased object with a variable size and an unconstrained
31003 nominal subtype, pretend there is no initializer if the one we have is
31004 incomplete, and avoid referencing an inexistant component in there. The
31005 part we have will be rebuilt anyway and the reference may confuse
31006 further operations.
31007
31008 2004-08-13 Thomas Quinot <quinot@act-europe.fr>
31009
31010 * einfo.ads: Minor reformatting
31011
31012 * lib-writ.adb (Output_Main_Program_Line): Do not set parameter
31013 restrictions in the ALI if we only want to warn about violations.
31014
31015 2004-08-13 Vincent Celier <celier@gnat.com>
31016
31017 * ali.adb (Scan_ALI): Initialize component Body_Needed_For_SAL to False
31018 when creating a new Unit_Record in table Units.
31019
31020 * gnatls.adb (Output_Unit): In verbose mode, output the restrictions
31021 that are violated, if any.
31022
31023 * prj-nmsc.adb (Ada_Check.Get_Path_Names_And_Record_Sources): Do not
31024 add directory separator if path already ends with a directory separator.
31025
31026 2004-08-13 Ed Schonberg <schonberg@gnat.com>
31027
31028 * rtsfind.adb (Entity_Not_Defined): If the error ocurrs in a predefined
31029 unit, this is an attempt to inline a construct that is not available in
31030 the current restricted mode, so abort rather than trying to continue.
31031
31032 * sem_ch3.adb (Build_Underlying_Full_View): If the new type has
31033 discriminants that rename those of the parent, recover names of
31034 original discriminants for the constraint on the full view of the
31035 parent.
31036 (Complete_Private_Subtype): Do not create a subtype declaration if the
31037 subtype is an itype.
31038
31039 * gnat_rm.texi: Added section on implementation of discriminated
31040 records with default values for discriminants.
31041
31042 2004-08-13 Ed Schonberg <schonberg@gnat.com>
31043
31044 PR ada/15601
31045 * sem_res.adb (Make_Call_Into_Operator): Handle properly the case where
31046 the second operand is overloaded.
31047
31048 2004-08-10 Richard Henderson <rth@redhat.com>
31049
31050 * utils.c (gnat_install_builtins): Remove __builtin_stack_alloc,
31051 add __builtin_alloca.
31052
31053 2004-08-10 Richard Henderson <rth@redhat.com>
31054
31055 * config-lang.in (boot_language): Yes.
31056
31057 2004-08-09 Thomas Quinot <quinot@act-europe.fr>
31058
31059 * g-socket.adb (Abort_Selector): Initialize Buf to prevent valgrind
31060 from complaining on potential uninitialized reference.
31061 Change calls to GNAT.Sockets.Thin.Is_Socket_In_Set to account for
31062 new specification and test explicitly for non-zero return value.
31063
31064 * g-socthi.ads (Is_Socket_In_Set): Declare imported function as
31065 returning C.int, to avoid using a derived boolean type.
31066
31067 * exp_ch5.adb (Make_Tag_Ctrl_Assignments): Use
31068 Duplicate_Subexpr_No_Checks in preference to direct use of
31069 Remove_Side_Effects and New_Copy_Tree.
31070 Clear Comes_From_Source on prefix of 'Size attribute reference.
31071
31072 * g-socthi.adb, g-socthi-vms.adb, g-socthi-mingw.adb,
31073 g-socthi-vxworks.adb: Change calls to
31074 GNAT.Sockets.Thin.Is_Socket_In_Set to account for new specification
31075 and test explicitly for non-zero return value.
31076
31077 * g-socthi-vms.ads, g-socthi-mingw.ads, g-socthi-vxworks.ads:
31078 (Is_Socket_In_Set): Declare imported function as returning C.int, to
31079 avoid using a derived boolean type.
31080
31081 2004-08-09 Albert Lee <lee@gnat.com>
31082
31083 * system-irix-n32.ads: Refine tasking priority constants for IRIX.
31084
31085 2004-08-09 Pascal Obry <obry@gnat.com>
31086
31087 * gnat_ugn.texi: Document new way to build DLLs on Windows using
31088 GCC's -shared option.
31089
31090 * mlib-tgt-mingw.adb (Build_Dynamic_Library): Pass GCC's options into
31091 Options_2 parameter (options put after object files).
31092
31093 2004-08-09 Olivier Hainque <hainque@act-europe.fr>
31094
31095 * decl.c (gnat_to_gnu_entity) <E_Array_Subtype>: Adjust condition to
31096 ignore overflows on low and high bounds of an index to also account for
31097 differences in signedness between sizetype and gnu_index_subtype.
31098 These are as legitimate as the ones caused by a lower TYPE_PRECISION
31099 on sizetype.
31100
31101 2004-08-09 Robert Dewar <dewar@gnat.com>
31102
31103 * s-solita.ads, s-solita.adb: Minor reformatting
31104
31105 * gnat_rm.texi: Add documentation for pragma Profile (Restricted)
31106 Move pragma Restricted_Run_Time, No_Run_Time, Ravenscar to new
31107 obsolescent section
31108 Add note that No_Implicit_Conditionals does not suppress
31109 run time constraint checks.
31110
31111 * vms_conv.ads: Minor reformatting
31112
31113 * s-secsta.adb: Use SS_Ptr instead of Mark_Id as stack pointer (cleanup
31114 and necessary for following change).
31115 (Mark): Return new format Mark_Id containing sec stack address
31116 (Release): Use sec stack address from Mark_Id avoiding Self call
31117
31118 * s-secsta.ads: Define SS_Ptr to be used instead of Mark_Id as stack
31119 pointer (cleanup and necessary for following change).
31120 Define Mark_Id as record containing address of secondary stack, that way
31121 Release does not need to find the stack again, decreasing the number of
31122 calls to Self and improving efficiency.
31123
31124 * sem_util.ads: Add a ??? comment for Is_Local_Variable_Reference
31125
31126 * sem_ch5.adb (Analyze_Case_Statement): Add circuitry to track value of
31127 case variable into the individual case branches when possible.
31128
31129 * sem_ch11.adb: Minor reformatting
31130
31131 * prj.ads: Correct spelling of suffixs
31132
31133 * prj-nmsc.adb: Minor reformatting
31134 Correct spelling suffixs throughout (also in identifiers)
31135
31136 * freeze.adb: Minor spelling correction
31137
31138 * exp_ch2.adb: Cleanups to handling of Current_Value
31139 (no functional effect).
31140
31141 * bld.adb: Correct spelling of suffixs
31142
31143 * einfo.adb (Enclosing_Dynamic_Scope): Defend against junk argument
31144
31145 2004-08-09 Ed Schonberg <schonberg@gnat.com>
31146
31147 PR ada/15408
31148 * sem_ch7.adb (Install_Private_Declarations): In the body of the
31149 package or of a child, private entities are both immediately_visible
31150 and not hidden.
31151
31152 2004-08-09 Ed Schonberg <schonberg@gnat.com>
31153
31154 * sem_eval.adb (Eval_Integer_Literal): If the context is Any_Integer,
31155 there are no range checks on the value of the literal.
31156
31157 * exp_ch7.adb (Insert_Actions_In_Scope_Around): If the node being
31158 wrapped is the triggering alternative of an asynchronous select, action
31159 statements mustbe inserted before the select itself.
31160
31161 * sem_attr.adb (Analyze_Attribute, case 'Size): Handle properly the
31162 case where the prefix is a protected function call.
31163 (Resolve_Attribute, case 'Access): The attribute reference on a
31164 subprogram is legal in a generic body if the subprogram is declared
31165 elsewhere.
31166
31167 2004-08-09 Vincent Celier <celier@gnat.com>
31168
31169 * makegpr.adb (Build_Library): Link with g++ if C++ is one of the
31170 languages, otherwise building the library may fail with unresolved
31171 symbols.
31172 (Compile_Sources): Do not build libraries if -c switch is used
31173
31174 * gnatlink.adb (Process_Args): New switches -M and -Mmap
31175 (Write_Usage): If map file creation is supported, output new switches
31176 -M and -Mmap.
31177 (Gnatlink): When -M is specified, add the necessary switch(es) to the
31178 gcc call, when supported.
31179
31180 * Makefile.in: Added indepsw.o to the object list for gnatlink
31181 Specified the AIX, GNU/Linux and Windows versions of indepsw.adb
31182
31183 * indepsw-aix.adb, indepsw-linux.adb, indepsw-mingw.adb,
31184 indepsw.adb, indepsw.ads: New files.
31185
31186 2004-08-09 Bernard Banner <banner@gnat.com>
31187
31188 * system-vxworks-x86.ads, s-vxwork-x86.ads: New files.
31189
31190 * Makefile.in: add section for vxworks x86
31191
31192 2004-08-09 Hristian Kirtchev <kirtchev@gnat.com>
31193
31194 * exp_ch3.adb (Build_Init_Statements): Add extra condition to deal with
31195 per-object constrained components where the discriminant is of an
31196 Access type.
31197 (Build_Record_Init_Proc): Add condition to prevent the inheritance of
31198 the parent initialization procedure for derived Unchecked_Unions.
31199 Instead, derived Unchecked_Unions build their own initialization
31200 procedure.
31201 (Build_Variant_Record_Equality): Implement Unchecked_Union equality.
31202 Check the body of the subprogram for details.
31203 (Freeze_Record_Type): Prevent the inheritance of discriminant checking
31204 functions for derived Unchecked_Union types by introducing a condition.
31205 Allow the creation of TSS equality functions for Unchecked_Unions.
31206 (Make_Eq_Case): Rename formal parameter Node to E in function signature.
31207 Add formal parameter Discr to function signature. Discr is used to
31208 control the generated case statement for Unchecked_Union types.
31209 (Make_Eq_If): Rename formal parameter Node to E in function signature.
31210
31211 * exp_ch4.adb (Build_Equality_Call): Implement equality calls for
31212 Unchecked_Unions.
31213 Check the body of the subprogram for details.
31214 (Expand_Composite_Equality): Augment composite type equality to include
31215 correct handling of Unchecked_Union components.
31216 (Expand_N_In): Add condition to detect illegal membership tests when the
31217 subtype mark is a constrained Unchecked_Union and the expression lacks
31218 inferable discriminants, and build a Raise_Program_Error node.
31219 (Expand_N_Op_Eq): Add function Has_Unconstrained_UU_Component. Used
31220 to detect types that contain components of unconstrained Unchecked_Union
31221 subtype. Add condition to detect equality between types that have an
31222 unconstrained Unchecked_Union component, and build a Raise_Program_Error
31223 node. Add condition to detect equality between Unchecked_Union types
31224 that lack inferable discriminants, and build a Raise_Program_Error node.
31225 Otherwise build a TSS equality function call.
31226 (Expand_N_Type_Conversion): Add condition to detect illegal conversions
31227 from a derived Unchecked_Union to an unconstrained non-Unchecked_Union
31228 with the operand lacking inferable discriminants, and build a Raise_
31229 Program_Error node.
31230 (Expand_Record_Equality): Remove guard that prevents Unchecked_Union
31231 composite equality.
31232 (Has_Inferable_Discriminants): Implement new predicate for objects and
31233 expressions of Unchecked_Union type. Check the body of subprogram for
31234 details.
31235 (Has_Unconstrained_UU_Components): Add function
31236 Component_Is_Unconstrained_UU. It is used to detect whether a single
31237 component is of an unconstrained Unchecked_Union subtype. Add function
31238 Variant_Is_Unconstrained_UU. It is used to detect whether a single
31239 component inside a variant is of an unconstrained Unchecked_Union type.
31240
31241 * exp_ch5.adb (Expand_Assign_Record): Add condition to copy the
31242 inferred discriminant values. Add condition to generate a case
31243 statement with an inferred discriminant as the switch.
31244 (Make_Component_List_Assign): Introduce a Boolean flag that determines
31245 the behaviour of the subprogram in the presence of an Unchecked_Union.
31246 Add condition to trigger the usage of the inferred discriminant value
31247 as the generated case statement switch.
31248 (Make_Field_Assign): Introduce a Boolean flag that determines the
31249 behaviour of the subprogram in the presence of an Unchecked_Union. Add
31250 condition to trigger the usage of the inferred discriminant value as
31251 the right-hand side of the generated assignment.
31252
31253 * exp_ch6.adb (Expand_Call): Add condition to skip extra actual
31254 parameter generation when dealing with Unchecked_Unions.
31255
31256 * checks.adb (Apply_Discriminant_Check): Do not apply discriminant
31257 checks for Unchecked_Unions.
31258
31259 * einfo.ads: Update comment on usage of flag Has_Per_Object_Constraint
31260
31261 * exp_attr.adb (Expand_N_Attribute_Reference): Produce
31262 Raise_Program_Error nodes for the execution of Read and Write
31263 attributes of Unchecked_Union types and the execution of Input and
31264 Output attributes of Unchecked_Union types that lack default
31265 discriminant values.
31266
31267 * sem_prag.adb (Analyze_Pragma): Remodel the analysis of pragma
31268 Unchecked_Union. Add procedure Check_Component. It is used to inspect
31269 per-object constrained components of Unchecked_Unions for being
31270 Unchecked_Unions themselves. Add procedure Check_Variant. It is used to
31271 check individual components withing a variant.
31272
31273 * sem_res.adb (Resolve_Comparison_Op): Remove guard that prevents
31274 comparison of Unchecked_Unions.
31275 (Resolve_Equality_OP): Remove guard that prevents equality between
31276 Unchecked_Unions.
31277
31278 * sem_util.adb (Build_Component_Subtype): Add guard to prevent creation
31279 of component subtypes for Unchecked_Union components.
31280 (Get_Actual_Subtype): Add condition that returs the Unchecked_Union type
31281 since it is the actual subtype.
31282
31283 * sem_ch12.adb (Instantiate_Type): Add condition to detect the correct
31284 pass of Unchecked_Union subtypes as generic actuals to formal types
31285 that lack known_discriminant_parts or that are derived Unchecked_Union
31286 types, and do nothing. In any other case, produce an error message.
31287
31288 * sem_ch3.adb (Analyze_Component_Declaration): Add function
31289 Contains_POC. It determines whether a constraint uses the discriminant
31290 of an enclosing record type.
31291 Add condition to detect per-object constrained component and set the
31292 appropriate flag.
31293 (Derived_Type_Declaration): Remove guard that prevents derivation from
31294 Unchecked_Union types.
31295 (Process_Subtype): Remove quard that prevents the creation of Unchecked_
31296 Union subtypes.
31297
31298 * sem_ch4.adb (Analyze_Selected_Component): Correct the detection of
31299 references to Unchecked_Union discriminants.
31300
31301 * sem_ch6.adb (Create_Extra_Formals): Add condition to skip extra
31302 formal generation when dealing with Unchecked_Unions.
31303 (Set_Actual_Subtypes): Add condition to prevent generation of actual
31304 subtypes for Unchecked_Unions.
31305
31306 * sem_ch7.adb (Analyze_Package_Specification): Add procedure
31307 Inspect_Unchecked_Union_Completion. It is used to detect incorrect
31308 completions of discriminated partial views by Unchecked_Unions and
31309 produce an error message.
31310
31311 2004-08-09 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
31312
31313 * trans.c (struct stmt_group): New field, GLOBAL.
31314 (global_stmt_group, gnu_elab_proc_decl, build_unit_elab): Deleted.
31315 (struct elab_info): New struct.
31316 (elab_info_list, gnu_elab_proc_stack): New variables.
31317 (Compilation_Unit_to_gnu): New procedure.
31318 (gigi): Call it and also handle elaboration procs we've saved.
31319 (gnat_init_stmt_group): Don't set global_stmt_group; instead initialize
31320 global field from parent.
31321 (gnat_to_gnu): Get decl from gnu_elab_proc_stack.
31322 (gnat_to_gnu, case N_Compilation_Unit): Call Compilation_Unit_to_gnu.
31323 (start_stmt_group): Initialize global field from parent.
31324 (add_decl_expr): Set to global for current statement group.
31325 (gnat_gimplify_expr, case NULL_EXPR): Add operand 0 to pre list, not
31326 post.
31327
31328 * utils.c (global_bindings_p): True when no current_function_decl; no
31329 longer check current_binding_level.
31330
31331 2004-08-09 Ben Brosgol <brosgol@gnat.com>
31332
31333 * xgnatugn.adb: Added logic to deal with @ifset/@ifclear for edition
31334 choice.
31335
31336 * gnat_rm.texi, gnat_ugn.texi: Added edition conditionalization logic.
31337
31338 2004-08-06 Andreas Schwab <schwab@suse.de>
31339
31340 * utils.c (gnat_define_builtin): Remove second parameter of
31341 make_decl_rtl.
31342 (begin_subprog_body): Likewise.
31343
31344 2004-07-26 Arnaud Charlet <charlet@act-europe.fr>
31345
31346 * sem_util.adb (Requires_Transient_Scope): Temporarily disable
31347 optimization, not supported by the tree-ssa back-end.
31348
31349 2004-07-26 Olivier Hainque <hainque@act-europe.fr>
31350
31351 * s-mastop-irix.adb: Update comments.
31352
31353 * a-except.adb (Exception_Information): Raise Constraint_Error if
31354 exception Id is Null_Id.
31355 This is required behavior, which is more reliably and clearly checked
31356 at the top level interface level.
31357
31358 2004-07-26 Javier Miranda <miranda@gnat.com>
31359
31360 * exp_aggr.adb (Build_Array_Aggr_Code): Do not build the initialization
31361 call if a component has no default_expression and the box is used.
31362
31363 * sem_aggr.adb (Resolve_Array_Aggregate): If a component has no
31364 default_expression and you use box, it behaves as if you had declared a
31365 stand-alone object.
31366 (Resolve_Record_Aggregate): If a component has no default_expression and
31367 you use box, it behaves as if you had declared a stand-alone object.
31368
31369 * sem_ch10.adb (Install_Siblings): Do not make visible the private
31370 entities of private-with siblings.
31371
31372 2004-07-26 Ed Schonberg <schonberg@gnat.com>
31373
31374 * sem_ch3.adb (Build_Underlying_Full_View): If this is the full view
31375 for a component of an itype, set the parent pointer for analysis,
31376 there is no list in which to insert it.
31377
31378 * sem_res.adb (Resolve): Call Rewrite_Renamed_Operator only for
31379 bona-fide renamings, not for inherited operations.
31380
31381 * exp_ch4.adb (Expand_Allocator_Expression): If the allocator is an
31382 actual for a formal that is an access parameter, create local
31383 finalization list even if the expression is not an aggregate.
31384
31385 2004-07-26 Ed Schonberg <schonberg@gnat.com>
31386
31387 PR ada/16213
31388 * sem_ch8.adb (Attribute_Renaming, Check_Library_Level_Renaming):
31389 Diagnose properly illegal subprogram renamings that are library units.
31390
31391 2004-07-26 Ed Schonberg <schonberg@gnat.com>
31392
31393 PR ada/15588
31394 * sem_util.adb (Is_OK_Variable_For_Out_Formal): If actual is a type
31395 conversion rewritten as an unchecked conversion, check that original
31396 expression is a variable.
31397
31398 * exp_ch4.adb (Expand_N_Type_Conversion): If rewriting as an
31399 unchecked_conversion, create new node rather than rewriting in place,
31400 to preserve original construct.
31401
31402 2004-07-26 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
31403
31404 * gigi.h (gnat_expand_body): Deleted.
31405
31406 * Make-lang.in: (trans.o): Depends on function.h.
31407
31408 * misc.c: (gnat_expand_body): Moved to here.
31409
31410 * trans.c (gnat_expand_body_1): Deleted.
31411 (gnat_expand_body): Moved from here.
31412 (gnat_to_gnu): N_Implicit_Label_Declaration forces being in elab proc.
31413 (add_stmt): Check for marked visited with global_bindings_p.
31414 (gnat_gimplify_expr, case COMPONENT_REF): New case.
31415 (gnat_gimplify_expr, case NULL_EXPR): Set TREE_NO_WARNING for temp.
31416
31417 * utils2.c (build_binary_op, case MODIFY_EXPR): Put LHS in a
31418 VIEW_CONVERT_EXPR if not operation type.
31419
31420 * utils.c (update_pointer_to): Set DECL_ORIGINAL_FIELD for
31421 fat pointer.
31422
31423 * decl.c, cuintp.c, gigi.h, misc.c, trans.c, utils.c, utils2.c: Minor
31424 changes: reformatting of negation operators, removing unneeded
31425 inequality comparison with zero, converting equality comparisons with
31426 zero to negations, changing int/0/1 to bool/false/true, replace calls
31427 to gigi_abort with abort, and various other similar changes.
31428
31429 2004-07-26 Vincent Celier <celier@gnat.com>
31430
31431 * gnatcmd.adb (GNATCmd): Add processing for new built-in command
31432 "setup".
31433
31434 * make.adb (Gnatmake): Fail when a library is not present and there is
31435 no object directory.
31436
31437 * mlib-prj.adb (Check_Library): No need to check if the library needs
31438 to be rebuilt if there is no object directory, hence no object files
31439 to build the library.
31440
31441 * opt.ads (Setup_Projects): New Boolean flag.
31442
31443 * prj-nmsc.adb (Locate_Directory): New parameter Project, Kind and
31444 Location.
31445 Create directory when Kind /= "" and in "gnat setup". Report error if
31446 directory cannot be created.
31447 (Ada_Check): Create library interface copy dir if it does not exist
31448 and we are in "gnat setup".
31449 (Find_Sources): No error if in "gnat setup" and no Ada sources were
31450 found.
31451 (Language_Independent_Check): Create object directory, exec directory
31452 and/or library directory if they do not exist and we are in
31453 "gnat setup".
31454
31455 * vms_conv.ads: (Command_Type): New command Setup.
31456
31457 * vms_conv.adb (Initialize): Add Setup component of Cammand_List.
31458
31459 * vms_data.ads: Add qualifiers/switches for new built-in command
31460 "setup".
31461
31462 2004-07-25 Richard Henderson <rth@redhat.com>
31463
31464 * utils.c (create_subprog_decl): Set DECL_ARTIFICIAL and
31465 DECL_IGNORED_P on RESULT_DECL.
31466
31467 2004-07-20 Olivier Hainque <hainque@act-europe.fr>
31468
31469 * a-elchha.adb (Last_Chance_Handler): Remove the bogus buffer dynamic
31470 allocation and potentially overflowing update with
31471 Tailored_Exception_Information. Use the sec-stack free procedural
31472 interface to output Exception_Information instead.
31473
31474 * a-except.adb (To_Stderr): New subprogram for character, and string
31475 version moved from a-exextr to be visible from other separate units.
31476 (Tailored_Exception_Information): Remove the procedural version,
31477 previously used by the default Last_Chance_Handler and not any more.
31478 Adjust various comments.
31479
31480 * a-exexda.adb: Generalize the exception information procedural
31481 interface, to minimize the use of secondary stack and the need for
31482 local buffers when the info is to be output to stderr:
31483 (Address_Image): Removed.
31484 (Append_Info_Character): New subprogram, checking for overflows and
31485 outputing to stderr if buffer to fill is of length 0.
31486 (Append_Info_String): Output to stderr if buffer to fill is of length 0.
31487 (Append_Info_Address, Append_Info_Exception_Name,
31488 Append_Info_Exception_Message, Append_Info_Basic_Exception_Information,
31489 Append_Info_Basic_Exception_Traceback,
31490 Append_Info_Exception_Information): New subprograms.
31491 (Append_Info_Nat, Append_Info_NL): Use Append_Info_Character.
31492 (Basic_Exception_Info_Maxlength, Basic_Exception_Tback_Maxlength,
31493 Exception_Info_Maxlength, Exception_Name_Length,
31494 Exception_Message_Length): New subprograms.
31495 (Exception_Information): Use Append_Info_Exception_Information.
31496 (Tailored_Exception_Information): Use
31497 Append_Info_Basic_Exception_Information.
31498 Export services for the default Last_Chance_Handler.
31499
31500 * a-exextr.adb (To_Stderr): Remove. Now in a-except to be usable by
31501 other separate units.
31502
31503 2004-07-20 Vincent Celier <celier@gnat.com>
31504
31505 * clean.adb, mlib-utl.adb, osint.adb, makegpr.adb: Minor reformatting.
31506
31507 2004-07-20 Ed Schonberg <schonberg@gnat.com>
31508
31509 * freeze.adb (Freeze_Entity): If entity is a discriminated record type,
31510 emit itype references for the designated types of component types that
31511 are declared outside of the full record declaration, and that may
31512 denote a partial view of that record type.
31513
31514 2004-07-20 Ed Schonberg <schonberg@gnat.com>
31515
31516 PR ada/15607
31517 * sem_ch3.adb (Build_Discriminated_Subtype): Do not attach a subtype
31518 which is the designated type in an access component declaration, to the
31519 list of incomplete dependents of the parent type, to avoid elaboration
31520 issues with out-of-scope subtypes.
31521 (Complete_Private_Subtype): Recompute Has_Unknown_Discriminants from the
31522 full view of the parent.
31523
31524 2004-07-20 Ed Schonberg <schonberg@gnat.com>
31525
31526 PR ada/15610
31527 * sem_ch8.adb (Find_Expanded_Name): If name is overloaded, reject
31528 entities that are hidden, such as references to generic actuals
31529 outside an instance.
31530
31531 2004-07-20 Javier Miranda <miranda@gnat.com>
31532
31533 * sem_ch4.adb (Try_Object_Operation): New subprogram that gives
31534 support to the new notation.
31535 (Analyze_Selected_Component): Add call to Try_Object_Operation.
31536
31537 2004-07-20 Jose Ruiz <ruiz@act-europe.fr>
31538
31539 * s-taprob.adb: Adding the elaboration code required for initializing
31540 the tasking soft links that are common to the full and the restricted
31541 run times.
31542
31543 * s-tarest.adb (Init_RTS): Tasking soft links that are shared with the
31544 restricted run time has been moved to the package
31545 System.Soft_Links.Tasking.
31546
31547 * s-tasini.adb (Init_RTS): Tasking soft links that are shared with the
31548 restricted run time has been moved to the package
31549 System.Soft_Links.Tasking.
31550
31551 * Makefile.rtl: Add entry for s-solita.o in run-time library list.
31552
31553 * s-solita.ads, s-solita.adb: New files.
31554
31555 2004-07-20 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
31556
31557 * trans.c (Identifier_to_gnu, Pragma_to_gnu, Attribute_to_gnu,
31558 Case_Statement_to_gnu): Split off from gnat_to_gnu.
31559 (Loop_Statement_to_gnu, Subprogram_Body_to_gnu, call_to_gnu,
31560 Handled_Sequence_Of_Statements_to_gnu, Exception_Handler_to_gnu_sjlj,
31561 Exception_Handler_to_gnu_zcx): Likewise.
31562
31563 2004-07-17 Joseph S. Myers <jsm@polyomino.org.uk>
31564
31565 * gigi.h (builtin_function): Declare.
31566
31567 2004-07-15 Robert Dewar <dewar@gnat.com>
31568
31569 * makegpr.adb, s-secsta.ads, sem_ch3.adb, sem_case.adb: Minor
31570 reformatting
31571
31572 * gnat_ugn.texi: Add instantiation of direct_io or sequential_io with
31573 access values as an example of a warning.
31574
31575 * gnat_rm.texi: Document new attribute Has_Access_Values
31576
31577 * gnat-style.texi: Document that box comments belong on nested
31578 subprograms
31579
31580 * sem_util.ads (Has_Access_Values): Improved documentation
31581
31582 * s-finimp.ads, s-finimp.adb: Fix spelling error in comment
31583
31584 * sem_prag.adb (Check_Duplicated_Export_Name): New procedure
31585 (Process_Interface_Name): Call to this new procedure
31586 (Set_Extended_Import_Export_External_Name): Call to this new procedure
31587
31588 * s-mastop-x86.adb, 9drpc.adb: Fix spelling error in comment
31589
31590 * a-direio.ads, a-sequio.ads: Warn if Element_Type has access values
31591
31592 * einfo.ads: Minor comment typo fixed
31593
31594 2004-07-15 Jose Ruiz <ruiz@act-europe.fr>
31595
31596 * snames.adb: Add _atcb.
31597
31598 * snames.ads: Add Name_uATCB.
31599
31600 * s-tarest.adb (Create_Restricted_Task): ATCBs are always preallocated
31601 (in the expanded code) when using the restricted run time.
31602
31603 * s-tarest.ads (Create_Restricted_Task): Created_Task transformed into
31604 a in parameter in order to allow ATCBs to be preallocated (in the
31605 expanded code).
31606
31607 * s-taskin.adb (Initialize_ATCB): T converted into a in parameter in
31608 order to allow ATCBs to be preallocated. In case of error, the ATCB is
31609 deallocated in System.Tasking.Stages.
31610
31611 * s-taskin.ads (Initialize_ATCB): T converted into a in parameter in
31612 order to allow ATCBs to be preallocated.
31613
31614 * s-tassta.adb (Create_Task): In case of error the ATCB is deallocated
31615 here. It was previously done in Initialize_ATCB.
31616
31617 * rtsfind.ads: Make the Ada_Task_Control_Block visible.
31618
31619 * exp_ch9.adb: Preallocate the Ada_Task_Control_Block when using the
31620 Restricted run time.
31621
31622 * exp_ch3.adb: When using the Restricted run time, pass the
31623 preallocated Ada_Task_Control_Block when creating a task.
31624
31625 2004-07-15 Ed Schonberg <schonberg@gnat.com>
31626
31627 * sem_util.adb (Normalize_Actuals): If there are no actuals on a
31628 function call that is itself an actual in an enclosing call, diagnose
31629 problem here rather than assuming that resolution will catch it.
31630
31631 * sem_ch7.adb (Analyze_Package_Specification): If the specification is
31632 the local copy of a generic unit for a formal package, and the generic
31633 is a child unit, install private part of ancestors before compiling
31634 private part of spec.
31635
31636 * sem_cat.adb (Validate_Categorization_Dependency): Simplify code to
31637 use scope entities rather than tree structures, to handle properly
31638 parent units that are instances rewritten as bodies for inlining
31639 purposes.
31640
31641 * sem_ch10.adb (Get_Parent_Entity, Implicit_With_On_Parent,
31642 Remove_Parents): Handle properly a parent unit that is an
31643 instantiation, when the unit has been rewritten as a body for inlining
31644 purposes.
31645
31646 * par.adb (Goto_List): Global variable to collect goto statements in a
31647 given unit, for use in detecting natural loops.
31648
31649 * par-ch5.adb (P_Goto_Statement): Add goto to global Goto_List, for
31650 use in detecting natural loops.
31651
31652 * par-labl.adb (Find_Natural_Loops): Recognize loops create by
31653 backwards goto's, and rewrite as a infinite loop, to improve locality
31654 of temporaries.
31655
31656 * exp_util.adb (Force_Evaluation): Recognize a left-hand side
31657 subcomponent that includes an indexed reference, to prevent the
31658 generation of copies that would miscompile the desired assignment
31659 statement.
31660 (Build_Task_Image_Decls): Add a numeric suffix to
31661 generated name for string variable, to avoid spurious conflicts with
31662 the name of the type of a single protected object.
31663
31664 * exp_ch4.adb (Expand_Array_Equality): If indices are distinct, use a
31665 loop with an explicit exit statement, to avoid generating an
31666 out-of-range value with 'Succ leading to spurious constraint_errors
31667 when compiling with -gnatVo.
31668
31669 2004-07-15 Thomas Quinot <quinot@act-europe.fr>
31670
31671 * sem_ch4.adb (Analyze_Slice): Always call Analyze on the prefix: it
31672 might not be analyzed yet, even if its Etype is already set (case of an
31673 unchecked conversion built using Unchecked_Convert_To, for example).
31674 If the prefix has already been analyzed, this will be a nop anyway.
31675
31676 * exp_ch5.adb (Make_Tag_Ctrl_Assignment): For an assignment of a
31677 controller type, or an assignment of a record type with controlled
31678 components, copy only user data, and leave the finalization chain
31679 pointers untouched.
31680
31681 2004-07-15 Vincent Celier <celier@gnat.com>
31682
31683 * make.adb (Collect_Arguments): Improve error message when attempting
31684 to compile a source not part of any project, when -x is not used.
31685
31686 * prj.ads: (Defined_Variable_Kind): New subtype
31687
31688 * prj-attr.adb (Register_New_Package): Two new procedures to register
31689 a package with or without its attributes.
31690 (Register_New_Attribute): Mew procedure to register a new attribute in a
31691 package.
31692 New attribute oriented subprograms: Attribute_Node_Id_Of,
31693 Attribute_Kind_Of, Set_Attribute_Kind_Of, Attribute_Name_Of,
31694 Variable_Kind_Of, Set_Variable_Kind_Of, Optional_Index_Of,
31695 Next_Attribute.
31696 New package oriented subprograms: Package_Node_Id_Of,
31697 Add_Unknown_Package, First_Attribute_Of, Add_Attribute.
31698
31699 * prj-attr.ads (Attribute_Node_Id): Now a private, self initialized
31700 type.
31701 (Package_Node_Id): Now a private, self initialized type
31702 (Register_New_Package): New procedure to register a package with its
31703 attributes.
31704 New attribute oriented subprograms: Attribute_Node_Id_Of,
31705 Attribute_Kind_Of, Set_Attribute_Kind_Of, Attribute_Name_Of,
31706 Variable_Kind_Of, Set_Variable_Kind_Of, Optional_Index_Of,
31707 Next_Attribute.
31708 New package oriented subprograms: Package_Node_Id_Of,
31709 Add_Unknown_Package, First_Attribute_Of, Add_Attribute.
31710
31711 * prj-dect.adb (Parse_Attribute_Declaration,
31712 Parse_Package_Declaration): Adapt to new spec of Prj.Attr.
31713
31714 * prj-makr.adb (Make): Parse existing project file before creating
31715 other files. Fail if there was an error during parsing.
31716
31717 * prj-proc.adb (Add_Attributes, Process_Declarative_Items): Adapt to
31718 new spec of Prj.Attr.
31719
31720 * prj-strt.adb (Attribute_Reference, Parse_Variable_Reference): Adapt
31721 to new spec of Prj.Attr.
31722
31723 2004-07-15 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
31724
31725 * utils2.c: Fix typo in comment.
31726
31727 2004-07-14 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
31728
31729 * trans.c (add_decl_expr): Clear TREE_READONLY if clear DECL_INITIAL.
31730 * utils.c (unchecked_convert): Don't do two VIEW_CONVERT_EXPRs.
31731
31732 2004-07-14 Andreas Schwab <schwab@suse.de>
31733
31734 * trans.c (gnat_init_stmt_group): Remove duplicate definition.
31735
31736 2004-07-13 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
31737
31738 * decl.c: (gnat_to_gnu_entity, object case): Convert initializer to
31739 object type.
31740 (gnat_to_gnu_entity, case E_Record_Subtype): Properly set
31741 TYPE_STUB_DECL.
31742
31743 * misc.c (gnat_types_compatible_p): New function.
31744 (LANG_HOOKS_TYPES_COMPATIBLE_P): New hook, to use it.
31745 (LANG_HOOKS_TYPE_MAX_SIZE, gnat_type_max_size): New.
31746
31747 * trans.c (gigi): Move processing of main N_Compilation_Unit here.
31748 (gnat_to_gnu, case N_Compilation_Unit): Just handle nested case here.
31749 (add_stmt): Force walking of sizes and DECL_INITIAL for DECL_EXPR.
31750 (mark_visited): Don't mark dummy type.
31751 (tree_transform <N_Procedure_Call_Statement>): Unless this is an In
31752 parameter, we must remove any LJM building from GNU_NAME.
31753 (gnat_to_gnu, case N_String_Literal): Fill in indices in CONSTRUCTOR.
31754 (pos_to_constructor): Use int_const_binop.
31755 (gnat_to_gnu, case N_Identifier): Don't reference DECL_INITIAL of
31756 PARM_DECL.
31757
31758 * utils.c (gnat_init_decl_processing): Don't make two "void" decls.
31759 (gnat_pushlevel): Set TREE_USE on BLOCK node.
31760 (gnat_install_builtins): Add __builtin_memset.
31761
31762 2004-07-13 Olivier Hainque <hainque@act-europe.fr>
31763
31764 * decl.c (gnat_to_gnu_entity <E_Variable>): If we are making a pointer
31765 for a renaming, stabilize the initialization expression if we are at a
31766 local level. At the local level, uses of the renaming may be performed
31767 by a direct dereference of the initializing expression, and we don't
31768 want possible variables there to be evaluated for every use.
31769
31770 * trans.c (gnat_stabilize_reference, gnat_stabilize_reference_1):
31771 Propagate TREE_SIDE_EFFECTS and TREE_THIS_VOLATILE to avoid loosing
31772 them on the way. Account for the fact that we may introduce side
31773 effects in the process.
31774
31775 2004-07-13 Richard Henderson <rth@redhat.com>
31776
31777 * misc.c (default_pass_by_ref): Use pass_by_reference.
31778
31779 2004-07-11 Joseph S. Myers <jsm@polyomino.org.uk>
31780
31781 * misc.c (LANG_HOOKS_CLEAR_BINDING_STACK, LANG_HOOKS_PUSHLEVEL,
31782 LANG_HOOKS_POPLEVEL, LANG_HOOKS_SET_BLOCK): Remove.
31783
31784 2004-07-08 Richard Henderson <rth@redhat.com>
31785
31786 * trans.c (gnat_to_gnu <N_Handled_Sequence_Of_Statements>): Update
31787 commentary.
31788
31789 2004-07-06 Vincent Celier <celier@gnat.com>
31790
31791 * vms_conv.ads: Minor reformatting.
31792 Alphabetical order for enumerated values of type Command_Type, to have
31793 the command in alphabetical order for the usage.
31794
31795 * vms_conv.adb (Process_Argument): Set Keep_Temporary_Files to True for
31796 the special qualifier /KEEP_TEMPORARY_FILES (minimum 6 characters).
31797
31798 * gnat_ugn.texi: Document new switch -dn for the GNAT driver.
31799
31800 * makegpr.adb (Global_Archive_Exists): New global Boolean variable
31801 (Add_Archive_Path): Only add the global archive if there is one.
31802 (Build_Global_Archive): Set Global_Archive_Exists depending if there is
31803 or not any object file to put in the global archive, and don't build
31804 a global archive if there is none.
31805 (X_Switches): New table
31806 (Compile_Link_With_Gnatmake): Pass to gnatmake the -X switches stored
31807 in the X_Switches table, if any.
31808 (Initialize): Make sure the X_Switches table is empty
31809 (Scan_Arg): Record -X switches in table X_Switches
31810
31811 * opt.ads (Keep_Temporary_Files): New Boolean flag, defaulted to False.
31812
31813 * make.adb: Minor comment fix
31814
31815 * gnatname.adb (Gnatname): When not on VMS, and gnatname has been
31816 invoked with directory information, add the directory in front of the
31817 path.
31818
31819 * gnatchop.adb (Gnatchop): When not on VMS, and gnatchop has been
31820 invoked with directory information, add the directory in front of the
31821 path.
31822
31823 * gnatcmd.adb (Delete_Temp_Config_Files): Only delete temporary files
31824 when Keep_Temporary_Files is False.
31825 (GNATCmd): When not on VMS, and the GNAT driver has been invoked with
31826 directory information, add the directory in front of the path.
31827 When not on VMS, handle new switch -dn before the command to set
31828 Keep_Temporary_Files to True.
31829 (Non_VMS_Usage): Use lower case for the non VMS usage: this is valid
31830 everywhere.
31831
31832 * gnatlink.adb (Gnatlink): When not on VMS, and gnatlink has been
31833 invoked with directory information, add the directory in front of the
31834 path.
31835
31836 2004-07-06 Thomas Quinot <quinot@act-europe.fr>
31837
31838 * snames.ads, snames.adb (Name_Stub): New name for the distributed
31839 systems annex.
31840
31841 * rtsfind.ads: New RTE TC_Object, for DSA/PolyORB.
31842 New RTEs RAS_Proxy_Type and RAS_Proxy_Type_Access, for DSA.
31843
31844 * g-socket.adb (To_Timeval): Fix incorrect conversion of
31845 Selector_Duration to Timeval for the case of 0.0.
31846
31847 * exp_util.ads (Evolve_Or_Else): Fix overenthusiastic copy/paste of
31848 documentation from Evolve_And_Then.
31849
31850 2004-07-06 Jose Ruiz <ruiz@act-europe.fr>
31851
31852 * s-taprop-tru64.adb, s-taprop-os2.adb,
31853 s-taprop-mingw.adb, s-taprop-posix.adb: Update comment.
31854
31855 2004-07-06 Robert Dewar <dewar@gnat.com>
31856
31857 * s-osinte-hpux.ads, s-osinte-freebsd.ads,
31858 s-osinte-lynxos.ads, s-taprop-lynxos.adb, s-osinte-tru64.ads,
31859 s-osinte-aix.ads, s-osinte-irix.ads, s-taprop-irix.adb,
31860 s-interr-sigaction.adb, s-taprop-irix-athread.adb,
31861 s-osinte-hpux-dce.adb, s-taprop-hpux-dce.adb,
31862 s-taprop-linux.adb, s-taprop-dummy.adb, s-taprop-solaris.adb,
31863 s-interr-vms.adb, s-osinte-vms.ads, s-taprop-vms.adb,
31864 s-osinte-vxworks.ads, s-osprim-vxworks.adb, a-numaux-x86.adb,
31865 a-except.adb, a-exexpr.adb, a-intsig.adb, a-tags.adb,
31866 a-tags.ads, bindgen.ads, checks.adb, checks.adb,
31867 csets.ads, einfo.ads, einfo.ads, elists.adb, exp_ch4.adb,
31868 exp_ch7.adb, exp_dist.adb, exp_util.adb, freeze.adb,
31869 g-dynhta.adb, gnatmem.adb, g-regexp.adb, inline.adb,
31870 i-os2thr.ads, osint.adb, prj.adb, scng.adb, sem_cat.adb,
31871 sem_ch10.adb, sem_ch12.adb, sem_ch4.adb, sem_ch7.adb,
31872 sem_ch8.adb, sem_disp.adb, sem_prag.adb, sem_res.adb,
31873 sem_type.adb, sem_type.ads, sem_warn.adb, s-ficobl.ads,
31874 s-finimp.adb, s-htable.adb, sinfo.ads, sinput-l.ads,
31875 s-interr.adb, s-interr.ads, sprint.adb, s-tarest.adb,
31876 s-tasini.ads, s-taskin.ads, s-taskin.ads, uname.adb,
31877 vms_data.ads: Minor reformatting,
31878 Fix bad box comment format.
31879
31880 * gnat_rm.texi: Fix minor grammatical error
31881
31882 * sem_attr.adb, exp_attr.adb: New attribute Has_Access_Values
31883
31884 * sem_util.ads, sem_util.adb (Requires_Transient_Scope): Allow many
31885 more cases of discriminated records to be recognized as not needing a
31886 secondary stack.
31887 (Has_Access_Values): New function.
31888
31889 * snames.h, snames.adb, snames.ads: New attribute Has_Access_Values
31890
31891 * cstand.adb, layout.ads, layout.adb, sem_ch13.ads: Change name
31892 Set_Prim_Alignment to Set_Elem_Alignment (more accurate correspondence
31893 with LRM terminology).
31894 Change terminology in comments primitive type => elementary type.
31895
31896 2004-07-06 Ed Schonberg <schonberg@gnat.com>
31897
31898 PR ada/15602
31899 * sem_ch7.adb (Unit_Requires_Body): For a generic package, the formal
31900 parameters do not impose any requirements on the presence of a body.
31901
31902 2004-07-06 Ed Schonberg <schonberg@gnat.com>
31903
31904 PR ada/15593
31905 * sem_ch12.adb (Analyze_Package_Instantiation): If the generic is not a
31906 compilation unit and is in an open scope at the point of instantiation,
31907 assume that a body may be present later.
31908
31909 2004-07-06 Ed Schonberg <schonberg@gnat.com>
31910
31911 * sem_ch13.adb (Analyze_Attribute_Definition_Clause, case 'Size):
31912 Improve error message when specified size is not supported.
31913
31914 * sem_ch6.adb (Maybe_Primitive_Operation): A library-level subprogram
31915 is never a primitive operation.
31916
31917 2004-07-05 Andreas Schwab <schwab@suse.de>
31918
31919 * ada-tree.h (TYPE_LEFT_JUSTIFIED_MODULAR_P): Use
31920 RECORD_OR_UNION_CHECK.
31921 (TYPE_CONTAINS_TEMPLATE_P): Likewise.
31922
31923 2004-07-04 Kelley Cook <kcook@gcc.gnu.org>
31924
31925 * Make-lang.in (doc/gnat_ugn_unw.texi): Eliminate explicit
31926 dependency on xgnatugn, instead build it via a submake.
31927 (ADA_INFOFILES): Add doc/gnat_ugn_unw.texi.
31928
31929 2004-07-04 Richard Henderson <rth@redhat.com>
31930
31931 * utils2.c (gnat_mark_addressable): Don't put_var_into_stack.
31932
31933 2004-07-01 Richard Henderson <rth@redhat.com>
31934
31935 * trans.c (gnat_stabilize_reference): Don't handle RTL_EXPR.
31936 * utils.c (max_size): Likewise.
31937
31938 2004-06-28 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
31939
31940 * decl.c: Remove calls to add_decl_expr, pushdecl, rest_of_compilation,
31941 and rest_of_type_compilation; add arg to create_*_decl.
31942 (annotate_decl_with_node): Deleted.
31943 (gnat_to_gnu_entity, case E_Array_Type): Set location of fields.
31944 * gigi.h (get_decls, block_has_vars, pushdecl): Deleted.
31945 (get_current_block_context, gnat_pushdecl): New declarations.
31946 (gnat_init_stmt_group): Likewise.
31947 (create_var_decl, create_type_decl, create_subprog_decl): Add new arg.
31948 * misc.c (LANG_HOOKS_CLEAR_BINDING_STACK): Deleted.
31949 (LANG_HOOKS_GETDECLS, LANG_HOOKS_PUSHDECL): Deleted.
31950 (gnat_init): Call gnat_init_stmt_group.
31951 * trans.c (global_stmt_group, gnu_elab_proc_decl): New variables.
31952 (gnu_pending_elaboration_list): Deleted.
31953 (mark_visited, mark_unvisited, gnat_init_stmt_group): New functions.
31954 (gigi): Rearrange initialization calls and move some to last above.
31955 (gnat_to_gnu): If statement and not in procedure, go into elab proc.
31956 Delete calls to add_decl_expr; add arg to create_*_decl.
31957 (gnat_to_gnu, case N_Loop): Recalculate side effects on COND_EXPR.
31958 (gnat_to_gnu, case N_Subprogram_Body): Move some code to
31959 begin_subprog_body and call it.
31960 Don't push and pop ggc context.
31961 (gnat_to_gnu, case N_Compilation_Unit): Rework to support elab proc.
31962 (add_stmt): Remove handling of DECL_EXPR from here.
31963 If not in function, mark visited.
31964 (add_decl_expr): Put global at top level.
31965 Check for cases of DECL_INITIAL we have to handle here.
31966 (process_type): Add extra arg to create_type_decl.
31967 (build_unit_elab): Rework to just gimplify.
31968 * utils.c (pending_elaborations, elist_stack, getdecls): Deleted.
31969 (block_has_vars, mark_visited, add_pending_elaborations): Likewise.
31970 (get_pending_elaborations, pending_elaborations_p): Likewise.
31971 (push_pending_elaborations, pop_pending_elaborations): Likewise.
31972 (get_elaboration_location, insert_elaboration_list): Likewise.
31973 (gnat_binding_level): Renamed from ada_binding_level.
31974 (init_gnat_to_gnu): Don't clear pending_elaborations.
31975 (global_bindings_p): Treat as global if no current_binding_level.
31976 (set_current_block_context): New function.
31977 (gnat_pushdecl): Renamed from pushdecl; major rework.
31978 All callers changed.
31979 (create_type_decl, create_var_decl, create_subprog_decl): Add new arg.
31980 (finish_record_type): Call call pushdecl for stub decl.
31981 (function_nesting_depth): Deleted.
31982 (begin_subprog_body): Delete obsolete code.
31983 * utils2.c (build_call_alloc_dealloc): Add new arg to create_var_decl.
31984
31985 2004-06-28 Robert Dewar <dewar@gnat.com>
31986
31987 * mlib-tgt-tru64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb,
31988 mlib-tgt-irix.adb, mlib-tgt-hpux.adb, mlib-tgt-linux.adb,
31989 mlib-tgt-linux.adb, mlib-tgt-solaris.adb, mlib-tgt-solaris.adb,
31990 mlib-tgt-vms-alpha.adb, mlib-tgt-vms-alpha.adb, mlib-tgt-vms-ia64.adb,
31991 a-strmap.adb, a-strmap.ads, clean.adb: Minor reformatting
31992
31993 * exp_util.adb (Is_Possibly_Unaligned_Slice): Completely rewritten, to
31994 deal with problem of inefficient slices on machines with strict
31995 alignment, when the slice is a component of a composite.
31996
31997 * checks.adb (Apply_Array_Size_Check): Do not special case 64-bit
31998 machines, we need the check there as well.
31999
32000 2004-06-28 Ed Schonberg <schonberg@gnat.com>
32001
32002 * exp_ch5.adb (Expand_Assign_Array): Use correct condition to
32003 determine safe copying direction for overlapping slice assignments
32004 when component is controlled.
32005
32006 * sem_ch12.adb (Instantiate_Formal_Package): Implicit operations of a
32007 formal derived type in the actual for a formal package are visible in
32008 the enclosing instance.
32009
32010 2004-06-28 Ed Schonberg <schonberg@gnat.com>
32011
32012 PR ada/15600
32013 * sem_util.adb (Trace_Components): Diagnose properly an illegal
32014 circularity involving a private type whose completion includes a
32015 self-referential component.
32016 (Enter_Name): Use Is_Inherited_Operation to distinguish a source
32017 renaming or an instantiation from an implicit derived operation.
32018
32019 2004-06-28 Pascal Obry <obry@gnat.com>
32020
32021 * mlib-tgt-mingw.adb: (Library_Exists_For): Remove "lib" prefix from
32022 DLL.
32023 (Library_File_Name_For): Idem.
32024
32025 2004-06-28 Matthew Gingell <gingell@gnat.com>
32026
32027 * g-traceb.ads: Add explanatory note on the format of addresses
32028 expected by addr2line.
32029
32030 2004-06-28 Jerome Guitton <guitton@act-europe.fr>
32031
32032 * Makefile.in: Force debugging information on s-tasdeb.adb,
32033 a-except.adb and s-assert.adb needed by the debugger.
32034
32035 2004-06-28 Vincent Celier <celier@gnat.com>
32036
32037 * make.adb (Collect_Arguments_And_Compile): Change Flag1 to
32038 Need_To_Build_Lib.
32039 (Gnatmake): Ditto.
32040
32041 * mlib-prj.adb (Check_Library): Replace Flag1 with Need_To_Build_Lib
32042
32043 * prj.adb: Minor reformatting
32044 (Project_Empty): Change Flag1 to Need_To_Build_Lib. Remove Flag2.
32045
32046 * prj.ads: Comment updates
32047 Minor reformatting
32048 (Project_Data): Change Flag1 to Need_To_Build_Lib.
32049 Remove Flag2: not used.
32050
32051 * prj-dect.adb (Parse_Declarative_Items): Accept "null" as a
32052 declaration.
32053
32054 * gnat_ugn.texi: Put a "null;" declaration in one project file example
32055
32056 * gnat_rm.texi: Document Empty declarations "null;".
32057
32058 * makegpr.adb (Compile_Link_With_Gnatmake): Put the global archives in
32059 front of the linker options.
32060 (Link_Foreign): Put the global archives and the libraries in front of
32061 the linker options.
32062
32063 2004-06-28 Javier Miranda <miranda@gnat.com>
32064
32065 * rtsfind.adb: (Get_Unit_Name): Fix typo in comment
32066 (RTU_Loaded): Code cleanup
32067 (Set_RTU_Loaded): New procedure to register as *loaded* explicitly
32068 withed predefined units.
32069
32070 * rtsfind.ads (Set_RTU_Loaded): New procedure to register as *loaded*
32071 explicitly withed predefined units.
32072 Fix typo in comment
32073
32074 * sem_ch10.adb (Analyze_Compilation_Unit): Register as *loaded*
32075 explicitly withed predefined units.
32076
32077 2004-06-26 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
32078
32079 * ada-tree.def (DECL_STMT): Deleted.
32080 * ada-tree.h (IS_ADA_STMT): Now test against STMT_STMT.
32081 (DECL_STMT_VAR): Deleted.
32082 * decl.c: add_decl_stmt now add_decl_expr.
32083 * gigi.h: Likewise.
32084 * trans.c: Likewise.
32085 (gnat_gimplify_type_sizes, gnat_gimplify_one_sizepos): Deleted.
32086 (gnat_to_gnu, case N_Subprogram_Body): Set cfun->function_end_locus.
32087 (add_stmt): Only handle padded type here.
32088 (add_stmt_with_node): Allow gnat_node to not be present.
32089 (gnat_gimplify_stmt, case USE_STMT): Set *STMT_P to null.
32090 (gnat_gimplify_stmt, case DECL_STMT): Deleted.
32091 (gnat_stabilize_reference_1): If COMPONENT_REF of fat pointer,
32092 make a SAVE_EXPR for the entire fat pointer.
32093 * utils.c (pushdecl): Walk a DECL_EXPR in global case.
32094 (create_index_type): Make a DECL_EXPR.
32095 (end_subprog_body): Don't call allocate_struct_function here but
32096 do clear cfun.
32097
32098 2004-06-25 Pascal Obry <obry@gnat.com>
32099
32100 * makegpr.adb (Build_Library): Remove parameter Lib_Address and
32101 Relocatable from Build_Dynamic_Library call.
32102
32103 * gnat_ugn.texi: Change documentation about Library_Kind. Dynamic and
32104 Relocatable are now synonym.
32105
32106 * Makefile.in: Use s-parame-mingw.adb on MingW platform.
32107
32108 * mlib-prj.adb (Build_Library): Remove DLL_Address constant definition.
32109 Remove parameter Lib_Address and Relocatable from Build_Dynamic_Library
32110 call.
32111
32112 * mlib-tgt.ads, mlib-tgt.adb (Build_Dynamic_Library): Remove parameter
32113 Lib_Address and Relocatable.
32114 (Default_DLL_Address): Removed.
32115
32116 * mlib-tgt-tru64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb,
32117 mlib-tgt-hpux.adb, mlib-tgt-linux.adb, mlib-tgt-solaris.adb,
32118 mlib-tgt-vms-alpha.adb, mlib-tgt-vms-ia64.adb, mlib-tgt-vxworks.adb:
32119 (Build_Dynamic_Library): Remove parameter Lib_Address and Relocatable.
32120 (Default_DLL_Address): Removed.
32121
32122 * mlib-tgt-mingw.adb: Ditto.
32123 (Build_Dynamic_Library): Do not add "lib" prefix to the DLL name.
32124
32125 * s-taprop-mingw.adb (Create_Task): Use Adjust_Storage_Size to compute
32126 the initial thread stack size.
32127
32128 * a-strmap.ads: Move package L to private part as it is not used in
32129 the spec. Found while reading code.
32130
32131 2004-06-25 Olivier Hainque <hainque@act-europe.fr>
32132
32133 * tracebak.c: Introduce support for a GCC infrastructure based
32134 implementation of __gnat_backtrace.
32135
32136 * raise.c: Don't rely on a C mapping of the GNAT_GCC_Exception record
32137 any more. Use accessors instead. This eases maintenance and relaxes
32138 some alignment constraints.
32139 (_GNAT_Exception structure): Remove the Ada specific fields
32140 (EID_For, Adjust_N_Cleanups_For): New accessors, exported by
32141 a-exexpr.adb.
32142 (is_handled_by, __gnat_eh_personality): Replace component references to
32143 exception structure by use of the new accessors.
32144
32145 * init.c (__gnat_initialize): Adjust comments to match the just
32146 reverted meaning of the -static link-time option.
32147
32148 * adaint.c (convert_addresses): Arrange not to define a stub for
32149 mips-irix any more, as we now want to rely on a real version from a
32150 recent libaddr2line.
32151
32152 * a-exexpr.adb: Provide new accessors to a GNAT_GCC occurrence, so that
32153 the personality routine can use them and not have to rely on a C
32154 counterpart of the record anymore. This simplifies maintenance and
32155 relaxes the constraint of having Standard'Maximum_Alignment match
32156 BIGGEST_ALIGNMENT.
32157 Update comments, and add a section on the common header alignment issue.
32158
32159 2004-06-25 Geert Bosch <bosch@gnat.com>
32160
32161 * a-ngelfu.adb (Tanh): Use full 20 digit precision for constants in
32162 polynomial approximation. Fixes inconsistency with Cody/Waite algorithm.
32163
32164 2004-06-25 Robert Dewar <dewar@gnat.com>
32165
32166 * gnat_rm.texi: Fix section on component clauses to indicate that the
32167 restriction on byte boundary placement still applies for bit packed
32168 arrays.
32169 Add comment on stack usage from Initialize_Scalars
32170
32171 * gnat_ugn.texi: Add documentation for -gnatyLnnn
32172
32173 * stylesw.ads, stylesw.adb: Implement new -gnatyLnnn option for
32174 limiting nesting level.
32175
32176 * usage.adb: Add line for -gnatyLnnn switch
32177
32178 * g-debpoo.ads, xtreeprs.adb, sinput.ads, sem_ch13.ads,
32179 sem_ch13.adb, exp_aggr.adb: Minor reformatting
32180
32181 * sem_prag.adb (Process_Atomic_Shared_Volatile): Set Is_Atomic on base
32182 type as well as on the subtype. This corrects a problem in freeze in
32183 setting alignments of atomic types.
32184
32185 * sem_eval.ads: Minor comment typo fixed
32186
32187 * par-util.adb (Push_Scope_Stack): Check for violation of max nesting
32188 level. Minor reformatting.
32189
32190 * fname.adb (Is_Predefined_File_Name): Require a letter after the
32191 minus sign. This means that file names like a--b.adb will not be
32192 considered predefined.
32193
32194 * freeze.adb: Propagate new flag Must_Be_On_Byte_Boundary to containing
32195 record Test new flag and give diagnostic for bad component clause.
32196 (Freeze_Entity): Set alignment of array from component alignment in
32197 cases where this is safe to do.
32198
32199 * exp_pakd.adb: Set new flag Must_Be_On_Byte_Boundary for large packed
32200 arrays.
32201
32202 * cstand.adb: (Create_Standard): Set alignment of String to 1
32203
32204 * einfo.ads, einfo.adb: Introduce new flag Must_Be_On_Byte_Boundary
32205
32206 * exp_ch4.adb (Expand_Array_Equality): Improve efficiency of generated
32207 code in the common constrained array cases.
32208
32209 * a-storio.adb: Change implementation to avoid possible alignment
32210 problems on machines requiring strict alignment (data should be moved
32211 as type Buffer, not type Elmt).
32212
32213 * checks.adb (Apply_Array_Size_Check): Improve these checks by
32214 killing the overflow checks which we really do not need (64-bits is
32215 enough).
32216
32217 2004-06-25 Vincent Celier <celier@gnat.com>
32218
32219 * makegpr.adb (Is_Included_In_Global_Archive): New Boolean function
32220 (Add_Archives.Recursive_Add_Archives): Call Add_Archive_Path
32221 inconditionally for the main project.
32222 (Recursive_Add_Archives.Add_Archive_Path): New procedure
32223 (Link_Executables.Check_Time_Stamps): New procedure
32224 (Link_Executables.Link_Foreign): New procedure
32225 Changes made to reduce nesting level of this package
32226 (Check): New procedure
32227 (Add_Switches): When not in quiet output, check that a switch is not
32228 the concatenation of several valid switches. If it is, issue a warning.
32229 (Build_Global_Archive): If the global archive is rebuilt, linking need
32230 to be done.
32231 (Compile_Sources): Rebuilding a library archive does not imply
32232 rebuilding the global archive.
32233 (Build_Global_Archive): New procedure
32234 (Build_Library): New name for Build_Archive, now only for library
32235 project
32236 (Check_Archive_Builder): New procedure
32237 (Create_Global_Archive_Dependency_File): New procedure
32238 (Gprmake): Call Build_Global_Archive before linking
32239 * makegpr.adb: Use Other_Sources_Present instead of Sources_Present
32240 throughout.
32241 (Scan_Arg): Display the Copyright notice when -v is used
32242
32243 * gnat_ugn.texi: Document new switch -files= (VMS qualifier /FILES=)
32244 for gnatls.
32245
32246 * vms_data.ads: Add qualifier /MAX_NESTING=nnn (-gnatyLnnn) for GNAT
32247 COMPILE.
32248 Add new GNAT LIST qualifier /FILES=
32249 Added qualifier /DIRECTORY= to GNAT METRIC
32250 Added qualifier /FILES= to GNAT METRIC
32251 Added qualifier /FILES to GNAT PRETTY
32252
32253 * switch.adb (Is_Front_End_Switch): Refine the test for --RTS or -fRTS,
32254 to take into account both versions of the switch.
32255
32256 * switch-c.adb (Scan_Front_End_Switches): New switch -gnatez. Should
32257 always be the last switch to the gcc driver. Disable switch storing so
32258 that switches automatically added by the gcc driver are not put in the
32259 ALI file.
32260
32261 * prj.adb (Project_Empty): Take into account changes in components of
32262 Project_Data.
32263
32264 * prj.ads (Languages_Processed): New enumaration value All_Languages.
32265
32266 * prj.ads (Project_Data): Remove component Lib_Elaboration: never
32267 used. Split Boolean component Ada_Sources_Present in two Boolean
32268 components Ada_Sources_Present and Other_Sources_Present.
32269 Minor reformatting
32270
32271 * prj-env.adb (For_All_Source_Dirs.Add): Use Ada_Sources_Present
32272 instead of Sources_Present.
32273 (Set_Ada_Paths.Add.Recursive_Add): Ditto
32274
32275 * prj-nmsc.adb: Minor reformatting
32276 (Check_Ada_Naming_Scheme): New name of procedure Check_Naming_Scheme
32277 (Check_Ada_Naming_Scheme_Validity): New name of previous procedure
32278 Check_Ada_Naming_Scheme.
32279 Change Sources_Present to Ada_Sources_Present or Other_Sources_Present
32280 throughout.
32281
32282 * prj-part.adb (Post_Parse_Context_Clause): New Boolean parameter
32283 In_Limited.
32284 Make sure that all cycles where there is at least one "limited with"
32285 are detected.
32286 (Parse_Single_Project): New Boolean parameter In_Limited
32287
32288 * prj-proc.adb (Recursive_Check): When Process_Languages is
32289 All_Languages, call first Prj.Nmsc.Ada_Check, then
32290 Prj.Nmsc.Other_Languages_Check.
32291
32292 * prj-proc.adb (Process): Use Ada_Sources_Present or
32293 Other_Sources_Present (instead of Sources_Present) depending on
32294 Process_Languages.
32295
32296 * lang-specs.h: Keep -g and -m switches in the same order, and as the
32297 last switches.
32298
32299 * lib.adb (Switch_Storing_Enabled): New global Boolean flag
32300 (Disable_Switch_Storing): New procedure. Set Switch_Storing_Enabled to
32301 False.
32302 (Store_Compilation_Switch): Do nothing if Switch_Storing_Enabled is
32303 False.
32304
32305 * lib.ads (Disable_Switch_Storing): New procedure.
32306
32307 * make.adb: Modifications to reduce nesting level of this package.
32308 (Check_Standard_Library): New procedure
32309 (Gnatmake.Check_Mains): New procedure
32310 (Gnatmake.Create_Binder_Mapping_File): New procedure
32311 (Compile_Sources.Compile): Add switch -gnatez as the last option
32312 (Display): Never display -gnatez
32313
32314 * Makefile.generic:
32315 When using $(MAIN_OBJECT), always use $(OBJ_DIR)/$(MAIN_OBJECT)
32316
32317 * gnatcmd.adb (Check_Project): New function
32318 (Process_Link): New procedure to reduce nesting depth
32319 (Check_Files): New procedure to reduce the nesting depth.
32320 For GNAT METRIC, include the inherited sources in extending projects.
32321 (GNATCmd): When GNAT LS is invoked with a project file and no files,
32322 add the list of files from the sources of the project file. If this list
32323 is too long, put it in a temp text files and use switch -files=
32324 (Delete_Temp_Config_Files): Delete the temp text file that contains
32325 a list of source for gnatpp or gnatmetric, if one has been created.
32326 (GNATCmd): For GNAT METRIC and GNAT PRETTY, if the number of sources
32327 in the project file is too large, create a temporary text file that
32328 list them and pass it to the tool with "-files=<temp text file>".
32329 (GNATCmd): For GNAT METRIC add "-d=<abject dir>" as the first switch
32330
32331 * gnatlink.adb (Gnatlink): Do not compile with --RTS= when the
32332 generated file is in not in Ada.
32333
32334 * gnatls.adb: Remove all parameters And_Save that are no longer used.
32335 (Scan_Ls_Arg): Add processing for -files=
32336 (Usage): Add line for -files=
32337
32338 * g-os_lib.adb (On_Windows): New global constant Boolean flag
32339 (Normalize_Pathname): When on Windows and the path starts with a
32340 directory separator, make sure that the resulting path will start with
32341 a drive letter.
32342
32343 * clean.adb (Clean_Archive): New procedure
32344 (Clean_Project): When there is non-Ada code, delete the global archive,
32345 the archive dependency files, the object files and their dependency
32346 files, if they exist.
32347 (Gnatclean): Call Prj.Pars.Parse for All_Languages, not for Ada only.
32348
32349 2004-06-25 Thomas Quinot <quinot@act-europe.fr>
32350
32351 * sinfo.ads: Fix typo in comment.
32352
32353 * sem_dist.adb (Process_Remote_AST_Attribute): Simplify code that uses
32354 the TSS for remote access-to-subprogram types, since these TSS are
32355 always present once the type has been analyzed.
32356 (RAS_E_Dereference): Same.
32357
32358 * sem_attr.adb (Analyze_Attribute): When analysis of an attribute
32359 reference raises Bad_Attribute, mark the reference as analyzed so the
32360 node (and any children resulting from rewrites that could have occurred
32361 during the analysis that ultimately failed) is not analyzed again.
32362
32363 * exp_ch7.ads (Find_Final_List): Fix misaligned comment.
32364
32365 * exp_dist.adb: Minor comment fix.
32366
32367 * exp_ch4.adb (Expand_N_Allocator): For an allocator whose expected
32368 type is an anonymous access type, no unchecked deallocation of the
32369 allocated object can occur. If the object is controlled, attach it with
32370 a count of 1. This allows attachment to the Global_Final_List, if
32371 no other relevant list is available.
32372 (Get_Allocator_Final_List): For an anonymous access type that is
32373 the type of a discriminant or record component, the corresponding
32374 finalisation list is the one of the scope of the type.
32375
32376 2004-06-25 Ed Schonberg <schonberg@gnat.com>
32377
32378 * sem_ch3.adb (Replace_Type): When computing the signature of an
32379 inherited subprogram, use the first subtype if the derived type
32380 declaration has no constraint.
32381
32382 * exp_ch6.adb (Add_Call_By_Copy_Code): Check that formal is an array
32383 before applying previous optimization. Minor code cleanup.
32384
32385 * exp_util.adb (Is_Possibly_Unaligned_Slice): If the component is
32386 placed at the beginning of an unpacked record without explicit
32387 alignment, a slice of it will be aligned and does not need a copy when
32388 used as an actual.
32389
32390 2004-06-25 Ed Schonberg <schonberg@gnat.com>
32391
32392 PR ada/15591
32393 PR ada/15592
32394 * sem_ch8.adb (Attribute_Renaming): Reject renaming if the attribute
32395 reference is written with expressions mimicking parameters.
32396
32397 2004-06-25 Hristian Kirtchev <kirtchev@gnat.com>
32398
32399 PR ada/15589
32400 * sem_ch3.adb (Build_Derived_Record_Type): Add additional check to
32401 STEP 2a. The constraints of a full type declaration of a derived record
32402 type are checked for conformance with those declared in the
32403 corresponding private extension declaration. The message
32404 "not conformant with previous declaration" is emitted if an error is
32405 detected.
32406
32407 2004-06-25 Vasiliy Fofanov <fofanov@act-europe.fr>
32408
32409 * g-traceb.ads: Document the need for -E binder switch in the spec.
32410
32411 * g-trasym.ads: Document the need for -E binder switch in the spec.
32412
32413 2004-06-25 Jose Ruiz <ruiz@act-europe.fr>
32414
32415 * sem_prag.adb: Add handling of pragma Detect_Blocking.
32416
32417 * snames.h, snames.ads, snames.adb: Add entry for pragma
32418 Detect_Blocking.
32419
32420 * s-rident.ads: Change reference to pragma Detect_Blocking.
32421
32422 * targparm.ads, targparm.adb: Allow pragma Detect_Blocking in
32423 system.ads.
32424
32425 * opt.ads (Detect_Blocking): New Boolean variable (defaulted to False)
32426 to indicate whether pragma Detect_Blocking is active.
32427
32428 * par-prag.adb: Add entry for pragma Detect_Blocking.
32429
32430 * rtsfind.adb (RTU_Loaded): Fix the temporary kludge to get past bug
32431 of not handling WITH.
32432 Note that this replaces the previous update which was incorrect.
32433
32434 2004-06-25 Javier Miranda <miranda@gnat.com>
32435
32436 * sem_ch10.adb (Re_Install_Use_Clauses): Force the installation of the
32437 use-clauses to have a clean environment.
32438
32439 * sem_ch8.adb (Install_Use_Clauses): Addition of a new formal to force
32440 the installation of the use-clauses to stablish a clean environment in
32441 case of compilation of a separate unit; otherwise the call to
32442 use_one_package is protected by the barrier Applicable_Use.
32443
32444 * sem_ch8.ads (Install_Use_Clauses): Addition of a new formal to force
32445 the installation of the use-clauses to stablish a clean environment in
32446 case of compilation of a separate unit.
32447 (End_Use_Clauses): Minor comment cleanup.
32448
32449 2004-06-25 Sergey Rybin <rybin@act-europe.fr>
32450
32451 * gnat_ugn.texi: Add description of the gnatpp 'files' switch
32452
32453 2004-06-23 Richard Henderson <rth@redhat.com>
32454
32455 * trans.c (gnat_gimplify_stmt): Update gimplify_type_sizes call.
32456
32457 2004-06-20 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
32458
32459 * decl.c (elaborate_expression, elaborate_expression_1): Arguments
32460 now bool instead of int.
32461 (gnat_to_gnu_entity, elaborate_expression_1): New arg to COMPONENT_REF.
32462 * trans.c (gnu_switch_label_stack): New function.
32463 (gnat_to_gnu, N_Object_Renaming_Declaration): Result is what the
32464 elaboration of renamed entity returns.
32465 (gnat_to_gnu, case N_Case_Statement): Add branches to end label.
32466 (add_decl_stmt): Don't add TYPE_DECL for UNCONSTRAINED_ARRAY_TYPE.
32467 (gnat_gimplify_stmt): Use alloc_stmt_list, not build_empty_stmt.
32468 (gnat_gimplify_stmt, case DECL_STMT): gimplify DECL_SIZE and
32469 DECL_SIZE_UNIT and simplify variable-sized case.
32470 (gnat_gimplify_type_sizes, gnat_gimplify_one_sizepos): Deleted.
32471 Callers changes to call gimplify_type_sizes and gimplify_one_sizepos.
32472 (gnat_stabilize_reference): Add arg to COMPONENT_REF.
32473 (build_unit_elab): Disable for now.
32474 * utils.c (mark_visited): New function.
32475 (pushdecl): Walk tree to call it for global decl.
32476 (update_pointer_to): Update all variants of pointer and ref types.
32477 Add arg to COMPONENT_REF.
32478 (convert): Likewise.
32479 Move check for converting between variants lower down.
32480 * utils2.c (build_simple_component_ref): Add arg to COMPONENT_REF.
32481 (build_allocator): Don't force type of MODIFY_EXPR.
32482 (gnat_mark_addressable, case VAR_DECL): Unconditionally call
32483 put_var_into_stack.
32484
32485 2004-06-14 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
32486
32487 * ada-tree.def (LOOP_STMT, EXIT_STMT): Update documentation.
32488 * ada-tree.h (EXIT_STMT_LABEL): Renamed from EXIT_STMT_LOOP.
32489 * decl.c (gnat_to_gnu_entity): Also set force_global for imported
32490 subprograms.
32491 * trans.c (gnu_loop_label_stack): Renamed from gnu_loop_stmt_stack;
32492 all callers changed.
32493 (gnat_to_gnu, case N_Loop_Statement, case N_Exit_Statement): Change
32494 the way that EXIT_STMT finds the loop label.
32495 (gnat_gimplify_stmt, case LOOP_STMT, EXIT_STMT): Likewise.
32496 (gnat_gimplify_stmt, case DECL_STMT): Handle variable-sized decls here.
32497 (add_stmt): Use annotate_with_locus insted of setting directly.
32498 (pos_to_construct): Set TREE_PURPOSE of each entry to index.
32499 (gnat_stabilize_reference, case ARRAY_RANGE_REF): Merge with ARRAY_REF.
32500 * utils.c (gnat_install_builtins): Install __builtin_memcmp.
32501 (build_vms_descriptor): Add extra args to ARRAY_REF.
32502 (convert): Use VIEW_CONVERT_EXPR between aggregate types.
32503 * utils2.c (gnat_truthvalue_conversion, case INTEGER_CST, REAL_CST):
32504 New cases.
32505 (build_binary_op): Don't make explicit CONVERT_EXPR.
32506 Add extra rgs to ARRAY_REF.
32507
32508 2004-06-14 Pascal Obry <obry@gnat.com>
32509
32510 * gnat_ugn.texi: Document relocatable vs. dynamic Library_Kind on
32511 Windows. Fix minor typo.
32512
32513 * mlib-tgt-mingw.adb: New implementation using the GCC -shared option
32514 which is now supported on Windows. With this implementation using the
32515 Library Project feature is no different on Windows than on UNIX.
32516
32517 2004-06-14 Vincent Celier <celier@gnat.com>
32518
32519 * makegpr.adb (Compile_Sources): Nothing to do when there are no
32520 non-Ada sources.
32521
32522 * mlib-tgt-vxworks.adb (Library_Exists_For): Remove incorrect comment
32523
32524 * prj-part.adb (Parse_Single_Project): When a duplicate project name is
32525 found, show the project name and the path of the previously parsed
32526 project file.
32527
32528 2004-06-14 Ed Schonberg <schonberg@gnat.com>
32529
32530 * exp_ch6.adb (Add_Call_By_Copy_Code): For an out-parameter that is an
32531 array, avoid copying the actual before the call.
32532
32533 2004-06-14 Thomas Quinot <quinot@act-europe.fr>
32534
32535 * g-debpoo.adb: Remove alignment assumptions from GNAT.Debug_Pools.
32536 Instead, allocate memory on worst-case alignment assumptions, and then
32537 return an aligned address within the allocated zone.
32538
32539 2004-06-14 Robert Dewar <dewar@gnat.com>
32540
32541 * bindgen.adb (Gen_Adainit_Ada): Do not generate external references to
32542 elab entities in predefined units in No_Run_Time_Mode.
32543 (Gen_Adainit_C): Same fix
32544 (Gen_Elab_Calls_Ada): Do not generate calls to elaborate predefined
32545 units in No_Run_Time_Mode
32546 (Gen_Elab_Calls_C): Same fix
32547
32548 * symbols-vms-alpha.adb: Minor reformatting
32549
32550 * g-debpoo.ads: Minor reformatting
32551
32552 * lib.adb (In_Same_Extended_Unit): Version working on node id's
32553
32554 * lib.ads (In_Same_Extended_Unit): Version working on node id's
32555
32556 * lib-xref.adb: Minor cleanup, use new version of In_Same_Extended_Unit
32557 working on nodes.
32558
32559 * make.adb: Minor reformatting
32560
32561 * par-ch12.adb: Minor reformatting
32562
32563 * par-prag.adb: Add dummy entry for pragma Profile_Warnings
32564
32565 * prj-strt.adb: Minor reformatting
32566
32567 * restrict.ads, restrict.adb: Redo handling of profile restrictions to
32568 be more general.
32569
32570 * sem_attr.adb: Minor reformatting
32571
32572 * sem_ch7.adb: Minor reformatting
32573
32574 * sem_elab.adb (Check_A_Call): Deal with problem of calling init proc
32575 for type in the same unit as the object declaration.
32576
32577 * sem_prag.adb (Check_Arg_Is_External_Name): New procedure, allows
32578 static string expressions and not just string literals.
32579 Minor reformatting
32580 (Set_Warning): Reset restriction warning flag for restriction pragma
32581 Implement pragma Profile_Warnings
32582 Implement pragma Profile (Restricted)
32583 Give obolescent messages for old restrictions and pragmas
32584
32585 * snames.h, snames.ads, snames.adb: Add new entry for pragma
32586 Profile_Warnings.
32587
32588 * s-rident.ads: Add declarations for restrictions required by profile
32589 Restricted and profile Ravenscar.
32590
32591 * targparm.ads, targparm.adb: Allow pragma Profile in system.ads
32592
32593 * gnat_ugn.texi: Correct some missing entries in the list of GNAT
32594 configuration pragmas.
32595
32596 2004-06-11 Vincent Celier <celier@gnat.com>
32597
32598 * mlib-tgt-vms-alpha.adb (Build_Dynamic_Library): Issue switch -R to
32599 gnatsym, when symbol policy is Restricted.
32600
32601 * mlib-tgt-vms-ia64.adb (Build_Dynamic_Library): Issue switch -R to
32602 gnatsym, when symbol policy is Restricted.
32603
32604 * symbols-vms-alpha.adb (Initialize): When symbol policy is Restricted,
32605 read the symbol file.
32606 (Finalize): Fail in symbol policy Restricted if a symbol in the original
32607 symbol file is not in the object files. Do not create a new symbol file
32608 when symbol policy is Restricted.
32609
32610 * gnatbind.adb (Gnatbind): Initialize Snames, because Snames is used
32611 in Scng.
32612
32613 * gnatsym.adb (Parse_Vmd_Line): Process new switch -R for symbol policy
32614 Restricted.
32615 (Usage): Line for new switch -R
32616
32617 * make.adb (Initialize): When the platform is not VMS, add the
32618 directory where gnatmake is invoked in the front of the path, if
32619 gnatmake is invoked with directory information. Change the Scan_Args
32620 while loop to a for loop.
32621 (Recursive_Compute_Depth): Remove parameter Visited. Improve efficiency:
32622 if Depth is equal or greater than the proposed depth, there is nothing
32623 to do.
32624 (Initialize): Call Recursive_Compute_Depth with initial Depth equal to 1
32625 instead of 0.
32626
32627 * prj.ads: Add new symbol policy Restricted.
32628
32629 * prj-dect.adb (Parse_Case_Construction): Call End_Case_Construction
32630 with the new parameters Check_All_Labels and Case_Location.
32631
32632 * prj-nmsc.adb (Ada_Check): Process new symbol policy Restricted
32633 (Library_Symbol_File needs to be defined).
32634
32635 * prj-strt.adb (End_Case_Construction): New parameters Check_All_Labels
32636 and Case_Location If Check_All_Labels is True, check that all values of
32637 the string type are used, and output warning(s) if they are not.
32638
32639 * prj-strt.ads (End_Case_Construction): New parameters Check_All_Labels
32640 and Case_Location.
32641
32642 * gnat_ugn.texi: Reorder subclauses in menus "Switches for gcc"
32643
32644 * gnat_ugn.texi: Update documentation about the library directory in
32645 Library Projects.
32646
32647 * makegpr.adb (Display_Command): In verbose mode, also display the
32648 value of the CPATH env var, when the compiler is gcc.
32649 (Initialize): Change the Scan_Args while loop to a for loop
32650 (Compile_Individual_Sources): Change directory to object directory
32651 before compilations.
32652
32653 * symbols.ads: New symbol policy Restricted.
32654
32655 2004-06-11 Olivier Hainque <hainque@act-europe.fr>
32656
32657 * a-except.adb (Raise_After_Setup family): Remove. The responsibility
32658 is now taken care of internally in the Exception_Propagation package
32659 and does not require clients assistance any more.
32660
32661 * a-exexpr.adb (Is_Setup_And_Not_Propagated,
32662 Set_Setup_And_Not_Propagated, and Clear_Setup_And_Not_Propagated): New
32663 functions. Helpers to maintain a predicate required in the handling of
32664 occurrence transfer between tasks.
32665 This is now handled internally and does not require clients assistance
32666 for the setup/propagate separation anymore.
32667 (Setup_Exception, Propagate_Exception): Simplify the Private_Data
32668 allocation strategy, handle the Setup_And_Not_Propagated predicate and
32669 document.
32670
32671 * s-taenca.adb (Check_Exception): Use raise_with_msg instead of
32672 raise_after_setup, now that everything is handled internally within the
32673 setup/propagation engine.
32674
32675 2004-06-11 Hristian Kirtchev <kirtchev@gnat.com>
32676
32677 * exp_ch6.adb (Expand_Inlined_Call): Add function Formal_Is_Used_Once.
32678 Add additional conditions for the case of an actual being a simple
32679 name or literal. Improve inlining by preventing the generation
32680 of temporaries with a short lifetime (one use).
32681
32682 2004-06-11 Hristian Kirtchev <kirtchev@gnat.com>
32683
32684 PR ada/15587
32685 * einfo.ads: Minor comment updates for Has_Completion and
32686 E_Constant list of flags.
32687
32688 * sem_ch3.adb (Analyze_Object_Declaration): Full constant declarations
32689 and constant redeclarations now set the Has_Completion flag of their
32690 defining identifiers.
32691
32692 * sem_ch7.adb (Analyze_Package_Spec): Add procedure
32693 Inspect_Deferred_Constant_Completion.
32694 Used to detect private deferred constants that have not been completed
32695 either by a constant redeclaration or pragma Import. Emits error message
32696 "constant declaration requires initialization expression".
32697
32698 * sem_prag.adb (Process_Import_Or_Interface): An Import pragma now
32699 completes a deferred constant.
32700
32701 2004-06-11 Geert Bosch <bosch@gnat.com>
32702
32703 * eval_fat.adb (Decompose_Int): Fix rounding of negative numbers.
32704
32705 * s-fatgen.adb (Gradual_Scaling): Correct off-by-one error in
32706 calculating exponent for scaling denormal numbers.
32707 (Leading_Part): Properly raise Constraint_Error for zero or negative
32708 Adjustment.
32709 (Remainder): Properly raise Constraint_Error for zero divisor.
32710
32711 2004-06-11 Thomas Quinot <quinot@act-europe.fr>
32712
32713 * sem_util.adb: Minor reformatting.
32714
32715 * exp_ch2.adb (Expand_Entry_Parameter): Generate an explicit
32716 dereference when accessing the entry parameter record.
32717 (Check_Array_Type): Always check for possible implicit dereference.
32718 (maybe_implicit_dereference): Rename to check_no_implicit_derefence.
32719 Abort if a pointer is still present (denoting that an implicit
32720 dereference was left in the tree by the front-end).
32721
32722 * sem_attr.adb (Expand_Entry_Parameter): Generate an explicit
32723 dereference when accessing the entry parameter record.
32724 (Check_Array_Type): Always check for possible implicit dereference.
32725 (maybe_implicit_dereference): Rename to check_no_implicit_derefence.
32726 Abort if a pointer is still present (denoting that an implicit
32727 dereference was left in the tree by the front-end).
32728
32729 2004-06-11 Emmanuel Briot <briot@act-europe.fr>
32730
32731 * g-debpoo.adb (Deallocate, Dereference): Add prefix "error:" to error
32732 message, like the compiler itself does. Easier to parse the output.
32733
32734 * g-debpoo.ads: (Allocate, Deallocate, Dereference): Add comments.
32735
32736 * gnat_ugn.texi (gnatxref, gnatfind): Clarify that source names should
32737 be base names, and not includes directories.
32738
32739 2004-06-11 Arnaud Charlet <charlet@act-europe.fr>
32740
32741 * Makefile.generic ($(EXEC)): Depend on $(OBJECTS), not $(OBJ_FILES),
32742 so that dependencies are properly taken into account by make.
32743
32744 2004-06-11 Arnaud Charlet <charlet@act-europe.fr>
32745
32746 PR ada/15622
32747 * s-unstyp.ads, s-maccod.ads, sem_ch8.adb, s-auxdec.ads,
32748 exp_intr.adb, s-auxdec-vms_64.ads: Fix typo: instrinsic -> intrinsic
32749
32750 2004-06-11 Jerome Guitton <guitton@act-europe.fr>
32751
32752 * Makefile.in (install-gnatlib): install target-specific run-time files.
32753
32754 * Make-lang.in: Remove obsolete targets.
32755
32756 2004-06-11 Ed Schonberg <schonberg@gnat.com>
32757
32758 * par-ch12.adb (P_Generic): Add scope before analyzing subprogram
32759 specification, to catch misuses of program unit names.
32760
32761 * sem_res.adb (Resolve_Type_Conversion): Do not emit warnings on
32762 superfluous conversions in an instance.
32763
32764 2004-06-11 Ed Schonberg <schonberg@gnat.com>
32765
32766 PR ada/15403
32767 * sem_ch12.adb (Save_References): If operator node has been folded to
32768 enumeration literal, associated_node must be discarded.
32769
32770 2004-06-11 Jose Ruiz <ruiz@act-europe.fr>
32771
32772 * s-stchop-vxworks.adb: Add required pragma Convention to
32773 Task_Descriptor because it is updated by a C function.
32774
32775 2004-06-08 Arnaud Charlet <charlet@act-europe.fr>
32776
32777 PR ada/15568
32778 * Makefile.in: Remove target specific SO_OPT on IRIX
32779
32780 2004-06-07 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
32781
32782 * ada-tree.def (TRANSFORM_EXPR, ALLOCATE_EXPR, USE_EXPR): Deleted.
32783 (GNAT_NOP_EXPR, GNAT_LOOP_ID, EXPR_STMT, NULL_STMT): Likewise.
32784 (BLOCK_STMT, IF_STMT, GOTO_STMT, LABEL_STMT, RETURN_STMT): Likewise.
32785 (ASM_STMT, BREAK_STMT, REGION_STMT,HANDLER_STMT): Likewise.
32786 (STMT_STMT, USE_STMT): New statement codes.
32787 (LOOP_STMT, EXIT_STMT): Make slight semantic changes.
32788 * ada-tree.h: Reflect above changes.
32789 (struct tree_loop_id): Deleted.
32790 (union lang_tree_node, struct lang_decl, struct lang_type):
32791 Now just contains a tree node; update macros using TYPE_LANG_SPECIFIC
32792 and DECL_LANGUAGE_SPECIFIC to reflect these changes.
32793 (DECL_INIT_BY_ASSIGN_P, TRE_LOOP_NODE_ID, TREE_SLOC): Deleted.
32794 (IS_ADA_STMT): New macro.
32795 * decl.c (annotate_decl_with_node): New function.
32796 (gnat_to_gnu_entity): Use it and Sloc_to_locus instead of set_lineno.
32797 (gnat_to_gnu_entity, case object): Remove call to expand CONVERT_EXPR.
32798 Call add_stmt_with_node to do needed assignments.
32799 Add call to update setjmp buffer directly, not via EXPR_STMT.
32800 (maybe_variable): Argment GNAT_NODE deleted.
32801 * gigi.h (maybe_variable): Likewise.
32802 (make_transform, add_stmt_with_node, set_block_for_group): New.
32803 (gnat_gimplify_expr, gnat_expand_body, Sloc_to_locus): Likewise.
32804 (set_block_jmpbuf_decl, get_block_jmpbuf_decl): Likewise.
32805 (discard_file_names, gnu_block_stack, gnat_to_code): Deleted.
32806 (set_lineno, set_lineno_from_sloc): Likewise.
32807 (record_code_position, insert_code_for): Likewise.
32808 (gnat_poplevel): Now returns void.
32809 (end_subprog_body): Now takes argument.
32810 * misc.c (cgraph.h, tree-inline.h): New includes.
32811 (gnat_tree_size, LANG_HOOKS_TREE_SIZE): Deleted.
32812 (gnat_post_options, LANG_HOOKS_POST_OPTIONS): New.
32813 (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Likewise.
32814 (LANG_HOOKS_RTL_EXPAND_STMT, LANG_HOOKS_GIMPLIFY_EXPR): Likewise.
32815 (gnat_parse_file): Don't set immediate_size_expand.
32816 Call cgraph functions.
32817 (gnat_expand_expr): Remove most cases.
32818 (record_code_position, insert_code_for): Remove from here.
32819 * trans.c (toplev.h, tree-gimple.h): Now included.
32820 (discard_file_names): Deleted.
32821 (gnu_block_stack, gnu_block_stmt_node, gnu_block_stmt_free_list): Del.
32822 (first_nondeleted_insn, make_expr_stmt_from_rtl): Likewise.
32823 (struct stmt_group, current_stmt_group, stmt_group_free_list): New.
32824 (gnu_stack_free_list, record_cost_position, insert_code_for): Likewise.
32825 (add_cleanup, push_stack, gnat_gimplify_stmt, add_cleanup): Likewise.
32826 (gnat_gimplify_type_sizes, gnat_gimplify_one_sizepos): Likewise.
32827 (gnat_expand_body_1, gnat_gimplify_expr, annotate_with_node): Likewise.
32828 (set_block_for_group, add_stmt_list): Likewise.
32829 (start_stmt_group): Renamed from start_block_stmt.
32830 (end_stmt_group): Likewise, from end_block_stmt.
32831 (build_stmt_group): Likewise, from build_block_stmt, also add arg.
32832 (gigi): Don't set discard_file_names or call set_lineno.
32833 Disallow front end ZCX; call gnat_to_gnu, not gnat_to_code.
32834 (tree_transform): Deleted, now renamed to be gnat_to_gnu.
32835 Numerous changes throughout to reflect new names and complete
32836 function-at-a-time implementation.
32837 (gnat_expand_stmt): Delete or comment out all cases.
32838 (process_inlined_subprograms): Use add_stmt.
32839 (process_decls): Use gnat_to_gnu, not gnat_to_code, and don't
32840 call set_lineno; also remove unneeded block handling.
32841 (process_type): Remove unneeded block handling.
32842 (build_unit_elab): Remove calls to deleted functions.
32843 * utils.c (cgraph.h, tree-inline.h, tree-gimple.h): Now include.
32844 (tree-dump.h): Likewise.
32845 (struct ada_binding_level): Add field jmpbuf_decl.
32846 (gnat_define_builtin, gnat_install_builtins): New.
32847 (gnat_gimplify_function, gnat_finalize): Likewise.
32848 (gnat_poplevel): No longer return BLOCK, set it instead.
32849 Remove code dealing with nested functions.
32850 (gnat_init_decl_processing): Also set size_type_node.
32851 Call gnat_install_builtins.
32852 (create_var_decl): Don't set DECL_INIT_BY_ASSIGN.
32853 (create_subprog_decl): Change handling of inline_flag; set TREE_STATIC.
32854 Remove special-case for "main".
32855 (end_subprog_body): Add arg and rework for tree-ssa.
32856 (convert): Don't use GNAT_NOP_EXPR or look for TRANSFORM_EXPR.
32857 Add case for BOOLEAN_TYPE.
32858 * utils2.c (rtl.h): Now include.
32859 (build_call_raise): Test Debug_Flag_NN directly.
32860 (build_call_alloc_dealloc): Don't use local stack allocation for now.
32861 (gnat_mark_addressable, case GNAT_NOP_EXPR): Deleted.
32862 (gnat_mark_addressable, case VAR_DECL): Handle both early & late cases.
32863
32864 2004-06-07 Robert Dewar <dewar@gnat.com>
32865
32866 * a-direct.ads, einfo.ads: Minor comment updates
32867
32868 * s-taprop-lynxos.adb, s-taprop-tru64.adb, s-taprop-irix.adb,
32869 s-taprop-irix-athread.adb, s-taprop-hpux-dce.adb, s-taprop-linux.adb,
32870 s-taprop-dummy.adb, s-taprop-os2.adb, s-taprop-solaris.adb,
32871 s-taprop-vms.adb, s-taprop-mingw.adb, s-taprop-vxworks.adb,
32872 s-taprop-posix.adb, s-taprop.ads, exp_dbug.adb: Minor reformatting.
32873
32874 * s-interr-sigaction.adb: Remove unreferenced variable
32875 (Attached_Interrupts). Minor reformatting.
32876 Avoid use of variable I (replace by J).
32877
32878 * par-ch10.adb: Fix text of one error message
32879
32880 * checks.adb, checks.ads, cstand.adb, vms_data.ads, errout.ads,
32881 exp_aggr.adb, exp_ch3.adb, exp_ch3.ads, exp_ch5.adb, exp_ch6.adb,
32882 exp_ch9.adb, exp_code.adb, gnat1drv.adb, lib-load.adb, lib-writ.adb,
32883 opt.adb, par.adb, opt.ads, par-ch11.adb, par-ch3.adb, par-ch4.adb,
32884 par-ch5.adb, par-ch6.adb, par-ch8.adb, par-ch9.adb, par-prag.adb,
32885 par-util.adb, scng.adb, sem_aggr.adb, sem_attr.adb, sem_cat.adb,
32886 sem_ch10.adb, sem_ch10.adb, sem_ch11.adb, sem_ch12.adb, sem_ch2.adb,
32887 sem_ch3.adb, sem_ch3.ads, sem_ch4.adb, sem_ch5.adb, sem_ch6.adb,
32888 sem_ch7.adb, sem_ch8.adb, sem_ch9.adb, sem_eval.adb, sem_prag.adb,
32889 sem_res.adb, sem_type.adb, sem_util.adb, sinfo.ads, snames.adb,
32890 snames.ads, snames.h, sprint.adb, switch-c.adb: Modifications for Ada
32891 2005 support.
32892
32893 2004-06-07 Doug Rupp <rupp@gnat.com>
32894
32895 * mlib-tgt-vms.adb: Rename mlib-tgt-vms.adb mlib-tgt-vms-alpha.adb
32896
32897 * s-vaflop-vms.adb: Rename s-vaflop-vms.adb to s-vaflop-vms-alpha.adb
32898
32899 * mlib-tgt-vms-ia64.adb: New file.
32900
32901 * Makefile.in: Rename mlib-tgt-vms.adb to mlib-tgt-vms-alpha.adb
32902 Add mlib-tgt-vms-ia64.adb
32903 Rename s-vaflop-vms.adb to s-vaflop-vms-alpha.adb.
32904 Move to alpha specific ifeq section.
32905 Add VMS specific versions of symbols.adb
32906 Renaming of 5q vms files.
32907
32908 * 5qsystem.ads renamed to system-vms_64.ads.
32909
32910 2004-06-07 Vincent Celier <celier@gnat.com>
32911
32912 * a-calend.ads: Add a GNAT Note comment after function Time_Of to
32913 explain that when a time of day corresponding to the non existing hour
32914 on the day switching to DST is specified, Split may return a different
32915 value for Seconds.
32916
32917 * gnatcmd.adb: Add processing of GNAT METRIC (for gnatmetric), similar
32918 to GNAT PRETTY.
32919
32920 * g-os_lib.adb (OpenVMS): New Boolean value imported from System.
32921 (Normalize_Pathname): Only resolve VMS logical names when on VMS.
32922
32923 * mlib-prj.adb (Build_Library): New flag Gtrasymobj_Needed, initialize
32924 to False.
32925 If Gtrasymobj_Needed is True, add the full path of g-trasym.obj to
32926 the linking options.
32927 (Build_Library.Check_Libs): On VMS, if there is a dependency on
32928 g-trasym.ads, set Gtrasymobj_Needed to True.
32929
32930 * prj-attr.adb: Add new package Metrics for gnatmetric
32931
32932 * prj-nmsc.adb (Record_Other_Sources): Put source file names in
32933 canonical case to take into account files with upper case characters on
32934 Windows.
32935 (Ada_Check): Load the reference symbol file name in the name buffer to
32936 check it, not the symbol file name.
32937
32938 * snames.ads, snames.adb: Add standard name Metrics (name of project
32939 file package for gnatmetric).
32940
32941 * vms_conv.ads: Add Metric to Comment_Type
32942
32943 * vms_conv.adb (Initialize): Add component dor Metric in Command_List
32944
32945 * vms_data.ads: Add qualifiers for GNAT METRIC
32946
32947 * makegpr.adb (Link_Executables): Take into account the switches
32948 specified in package Linker of the main project.
32949
32950 2004-06-07 Thomas Quinot <quinot@act-europe.fr>
32951
32952 * bindgen.adb (Set_Unit_Number): Units is an instance of Table, and so
32953 the index of the last element is Units.Last, not Units.Table'Last
32954 (which is usually not a valid index within the actually allocated
32955 storage for the table).
32956
32957 * exp_ch4.adb (Insert_Dereference_Action): Change predicate that
32958 determines whether to generate a call to a checked storage pool
32959 Dereference action.
32960 Generate such a call only for a dereference that either comes from
32961 source, or is the result of rewriting a dereference that comes from
32962 source.
32963
32964 2004-06-07 Romain Berrendonner <berrendo@act-europe.fr>
32965
32966 * bindgen.adb (Gen_Output_File): Add support for GAP builds.
32967
32968 2004-06-07 Eric Botcazou <ebotcazou@act-europe.fr>
32969
32970 (gnat_to_gnu_entity) <E_Array_Subtype>: For multi-dimensional arrays at
32971 file level, elaborate the stride for inner dimensions in alignment
32972 units, not bytes.
32973
32974 * exp_ch5.adb: Correct wrong reference to Component_May_Be_Bit_Aligned
32975 in a comment.
32976
32977 2004-06-07 Javier Miranda <miranda@gnat.com>
32978
32979 * exp_ch6.adb: Correct wrong modification in previous patch
32980
32981 2004-06-07 Vasiliy Fofanov <fofanov@act-europe.fr>
32982
32983 * g-trasym.ads: Corrected comment to properly reflect level of support
32984 on VMS.
32985
32986 2004-06-07 Hristian Kirtchev <kirtchev@gnat.com>
32987
32988 * lib-xref.adb (Generate_Reference): Add nested function Is_On_LHS. It
32989 includes case of a variable referenced on the left hand side of an
32990 assignment, therefore remove redundant code. Variables and prefixes of
32991 indexed or selected components are now marked as referenced on left
32992 hand side. Warnings are now properly emitted when variables or prefixes
32993 are assigned but not read.
32994
32995 * sem_warn.adb (Output_Unreferenced_Messages): Add additional checks to
32996 left hand side referenced variables. Private access types do not
32997 produce the warning "variable ... is assigned but never read".
32998 Add also additional checks to left hand side referenced variables.
32999 Aliased, renamed objects and access types do not produce the warning
33000 "variable ... is assigned but never read" since other entities may read
33001 the memory location.
33002
33003 2004-06-07 Jerome Guitton <guitton@act-europe.fr>
33004
33005 * Makefile.in: In the powerpc/vxworks-specific section, restore
33006 EXTRA_GNATRTL_NONTASKING_OBJS and EXTRA_GNATRTL_TASKING_OBJS (removed
33007 by mistake).
33008
33009 2004-06-07 Ed Schonberg <schonberg@gnat.com>
33010
33011 * sem_ch4.adb (Remove_Abstract_Operations): Refine the removal of
33012 predefined operators.
33013 Removes spurious type errors from g-trasym-vms.adb.
33014
33015 * sem_res.adb (Rewrite_Renamed_Operator): If intrinsic operator is
33016 distinct from the operator appearing in the source, call appropriate
33017 routine to insert conversions when needed, and complete resolution of
33018 node.
33019 (Resolve_Intrinsic_Operator): Fix cut-and-paste bug on transfer of
33020 interpretations for rewritten right operand.
33021 (Set_Mixed_Mode_Operand): Handle properly a universal real operand when
33022 the other operand is overloaded and the context is a type conversion.
33023
33024 2004-06-07 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
33025
33026 * ada-tree.def (BLOCK_STMT): Now has two operands.
33027 (BREAK_STMT): New.
33028
33029 * ada-tree.h: (BLOCK_STMT_BLOCK): New macro.
33030
33031 * gigi.h: (gnat_poplevel): Now returns a tree.
33032
33033 * trans.c (end_block_stmt): Add arg; all callers changed.
33034 (tree_transform, case N_Case_Statement): Make a BLOCK_STMT for a WHEN.
33035 (start_block_stmt): Clear BLOCK_STMT_BLOCK.
33036 (add_stmt): Set TREE_TYPE.
33037 (gnat_expand_stmt, case BLOCK_STMT): Handle BLOCK_STMT_BLOCK.
33038 (gnat_expand_stmt, case BREAK_STMT): New case.
33039
33040 * utils.c (gnat_poplevel): Return a BLOCK, if we made one.
33041
33042 2004-06-07 Jose Ruiz <ruiz@act-europe.fr>
33043
33044 * s-stchop.adsm s-stchop.adb, s-stchop-vxworks.adb: Remove the
33045 procedure Set_Stack_Size that is not needed.
33046
33047 2004-06-07 Sergey Rybin <rybin@act-europe.fr>
33048
33049 * gnat_ugn.texi: Clarify the case when non-standard naming scheme is
33050 used for gnatpp input file and for the files upon which it depends
33051
33052 2004-06-07 Ben Brosgol <brosgol@gnat.com>
33053
33054 * gnat_ugn.texi: Wordsmithing of "GNAT and Libraries" chapter
33055
33056 2004-06-07 Arnaud Charlet <charlet@act-europe.fr>
33057
33058 * gnatvsn.ads: Bump version numbers appropriately.
33059 Add new build type.
33060
33061 2004-06-07 Pascal Obry <obry@gnat.com>
33062
33063 * gnat_ugn.texi: Improve comments about imported names and link names
33064 on Windows. Add a note about the requirement to use -k gnatdll's option
33065 when working with a DLL which has stripped stdcall symbols (no @nn
33066 suffix).
33067
33068 2004-05-27 Vincent Celier <celier@gnat.com>
33069
33070 * vms_data.ads: Add new GNAT PRETTY qualifiers /NO_BACKUP and
33071 COMMENTS_LAYOUT=UNTOUCHED
33072
33073 * symbols-vms.adb, symbols-vms-alpha.adb: Renamed symbols-vms.adb to
33074 symbols-vms-alpha.adb
33075
33076 2004-05-27 Thomas Quinot <quinot@act-europe.fr>
33077
33078 * sem.ads: Clarify documentation on checks suppression.
33079
33080 * einfo.ads (Is_Known_Non_Null): Minor comment typo fix and rephrasing.
33081
33082 2004-05-27 Ed Schonberg <schonberg@gnat.com>
33083
33084 * sem_util.adb (Is_Descendent_Of): Examine properly all ancestors in
33085 the case of multiple derivations.
33086 (Is_Object_Reference): For a selected component, verify that the prefix
33087 is itself an object and not a value.
33088
33089 * sem_ch12.adb (Same_Instantiated_Constant): New name for
33090 Same_Instantiated_Entity.
33091 (Same_Instantiated_Variable): Subsidiary to
33092 Check_Formal_Package_Instance, to recognize actuals for in-out generic
33093 formals that are obtained from a previous formal package.
33094 (Instantiate_Subprogram_Body): Emit proper error when
33095 generating code and the proper body of a stub is missing.
33096
33097 * sem_ch4.adb (Remove_Address_Interpretations): If the operation still
33098 has a universal interpretation, do the disambiguation here.
33099
33100 * exp_ch4.adb (Expand_N_Type_Conversion,
33101 Expand_N_Unchecked_Type_Conversion): Special handling when target type
33102 is Address, to avoid typing anomalies when Address is a visible integer
33103 type.
33104
33105 * exp_ch6.adb (Expand_N_Subprogram_Body): Use Is_Descendent_Of_Address
33106 to determine whether a subprogram should not be marked Pure, even when
33107 declared in a pure package.
33108
33109 2004-05-27 Jose Ruiz <ruiz@act-europe.fr>
33110
33111 * gnat_ugn.texi: Replace pragma Ravenscar by pragma Profile.
33112
33113 * gnat_rm.texi: Replace Max_Entry_Queue_Depth by Max_Entry_Queue_Length
33114 Document No_Dynamic_Attachment, that supersedes No_Dynamic_Interrupts.
33115 Update the documentation about the Ravenscar profile, following the
33116 definition found in AI-249.
33117
33118 * sem_prag.adb: Use FIFO_Within_Priorities and Ceiling_Locking when
33119 setting the Profile (Ravenscar). This must be done in addition to
33120 setting the required restrictions.
33121
33122 * rtsfind.ads: Add the set of operations defined in package
33123 Ada.Interrupts.
33124
33125 * exp_ch6.adb: Check whether we are violating the No_Dynamic_Attachment
33126 restriction.
33127
33128 2004-05-27 Eric Botcazou <ebotcazou@act-europe.fr>
33129
33130 lang-specs.h: Always require -c or -S and always redirect to /dev/null
33131 if -gnatc or -gnats is passed.
33132
33133 2004-05-27 Hristian Kirtchev <kirtchev@gnat.com>
33134
33135 * sem_prag.adb (Sig_Flags): A Pragma_Unchecked_Union does not count as
33136 a significant reference. Warnings are now properly emitted when a
33137 discriminated type is not referenced.
33138
33139 * lib-xref.adb (Generate_Reference): A deferred constant completion,
33140 record representation clause or record type discriminant does not
33141 produce a reference to its corresponding entity. Warnings are now
33142 properly emitted when deferred constants and record types are not
33143 referenced.
33144
33145 2004-05-27 Geert Bosch <bosch@gnat.com>
33146
33147 * Makefile.in: Use long version of libm routines on ia64 gnu/linux.
33148 Fixes ACATS Annex G tests.
33149
33150 2004-05-27 Robert Dewar <dewar@gnat.com>
33151
33152 * rtsfind.adb (RTU_Loaded): Temporary kludge to get past bug of not
33153 handling WITH
33154
33155 2004-05-27 Arnaud Charlet <charlet@act-europe.fr>
33156
33157 * s-interr.adb (Server_Task): Take into account case of early return
33158 from sigwait under e.g. linux.
33159
33160 2004-05-27 Sergey Rybin <rybin@act-europe.fr>
33161
33162 * gnat_ugn.texi: Add description for the new gnatpp options:
33163 -rnb - replace the original source without creating its backup copy
33164 -c0 - do not format comments
33165
33166 2004-05-24 Geert Bosch <bosch@gnat.com>
33167
33168 * a-numaux-x86.adb (Reduce): Reimplement using an approximation of Pi
33169 with 192 bits of precision, sufficient to reduce a double-extended
33170 arguments X with a maximum relative error of T'Machine_Epsilon, for X
33171 in -2.0**32 .. 2.0**32.
33172 (Cos, Sin): Always reduce arguments of 1/4 Pi or larger, to prevent
33173 reduction by the processor, which only uses a 68-bit approximation of
33174 Pi.
33175 (Tan): Always reduce arguments and compute function either using
33176 the processor's fptan instruction, or by dividing sin and cos as needed.
33177
33178 2004-05-24 Doug Rupp <rupp@gnat.com>
33179
33180 * adaint.c (__gnat_readdir): Cast CRTL function retun value to avoid
33181 gcc error on 32/64 bit VMS.
33182
33183 2004-05-24 Olivier Hainque <hainque@act-europe.fr>
33184
33185 * init.c (__gnat_error_handler): Handle EEXIST as EACCES for SIGSEGVs,
33186 since this is what we get for stack overflows although not documented
33187 as such.
33188 Document the issues which may require adjustments to our signal
33189 handlers.
33190
33191 2004-05-24 Ed Schonberg <schonberg@gnat.com>
33192
33193 * inline.adb (Add_Scope_To_Clean): Do not add cleanup actions to the
33194 enclosing dynamic scope if the instantiation is within a generic unit.
33195
33196 2004-05-24 Arnaud Charlet <charlet@act-europe.fr>
33197
33198 * exp_dbug.ads: Fix typo.
33199
33200 * Makefile.in: s-osinte-linux-ia64.ads was misnamed.
33201 Rename it to its proper name: system-linux-ia64.ads
33202 (stamp-gnatlib1): Remove extra target specific run time files when
33203 setting up the rts directory.
33204
33205 2004-05-24 Javier Miranda <miranda@gnat.com>
33206
33207 * einfo.ads, einfo.adb (Limited_Views): Removed.
33208 (Limited_View): New attribute that replaces the previous one. It is
33209 now a bona fide package with the limited-view list through the
33210 first_entity and first_private attributes.
33211
33212 * sem_ch10.adb (Install_Private_With_Clauses): Give support to
33213 limited-private-with clause.
33214 (Install_Limited_Withed_Unit): Install the private declarations of a
33215 limited-private-withed package. Update the installation of the shadow
33216 entities according to the new structure (see Build_Limited_Views)
33217 (Build_Limited_Views): Replace the previous implementation of the
33218 limited view by a package entity that references the first shadow
33219 entity plus the first shadow private entity (required for limited-
33220 private-with clause)
33221 (New_Internal_Shadow_Entity): Code cleanup.
33222 (Remove_Limited_With_Clause): Update the implementation to undo the
33223 new work carried out by Build_Limited_Views.
33224 (Build_Chain): Complete documentation.
33225 Replace Ada0Y by Ada 0Y in comments
33226 Minor reformating
33227
33228 * sem_ch3.adb (Array_Type_Declaration): In case of anonymous access
33229 types the level of accessibility depends on the enclosing type
33230 declaration.
33231
33232 * sem_ch8.adb (Find_Expanded_Name): Fix condition to detect shadow
33233 entities. Complete documentation of previous change.
33234
33235 2004-05-24 Robert Dewar <dewar@gnat.com>
33236
33237 * namet.adb: Minor reformatting
33238 Avoid use of name I (replace by J)
33239 Minor code restructuring
33240
33241 * sem_ch6.adb: Minor reformatting
33242
33243 * lib-writ.adb: Do not set restriction as active if this is a
33244 Restriction_Warning case.
33245
33246 * sem_prag.adb: Reset restriction warning flag if real pragma
33247 restriction encountered.
33248
33249 * s-htable.adb: Minor reformatting
33250 Change rotate count to 3 in Hash (improves hash for small strings)
33251
33252 * 5qsystem.ads: Add comments for type Address (no literals allowed).
33253
33254 * gnat_ugn.texi: Add new section of documentation "Code Generation
33255 Control", which describes the use of -m switches.
33256
33257 2004-05-24 Eric Botcazou <ebotcazou@act-europe.fr>
33258
33259 trans.c (tree_transform) <N_Identifier>: Do the dereference directly
33260 through the DECL_INITIAL for renamed variables.
33261
33262 2004-05-24 Arnaud Charlet <charlet@act-europe.fr>
33263
33264 * s-osinte-linux-ia64.ads: Renamed system-linux-ia64.ads
33265
33266 2004-05-19 Joel Brobecker <brobecker@gnat.com>
33267
33268 * exp_dbug.ads: Correct comments concerning handling of overloading,
33269 since we no longer use $ anymore.
33270
33271 2004-05-19 Sergey Rybin <rybin@act-europe.fr>
33272
33273 * sem_ch10.adb (Optional_Subunit): When loading a subunit, do not
33274 ignore errors if ASIS_Mode is set. This prevents creating ASIS trees
33275 with illegal subunits.
33276
33277 2004-05-19 Ed Schonberg <schonberg@gnat.com>
33278
33279 * sem_ch6.adb (Check_Following_Pragma): When compiling a subprogram
33280 body with front-end inlining enabled, check whether an inline pragma
33281 appears immediately after the body and applies to it.
33282
33283 * sem_prag.adb (Cannot_Inline): Emit warning if front-end inlining is
33284 enabled and the pragma appears after the body of the subprogram.
33285
33286 2004-05-17 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
33287
33288 Part of function-at-a-time conversion
33289
33290 * misc.c (adjust_decl_rtl): Deleted.
33291 (LANG_HOOKS_PUSHLEVEL, LANG_HOOKS_POPLEVEL, LANG_HOOKS_SET_BLOCK):
33292 Define.
33293
33294 * gigi.h: (adjust_decl_rtl, kept_level_p, set_block): Deleted.
33295 (add_decl_stmt, add_stmt, block_has_vars): New functions.
33296 (gnat_pushlevel, gnat_poplevel): Renamed from pushlevel and poplevel.
33297
33298 * decl.c (elaborate_expression, maybe_pad_type): Call add_decl_stmt
33299 when making a decl.
33300 (gnat_to_gnu_entity): Likewise.
33301 Use add_stmt to update setjmp buffer.
33302 Set TREE_ADDRESSABLE instead of calling put_var_into_stack and
33303 flush_addressof.
33304 No longer call adjust_decl_rtl.
33305 (DECL_INIT_BY_ASSIGN_P): New macro.
33306 (DECL_STMT_VAR): Likewise.
33307
33308 * trans.c (gigi): Call start_block_stmt to make the outermost
33309 BLOCK_STMT.
33310 (gnat_to_code, gnu_to_gnu, tree_transform, process_decls, process_type):
33311 Call start_block_stmt and end_block_stmt temporarily.
33312 Use gnat_expand_stmt instead of expand_expr_stmt.
33313 (add_decl_stmt): New function.
33314 (tree_transform): Call it.
33315 (add_stmt): Also emit initializing assignment for DECL_STMT if needed.
33316 (end_block_stmt): Set type and NULL_STMT.
33317 (gnat_expand_stmt): Make recursize call instead of calling
33318 expand_expr_stmt.
33319 (gnat_expand_stmt, case DECL_STMT): New case.
33320 (set_lineno_from_sloc): Do nothing if global.
33321 (gnu_block_stmt_node, gnu_block_stmt_free_list): New variables.
33322 (start_block_stmt, add_stmt, end_block_stmt): New functions.
33323 (build_block_stmt): Call them.
33324 (gnat_to_code): Don't expand NULL_STMT.
33325 (build_unit_elab): Rename pushlevel and poplevel to gnat_* and change
33326 args.
33327 (tree_transform): Likewise.
33328 (tree_transform, case N_Null_Statement): Return NULL_STMT.
33329 (gnat_expand_stmt, case NULL_STMT): New case.
33330 (gnat_expand_stmt, case IF_STMT): Allow nested IF_STMT to have no
33331 IF_STMT_TRUE.
33332
33333 * utils2.c (gnat_mark_addressable, case VAR_DECL): Do not set
33334 TREE_ADDRESSABLE.
33335
33336 * utils.c (create_var_decl): Do not call expand_decl or
33337 expand_decl_init.
33338 Set TREE_ADDRESSABLE instead of calling gnat_mark_addressable.
33339 Set DECL_INIT_BY_ASSIGN_P when needed and do not generate MODIFY_EXPR
33340 here.
33341 (struct e_stack): Add chain_next to GTY.
33342 (struct binding_level): Deleted.
33343 (struct ada_binding_level): New struct.
33344 (free_block_chain): New.
33345 (global_binding_level, clear_binding_level): Deleted.
33346 (global_bindings_p): Rework to see if no chain.
33347 (kept_level_p, set_block): Deleted.
33348 (gnat_pushlevel): Renamed from pushlevel and extensive reworked to use
33349 new data structure and work directly on BLOCK node.
33350 (gnat_poplevel): Similarly.
33351 (get_decls): Look at BLOCK_VARS.
33352 (insert_block): Work directly on BLOCK node.
33353 (block_has_var): New function.
33354 (pushdecl): Rework for new binding structures.
33355 (gnat_init_decl_processing): Rename and rework calls to pushlevel and
33356 poplevel.
33357 (build_subprog_body): Likewise.
33358 (end_subprog_body): Likewise; also set up BLOCK in DECL_INITIAL.
33359
33360 * ada-tree.def (DECL_STMT, NULL_STMT): New codes.
33361
33362 * ada-tree.h: (DECL_INIT_BY_ASSIGN_P): New macro.
33363 (DECL_STMT_VAR): Likewise.
33364
33365 2004-05-17 Robert Dewar <dewar@gnat.com>
33366
33367 * restrict.ads, restrict.adb (Process_Restriction_Synonym): New
33368 procedure
33369
33370 * sem_prag.adb (Analyze_Pragma, case Restrictions): Cleanup handling
33371 of restriction synonyums by using
33372 Restrict.Process_Restriction_Synonyms.
33373
33374 * snames.ads, snames.adb: Add entries for Process_Restriction_Synonym
33375
33376 * s-restri.ads (Tasking_Allowed): Correct missing comment
33377
33378 * s-rident.ads: Add entries for restriction synonyms
33379
33380 * ali.adb: Fix some problems with badly formatted ALI files that can
33381 result in infinite loops.
33382
33383 * s-taprop-lynxos.adb, s-tpopsp-lynxos.adb, s-taprop-tru64.adb,
33384 s-tpopsp-posix-foreign.adb, s-taprop-irix.adb, s-interr-sigaction.adb,
33385 s-taprop-irix-athread.adb, s-taprop-hpux-dce.adb, s-taprop-linux.adb,
33386 s-taprop-dummy.adb, s-interr-dummy.adb, s-taprop-os2.adb,
33387 s-taprop-solaris.adb, s-tpopsp-solaris.adb, s-asthan-vms.adb,
33388 s-inmaop-vms.adb, s-interr-vms.adb, s-taprop-vms.adb,
33389 s-tpopde-vms.adb, s-taprop-mingw.adb, s-interr-vxworks.adb,
33390 s-taprop-vxworks.adb, s-tpopsp-vxworks.adb, s-taprop-posix.adb,
33391 s-tpopsp-posix.adb, s-tratas-default.adb, a-dynpri.adb,
33392 a-tasatt.adb, a-taside.adb, a-taside.ads, exp_attr.adb,
33393 exp_ch9.adb, g-thread.adb, rtsfind.ads, sem_attr.adb,
33394 s-interr.adb, s-interr.ads, s-soflin.ads, s-taasde.adb,
33395 s-taasde.ads, s-taenca.adb, s-taenca.ads, s-taprop.ads,
33396 s-tarest.adb, s-tarest.ads, s-tasdeb.adb, s-tasdeb.ads,
33397 s-tasini.adb, s-tasini.ads, s-taskin.adb, s-taskin.ads,
33398 s-tasque.adb, s-tasque.ads, s-tasren.adb, s-tasren.ads,
33399 s-tassta.adb, s-tassta.ads, s-tasuti.adb, s-tasuti.ads,
33400 s-tataat.adb, s-tataat.ads, s-tpinop.adb, s-tpinop.ads,
33401 s-tpoben.adb, s-tpobop.adb, s-tpobop.ads, s-tporft.adb,
33402 s-tposen.adb, s-tposen.ads, s-tratas.adb, s-tratas.ads: Change Task_ID
33403 to Task_Id (minor cleanup).
33404
33405 2004-05-17 Vincent Celier <celier@gnat.com>
33406
33407 * g-os_lib.adb (Normalize_Pathname.Final_Value): Remove trailing
33408 directory separator.
33409
33410 * prj-proc.adb (Recursive_Process): Inherit attribute Languages from
33411 project being extended, if Languages is not declared in extending
33412 project.
33413
33414 2004-05-17 Javier Miranda <miranda@gnat.com>
33415
33416 * sem_ch10.adb (Install_Limited_Withed_Unit): Do not install the
33417 limited view of a visible sibling.
33418
33419 2004-05-14 Robert Dewar <dewar@gnat.com>
33420
33421 * gnat_ugn.texi: Minor change to -gnatS documentation
33422
33423 * sprint.adb: Remove some instances of Assert (False) and for this
33424 purpose replace them by output of a ??? string.
33425
33426 * checks.adb, exp_aggr.adb, sem_elim.adb: Remove useless pragma
33427 Assert (False).
33428
33429 * lib-writ.adb, lib-load.adb, lib.ads, lib.adb: Remove Dependent_Unit
33430 flag processing. This was suppressing required dependencies in
33431 No_Run_Time mode and is not needed since the binder does not generate
33432 references for things in libgnat anyway.
33433
33434 * sem_ch3.adb (Access_Type_Declaration): Reorganize code to avoid GCC
33435 warning.
33436
33437 2004-05-14 Thomas Quinot <quinot@act-europe.fr>
33438
33439 * gnat_ugn.texi: Document AIX-specific issue with initialization of
33440 resolver library.
33441
33442 * exp_ch4.adb (Insert_Dereference_Action): Do not generate dereference
33443 action for the case of an actual parameter in an init proc call.
33444
33445 2004-05-14 Ed Schonberg <schonberg@gnat.com>
33446
33447 * sem_ch4.adb (Analyze_Selected_Component): If prefix is a protected
33448 subtype, check visible entities in base type.
33449
33450 * exp_ch7.adb (Clean_Simple_Protected_Objects): Do not generate cleanup
33451 actions if the object is a renaming.
33452
33453 * sem_ch12.adb (Same_Instantiated_Entity): Predicate for
33454 Check_Formal_Package_Instance, to determine more precisely when the
33455 formal and the actual denote the same entity.
33456
33457 2004-05-14 Javier Miranda <miranda@gnat.com>
33458
33459 * par-ch10.adb (P_Context_Clause): Complete documentation on AI-262
33460
33461 * sem_ch10.adb (Analyze_With_Clause): After analyzed, the entity
33462 corresponding to a private_with must be removed from visibility; it
33463 will be made visible later, just before we analyze the private part of
33464 the package.
33465 (Check_Private_Child_Unit): Allow private_with clauses in public
33466 siblings.
33467 (Install_Siblings): Make visible the private entities of private-withed
33468 siblings.
33469 (Install_Withed_Unit): Do not install the private withed unit if we
33470 are compiling a package declaration and the Private_With_OK flag was
33471 not set by the caller. These declarations will be installed later,
33472 just before we analyze the private part of the package.
33473
33474 * sem_ch3.adb (Analyze_Object_Declaration): In case of errors detected
33475 during the evaluation of the expression that initializes the object,
33476 decorate it with the expected type to avoid cascade errors.
33477 Code cleanup.
33478
33479 * sem_ch6.adb (Analyze_Subprogram_Body): If we are compiling a library
33480 subprogram we have to install the private_with clauses after its
33481 specification has been analyzed (as documented in AI-262.TXT).
33482
33483 * sem_ch8.adb (Has_Private_With): New function. Determines if the
33484 current compilation unit has a private with on a given entity.
33485 (Find_Direct_Name): Detect the Beaujolais problem described in
33486 AI-262.TXT
33487
33488 * sem_utils.ads, sem_util.adb (Is_Ancestor_Package): New function. It
33489 provides the functionality of the function Is_Ancestor that was
33490 previously available in sem_ch10. It has been renamed to avoid
33491 overloading.
33492
33493 * sprint.adb (Sprint_Node_Actual): Print limited_with clauses
33494
33495 2004-05-14 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
33496
33497 * utils.c (build_vms_descriptor): Use SImode pointers.
33498
33499 2004-05-14 Vasiliy Fofanov <fofanov@act-europe.fr>
33500
33501 * gnat_ugn.texi: Revised chapter "GNAT and Libraries".
33502
33503 2004-05-14 GNAT Script <nobody@gnat.com>
33504
33505 * Make-lang.in: Makefile automatically updated
33506
33507 2004-05-14 Arnaud Charlet <charlet@act-europe.fr>
33508
33509 Renaming of target specific files for clarity
33510
33511 * Makefile.in: Rename GNAT target specific files.
33512
33513 * 31soccon.ads, 31soliop.ads 35soccon.ads, 3asoccon.ads,
33514 3bsoccon.ads, 3gsoccon.ads, 3hsoccon.ads, 3psoccon.ads,
33515 3ssoccon.ads, 3ssoliop.ads, 3veacodu.adb, 3vexpect.adb,
33516 3vsoccon.ads, 3vsocthi.adb, 3vsocthi.ads, 3vtrasym.adb,
33517 3wsoccon.ads, 3wsocthi.adb, 3wsocthi.ads, 3wsoliop.ads,
33518 3zsoccon.ads, 3zsocthi.adb, 3zsocthi.ads, 41intnam.ads,
33519 42intnam.ads, 45intnam.ads, 4aintnam.ads, 4cintnam.ads,
33520 4gintnam.ads, 4hexcpol.adb, 4hintnam.ads, 4lintnam.ads,
33521 4nintnam.ads, 4ointnam.ads, 4onumaux.ads, 4pintnam.ads,
33522 4sintnam.ads, 4vcaldel.adb, 4vcalend.adb, 4vcalend.ads,
33523 4vintnam.ads, 4wcalend.adb, 4wexcpol.adb, 4wintnam.ads,
33524 4zintnam.ads, 4znumaux.ads, 4zsytaco.adb, 4zsytaco.ads,
33525 51osinte.adb, 51osinte.ads, 51system.ads,
33526 52osinte.adb, 52osinte.ads, 53osinte.ads, 54osinte.ads,
33527 55osinte.adb, 55osinte.ads, 55system.ads, 56osinte.adb,
33528 56osinte.ads, 56system.ads, 56taprop.adb, 56taspri.ads,
33529 56tpopsp.adb, 57system.ads, 58system.ads,
33530 5amastop.adb, 5aml-tgt.adb, 5aosinte.adb, 5aosinte.ads,
33531 5asystem.ads, 5ataprop.adb, 5atasinf.ads, 5ataspri.ads,
33532 5atpopsp.adb, 5avxwork.ads, 5bml-tgt.adb, 5bosinte.adb,
33533 5bosinte.ads, 5bsystem.ads, 5cosinte.ads, 5csystem.ads,
33534 5dsystem.ads, 5esystem.ads, 5fintman.adb, 5fosinte.adb,
33535 5fosinte.ads, 5fsystem.ads, 5ftaprop.adb, 5ftasinf.ads,
33536 5ginterr.adb, 5gintman.adb, 5gmastop.adb, 5gml-tgt.adb,
33537 5gosinte.ads, 5gproinf.adb, 5gproinf.ads, 5gsystem.ads,
33538 5gtaprop.adb, 5gtasinf.adb, 5gtasinf.ads, 5gtpgetc.adb,
33539 5hml-tgt.adb, 5hosinte.adb, 5hosinte.ads, 5hparame.ads,
33540 5hsystem.ads, 5htaprop.adb, 5htaspri.ads, 5htraceb.adb,
33541 5iosinte.adb, 5iosinte.ads, 5itaprop.adb, 5itaspri.ads,
33542 5ksystem.ads, 5kvxwork.ads, 5lml-tgt.adb, 5losinte.ads,
33543 5lparame.adb, 5lsystem.ads, 5msystem.ads, 5mvxwork.ads,
33544 5ninmaop.adb, 5nintman.adb, 5nosinte.ads, 5nsystem.ads,
33545 5ntaprop.adb, 5ntaspri.ads, 5ointerr.adb, 5omastop.adb,
33546 5oosinte.adb, 5oosinte.ads, 5oosprim.adb, 5oparame.adb,
33547 5osystem.ads, 5otaprop.adb, 5otaspri.ads, 5posinte.ads,
33548 5posprim.adb, 5psystem.ads, 5pvxwork.ads, 5sintman.adb,
33549 5sml-tgt.adb, 5sosinte.adb, 5sosinte.ads, 5sosprim.adb,
33550 5sparame.adb, 5ssystem.ads, 5staprop.adb, 5stasinf.adb,
33551 5stasinf.ads, 5staspri.ads, 5stpopsp.adb, 5svxwork.ads,
33552 5tosinte.ads, 5usystem.ads, 5vasthan.adb, 5vdirval.adb,
33553 5vinmaop.adb, 5vinterr.adb, 5vintman.adb, 5vintman.ads,
33554 5vmastop.adb, 5vml-tgt.adb, 5vosinte.adb, 5vosinte.ads,
33555 5vosprim.adb, 5vosprim.ads, 5vparame.ads, 5vsymbol.adb,
33556 5vsystem.ads, 5vtaprop.adb, 5vtaspri.ads, 5vtpopde.adb,
33557 5vtpopde.ads, 5vtraent.adb, 5vtraent.ads, 5vvaflop.adb,
33558 5wdirval.adb, 5wgloloc.adb, 5wintman.adb, 5wmemory.adb,
33559 5wml-tgt.adb, 5wosinte.ads, 5wosprim.adb, 5wsystem.ads,
33560 5wtaprop.adb, 5wtaspri.ads, 5xparame.ads, 5xsystem.ads,
33561 5xvxwork.ads, 5yparame.ads, 5ysystem.ads, 5zinterr.adb,
33562 5zintman.adb, 5zintman.ads, 5zml-tgt.adb, 5zosinte.adb,
33563 5zosinte.ads, 5zosprim.adb, 5zparame.ads, 5zstchop.adb,
33564 5zsystem.ads, 5ztaprop.adb, 5ztaspri.ads, 5ztfsetr.adb,
33565 5ztpopsp.adb, 6vcpp.adb, 6vcstrea.adb, 6vinterf.ads,
33566 7sinmaop.adb, 7sintman.adb, 7sosinte.adb, 7sosprim.adb,
33567 7staprop.adb, 7staspri.ads, 7stfsetr.adb, 7stpopsp.adb,
33568 7straceb.adb, 7straces.adb, 7strafor.adb, 7strafor.ads,
33569 7stratas.adb, 86numaux.adb, 86numaux.ads: Replaced by files below.
33570
33571 * a-caldel-vms.adb, a-calend-mingw.adb, a-calend-vms.adb,
33572 a-calend-vms.ads, a-dirval-mingw.adb, a-dirval-vms.adb,
33573 a-excpol-abort.adb, a-excpol-interix.adb, a-intnam-aix.ads,
33574 a-intnam-dummy.ads, a-intnam-freebsd.ads, a-intnam-hpux.ads,
33575 a-intnam-interix.ads, a-intnam-irix.ads, a-intnam-linux.ads,
33576 a-intnam-lynxos.ads, a-intnam-mingw.ads, a-intnam-os2.ads,
33577 a-intnam-solaris.ads, a-intnam-tru64.ads, a-intnam-unixware.ads,
33578 a-intnam-vms.ads, a-intnam-vxworks.ads, a-numaux-libc-x86.ads,
33579 a-numaux-vxworks.ads, a-numaux-x86.adb, a-numaux-x86.ads,
33580 a-sytaco-vxworks.adb, a-sytaco-vxworks.ads, g-eacodu-vms.adb,
33581 g-expect-vms.adb, g-soccon-aix.ads, g-soccon-freebsd.ads,
33582 g-soccon-hpux.ads, g-soccon-interix.ads, g-soccon-irix.ads,
33583 g-soccon-mingw.ads, g-soccon-solaris.ads, g-soccon-tru64.ads,
33584 g-soccon-unixware.ads, g-soccon-vms.adb, g-soccon-vxworks.ads,
33585 g-socthi-mingw.adb, g-socthi-mingw.ads, g-socthi-vms.adb,
33586 g-socthi-vms.ads, g-socthi-vxworks.adb, g-socthi-vxworks.ads,
33587 g-soliop-mingw.ads, g-soliop-solaris.ads, g-soliop-unixware.ads,
33588 g-trasym-vms.adb, i-cpp-vms.adb, i-cstrea-vms.adb,
33589 interfac-vms.ads, mlib-tgt-aix.adb, mlib-tgt-hpux.adb,
33590 mlib-tgt-irix.adb, mlib-tgt-linux.adb, mlib-tgt-mingw.adb,
33591 mlib-tgt-solaris.adb, mlib-tgt-tru64.adb, mlib-tgt-vms.adb,
33592 mlib-tgt-vxworks.adb, s-asthan-vms.adb, s-gloloc-mingw.adb,
33593 s-inmaop-dummy.adb, s-inmaop-posix.adb, s-inmaop-vms.adb,
33594 s-interr-dummy.adb, s-interr-sigaction.adb, s-interr-vms.adb,
33595 s-interr-vxworks.adb, s-intman-dummy.adb, s-intman-irix.adb,
33596 s-intman-irix-athread.adb, s-intman-mingw.adb, s-intman-posix.adb,
33597 s-intman-solaris.adb, s-intman-vms.adb, s-intman-vms.ads,
33598 s-intman-vxworks.adb, s-intman-vxworks.ads, s-mastop-irix.adb,
33599 s-mastop-tru64.adb, s-mastop-vms.adb, s-mastop-x86.adb,
33600 s-memory-mingw.adb, s-osinte-aix.adb, s-osinte-aix.ads,
33601 s-osinte-aix-fsu.ads, s-osinte-dummy.ads, s-osinte-freebsd.adb,
33602 s-osinte-freebsd.ads, s-osinte-fsu.adb, s-osinte-hpux.ads,
33603 s-osinte-hpux-dce.adb, s-osinte-hpux-dce.ads, s-osinte-interix.ads,
33604 s-osinte-irix.adb, s-osinte-irix.ads, s-osinte-irix-athread.ads,
33605 s-osinte-linux.ads, s-osinte-linux-fsu.ads, s-osinte-linux-ia64.ads,
33606 s-osinte-lynxos-3.adb, s-osinte-lynxos-3.ads, s-osinte-lynxos.adb,
33607 s-osinte-lynxos.ads, s-osinte-mingw.ads, s-osinte-os2.adb,
33608 s-osinte-os2.ads, s-osinte-posix.adb, s-osinte-solaris.adb,
33609 s-osinte-solaris.ads, s-osinte-solaris-fsu.ads,
33610 s-osinte-solaris-posix.ads, s-osinte-tru64.adb, s-osinte-tru64.ads,
33611 s-osinte-unixware.adb, s-osinte-unixware.ads, s-osinte-vms.adb,
33612 s-osinte-vms.ads, s-osinte-vxworks.adb,
33613 s-osinte-vxworks.ads, s-osprim-mingw.adb,
33614 s-osprim-os2.adb, s-osprim-posix.adb, s-osprim-solaris.adb,
33615 s-osprim-unix.adb, s-osprim-vms.adb, s-osprim-vms.ads,
33616 s-osprim-vxworks.adb, s-parame-ae653.ads, s-parame-hpux.ads,
33617 s-parame-linux.adb, s-parame-os2.adb, s-parame-solaris.adb,
33618 s-parame-vms.ads, s-parame-vms-restrict.ads, s-parame-vxworks.ads,
33619 s-proinf-irix-athread.adb, s-proinf-irix-athread.ads,
33620 s-stchop-vxworks.adb, s-taprop-dummy.adb,
33621 s-taprop-hpux-dce.adb, s-taprop-irix.adb,
33622 s-taprop-irix-athread.adb, s-taprop-linux.adb, s-taprop-lynxos.adb,
33623 s-taprop-mingw.adb, s-taprop-os2.adb, s-taprop-posix.adb,
33624 s-taprop-solaris.adb, s-taprop-tru64.adb, s-taprop-vms.adb,
33625 s-taprop-vxworks.adb, s-tasinf-irix.ads, s-tasinf-irix-athread.adb,
33626 s-tasinf-irix-athread.ads, s-tasinf-solaris.adb, s-tasinf-solaris.ads,
33627 s-tasinf-tru64.ads, s-taspri-dummy.ads, s-taspri-hpux-dce.ads,
33628 s-taspri-linux.ads, s-taspri-lynxos.ads, s-taspri-mingw.ads,
33629 s-taspri-os2.ads, s-taspri-posix.ads, s-taspri-solaris.ads,
33630 s-taspri-tru64.ads, s-taspri-vms.ads, s-taspri-vxworks.ads,
33631 s-tfsetr-default.adb, s-tfsetr-vxworks.adb, s-tpopde-vms.adb,
33632 s-tpopde-vms.ads, s-tpopsp-lynxos.adb, s-tpopsp-posix.adb,
33633 s-tpopsp-posix-foreign.adb, s-tpopsp-solaris.adb, s-tpopsp-vxworks.adb,
33634 s-traceb-hpux.adb, s-traceb-mastop.adb, s-traces-default.adb,
33635 s-traent-vms.adb, s-traent-vms.ads, s-trafor-default.adb,
33636 s-trafor-default.ads, s-tratas-default.adb, s-vaflop-vms.adb,
33637 s-vxwork-alpha.ads, s-vxwork-m68k.ads, s-vxwork-mips.ads,
33638 s-vxwork-ppc.ads, s-vxwork-sparcv9.ads, s-vxwork-xscale.ads,
33639 symbols-vms.adb, system-aix.ads, system-freebsd-x86.ads,
33640 system-hpux.ads, system-interix.ads, system-irix-n32.ads,
33641 system-irix-o32.ads, system-linux-x86_64.ads,
33642 system-linux-x86.ads, system-lynxos-ppc.ads, system-lynxos-x86.ads,
33643 system-mingw.ads, system-os2.ads, system-solaris-sparc.ads,
33644 system-solaris-sparcv9.ads, system-solaris-x86.ads, system-tru64.ads,
33645 system-unixware.ads, system-vms.ads, system-vms-zcx.ads,
33646 system-vxworks-alpha.ads, system-vxworks-m68k.ads,
33647 system-vxworks-mips.ads, system-vxworks-ppc.ads,
33648 system-vxworks-sparcv9.ads, system-vxworks-xscale.ads: Replace files
33649 above.
33650
33651 2004-05-13 Zack Weinberg <zack@codesourcery.com>
33652
33653 * trans.c (gnat_stabilize_reference_1): Remove case 'b'.
33654
33655 2004-05-13 Diego Novillo <dnovillo@redhat.com>
33656
33657 Merge from tree-ssa-20020619-branch.
33658
33659 * config-lang.in (boot_language, build_by_default): Set
33660 to no.
33661 * utils.c (unchecked_convert): Use OEP_ONLY_CONST.
33662 (max_size): Add static chain op for call_expr.
33663
33664 2004-05-12 Richard Sandiford <rsandifo@redhat.com>
33665
33666 PR target/15331
33667 * 5gmastop.adb (Roff): Choose between '4' and '0', not '4' and ' '.
33668
33669 2004-05-11 Roger Sayle <roger@eyesopen.com>
33670
33671 * utils.c (max_size): Use MIN_EXPR to find the minimum value of a
33672 COND_EXPR.
33673
33674 2004-05-10 Doug Rupp <rupp@gnat.com>
33675
33676 * 5qsystem.ads: Remove Short_Address subtype declaration. Moved to
33677 system.aux_dec.
33678
33679 * s-auxdec.ads: Add Short_Address subtype (moved here from System).
33680
33681 * Makefile.in: [VMS]: Add translation for 5qauxdec.ads.
33682
33683 * init.c: [VMS] Macroize LIB$ calls for IA64 and Alpha.
33684 Fixes undefined symbols in IA64 gnatlib.
33685
33686 * 5vinmaop.adb: Reference s-auxdec for Short_Address.
33687
33688 * 5xsystem.ads, 5vsystem.ads: Back out last change (addition of subtype
33689 Short_Address). This will be moved to system.auxdec.
33690
33691 2004-05-10 Thomas Quinot <quinot@act-europe.fr>
33692
33693 * sem_util.adb: Replace test for presence of a node that is always
33694 present with a call to Discard_Node.
33695
33696 * sem_ch10.adb (Analyze_Compilation_Unit): Remove superfluous call to
33697 Analyze on the library unit node after generation of distribution stub
33698 constructs. The call was a no-op because Unit_Node has already been
33699 Analyzed, and the tree fragments for the distribution stubs are
33700 analyzed as they are inserted in Exp_Dist.
33701 Update comment regarding to distribution stubs to reflect that we
33702 do not generate stub in separate files anymore.
33703
33704 * einfo.ads: Clarify the fact that a tagged private type has the
33705 E_Record_Type_With_Private Ekind.
33706
33707 * erroutc.adb: Minor reformatting
33708
33709 * erroutc.ads (Max_Msg_Length): Increase to cover possible larger
33710 values if line length is increased using -gnatyM (noticed during code
33711 reading).
33712
33713 * eval_fat.adb: Minor reformatting
33714 Put spaces around exponentiation operator
33715
33716 2004-05-10 Ed Schonberg <schonberg@gnat.com>
33717
33718 PR ada/15005
33719 * sem_util.adb (Is_Dependent_Component_Of_Mutable_Object): If prefix
33720 has been rewritten as an explicit dereference, retrieve type of
33721 original node to check for possibly unconstrained record type.
33722
33723 2004-05-10 Ed Schonberg <schonberg@gnat.com>
33724
33725 * exp_ch7.adb (Check_Visibly_Controlled): If given operation is not
33726 overriding, use the operation of the parent unconditionally.
33727
33728 * sem_ch4.adb (Remove_Address_Interpretations): Remove address
33729 operation when either operand is a literal, to avoid further
33730 ambiguities.
33731
33732 * sem_ch6.adb (New_Overloaded_Entity): If new entity is inherited and
33733 overridden by a previous explicit declaration, mark the previous entity
33734 as overriding.
33735
33736 * sem_disp.adb (Check_Dispatching_Operation): New predicate
33737 Is_Visibly_Controlled, to determine whether a declaration of a
33738 primitive control operation for a derived type overrides an inherited
33739 one. Add warning if the explicit declaration does not override.
33740
33741 2004-05-10 Vincent Celier <celier@gnat.com>
33742
33743 * gnatls.adb (Gnatls): Initialize Snames, to avoid assertion error in
33744 some cases when the sources are no longer present.
33745
33746 * make.adb (Collect_Arguments): Fail if an external source, not part
33747 of any project need to be compiled, when switch -x has not been
33748 specified.
33749
33750 * makeusg.adb: Document new switch -x
33751
33752 * opt.ads (External_Unit_Compilation_Allowed): New Boolean flag,
33753 defaulted to False.
33754
33755 * switch-m.adb (Scan_Make_Switches): New switch -x
33756
33757 * vms_data.ads: Add VMS qualifier /NON_PROJECT_UNIT_COMPILATION for
33758 gnatmake switch -x.
33759
33760 * gnat_ugn.texi: Document new gnatmake switch -x
33761
33762 2004-05-10 Eric Botcazou <ebotcazou@act-europe.fr>
33763
33764 * misc.c (gnat_init_options): Set flag_zero_initialized_in_bss to 0.
33765
33766 * utils.c (create_var_decl): Do not modify the DECL_COMMON flag.
33767 (process_attributes): Likewise.
33768
33769 2004-05-10 Joel Brobecker <brobecker@gnat.com>
33770
33771 * s-inmaop.ads: Fix spelling mistake in one of the comments.
33772
33773 2004-05-10 Robert Dewar <dewar@gnat.com>
33774
33775 * gnat_ugn.texi: Document that for config pragma files, the maximum
33776 line length is always 32767.
33777
33778 * gnat_rm.texi: For pragma Eliminate, note that concatenation of string
33779 literals is now allowed.
33780
33781 * gnat-style.texi: Remove statement about splitting long lines before
33782 an operator rather than after, since we do not follow this rule at all.
33783 Clarify rule (really lack of rule) for spaces around exponentiation
33784
33785 * sem_elim.adb: Allow concatenation of string literals as well as a
33786 single string literal for pragma arguments.
33787
33788 * sem_prag.ads, sem_prag.adb: (Is_Config_Static_String): New function
33789
33790 * a-textio.adb (Terminate_Line): Do not add line feed if nothing
33791 written for append case.
33792
33793 * frontend.adb: Changes to avoid checking max line length in config
33794 pragma files.
33795
33796 * g-os_lib.ads: Minor reformatting
33797
33798 * mlib-utl.adb: Do not define Max_Line_Length locally (definition was
33799 wrong in any case. Instead use standard value. Noticed during code
33800 reading.
33801
33802 * opt.ads (Max_Line_Length): New field, used to implement removal of
33803 limitation on length of lines when scanning config pragma files.
33804
33805 * osint.ads, prj-dect.adb, prj-strt.adb, prj-tree.adb,
33806 makeutl.ads, makeutl.adb: Minor reformatting
33807
33808 * scn.adb: Do not check line length while scanning config pragma files
33809 Do not check line length while scanning out license information
33810
33811 * scng.adb: Changes to avoid line length checks while parsing config
33812 pragma files.
33813
33814 2004-05-10 GNAT Script <nobody@gnat.com>
33815
33816 * Make-lang.in: Makefile automatically updated
33817
33818 2004-05-05 Arnaud Charlet <charlet@act-europe.fr>
33819
33820 * osint.adb (Find_Program_Name): Fix handling of VMS version
33821 number.
33822
33823 2004-05-05 Emmanuel Briot <briot@act-europe.fr>
33824
33825 * g-os_lib.ads (Invalid_Time): New constant
33826
33827 * adaint.h, adaint.c (__gnat_file_time_name, __gnat_file_time_fd): Now
33828 return OS_Time instead of time_t to match what is imported by Ada.
33829 Now return -1 if the file doesn't exist, instead of a random value
33830
33831 2004-05-05 Robert Dewar <dewar@gnat.com>
33832
33833 * usage.adb: Add line for -gnatR?s switch
33834
33835 * sem_ch13.adb, exp_ch2.adb: Minor reformatting
33836
33837 * g-regpat.ads, g-regpat.adb: Add documentation on handling of Size
33838 and for Match (Data_First, Data_last)
33839
33840 * lib-writ.adb (Write_With_Lines): Ensure that correct index number is
33841 written when we are dealing with multi-unit files.
33842
33843 2004-05-05 Jerome Guitton <guitton@act-europe.fr>
33844
33845 * Makefile.in: Remove unused targets and variables.
33846
33847 2004-05-05 Vincent Celier <celier@gnat.com>
33848
33849 * switch-m.adb: New gnatmake switch -eI
33850
33851 * vms_data.ads: Add VMS equivalents of new gnatclean swith -innn and
33852 of new gnatmake switch -eInnn.
33853
33854 * makegpr.adb: Take into account new parameters Index and Src_Index in
33855 Prj.Util.
33856
33857 * clean.adb: Implement support for multi-unit sources, including new
33858 switch -i.
33859
33860 * gnatcmd.adb (GNATCmd): Call Prj.Util.Value_Of with new parameter
33861 Src_Index.
33862
33863 * make.ads, make.adb (Insert_Q): New parameter Index, defaulted to 0
33864 (Extract_From_Q): New out parameter Index
33865 (Mark, Is_Marked): Subprograms moved to Makeutl
33866 (Switches_Of): New parameter Source_Index
33867 (Add_Switch): New parameter Index
33868 (Check): New parameter Source_Index
33869 (Collect_Arguments): New parameter Source_Index
33870 (Collect_Arguments_And_Compile): New parameter Source_Index
33871 (Compile): New parameter Source_Index
33872 Put subprograms in alphabetical order
33873 Add support for multi-source sources, including in project files.
33874
33875 * makeutl.ads, makeutl.adb (Unit_Index_Of): New function
33876 (Mark, Is_Marked, Delete_All_Marks): New subprograms, moved from
33877 Make.
33878
33879 * makeusg.adb: New gnatmake switch -eInnn
33880
33881 * mlib-prj.adb (Build_Library): Add new parameter Src_Index to call to
33882 Prj.Util.Value_Of.
33883
33884 * opt.ads (Main_Index): New variable, defaulted to 0.
33885
33886 * osint.ads, osinte.adb (Add_File): New parameter Index
33887 (Current_Source_Index): New function
33888
33889 * prj.adb: Take into account new components Index and Src_Index
33890
33891 * prj.ads (String_Element): New component Index
33892 (Variable_Value): New component Index
33893 (Array_Element): New component Src_Index
33894
33895 * prj-attr.adb: Indicate that optional index may be specified for
33896 attributes Main, Executable, Spec, Body and some of Switches.
33897
33898 * prj-attr.ads (Attribute_Kind): New values for optional indexes
33899 (Attribute_Record): New component Optional_Index
33900
33901 * prj-com.ads (File_Name_Data): New component Index
33902
33903 * prj-dect.adb (Parse_Attribute_Declaration): Process optional index
33904
33905 * prj-env.adb (Put): Output optional index
33906
33907 * prj-makr.adb: Put indexes for multi-unit sources in SFN pragmas and
33908 attributes Spec and Body.
33909
33910 * prj-nmsc.adb: Process optional indexes
33911
33912 * prj-pp.adb: Ouput "at" for optional indexes
33913
33914 * prj-proc.adb: Take into account optional indexes
33915
33916 * prj-strt.ads, prj-strt.adb (Terms): New Boolean parameter
33917 Optional_Index. For string literal,
33918 process optional index when Optional_Index is True.
33919 (Parse_Expresion): New Boolean parameter Optional_Index
33920
33921 * prj-tree.ads, prj-tree.adb (Source_Index_Of): New function
33922 (Set_Source_Index_Of): New procedure
33923
33924 * prj-util.adb (Executable_Of, Value_Of): Take into account optional
33925 index.
33926
33927 * prj-util.ads (Executable_Of): New parameter Index
33928 (Value_Of (Name_Id, Array_Element_Id) returning Variable_Value):
33929 New parameter Src_Index, defaulted to 0.
33930
33931 2004-05-05 Ed Schonberg <schonberg@gnat.com>
33932
33933 PR ada/15257
33934 * sem_ch3.adb (Access_Definition): If this is an access parameter
33935 whose designated type is imported through a limited_with clause, do
33936 not add the enclosing subprogram to the list of private dependents of
33937 the type.
33938
33939 2004-05-05 Ed Schonberg <schonberg@gnat.com>
33940
33941 PR ada/15258
33942 * sem_ch6.adb (Base_Types_Match): True if one type is imported through
33943 a limited_with clause, and the other is its non-limited view.
33944
33945 2004-05-05 Thomas Quinot <quinot@act-europe.fr>
33946
33947 * cstand.adb (Create_Standard): Initialize Stand.Boolean_Literals.
33948
33949 * exp_attr.adb, exp_ch5.adb, exp_ch9.adb, exp_disp.adb,
33950 exp_fixd.adb, sem_attr.adb, sem_dist.adb, sem_util.adb: Use
33951 Stand.Boolean_Literals to produce references to entities
33952 Standard_False and Standard_True from compile-time computed boolean
33953 values.
33954
33955 * stand.ads (Boolean_Literals): New variable, provides the entity
33956 values for False and True, for use by the expander.
33957
33958 2004-05-05 Doug Rupp <rupp@gnat.com>
33959
33960 * 5vinmaop.adb, 5[vx]system.ads: Add Short_Address subtype
33961 5vinmaop.adb: Unchecked convert Short_Address vice Address
33962
33963 * adaint.c, raise.c: Caste CRTL function return value
33964 to avoid gcc error on 32/64 bit IVMS.
33965
33966 * Makefile.in [VMS]: Use iar archiver if host = Alpha/VMS and
33967 target = IA64/VMS.
33968
33969 * init.c[VMS]: Only call Alpha specific __gnat_error_prehandler IN_RTS.
33970
33971 * 5qsystem.ads (Address): Declare as Long_Integer
33972 (Short_Address): Declare as 32 bit subtype of Address
33973 Declare abstract address operations to avoid gratuitous ambiguities.
33974
33975 2004-05-05 Jose Ruiz <ruiz@act-europe.fr>
33976
33977 * gnat_rm.texi: Use the new restriction Simple_Barriers (AI-249)
33978 instead of the old Boolean_Entry_Barriers.
33979 Ditto for No_Task_Attributes_Package instead of No_Task_Attributes.
33980
33981 2004-05-05 GNAT Script <nobody@gnat.com>
33982
33983 * Make-lang.in: Makefile automatically updated
33984
33985 2004-05-03 Arnaud Charlet <charlet@act-europe.fr>
33986
33987 * 50system.ads, 59system.ads, s-thread.ads: Removed, no longer used.
33988
33989 2004-05-03 Olivier Hainque <hainque@act-europe.fr>
33990
33991 PR ada/15152
33992 * exp_ch2.adb (Expand_Current_Value): Leave Machine_Code Asm arguments
33993 alone. Replacing object references by literals is inappropriate in a
33994 so low level context.
33995
33996 2004-05-03 Arnaud Charlet <charlet@act-europe.fr>
33997
33998 * a-exexpr.adb: Add comments
33999
34000 2004-05-03 Joel Brobecker <brobecker@gnat.com>
34001
34002 * a-tags.adb (Tag_Table): Add Index_Check pragma Suppress. Allows us to
34003 declare the Ancestor_Tags array in Type_Specific_Data with a small size
34004 without risking a bounds check error when accessing one of its
34005 components.
34006 (Type_Specific_Data): Define Ancestor_Tags as a small array.
34007 This prevents us from hitting a limitation during the debug info
34008 generation when using stabs.
34009
34010 * a-tags.adb (Dispatch_Table): Define the Prims_Ptr component as a
34011 small array.
34012 This prevents us from hitting a limitation during the debug info
34013 generation when using stabs.
34014
34015 2004-05-03 Eric Botcazou <ebotcazou@act-europe.fr>
34016
34017 lang-specs.h: Remove -gnatz* from specs.
34018
34019 2004-05-03 Vincent Celier <celier@gnat.com>
34020
34021 * gprmake.adb, makegpr.ads, makegpr.adb: New files.
34022
34023 * Make-lang.in, Makefile.in: Add gprmake
34024
34025 2004-05-03 Thomas Quinot <quinot@act-europe.fr>
34026
34027 * sem_aggr.adb: Fix typo in comment.
34028
34029 2004-05-03 Robert Dewar <dewar@gnat.com>
34030
34031 * make.adb: Minor reformatting
34032
34033 * rtsfind.ads, rtsfind.adb: (RTU_Loaded): New function
34034
34035 * sem_attr.adb (Eval_Attribute, case Type_Class): Fix check for address
34036 so that it works when address is not a private type.
34037
34038 * sem_ch13.adb (Check_Expr_Constants, case N_Integer_Literal): Deal
34039 properly with rewritten unchecked conversions. This prevents
34040 order-of-elaboration issues that can otherwise arise.
34041 (Minimum_Size): Don't check size of access types under VMS
34042
34043 * sem_ch4.adb (Remove_Address_Interpretation): New circuit to remove
34044 interpretations of integer literals as type System.Address.
34045
34046 * sem_util.ads, sem_util.adb (Is_Descendent_Of_Address): New function
34047 (Is_Descendent_Of): New function
34048
34049 2004-05-03 Jose Ruiz <ruiz@act-europe.fr>
34050
34051 * sem_prag.adb: Boolean_Entry_Barriers is a synonym of Simple_Barriers.
34052 Max_Entry_Queue_Depth is a synonym of Max_Entry_Queue_Length.
34053 No_Dynamic_Interrupts is a synonym of No_Dynamic_Attachment.
34054
34055 * sem_res.adb: Use the new restriction Max_Entry_Queue_Length instead
34056 of the old Max_Entry_Queue_Depth.
34057
34058 * snames.adb: Boolean_Entry_Barriers is a synonym of Simple_Barriers.
34059 Max_Entry_Queue_Depth is a synonym of Max_Entry_Queue_Length
34060 No_Dynamic_Interrupts is a synonym of No_Dynamic_Attachment
34061
34062 * snames.ads: New entry for proper handling of Boolean_Entry_Barriers.
34063 New entry for proper handling of Max_Entry_Queue_Depth.
34064 New entry for proper handling of No_Dynamic_Interrupts.
34065
34066 * s-rident.ads: Adding restriction Simple_Barriers (AI-00249) that
34067 supersedes the GNAT specific restriction Boolean_Entry_Barriers.
34068 Adding restriction Max_Entry_Queue_Length (AI-00249) that supersedes
34069 the GNAT specific restriction Max_Entry_Queue_Depth.
34070 Adding restriction No_Dynamic_Attachment (AI-00249) that supersedes
34071 the GNAT specific restriction No_Dynamic_Interrupts.
34072
34073 * restrict.ads, restrict.adb: Use the new restriction Simple_Barriers
34074 instead of the old Boolean_Entry_Barriers.
34075 Use the new restriction No_Dynamic_Attachment instead of the old
34076 No_Dynamic_Interrupts.
34077
34078 * exp_ch9.adb: Check restriction Simple_Barriers (AI-00249) that
34079 supersedes the GNAT specific restriction Boolean_Entry_Barriers.
34080
34081 * gnatbind.adb: Use the new restriction Max_Entry_Queue_Length instead
34082 of the old Max_Entry_Queue_Depth.
34083
34084 2004-05-03 GNAT Script <nobody@gnat.com>
34085
34086 * Make-lang.in: Makefile automatically updated
34087
34088 2004-04-29 Ed Schonberg <schonberg@gnat.com>
34089
34090 * checks.adb (Enable_Range_Check): If the prefix of an index component
34091 is an access to an unconstrained array, perform check unconditionally.
34092
34093 2004-04-29 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
34094
34095 * decl.c (gnat_to_gnu_field): Also call make_packable_type if
34096 Component_Clause.
34097
34098 2004-04-29 Olivier Hainque <hainque@act-europe.fr>
34099
34100 * init.c (__gnat_install_handler, __gnat_error_handler): Remove
34101 alternate stack setting. There was no support for the tasking cases
34102 and the changes eventually caused a number of side-effect failures in
34103 the non-tasking case too.
34104
34105 2004-04-29 Eric Botcazou <ebotcazou@act-europe.fr>
34106
34107 lang-specs.h: Redirect output to /dev/null if -gnatc or -gnatz or
34108 -gnats is passed.
34109
34110 2004-04-29 Vincent Celier <celier@gnat.com>
34111
34112 * make.adb (Gnatmake): Increase max size of argument array for
34113 gnatbind for the potential addition of -F.
34114 If there are Stand-Alone Library projects, invoke gnatbind with -F to
34115 be sure that elaboration flags will be checked.
34116
34117 * switch-c.adb: Correct call to Scan_Pos for -gnateI
34118
34119 2004-04-29 Thomas Quinot <quinot@act-europe.fr>
34120
34121 * sem_warn.adb (Check_References): Move '<access-variable> may be
34122 null' warning out of under Warn_On_No_Value_Assigned.
34123
34124 2004-04-29 Ed Falis <falis@gnat.com>
34125
34126 * gnat_ugn.texi: Fixed texi error
34127
34128 2004-04-29 Robert Dewar <dewar@gnat.com>
34129
34130 * sem_ch4.adb (Remove_Abstract_Operations): Unconditionally remove
34131 abstract operations if they come from predefined files.
34132
34133 * gnat_rm.texi: Fix bad doc for pragma Elaboration_Checks (should be
34134 Dynamic, not RM).
34135
34136 * s-addope.adb: Correct obvious error in mod function
34137
34138 2004-04-28 Andrew W. Reynolds <awreynolds@mac.com>
34139
34140 * Makefile.in: Add target pairs for powerpc darwin*
34141 tasking support.
34142
34143 * a-intnam-darwin.ads, s-osinte-darwin.adb,
34144 s-osinte-darwin.ads, system-darwin-ppc.ads: New files.
34145
34146 2004-04-28 Ulrich Weigand <uweigand@de.ibm.com>
34147
34148 * Makefile.in: Add target macro definitions for s390*-linux*.
34149 * system-linux-s390.ads: New file.
34150 * system-linux-s390x.ads: New file.
34151
34152 2004-04-28 Joseph S. Myers <jsm@polyomino.org.uk>
34153
34154 * gnat_ugn.texi: Correct argument to @setfilename.
34155
34156 2004-04-28 Ulrich Weigand <uweigand@de.ibm.com>
34157
34158 * a-exexpr.adb (Unwind_Word): New data type.
34159 (Unwind_Exception): Use it as type of Private1 and Private2.
34160
34161 * raise.c (db_action_for): Fix debug printf.
34162
34163 2004-04-27 Ed Schonberg <schonberg@gnat.com>
34164
34165 * a-wtmoio.ads: Formal type must be a modular type, not a signed
34166 integer type.
34167
34168 2004-04-27 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
34169
34170 * decl.c (gnat_to_gnu_entity, case object): Call
34171 __builtin_update_setjmp_buf.
34172
34173 * gigi.h (update_setjmp_buf): Deleted.
34174 (ADT_update_setjmp_buf_decl, update_setjmp_buf_decl): New.
34175
34176 * misc.c: (update_setjmp_buf): Deleted.
34177
34178 * trans.c (gnat_to_gnu): Call do_pending_stack_adjust and emit_queue
34179 around block of RTL.
34180
34181 * utils.c (init_gigi_decls): Initialize update_setjmp_buf.
34182
34183 2004-04-26 Thomas Quinot <quinot@act-europe.fr>
34184
34185 * sem_dist.adb, exp_dist.adb: When constructing a RAS value for a local
34186 subprogram for which no pragma All_Calls_Remote applies, store the
34187 address of the real subprogram in the underlying record type, so local
34188 dereferences do not go through the PCS.
34189
34190 2004-04-26 Robert Dewar <dewar@gnat.com>
34191
34192 * i-c.ads: Add some type qualifications to avoid ambiguities when
34193 compiling with s-auxdec.ads and a non-private address type.
34194
34195 2004-04-26 Arnaud Charlet <charlet@act-europe.fr>
34196
34197 * Makefile.rtl: Fix error in previous check-in:
34198 Add s-addope.o to non tasking object list (rather than tasking object
34199 list).
34200
34201 2004-04-26 Javier Miranda <miranda@gnat.com>
34202
34203 * sem_aggr.adb: Fix typo in comments
34204 (Resolve_Aggr_Expr): Propagate the type to the nested aggregate.
34205 Required to check the null-exclusion attribute.
34206
34207 * sem_attr.adb (Resolve_Attribute): Check the accessibility level in
34208 case of anonymous access types in record and array components. For a
34209 component definition the level is the same of the enclosing composite
34210 type.
34211
34212 * sem_ch3.adb (Analyze_Component_Declaration): In case of components
34213 that are anonymous access types the level of accessibility depends on
34214 the enclosing type declaration. In order to have this information, set
34215 the scope of the anonymous access type to the enclosing record type
34216 declaration.
34217 (Array_Type_Declaration): In case of components that are anonymous
34218 access types the level of accessibility depends on the enclosing type
34219 declaration. In order to have this information, set the scope of the
34220 anonymous access type to the enclosing array type declaration.
34221
34222 * sem_ch3.adb (Array_Type_Declaration): Set the scope of the anonymous
34223 access type.
34224
34225 * sem_ch8.adb (Analyze_Object_Renaming): Add check to verify that
34226 renaming of anonymous access-to-constant types allowed if and only if
34227 the renamed object is access-to-constant.
34228
34229 * sem_util.adb (Type_Access_Level): In case of anonymous access types
34230 that are component_definition or discriminants of a nonlimited type,
34231 the level is the same as that of the enclosing component type.
34232
34233 2004-04-26 Sergey Rybin <rybin@act-europe.fr>
34234
34235 * sem_elim.adb: Some minor code reorganization from code reading. Fix
34236 misprint in the function name (File_Name_Match).
34237
34238 2004-04-23 Laurent Guerby <laurent@guerby.net>
34239
34240 * Makefile.in: Remove RANLIB_TEST, use -$(RANLIB) including after
34241 install.
34242
34243 2004-04-23 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
34244
34245 * Make-lang.in (GNATBIND_OBJS): Add s-addope.o.
34246
34247 2004-04-23 Emmanuel Briot <briot@act-europe.fr>
34248
34249 * adaint.c (__gnat_try_lock): No longer requires that the parent
34250 directory be writable, the directory itself is enough.
34251 (gnat_is_absolute_path): Change profile, so that the call from
34252 GNAT.OS_Lib can be made more efficient.
34253
34254 * adaint.h (gnat_is_absolute_path): Change profile, so that the call
34255 from GNAT.OS_Lib can be made more efficient.
34256
34257 * g-os_lib.adb (Is_Absolute_Path): More efficient implementation, avoid
34258 one copy of the file name. Found by code reading.
34259
34260 2004-04-23 Vincent Celier <celier@gnat.com>
34261
34262 * gnat_ugn.texi: Add documentation for gnatmake switch -eL
34263 Correct documentation on gnatmake switches transmitted to the compiler
34264
34265 * ali.ads: Minor comment fix
34266
34267 2004-04-23 Javier Miranda <miranda@gnat.com>
34268
34269 * sem_ch6.adb: (Confirming Types): Code cleanup
34270
34271 * decl.c (gnat_to_gnu_entity): Give support to anonymous access to
34272 subprogram types: E_Anonymous_Access_Subprogram_Type and
34273 E_Anonymous_Access_Protected_Subprogram_Type.
34274
34275 2004-04-23 Thomas Quinot <quinot@act-europe.fr>
34276
34277 * sem_dist.adb: Add a new paramter to the RAS_Access TSS indicating
34278 whether a pragma All_Calls_Remote applies to the subprogram on which
34279 'Access is taken.
34280 No functional change is introduced by this revision; the new parameter
34281 will be used to allow calls to local RCI subprograms to be optimized
34282 to not use the PCS in the case where no pragma All_Calls_Remote applies,
34283 as is already done in the PolyORB implementation of the DSA.
34284
34285 * exp_dist.adb: Add a new paramter to the RAS_Access TSS indicating
34286 whether a pragma All_Calls_Remote applies to the subprogram on which
34287 'Access is taken.
34288 No functional change is introduced by this revision; the new parameter
34289 will be used to allow calls to local RCI subprograms to be optimized
34290 to not use the PCS in the case where no pragma All_Calls_Remote applies,
34291 as is already done in the PolyORB implementation of the DSA.
34292
34293 2004-04-23 Robert Dewar <dewar@gnat.com>
34294
34295 * Makefile.rtl: Add entry for s-addope.o in run time library list
34296 * Make-lang.in: Add entry for s-addope.o to GNAT1 objects
34297 * s-addope.ads, s-addope.adb: New files.
34298
34299 * s-carsi8.adb, s-carun8.adb, s-casi16.adb, s-casi32.adb,
34300 s-casi64.adb, s-caun16.adb, s-caun32.adb, s-caun64.adb,
34301 s-finimp.adb, s-geveop.adb, s-stoele.adb: Modifications to allow
34302 System.Address to be non-private and signed.
34303
34304 * sem_elim.adb: Minor reformatting (fairly extensive)
34305 Some minor code reorganization from code reading
34306 Add a couple of ??? comments
34307
34308 2004-04-23 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
34309
34310 * trans.c (tree_transform, build_unit_elab): Don't call getdecls.
34311 (tree_transform, case N_If_Statement): Remove non-determinism.
34312
34313 * utils.c (begin_subprog_body): Just set DECL_CONTEXT in PARM_DECL.
34314
34315 2004-04-23 Sergey Rybin <rybin@act-europe.fr>
34316
34317 * gnat_rm.texi: Small fixes in the changes made in the 'pragma
34318 Eliminate' section.
34319
34320 * snames.ads, snames.adb: Remove Name_Homonym_Number (Homonym_Number is
34321 no longer used as a parameter name for Eliminate pragma).
34322
34323 2004-04-22 Laurent Guerby <laurent@guerby.net>
34324
34325 PR optimization/14984
34326 PR optimization/14985
34327 * trans.c (gigi): Fix non determinism leading to bootstrap
34328 comparison failures.
34329
34330 2004-04-21 Pascal Obry <obry@gnat.com>
34331
34332 * adaint.c (__gnat_portable_spawn): Quote first argument (argv[0])
34333 passed to spawnvp() to properly handle program pathname with spaces on
34334 Win32.
34335
34336 2004-04-21 Emmanuel Briot <briot@act-europe.fr>
34337
34338 * g-debpoo.adb (Print_Info): Avoid extra work if Display_Slots is False.
34339 (Allocate, Deallocate, Free_Physically): Make sure the tasks are
34340 unlocked in case of exceptions.
34341
34342 2004-04-21 Joel Brobecker <brobecker@gnat.com>
34343
34344 * gigi.h (get_target_no_dollar_in_label): Remove extern declaration.
34345 This function does not exist anymore.
34346
34347 2004-04-21 Thomas Quinot <quinot@act-europe.fr>
34348
34349 * gnatbind.adb, gnatlink.adb: Update name of imported C symbol.
34350
34351 * link.c: Move variables to the __gnat name space.
34352
34353 * Makefile.in: list link.o explicitly when needed.
34354
34355 * mlib.adb: Remove pragma Linker_Option for "link.o" from mlib.
34356
34357 2004-04-21 Javier Miranda <miranda@gnat.com>
34358
34359 * einfo.adb (Original_Access_Type): New subprogram
34360 (Set_Original_Access_Type): New subprogram
34361 (Write_Field21_Name): Write the name of the new field
34362
34363 * einfo.ads (Original_Access_Type): New field present in access to
34364 subprogram types.
34365 Addition of two new entities: E_Anonymous_Access_Subprogram_Type, and
34366 E_Anonymous_Access_Protected_Subprogram_Type.
34367
34368 * lib-xref.adb (Output_One_Ref): Give support to anonymous access to
34369 subprogram types.
34370
34371 * lib-xref.ads (Xref_Entity_Letters): Initialize values corresponding
34372 to anonymous access to subprogram types.
34373
34374 * sem_attr.adb (Resolve_Attribute): Give support to anonymous access
34375 to subprogram types.
34376
34377 * sem_ch3.adb (Access_Definition): Complete decoration of entities
34378 corresponding to anonymous access to subprogram types.
34379 (Analyze_Component_Declaration): Add new actual to the call to
34380 subprogram replace_anonymous_access_to_protected_subprogram.
34381 (Array_Type_Declaration): Add new actual to the call to subprogram
34382 replace_anonymous_access_to_protected_subprogram.
34383 (Process_Discriminants): Add new actual to the call to subprogram
34384 replace_anonymous_access_to_protected_subprogram.
34385 (Replace_Anonymous_Access_To_Protected_Subprogram): New formal.
34386
34387 * sem_ch3.ads (Replace_Anonymous_Access_To_Protected_Subprogram): New
34388 formal.
34389
34390 * sem_ch6.adb, sem_type.adb, sem_res.adb: Give support to anonymous
34391 access to subprogram types.
34392
34393 * sem_util.adb (Has_Declarations): Addition of package_specification
34394 nodes.
34395
34396 2004-04-21 Ed Schonberg <schonberg@gnat.com>
34397
34398 * sem_prag.adb (Make_Inline): If subprogram is a renaming, propagate
34399 inlined flags to renamed entity only if in current unit.
34400
34401 2004-04-21 Thomas Quinot <quinot@act-europe.fr>
34402
34403 * s-parint.ads: Add DSA implementation marker.
34404
34405 * rtsfind.ads, rtsfind.adb, snames.ads, snames.adb, s-rpc.adb: Use the
34406 value of System.Partition_Interface.DSA_Implementation to determine
34407 what version of the distributed systems annex is available (no
34408 implementation, GLADE, or PolyORB).
34409
34410 2004-04-21 Joel Brobecker <brobecker@gnat.com>
34411
34412 * targtyps.c (get_target_no_dollar_in_label): Remove, no longer used.
34413
34414 2004-04-21 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
34415
34416 * utils.c (convert, case CONSTRUCTOR, COMPONENT_REF): Do not make node
34417 with new type if alias sets differ.
34418 Fixes ACATS c41103b.
34419
34420 2004-04-21 Vincent Celier <celier@gnat.com>
34421
34422 * prj.ads: Remove FORTRAN as an accepted language: not tested yet.
34423 Add array Lang_Args for the language specific compiling argument
34424 switches.
34425
34426 * gnat_ugn.texi: Explain in more details when a library is rebuilt.
34427
34428 2004-04-21 Sergey Rybin <rybin@act-europe.fr>
34429
34430 * gnat_rm.texi: Update the descripton of the Eliminate pragma
34431 according to the recent changes in the format of the parameters of the
34432 pragma (replacing Homonym_Number with Source_Location).
34433
34434 2004-04-19 Arnaud Charlet <charlet@act-europe.fr>
34435
34436 * 5isystem.ads: Removed, unused.
34437
34438 * gnat_rm.texi: Redo 1.13 change.
34439
34440 2004-04-19 Robert Dewar <dewar@gnat.com>
34441
34442 * s-stoele.ads: Clean up definition of Storage_Offset (the new
34443 definition is cleaner, avoids the kludge of explicit Standard operator
34444 references, and also is consistent with a visible System.Address with
34445 no visible operations.
34446
34447 * s-geveop.adb: Add declarations to avoid assumption of visible
34448 operations on type System.Address (since these might not be available
34449 if Address is a non-private type for which the operations
34450 are made abstract).
34451
34452 * sem_eval.adb: Minor reformatting
34453
34454 * s-carsi8.ads, s-carun8.ads, s-casi16.ads, s-casi32.ads,
34455 s-casi64.ads, s-caun16.ads, s-caun32.ads, s-caun64.ads: Minor
34456 reformatting (new function spec format).
34457
34458 * s-auxdec.adb, s-carsi8.adb, s-carun8.adb, s-casi16.adb,
34459 s-casi32.adb, s-casi64.adb, s-caun16.adb, s-caun32.adb,
34460 s-caun64.adb: Add declarations to avoid assumption of visible
34461 operations on type System.Address (since these might not be available
34462 if Address is a non-private type for which the operations are made
34463 abstract).
34464
34465 * lib.ads, lib.adb (Synchronize_Serial_Number): New procedure.
34466
34467 * exp_intr.adb: Minor comment update
34468
34469 * exp_aggr.adb, exp_attr.adb, exp_ch13.adb: Minor reformatting.
34470
34471 * 5omastop.adb: Add declarations to avoid assumption of visible
34472 operations on type System.Address (since these might not be available
34473 if Address is a non-private type for which the operations
34474 are made abstract).
34475
34476 2004-04-19 Vincent Celier <celier@gnat.com>
34477
34478 * switch-m.adb: (Scan_Make_Switches): Process new switch -eL
34479
34480 * prj-pars.ads (Parse): New Boolean parameter Process_Languages,
34481 defaulted to Ada.
34482
34483 * prj-proc.adb (Process): New Boolean parameter Process_Languages,
34484 defaulted to Ada.
34485 Call Check with Process_Languages.
34486 (Check): New Boolean parameter Process_Languages. Call Recursive_Check
34487 with Process_Languages.
34488 (Recursive_Check): New Boolean parameter Process_Languages. Call
34489 Nmsc.Ada_Check or Nmsc.Other_Languages_Check according to
34490 Process_Languages.
34491
34492 * prj-proc.ads (Process): New Boolean parameter Process_Languages,
34493
34494 * prj-util.ads, prj-util.adb (Executable_Of): New Boolean
34495 parameter Ada_Main, defaulted to True.
34496 Check for Ada specific characteristics only when Ada_Main is True.
34497
34498 * opt.ads: (Follow_Links): New Boolean flag for gnatmake
34499
34500 * prj.adb: (Project_Empty): Add new Project_Data components.
34501
34502 * prj.ads: New types and tables for non Ada languages.
34503 (Project_Data): New components Languages, Impl_Suffixes,
34504 First_Other_Source, Last_Other_Source, Imported_Directories_Switches,
34505 Include_Path, Include_Data_Set.
34506
34507 * prj-env.ads, prj-env.adb: Minor reformatting
34508
34509 * prj-nmsc.ads, prj-nmsc.adb: (Other_Languages_Check): New procedure
34510 Put subprograms in alphabetical order
34511
34512 * prj-pars.adb (Parse): New Boolean parameter Process_Languages,
34513 defaulted to Ada; Call Prj.Proc.Process with Process_Languages and
34514 Opt.Follow_Links.
34515
34516 * mlib-prj.adb: Back out modification in last version, as they are
34517 incorrect.
34518 (Build_Library.Check_Libs): Remove useless pragma Warnings (Off)
34519
34520 * make.adb: (Mains): Moved to package Makeutl
34521 (Linker_Opts): Moved to package Makeutl
34522 (Is_External_Assignment): Moved to package Makeutl
34523 (Test_If_Relative_Path): Moved to package Makeutl
34524 (Gnatmake): Move sorting of linker options to function
34525 Makeutl.Linker_Options_Switches.
34526
34527 * makeutl.ads, makeutl.adb: New files.
34528
34529 * Makefile.in: Add makeutl.o to the object files for gnatmake
34530
34531 * makeusg.adb: Add line for new switch -eL.
34532
34533 * gnatls.adb (Image): New function.
34534 (Output_Unit): If in verbose mode, output the list of restrictions
34535 specified by pragmas Restrictions.
34536
34537 * 5bml-tgt.adb, 5vml-tgt.adb (Build_Dynamic_Library): Do not use
34538 Text_IO.
34539
34540 * a-calend.adb (Split): Shift the date by multiple of 56 years, if
34541 needed, to put it in the range 1970 (included) - 2026 (excluded).
34542 (Time_Of): Do not shift Unix_Min_Year (1970).
34543 Shift the date by multiple of 56 years, if needed, to put it in the
34544 range 1970 (included) - 2026 (excluded).
34545
34546 * adaint.h, adaint.c (__gnat_set_executable): New function.
34547
34548 2004-04-19 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
34549
34550 * trans.c (tree_transform, case N_Subprogram_Body): Temporarily push
34551 and pop GC context.
34552 (tree_transform, case N_Procedure_Call): Fix typo in setting TREE_TYPE.
34553 (tree_transform, case N_Label): Don't set LABEL_STMT_FIRST_IN_EH.
34554 (tree_transform, case N_Procedure_Call_Statement): Build a tree.
34555 (tree_transform, case N_Code_Statement): Likewise.
34556 (gnat_expand_stmt, case LABEL_STMT): Don't look at
34557 LABEL_STMT_FIRST_IN_EH.
34558 (gnat_expand_stmt, case ASM_STMT): New case.
34559
34560 * utils2.c (build_unary_op): Properly set TREE_READONLY of
34561 UNCONSTRAINED_ARRAY_REF.
34562
34563 * utils.c (poplevel): Temporarily push/pop GC context around inline
34564 function expansion.
34565
34566 * decl.c (maybe_variable): Properly set TREE_READONLY of
34567 UNCONSTRAINED_ARRAY_REF.
34568 (make_packable_type): Only reference TYPE_IS_PADDING_P for RECORD_TYPE.
34569
34570 * ada-tree.def: (ASM_STMT): New.
34571
34572 * ada-tree.h: (LABEL_STMT_FIRST_IN_EH): Deleted.
34573 (ASM_STMT_TEMPLATE, ASM_STMT_OUTPUT, ASM_STMT_ORIG_OUT,
34574 ASM_STMT_INPUT): New.
34575 (ASM_STMT_CLOBBER): Likewise.
34576
34577 2004-04-19 Thomas Quinot <quinot@act-europe.fr>
34578
34579 * a-except.adb, s-parint.ads, s-parint.adb, types.ads, types.h: Use
34580 general rcheck mechanism to raise Program_Error for E.4(18), instead
34581 of a custom raiser in System.Partition_Interface.
34582 Part of general cleanup work before PolyORB integration.
34583
34584 * snames.ads, snames.adb: Add new runtime library entities and names
34585 for PolyORB DSA.
34586
34587 * sem_dist.ads, sem_dist.adb (Get_Subprogram_Id): Move from sem_dist to
34588 exp_dist.
34589 (Build_Subprogram_Id): New subprogram provided by exp_dist
34590 Code reorganisation in preparation for PolyORB integration.
34591
34592 * exp_dist.ads, exp_dist.adb (Get_Subprogram_Id): Move from sem_dist to
34593 exp_dist.
34594 (Build_Subprogram_Id): New subprogram provided by exp_dist
34595
34596 * sem_ch4.adb (Analyze_One_Call): Fix error message for mismatch in
34597 actual parameter types for call to dereference of an
34598 access-to-subprogram type.
34599
34600 * rtsfind.ads: Add new runtime library entities and names for PolyORB
34601 DSA.
34602
34603 * gnatlink.adb (Value): Remove. Use Interfaces.C.Strings.Value
34604 instead, which has the same behaviour here since we never pass it a
34605 NULL pointer.
34606
34607 * link.c (run_path_option, Solaris case): Use -Wl, as for other
34608 platforms.
34609
34610 * Makefile.in: adjust object file lists for gnatlink and gnatmake
34611 to account for new dependency upon Interfaces.C.Strings + link.o
34612 For x86 FreeBSD, use 86numaux.
34613
34614 * make.adb, gnatcmd.adb: Linker_Library_Path_Option has been moved up
34615 from Mlib.Tgt to Mlib.
34616
34617 * mlib.ads, mlib.adb (Linker_Library_Path_Option): New subprogram, now
34618 target-independent.
34619
34620 * mlib-tgt.ads, mlib-tgt.adb (Linker_Library_Path_Option): Remove
34621 target-specific versions of this subprogram, now implemented as a
34622 target-independent function in Mlib.
34623
34624 * 5aml-tgt.adb, 5bml-tgt.adb, 5gml-tgt.adb, 5hml-tgt.adb, 5lml-tgt.adb,
34625 5sml-tgt.adb, 5vml-tgt.adb, 5zml-tgt.adb, 5wml-tgt.adb
34626 (Linker_Library_Path_Option): Remove target-specific versions of this
34627 subprogram, now implemented as a target-independent function in Mlib.
34628
34629 * atree.adb: (Allocate_Initialize_Node): New subprogram.
34630 Factors out node table slots allocation.
34631 (Fix_Parents): New subprogram.
34632 Encapsulate the pattern of fixing up parent pointers for syntactic
34633 children of a rewritten node.
34634 (New_Copy_Tree): Use New_Copy to copy non-entity nodes.
34635 (Rewrite): Use New_Copy when creating saved copy of original node.
34636 (Replace): Use Copy_Node to copy nodes.
34637
34638 2004-04-19 Javier Miranda <miranda@gnat.com>
34639
34640 * sprint.adb (Sprint_Node_Actual): Give support to the new
34641 Access_To_Subprogram node available in Access_Definition nodes. In
34642 addition, give support to the AI-231 node fields: null-exclusion,
34643 all-present, constant-present.
34644
34645 * sem_util.ads, sem_util.adb: (Has_Declarations): New subprogram
34646
34647 * sinfo.ads, sinfo.adb:
34648 New field Access_To_Subprogram_Definition in Access_Definition nodes
34649
34650 * sem_ch6.adb (Process_Formals): Move here the code that creates and
34651 decorates internal subtype declaration corresponding to the
34652 null-excluding formal. This code was previously in Set_Actual_Subtypes.
34653 In addition, carry out some code cleanup on this code. In case of
34654 access to protected subprogram call
34655 Replace_Anonymous_Access_To_Protected_Subprogram.
34656 (Set_Actual_Subtypes): Code cleanup.
34657
34658 * sem_ch8.adb (Analyze_Object_Renaming): Remove un-necessary call to
34659 Find_Type in case of anonymous access renamings. Add warning in case of
34660 null-excluding attribute used in anonymous access renaming.
34661
34662 * sem_ch3.ads (Replace_Anonymous_Access_To_Protected_Subprogram): New
34663 subprogram
34664
34665 * sem_ch3.adb (Replace_Anonymous_Access_To_Protected_Subprogram): New
34666 subprogram.
34667 (Access_Definition): In case of anonymous access to subprograms call
34668 the corresponding semantic routine to decorate the node.
34669 (Access_Subprogram_Declaration): Addition of some comments indicating
34670 some code that probably should be added here. Detected by comparison
34671 with the access_definition subprogram.
34672 (Analyze_Component_Declaration): In case of access to protected
34673 subprogram call Replace_Anonymous_Access_To_Protected.
34674 (Array_Type_Declaration): In case of access to protected subprogram call
34675 Replace_Anonymous_Access_To_Protected_Subprogram.
34676 (Process_Discriminants): In case of access to protected subprogram call
34677 Replace_Anonymous_Access_To_Protected_Subprogram.
34678
34679 * par.adb (P_Access_Definition): New formal that indicates if the
34680 null-exclusion part was present.
34681 (P_Access_Type_Definition): New formal that indicates if the caller has
34682 already parsed the null-excluding part.
34683
34684 * par-ch3.adb (P_Subtype_Declaration): Code cleanup.
34685 (P_Identifier_Declarations): Code cleanup and give support to renamings
34686 of anonymous access to subprogram types.
34687 (P_Derived_Type_Def_Or_Private_Ext_Decl): Code cleanup.
34688 (P_Array_Type_Definition): Give support to AI-254.
34689 (P_Component_Items): Give support to AI-254.
34690 (P_Access_Definition): New formal that indicates if the header was
34691 already parsed by the caller.
34692 (P_Access_Type_Definition): New formal that indicates if the caller has
34693 already parsed the null-excluding part.
34694
34695 * par-ch6.adb (P_Formal_Part): Add the null-excluding parameter to the
34696 call to P_Access_Definition.
34697
34698 2004-04-19 Geert Bosch <bosch@gnat.com>
34699
34700 * checks.adb (Apply_Float_Conversion_Check): New procedure to implement
34701 the delicate semantics of floating-point to integer conversion.
34702 (Apply_Type_Conversion_Checks): Use Apply_Float_Conversion_Check.
34703
34704 * eval_fat.adb (Machine_Mantissa): Moved to spec.
34705 (Machine_Radix): New function.
34706
34707 * eval_fat.ads (Machine_Mantissa): Moved from body for use in
34708 conversion checks.
34709 (Machine_Radix): New function also for use in conversion checks.
34710
34711 2004-04-19 Ed Schonberg <schonberg@gnat.com>
34712
34713 * par-prag.adb (Source_File_Name_Project): Fix typo in error message.
34714
34715 * exp_ch9.adb (Expand_Access_Protected_Subprogram_Type): Call analyze
34716 to decorate the access-to-protected subprogram and the equivalent type.
34717
34718 * checks.adb (Null_Exclusion_Static_Checks): Code cleanup. Give support
34719 to anonymous access to subprogram types.
34720
34721 * exp_ch4.adb (Expand_N_In): Preserve Static flag before
34722 constant-folding, for legality checks in contexts that require an RM
34723 static expression.
34724
34725 * exp_ch6.adb (Expand_N_Function_Call): If call may generate large
34726 temporary but stack checking is not enabled, increment serial number
34727 to so that symbol generation is consistent with and without stack
34728 checking.
34729
34730 * exp_util.ads, exp_util.adb (May_Generate_Large_Temp): Predicate is
34731 independent on whether stack checking is enabled, caller must check
34732 the corresponding flag.
34733
34734 * sem_ch3.adb (Constrain_Index): Index bounds given by attributes need
34735 range checks.
34736 (Build_Derived_Concurrent_Type): Inherit Is_Constrained flag from
34737 parent if it has discriminants.
34738 (Build_Derived_Private_Type): Constructed full view does
34739 not come from source.
34740 (Process_Discriminants): Default discriminants on a tagged type are
34741 legal if this is the internal completion of a private untagged
34742 derivation.
34743
34744 * sem_ch6.adb (Set_Actual_Subtypes): The generated declaration needs
34745 no constraint checks, because it corresponds to an existing object.
34746
34747 * sem_prag.adb (Process_Convention): Pragma applies
34748 only to subprograms in the same declarative part, i.e. the same unit,
34749 not the same scope.
34750
34751 * sem_res.adb (Valid_Conversion): In an instance or inlined body,
34752 ignore type mismatch on a numeric conversion if expression comes from
34753 expansion.
34754
34755 2004-04-19 Sergey Rybin <rybin@act-europe.fr>
34756
34757 * sem_elim.adb (Process_Eliminate_Pragma): Remove the processing for
34758 Homonym_Number parameter, add processing for Source_Location parameter
34759 corresponding.
34760 (Check_Eliminated): Remove the check for homonym numbers, add the check
34761 for source location traces.
34762
34763 * sem_elim.ads (Process_Eliminate_Pragma): Replace Arg_Homonym_Number
34764 with Arg_Source_Location corresponding to the changes in the format of
34765 the pragma.
34766
34767 * sem_prag.adb: (Analyze_Pragma): Changes in the processing of
34768 Eliminate pragma corresponding to the changes in the format of the
34769 pragma: Homonym_Number is replaced with Source_Location, two ways of
34770 distinguishing homonyms are mutially-exclusive.
34771
34772 2004-04-19 Joel Brobecker <brobecker@gnat.com>
34773
34774 * get_targ.ads (Get_No_Dollar_In_Label): Remove.
34775
34776 * exp_dbug.adb (Output_Homonym_Numbers_Suffix): Remove use of
34777 No_Dollar_In_Label, no longer necessary, as it is always True.
34778 (Strip_Suffixes): Likewise.
34779
34780 2004-04-19 Gary Dismukes <dismukes@gnat.com>
34781
34782 * s-stalib.ads (type Exception_Code): Use Integer'Size for exponent of
34783 modulus for compatibility with size clause on targets with 16-bit
34784 Integer.
34785
34786 * layout.adb (Discrimify): In the case of private types, set Vtyp to
34787 full type to fix type mismatches on calls to size functions for
34788 discriminant-dependent array components.
34789
34790 2004-04-19 Jerome Guitton <guitton@act-europe.fr>
34791
34792 * Makefile.in (gnatlib-zcx): New target, for building a ZCX run-time
34793 lib.
34794
34795 2004-04-19 Pascal Obry <obry@gnat.com>
34796
34797 * mdll-utl.adb (Locate): New version is idempotent.
34798
34799 2004-04-17 Laurent Guerby <laurent@guerby.net>
34800
34801 PR ada/14988 (partial)
34802 * impunit.adb: Fix typo.
34803
34804 2004-04-14 Nathanael Nerode <neroden@gcc.gnu.org>
34805
34806 * Make-lang.in: Remove obsolete rts-none, rts-cert, install-rts-none,
34807 and install-rts-cert targets. Remove all gnatlib and gnattools
34808 targets and all other rts-* targets (moved to libada). Remove (now)
34809 unused Make variables CHMOD, CHMOD_AX_FLAGS, shext, THREAD_KIND,
34810 TRACE, GNATLIBFLAGS, GNATLIBCFLAGS.
34811
34812 2004-04-08 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
34813
34814 * trans.c (tree_transform): Shortcut returning error_mark_node for
34815 statements in annotate_only_mode.
34816 (tree_transform, case N_Label, case N_Return_Statement,
34817 N_Goto_Statement): Make statement tree instead of generating code.
34818 (tree_transform, case N_Assignment_Statement): No longer check
34819 type_annotate_only.
34820 (gnat_expand_stmt, case GOTO_STMT, case LABEL_STMT, case
34821 RETURN_STMT): New.
34822 (first_nondeleted_insn, build_block_stmt, make_expr_stmt_from_rtl):
34823 New fcns.
34824 (gnat_to_gnu): Collect any RTL generated and deal with it.
34825 (tree_transform, case N_And_Then): Refine when have non-null RTL_EXPR.
34826 (tree_transform case N_If_Statement): Rewrite to make IF_STMT.
34827 (gnat_expand_stmt, case BLOCK_STMT, IF_STMT): New cases.
34828
34829 * ada-tree.def (GOTO_STMT, LABEL_STMT, RETURN_STMT): New tree nodes.
34830
34831 * ada-tree.def (EXPR_STMT): Fix typo in name.
34832 (BLOCK_STMT, IF_STMT): New nodes.
34833
34834 * ada-tree.h (GOTO_STMT_LABEL, LABEL_STMT_LABEL,
34835 LABEL_STMT_FIRST_IN_EH): New macros.
34836 (RETURN_STMT_EXPR): Likewise.
34837
34838 * ada-tree.h: (BLOCK_STMT_LIST, IF_STMT_COND, IF_STMT_TRUE,
34839 IF_STMT_ELSEIF, IF_STMT_ELSE): New macros.
34840
34841 2004-04-08 Thomas Quinot <quinot@act-europe.fr>
34842
34843 * atree.ads: Correct documentation on extended nodes.
34844
34845 * link.c: Set run_path_option for FreeBSD.
34846
34847 2004-04-08 Vincent Celier <celier@gnat.com>
34848
34849 * mlib-prj.adb (Build_Library.Check_Libs): On OpenVMS, if dec.ali is
34850 one of the ALI file, do not link with DEC lib.
34851
34852 * par.adb Remove the last two characters ("%s" or "%b") when checking
34853 if a language defined unit may be recompiled.
34854
34855 2004-04-08 Ed Schonberg <schonberg@gnat.com>
34856
34857 * sem_ch4.adb (Remove_Abstract_Operations): Improve error message when
34858 removal of abstract operation leaves no possible interpretation for
34859 expression.
34860
34861 * sem_eval.adb (Eval_Qualified_Expression): Use
34862 Set_Raises_Constraint_Error on node when needed, so that it does not
34863 get optimized away by subsequent optimizations.
34864
34865 * sem_res.adb (Resolve_Intrinsic_Operator): Save interpretations of
34866 operands even when they are not wrapped in a type conversion.
34867
34868 2004-04-08 Olivier Hainque <hainque@act-europe.fr>
34869
34870 * sem_prag.adb (Set_Exported): Warn about making static as result of
34871 export only when the export is coming from source. This may be not
34872 be true e.g. on VMS where we expand export pragmas for exception codes
34873 together with imported or exported exceptions, and we don't want the
34874 user to be warned about something he didn't write.
34875
34876 2004-04-08 Thomas Quinot <quinot@act-europe.fr>
34877
34878 * sem_util.adb (Note_Possible_Modification): Reorganize to remove code
34879 duplication between normal entities and those declared as renamings.
34880 No functional change.
34881
34882 * s-fileio.ads (Form): Remove pragma Inline, as we cannot currently
34883 inline functions returning an unconstrained result.
34884
34885 2004-04-08 Eric Botcazou <ebotcazou@act-europe.fr>
34886
34887 * utils.c (type_for_mode): Handle BLKmode and VOIDmode properly, to
34888 conform to what other front-ends do.
34889
34890 2004-04-08 Doug Rupp <rupp@gnat.com>
34891
34892 * 5vml-tgt.adb: Use Gas instead of VMS Macro to build auto init shared
34893 libraries.
34894
34895 2004-04-06 Pascal Obry <obry@gnat.com>
34896
34897 * adaint.c (DIR_SEPARATOR): Properly set DIR_SEPARATOR on Win32.
34898
34899 * osint.adb (Program_Name): Do not look past a directory separator.
34900
34901 2004-04-06 Thomas Quinot <quinot@act-europe.fr>
34902
34903 * atree.adb: Update comment (Rewrite_Substitute_Node no longer exists).
34904
34905 * exp_ch6.adb (Rewrite_Function_Call): Clarify documentation of
34906 requirement for preserving a copy of the original assignment node.
34907
34908 * sinfo.ads: Update comment (Original_Tree -> Original_Node).
34909
34910 2004-04-06 Olivier Hainque <hainque@act-europe.fr>
34911
34912 (__gnat_initialize [Vxworks]): Enable references to the crtstuff bits
34913 when supported.
34914
34915 2004-04-06 Ed Schonberg <schonberg@gnat.com>
34916
34917 * sem_ch4.adb (Remove_Abstract_Operations): Extend previous changes to
34918 operator calls in functional notation, and apply
34919 Universal_Interpretation to operands, not to their type.
34920
34921 2004-04-06 Robert Dewar <dewar@gnat.com>
34922
34923 * 5wdirval.adb: Minor reformatting
34924
34925 2004-04-06 Ed Falis <falis@gnat.com>
34926
34927 * gnat_rm.texi: Improve a reference to the GCC manual
34928
34929 2004-04-05 Vincent Celier <celier@gnat.com>
34930
34931 * adaint.h, adaint.c: Add function __gnat_named_file_length
34932
34933 * impunit.adb: Add Ada.Directories to the list
34934
34935 * Makefile.in: Add VMS and Windows versions of
34936 Ada.Directories.Validity package body.
34937
34938 * Makefile.rtl: Add a-direct and a-dirval
34939
34940 * mlib-tgt.ads: Minor comment update.
34941
34942 * a-dirval.ads, a-dirval.adb, 5vdirval.adb, 5wdirval.adb,
34943 a-direct.ads, a-direct.adb: New files.
34944
34945 2004-04-05 Vincent Celier <celier@gnat.com>
34946
34947 PR ada/13620
34948 * make.adb (Scan_Make_Arg): Pass any -fxxx switches to gnatlink, not
34949 just to the compiler.
34950
34951 2004-04-05 Robert Dewar <dewar@gnat.com>
34952
34953 * a-except.adb (Exception_Name_Simple): Make sure lower bound of
34954 returned string is 1.
34955
34956 * ali-util.adb: Use proper specific form for Warnings (Off, entity)
34957
34958 * eval_fat.ads: Minor reformatting
34959
34960 * g-curexc.ads: Document that lower bound of returned string values
34961 is always one.
34962
34963 * gnatlink.adb: Add ??? comment for previous change
34964 (need to document why this is VMS specific)
34965
34966 * s-stoele.ads: Minor reformatting
34967
34968 * tbuild.ads: Minor reformatting throughout (new function specs)
34969
34970 * par-ch10.adb (P_Context_Clause): Handle comma instead of semicolon
34971 after WITH.
34972
34973 * scng.adb: Minor reformatting
34974
34975 2004-04-05 Geert Bosch <bosch@gnat.com>
34976
34977 * eval_fat.adb (Machine): Remove unnecessary suppression of warning.
34978 (Leading_Part): Still perform truncation to machine number if the
34979 specified radix_digits is greater or equal to machine_mantissa.
34980
34981 2004-04-05 Javier Miranda <miranda@gnat.com>
34982
34983 * par-ch3.adb: Complete documentation of previous change
34984 Correct wrong syntax documentation of the OBJECT_DECLARATION rule
34985 (aliased must appear before constant).
34986
34987 * par-ch4.adb: Complete documentation of previous change.
34988
34989 * par-ch6.adb: Complete documentation of previous change.
34990
34991 * sinfo.ads: Fix typo in commment.
34992
34993 2004-04-05 Ed Schonberg <schonberg@gnat.com>
34994
34995 * sem_ch3.adb (Inherit_Components): If derived type is private and has
34996 stored discriminants, use its discriminants to constrain parent type,
34997 as is done for non-private derived record types.
34998
34999 * sem_ch4.adb (Remove_Abstract_Operations): New subprogram to implement
35000 Ada 2005 AI-310: an abstract non-dispatching operation is not a
35001 candidate interpretation in an overloaded call.
35002
35003 * tbuild.adb (Unchecked_Convert_To): Preserve conversion node if
35004 expression is Null and target type is not an access type (e.g. a
35005 non-private address type).
35006
35007 2004-04-05 Thomas Quinot <quinot@act-europe.fr>
35008
35009 * exp_ch6.adb (Rewrite_Function_Call): When rewriting an assignment
35010 statement whose right-hand side is an inlined call, save a copy of the
35011 original assignment subtree to preserve enough consistency for
35012 Analyze_Assignment to proceed.
35013
35014 * sem_ch5.adb (Analyze_Assignment): Remove a costly copy of the
35015 complete assignment subtree which is now unnecessary, as the expansion
35016 of inlined call has been improved to preserve a consistent assignment
35017 tree. Note_Possible_Modification must be called only
35018 after checks have been applied, or else unnecessary checks will
35019 be generated.
35020
35021 * sem_util.adb (Note_Possible_Modification): Reorganise the handling
35022 of explicit dereferences that do not Come_From_Source:
35023 - be selective on cases where we must go back to the dereferenced
35024 pointer (an assignment to an implicit dereference must not be
35025 recorded as modifying the pointer);
35026 - do not rely on Original_Node being present (Analyze_Assignment
35027 calls Note_Possible_Modification on a copied tree).
35028
35029 * sem_warn.adb (Check_References): When an unset reference to a pointer
35030 that is never assigned is encountered, prefer '<pointer> may be null'
35031 warning over '<pointer> is never assigned a value'.
35032
35033 2004-04-05 Ramon Fernandez <fernandez@gnat.com>
35034
35035 * tracebak.c: Change STOP_FRAME in ppc vxworks to be compliant with
35036 the ABI.
35037
35038 2004-04-05 Olivier Hainque <hainque@act-europe.fr>
35039
35040 * 5gmastop.adb (Pop_Frame): Comment out the pragma Linker_Option for
35041 libexc. We currently don't reference anything in this library and
35042 linking it in triggers linker warnings we don't want to see.
35043
35044 * init.c: Update comments.
35045
35046 2004-04-05 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
35047
35048 * decl.c (gnat_to_gnu_entity): Use TYPE_READONLY.
35049 * utils.c (create_field_decl): Likewise.
35050 * utils2.c (build_unary_op, gnat_build_constructor): Likewise.
35051
35052 2004-04-02 Arnaud Charlet <charlet@act-europe.fr>
35053
35054 * gnat-style.texi, gnat_rm.texi, gnat_ugn.texi: Remove RCS tags.
35055 Replace ifinfo by ifnottex, to make makeinfo --html happy again.
35056 Add info directory entry and category.
35057
35058 2004-04-02 Jan Hubicka <jh@suse.cz>
35059
35060 * utils.c: Include function.h
35061 (end_subprog_body): Clear DECL_STRUCT_FUNCTION.
35062
35063 2004-04-01 Arnaud Charlet <charlet@act-europe.fr>
35064
35065 PR ada/14150
35066 * Make-lang.in: Clean up generation of documentation
35067
35068 * gnat-style.texi, gnat_rm.texi, ug_words: Resync with AdaCore version
35069
35070 * xgnatug.adb: Removed, replaced by xgnatugn.adb
35071
35072 * xgnatugn.adb: Replaces xgnatug.adb
35073
35074 * gnat_ug.texi: Removed, replaced by gnat_ugn.texi
35075
35076 * gnat_ugn.texi: Replaces gnat_ug.texi. Resync with AdaCore version
35077
35078 * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
35079 gnat_ug_wnt.texi: Removed.
35080
35081 2004-04-01 Arnaud Charlet <charlet@act-europe.fr>
35082
35083 * utils2.c: Update copyright notice.
35084
35085 2004-04-01 Robert Dewar <dewar@gnat.com>
35086
35087 * checks.adb: Minor reformatting throughout
35088 Note that prev checkin added RM reference to alignment warning
35089
35090 2004-04-01 Ed Schonberg <schonberg@gnat.com>
35091
35092 * exp_aggr.adb (Get_Component_Val): Treat a string literal as
35093 non-static when building aggregate for bit-packed array.
35094
35095 * exp_ch4.adb (Expand_N_Slice): If a packed slice is an actual of a
35096 function call that is itself the actual in a procedure call, build
35097 temporary for it.
35098
35099 * exp_pakd.adb (Expand_Bit_Packed_Element_Set): If right-hand side is
35100 a string literal, create a temporary for it, constant folding only
35101 handles scalars here.
35102
35103 2004-04-01 Vincent Celier <celier@gnat.com>
35104
35105 * ali-util.adb (Post_Scan, Error_Msg, Error_Msg_S, Error_Msg_SC,
35106 Error_Msg_SP): New empty procedures to instantiate the Scanner.
35107 (Style, Scanner): Instantiations of Styleg and Scng to be able to scan
35108 tokens.
35109 (Accumulate_Checksum, Initialize_Checksum): Remove procedures.
35110 (Get_File_Checksum): Use the instantiated scanner to scan all the tokens
35111 and get the checksum.
35112
35113 * make.adb (Gnatmake): Do not insert into Q the Main_Source if it is
35114 already in the Q.
35115 Increase the Marking_Label at the end of the Multiple_Main_Loop,
35116 instead of at the beginning.
35117
35118 * osint.adb (Lib_File_Name): Use Multi_Unit_Index_Character, not '~'
35119 directly.
35120 (Osint package elaboration): Change Multi_Unit_Index_Character to '$' if
35121 on VMS.
35122
35123 * osint.ads (Multi_Unit_Index_Character): New Character global variable
35124
35125 * osint-c.adb (Set_Library_Info_Name): Use Multi_Unit_Index_Character,
35126 not '~' directly.
35127
35128 * par.adb: Remove test on file name to detect language defined units.
35129 Add test on unit name, after parsing, to detect language defined units
35130 that are not compiled with -gnatg (except System.RPC and its children)
35131
35132 * par-ch10.adb (P_Compilation_Unit): In multi-unit sources, scan the
35133 following units without style checking.
35134
35135 * switch-c.adb: Change -gnatC to -gnateI
35136
35137 * usage.adb: Document new switch -gnateInnn
35138
35139 * scng.adb (Accumulate_Token_Checksum): New procedure
35140 (Scan): Call Accumulate_Token_Checksum after each identifier, reserved
35141 word or literal number.
35142 (Scan.Nlit.Scan_Integer): Do not accumulate internal '_' in litteral
35143 numbers.
35144
35145 2004-04-01 Thomas Quinot <quinot@act-europe.fr>
35146
35147 * a-tasatt.adb,
35148 g-comlin.adb, sinput-c.adb, s-secsta.adb, s-tpobop.adb,
35149 switch-m.adb, 56taprop.adb, 5ginterr.adb, 5gmastop.adb,
35150 5staprop.adb, 5vinterr.adb, 5vtaprop.adb, 5vtpopde.adb,
35151 5vtpopde.adb: Add missing 'constant' keywords.
35152
35153 2004-04-01 Javier Miranda <miranda@gnat.com>
35154
35155 * par-ch4.adb: (P_Allocator): Code cleanup
35156
35157 * sem_ch3.adb (Access_Definition): Properly set the null-excluding
35158 attribute.
35159
35160 * sinfo.ads: Complete documentation of previous change
35161
35162 2004-04-01 Pascal Obry <obry@gnat.com>
35163
35164 * gnatlink.adb (Process_Binder_File): Remove duplicate linker options
35165 only on VMS. This special handling was done because an old GNU/ld bug
35166 on Windows which has been fixed.
35167
35168 2004-04-01 GNAT Script <nobody@gnat.com>
35169
35170 * Make-lang.in: Makefile automatically updated
35171
35172 2004-03-31 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
35173
35174 * decl.c (gnat_to_gnu_entity, make_type_from_size):
35175 Use TYPE_UNSIGNED, not TREE_UNSIGNED.
35176 * trans.c (tree_transform, convert_with_check): Likewise.
35177 * utils.c (gnat_signed_or_unsigned_type): Likewise.
35178 (build_vms_descriptor, unchecked_convert): Likewise.
35179 * utils2.c (nonbinary_modular_operation): Likewise.
35180
35181 2004-03-29 Javier Miranda <miranda@gnat.com>
35182
35183 * checks.adb (Null_Exclusion_Static_Checks): New subprogram
35184 (Install_Null_Excluding_Check): Local subprogram that determines whether
35185 an access node requires a runtime access check and if so inserts the
35186 appropriate run-time check.
35187 (Apply_Access_Check): Call Install_Null_Excluding check if required
35188 (Apply_Constraint_Check): Call Install_Null_Excluding check if required
35189
35190 * checks.ads: (Null_Exclusion_Static_Checks): New subprogram
35191
35192 * einfo.ads: Fix typo in comment
35193
35194 * exp_ch3.adb (Build_Assignment): Generate conversion to the
35195 null-excluding type to force the corresponding run-time check.
35196 (Expand_N_Object_Declaration): Generate conversion to the null-excluding
35197 type to force the corresponding run-time check.
35198
35199 * exp_ch5.adb (Expand_N_Assignment_Statement): Generate conversion to
35200 the null-excluding type to force the corresponding run-time check.
35201
35202 * exp_ch6.adb (Expand_Call): Do not generate the run-time check in
35203 case of access types unless they have the null-excluding attribute.
35204
35205 * sprint.adb (Sprint_Node_Actual): Give support to the null-exclusing
35206 part.
35207
35208 * exp_util.ads: Fix typo in comment
35209
35210 * par.adb (P_Null_Exclusion): New subprogram
35211 (P_Subtype_Indication): New formal that indicates if the null-excluding
35212 part has been scanned-out and it was present
35213
35214 * par-ch3.adb, par-ch4.adb, par-ch6.adb: Give support to AI-231
35215
35216 * sem_aggr.adb: (Check_Can_Never_Be_Null): New subprogram
35217 (Aggregate_Constraint_Checks): Generate conversion to the null-excluding
35218 type to force the corresponding run-time check
35219 (Resolve_Aggregate): Propagate the null-excluding attribute to the array
35220 components
35221 (Resolve_Array_Aggregate): Carry out some static checks
35222 (Resolve_Record_Aggregate.Get_Value): Carry out some static check
35223
35224 * sem_ch3.adb (Access_Definition): In Ada 0Y the Can_Never_Be_Null
35225 attribute must be set only if specified by means of the null-excluding
35226 part. In addition, we must also propagate the access-constant attribute
35227 if present.
35228 (Access_Subprogram_Declaration, Access_Type_Declaration,
35229 Analyze_Component_Declaration, Analyze_Object_Declaration,
35230 Array_Type_Declaration, Process_Discriminants,
35231 Analyze_Subtype_Declaration): Propagate the null-excluding attribute
35232 and carry out some static checks.
35233 (Build_Derived_Access_Type): Set the null-excluding attribute
35234 (Derived_Type_Declaration, Process_Subtype): Carry out some static
35235 checks.
35236
35237 * sem_ch4.adb (Analyze_Allocator): Carry out some static checks
35238
35239 * sem_ch5.adb (Analyze_Assignment): Carry out some static checks
35240
35241 * sem_ch6.adb (Process_Formals): Carry out some static checks.
35242 (Set_Actual_Subtypes): Generate null-excluding subtype if the
35243 null-excluding part was present; it is not required to be done here in
35244 case of anonymous access types.
35245 (Set_Formal_Mode): Ada 0Y allows anonymous access to have the null
35246 value.
35247
35248 * sem_res.adb (Resolve_Actuals): Carry out some static check
35249 (Resolve_Null): Allow null in anonymous access
35250
35251 * sinfo.adb: New subprogram Null_Exclusion_Present
35252 All_Present and Constant_Present available on access_definition nodes
35253
35254 * sinfo.ads: New flag Null_Exclusion_Present on subtype_declaration,
35255 object_declaration, derived_type_definition, component_definition,
35256 discriminant_specification, access_to_object_definition,
35257 access_function_definition, allocator, access_procedure_definition,
35258 access_definition, parameter_specification, All_Present and
35259 Constant_Present flags available on access_definition nodes.
35260
35261 2004-03-29 Robert Dewar <dewar@gnat.com>
35262
35263 * fname.adb, fname.ads, fname-sf.adb, fname-uf.adb, fname-uf.ads,
35264 gnat1drv.adb, lib.adb, lib.ads, lib-load.adb, lib-writ.adb,
35265 opt.ads, osint.adb, osint.ads, osint-c.adb, par.adb,
35266 par-ch10.adb, par-load.adb, par-prag.adb, sfn_scan.adb,
35267 sfn_scan.ads, sinput-l.adb, sinput-l.ads, switch-c.adb,
35268 sem_prag.adb: Updates to handle multiple units/file
35269
35270 * par.adb: Change test for s-rpc to s-rp for detecting rpc and children
35271
35272 * par.adb, memtrack.adb, prj-makr.adb, prj-part.adb,
35273 sem_util.adb: Minor reformatting
35274
35275 * sem_ch12.adb: Add comment for previous change
35276
35277 2004-03-29 Laurent Pautet <pautet@act-europe.fr>
35278
35279 * osint.adb (Executable_Prefix): Set Exec_Name to the current
35280 executable name when not initialized. Otherwise, use its current value.
35281
35282 * osint.ads (Exec_Name): Move Exec_Name from body to spec in order to
35283 initialize it to another executable name than the current one. This
35284 allows to configure paths for an executable name (gnatmake) different
35285 from the current one (gnatdist).
35286
35287 2004-03-29 Ed Schonberg <schonberg@gnat.com>
35288
35289 * exp_ch6.adb (Expand_Call): A call to a function declared in the
35290 current unit cannot be inlined if it appears in the body of a withed
35291 unit, to avoid order of elaboration problems in gigi.
35292
35293 * exp_ch9.adb (Build_Protected_Sub_Specification): Generate debugging
35294 information for protected (wrapper) operation as well, to simplify gdb
35295 use.
35296
35297 * sem_ch6.adb (Analyze_Subprogram_Body): For a private operation in a
35298 protected body, indicate that the entity for the generated spec comes
35299 from source, to ensure that references are properly generated for it.
35300 (Build_Body_To_Inline): Do not inline a function that returns a
35301 controlled type.
35302
35303 * sem_prag.adb (Process_Convention): If subprogram is overloaded, only
35304 apply convention to homonyms that are declared explicitly.
35305
35306 * sem_res.adb (Make_Call_Into_Operator): If the operation is a function
35307 that renames an equality operator and the operands are overloaded,
35308 resolve them with the declared formal types, before rewriting as an
35309 operator.
35310
35311 2004-03-29 GNAT Script <nobody@gnat.com>
35312
35313 * Make-lang.in: Makefile automatically updated
35314
35315 2004-03-25 Vasiliy Fofanov <fofanov@act-europe.fr>
35316
35317 * memtrack.adb: Log realloc calls, which are treated as free followed
35318 by alloc.
35319
35320 2004-03-25 Vincent Celier <celier@gnat.com>
35321
35322 * prj-makr.adb (Process_Directories): Detect when a file contains
35323 several units. Do not include such files in the config pragmas or
35324 in the naming scheme.
35325
35326 * prj-nmsc.adb (Record_Source): New parameter Trusted_Mode.
35327 Resolve links only when not in Trusted_Mode.
35328 (Find_Sources, Recursive_Find_Dirs, Find_Source_Dirs, Locate_Directory):
35329 Do not resolve links for the display names.
35330
35331 * prj-part.adb (Parse_Single_Project, Project_Path_Name_Of): Do not
35332 resolve links when computing the display names.
35333
35334 2004-03-25 Thomas Quinot <quinot@act-europe.fr>
35335
35336 * sem_attr.adb (Check_Dereference): When the prefix of a 'Tag
35337 attribute reference does not denote a subtype, it can be any
35338 expression that has a classwide type, potentially after an implicit
35339 dereference. In particular, the prefix can be a view conversion for
35340 a classwide type (for which Is_Object_Reference holds), but it can
35341 also be a value conversion for an access-to-classwide type. In the
35342 latter case, there is an implicit dereference, and the original node
35343 for the prefix does not verify Is_Object_Reference.
35344
35345 * sem_util.adb (Is_Dependent_Component_Of_Mutable_Object): A view
35346 conversion of a discriminant-dependent component of a mutable object
35347 is one itself.
35348
35349 2004-03-25 Ed Schonberg <schonberg@gnat.com>
35350
35351 * freeze.adb (Freeze_Entity): When an inherited subprogram is
35352 inherited, has convention C, and has unconstrained array parameters,
35353 place the corresponding warning on the derived type declaration rather
35354 than the original subprogram.
35355
35356 * sem_ch12.adb (Instantiate_Formal_Subprogram): Set From_Default
35357 indication on renaming declaration, if formal has a box and actual
35358 is absent.
35359
35360 * sem_ch8.adb (Analyze_Subprogram_Renaming): Use From_Default flag to
35361 determine whether to generate an implicit or explicit reference to
35362 the renamed entity.
35363
35364 * sinfo.ads, sinfo.adb: New flag From_Default, to indicate that a
35365 subprogram renaming comes from a defaulted formal subprogram in an
35366 instance.
35367
35368 2004-03-25 Gary Dismukes <dismukes@gnat.com>
35369
35370 * sem_elab.adb (Check_Elab_Call): Refine loop that checks for default
35371 value expressions to ensure that calls within a component definition
35372 will be checked (since those are evaluated during the record type's
35373 elaboration).
35374
35375 2004-03-25 Arnaud Charlet <charlet@act-europe.fr>
35376
35377 * s-tpobop.adb: Code clean up:
35378 (Requeue_Call): Extract from PO_Service_Entries to remove duplicated
35379 code.
35380 (PO_Do_Or_Queue): Remove duplicated code and use Requeue_Call.
35381
35382 2004-03-25 Jose Ruiz <ruiz@act-europe.fr>
35383
35384 * Makefile.in: Clean up in the ravenscar run time.
35385
35386 2004-03-23 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
35387
35388 * decl.c (gnat_to_gnu_entity, case E_Access_Type): Pass value
35389 of No_Strict_Aliasing to build_pointer_type_for_mode.
35390 * utils.c (update_pointer_to): Walk pointer and ref chains.
35391
35392 2004-03-22 Cyrille Comar <comar@act-europe.fr>
35393
35394 * ali.ads: Fix Comment about Dynamic_Elab.
35395
35396 * gnatls.adb (Output_Unit): Add output of many flags (Dynamic_Elab,
35397 Has_RACW, Is_Generic, etc.)
35398 (Output_Object, Gnatls): Take into account ALI files not attached to
35399 an object.
35400
35401 2004-03-22 Vincent Celier <celier@gnat.com>
35402
35403 * gprep.adb: Change all String_Access to Name_Id
35404 (Is_ASCII_Letter): new function
35405 (Double_File_Name_Buffer): New procedure
35406 (Preprocess_Infile_Name): New procedure
35407 (Process_Files): New procedure
35408 (Gnatprep): Check if output and input are existing directories.
35409 Call Process_Files to do the real job.
35410
35411 2004-03-22 Robert Dewar <dewar@gnat.com>
35412
35413 * prj-env.adb, prj-nmsc.ads, prj-proc.ads,
35414 s-stache.ads, s-stache.adb: Comment updates. Minor reformatting.
35415
35416 2004-03-22 Sergey Rybin <rybin@act-europe.fr>
35417
35418 * scn.adb (Contains): Add check for EOF, is needed for a degenerated
35419 case when the source contains only comments.
35420
35421 2004-03-22 Ed Schonberg <schonberg@gnat.com>
35422
35423 * sem_ch10.adb (Analyze_Compilation_Unit): When generating a
35424 declaration for a child subprogram body that acts as a spec, indicate
35425 that the entity in the declaration needs debugging information.
35426
35427 * sem_ch3.adb (Complete_Private_Subtype): Do not build an underlying
35428 full view if the subtype is created for a constrained record component;
35429 gigi has enough information to construct the record, and there is no
35430 place in the tree for the declaration.
35431
35432 * sem_ch6.adb (Build_Body_To_Inline): Use an internal name without
35433 serial number for the dummy body that is built for analysis, to avoid
35434 inconsistencies in the generation of internal names when compiling
35435 with -gnatN.
35436
35437 2004-03-22 Thomas Quinot <quinot@act-europe.fr>
35438
35439 * sem_util.adb (Is_Object_Reference): A view conversion denotes an
35440 object.
35441
35442 2004-03-22 GNAT Script <nobody@gnat.com>
35443
35444 * Make-lang.in: Makefile automatically updated
35445
35446 2004-03-21 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
35447
35448 * decl.c (gnat_to_gnu_entity): Use SUBSTITUTE_PLACEHOLDER_IN_EXPR.
35449 * trans.c (tree_transform, emit_index_check): Likewise.
35450 * utils.c (build_template): Likewise.
35451 (max_size, convert): Remove handling of WITH_RECORD_EXPR.
35452 (maybe_unconstrained_array, unchecked_convert): Likewise.
35453 * utils2.c (gnat_truthvalue_conversion, build_binary_op): Likewise.
35454 (build_unary_op): Likewise.
35455 (compare_arrays, build_allocator): Use SUBSTITUTE_PLACEHOLDER_IN_EXPR.
35456 (fill_vms_descriptor): Likewise.
35457 (build_call_alloc_dealloc): Likewise.
35458 ALIGN is unsigned.
35459 * gigi.h (build_call_alloc_dealloc): Alignment is unsigned.
35460
35461 2004-03-20 Joseph S. Myers <jsm@polyomino.org.uk>
35462
35463 PR other/14630
35464 * gnat_ug.texi: Add info directory category and entry.
35465 * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
35466 gnat_ug_wnt.texi: Regenerate.
35467
35468 2004-03-19 Arnaud Charlet <charlet@act-europe.fr>
35469
35470 * ada-tree.h: Update copyright notice.
35471 Minor reformatting.
35472
35473 2004-03-19 Olivier Hainque <hainque@act-europe.fr>
35474
35475 * decl.c (gnat_to_gnu_entity, case E_Exception): Handle VMS exceptions
35476 as regular exception objects and not as mere integers representing the
35477 condition code. The latter approach required some dynamics to mask off
35478 severity bits, which did not fit well into the GCC table based model.
35479 (gnat_to_gnu_entity, objects): Don't supply an external name for VMS
35480 exception data objects. We don't it and it would conflict with the other
35481 external symbol we have to generate for such exceptions.
35482
35483 * trans.c (tree_transform, case N_Exception_Handler): Remove part of
35484 the special code for VMS exceptions, since these are now represented
35485 as regular exceptions objects.
35486
35487 2004-03-19 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
35488
35489 * decl.c (debug_no_type_hash): Remove.
35490 (gnat_to_gnu_entity, case E_Array_Type): Don't set and clear it.
35491 * misc.c (LANG_HOOK_HASH_TYPE): Redefine.
35492
35493 2004-03-19 Laurent Guerby <laurent@guerby.net>
35494
35495 * sem_prag.adb (Suppress_Unsuppress_Echeck): use loop instead of
35496 aggregate, allows bootstrap from 3.3 on powerpc-darwin.
35497
35498 2004-03-18 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
35499
35500 * ada-tree.h (TYPE_LEFT_JUSTIFIED_MODULAR_P): Add checking.
35501 (TYPE_CONTAINS_TEMPLATE_P, TYPE_OBJECT_RECORD_TYPE): Likewise.
35502 (TYPE_RM_SIZE_INT): Directly use type.values.
35503 (TREE_LOOP_ID): Clean up check.
35504 * decl.c (gnat_to_gnu_entity, case E_Enumeration_Type): Use
35505 TYPE_VALUES, not TYPE_FIELDS.
35506 * trans.c (convert_with_check): Delay access of bounds of basetype
35507 until sure is numeric.
35508
35509 2004-03-18 Arnaud Charlet <charlet@act-europe.fr>
35510
35511 * 5atpopsp.adb: Remove RTEMS from list of platforms using this file.
35512
35513 Code clean up:
35514 * 5ataprop.adb, 5ftaprop.adb, 5htaprop.adb, 5itaprop.adb, 5staprop.adb,
35515 5vtaprop.adb, 5wtaprop.adb, 7staprop.adb (Finalize_TCB): Use
35516 Specific.Set instead of direct call to e.g pthread_setspecific.
35517
35518 2004-03-18 Thomas Quinot <quinot@act-europe.fr>
35519
35520 * adaint.c: Update comments.
35521
35522 * Makefile.in: set PREFIX_OBJS, SYMLIB, THREADSLIB, and
35523 GNATLIB_SHARED for FreeBSD.
35524
35525 2004-03-18 Jose Ruiz <ruiz@act-europe.fr>
35526
35527 * init.c [VxWorks]: Do not fix the stack size for the environment task.
35528 When needed (stack checking) the stack size is retrieved
35529 from the VxWorks kernel.
35530
35531 * Makefile.in: Flag -nostdinc is required when building the run time
35532 for avoiding looking for files in the base compiler.
35533 Add the VxWorks specific version of the package body for
35534 System.Stack_checking.Operations (5zstchop.adb).
35535
35536 * Make-lang.in: Add the object file for
35537 System.Stack_Checking.Operations.
35538
35539 * Makefile.rtl: Add object file for the package
35540 System.Stack_Checking.Operations.
35541
35542 * s-stchop.ads, s-stchop.adb, 5zstchop.adb: New files.
35543
35544 * s-stache.ads, s-stache.adb: Move the operations related to stack
35545 checking from this package to package System.Stack_Checking.Operations.
35546 This way, stack checking operations are only linked in the final
35547 executable when using the -fstack-check flag.
35548
35549 2004-03-18 Doug Rupp <rupp@gnat.com>
35550
35551 * Makefile.in [VMS]: Handle 64 bit specs (5qsystem.ads, 5xcrtl.ads).
35552 Reorganize ifeq's.
35553
35554 * 5qsystem.ads, 5xcrtl.ads: New files.
35555
35556 2004-03-18 Vincent Celier <celier@gnat.com>
35557
35558 * prj.adb (Reset): Reset hash table Files_Htable
35559
35560 * prj-env.adb (Source_Paths, Object_Paths): New tables.
35561 (Add_To_Source_Path, Add_To_Object_Path): New procedures, to replace
35562 the procedures Add_To_Path_File.
35563 (Set_Ada_Paths): Accumulate source and object dirs in the tables,
35564 making sure that each directory is present only once and, for object
35565 dirs, when a directory already present is added, the duplicate is
35566 removed and the directory is always put as the last in the table.
35567 Write the path files at the end of these accumulations.
35568
35569 * prj-nmsc.adb (Record_Source): Add source file name in hash table
35570 Files_Htable for all sources.
35571
35572 * prj-proc.adb (Process): Remove restrictions between not directly
35573 related extending projects.
35574
35575 2004-03-18 Emmanuel Briot <briot@act-europe.fr>
35576
35577 * prj-nmsc.ads, prj-nmsc.adb (Ada_Check): New parameter Trusted_Mode.
35578 (Find_Sources): Minor speed optimization.
35579
35580 * prj-proc.ads, prj-proc.adb (Check, Recursive_Check, Process): New
35581 parameter Trusted_Mode.
35582
35583 2004-03-18 Sergey Rybin <rybin@act-europe.fr>
35584
35585 * scn.adb (Determine_License): Take into account a degenerated case
35586 when the source contains only comments.
35587
35588 2004-03-18 Ed Schonberg <schonberg@gnat.com>
35589
35590 * sem_warn.adb (Check_References): For a warning on a selected
35591 component that does not come from source, locate an uninitialized
35592 component of the record type to produce a more precise error message.
35593
35594 2004-03-15 Jerome Guitton <guitton@act-europe.fr>
35595
35596 * 3zsoccon.ads: Fix multicast options.
35597
35598 * s-thread.ads: Move unchecked conversion from ATSD_Access to Address
35599 in the spec.
35600
35601 2004-03-15 Robert Dewar <dewar@gnat.com>
35602
35603 * sem_prag.adb: Make sure No_Strict_Aliasing flag is set right when
35604 pragma used for a private type.
35605
35606 * lib-xref.adb (Generate_Reference): Do not generate warning if
35607 reference is in a different unit from the pragma Unreferenced.
35608
35609 * 5vtpopde.adb: Minor reformatting
35610 Fix casing of To_Task_ID
35611
35612 * sem_ch13.adb (Validate_Unchecked_Conversion): Set No_Strict_Aliasing
35613 flag if we have an unchecked conversion to an access type in the same
35614 unit.
35615
35616 2004-03-15 Geert Bosch <bosch@gnat.com>
35617
35618 * a-ngcoty.adb (Modulus): In alternate formula for large real or
35619 imaginary parts, use Double precision throughout.
35620
35621 * a-tifiio.adb (Put_Scaled): Remove remaining pragma Debug. Not only
35622 we want to be able to compile run-time with -gnata for testing, but
35623 this may also be instantiated in user code that is compiled with -gnata.
35624
35625 2004-03-15 Olivier Hainque <hainque@act-europe.fr>
35626
35627 * s-stalib.ads (Exception_Code): New type, to represent Import/Export
35628 codes. Having a separate type for this is useful to enforce consistency
35629 throughout the various run-time units.
35630 (Exception_Data): Use Exception_Code for Import_Code.
35631
35632 * s-vmextra.ads, s-vmexta.adb: Use Exception_Code instead of a mix of
35633 Natural and Integer in various places.
35634 (Register_VMS_Exception): Use Base_Code_In to compute the exception code
35635 with the severity bits masked off.
35636 (Register_VMS_Exception): Handle the additional exception data pointer
35637 argument.
35638
35639 * raise.c (_GNAT_Exception structure): Remove the handled_by_others
35640 component, now reflected by an exported accessor.
35641 (is_handled_by): New routine to compute whether the propagated
35642 occurrence matches some handler choice specification. Extracted out of
35643 get_action_description_for, and expanded to take care of the VMS
35644 specifities.
35645 (get_action_description_for): Use is_handled_by instead of an explicit
35646 complex condition to decide if the current choice at hand catches the
35647 propagated occurrence.
35648
35649 * raise.h (Exception_Code): New type for C.
35650
35651 * rtsfind.ads (RE_Id, RE_Unit_Table): Add
35652 System.Standard_Library.Exception_Code, to allow references from the
35653 pragma import/export expander.
35654
35655 * a-exexpr.adb (Is_Handled_By_Others, Language_For, Import_Code_For):
35656 New accessors to allow easy access to GNAT exception data
35657 characteristics.
35658 (GNAT_GCC_Exception record, Propagate_Exception): Get rid of the
35659 redundant Handled_By_Others component, helper for the personality
35660 routine which will now be able to call the appropriate exception data
35661 accessor instead.
35662
35663 * cstand.adb (Create_Standard): Adjust the type of the Import_Code
35664 component of Standard_Exception_Type to be the closest possible to
35665 Exception_Code in System.Standard_Library, that we cannot get at this
35666 point. Expand a ??? comment to notify that this type node should
35667 probably be rewritten later on.
35668
35669 * exp_prag.adb (Expand_Pragma_Import_Export_Exception): Adjust the
35670 registration call to include a pointer to the exception object in the
35671 arguments.
35672
35673 * init.c (__gnat_error_handler): Use Exception_Code and Base_Code_In
35674 instead of int and explicit bitmasks.
35675
35676 2004-03-15 Vincent Celier <celier@gnat.com>
35677
35678 * vms_data.ads: Add new GNAT BIND qualifier /STATIC. Makes /NOSHARED
35679 equivalent to /STATIC and /NOSTATIC equivalent to /SHARED.
35680
35681 * a-tasatt.adb (To_Access_Code): Remove this UC instantiation, no
35682 longer needed now that it is in the spec of
35683 System.Tasking.Task_Attributes.
35684
35685 * adaint.h, adaint.c: (__gnat_create_output_file): New function
35686
35687 * gnatcmd.adb: Fix bug introduced in previous rev: /= instead of =
35688
35689 * g-os_lib.ads, g-os_lib.adb (Create_Output_Text_File): New function.
35690
35691 * make.adb (Gnatmake): Do not check the executable suffix; it is being
35692 taken care of in Scan_Make_Arg.
35693 (Scan_Make_Arg): Add the executable suffix only if the argument
35694 following -o, in canonical case, does not end with the executable
35695 suffix. When in verbose mode and executable file name does not end
35696 with executable suffix, output the executable name, in canonical case.
35697
35698 * s-tataat.ads (Access_Dummy_Wrapper): Add pragma No_Strict_Aliasing
35699 to avoid warnings when instantiating Ada.Task_Attributes.
35700 Minor reformating.
35701
35702 * mlib-prj.adb (Process_Imported_Libraries): Get the imported libraries
35703 in the correct order.
35704
35705 * prj-makr.adb (Process_Directory): No longer use GNAT.Expect, but
35706 redirect standard output and error to a file for the invocation of the
35707 compiler, then read the file.
35708
35709 * prj-nmsc.adb (Find_Sources): Use the Display_Value for each
35710 directory, instead of the Value.
35711 (Find_Source_Dirs): Remove useless code & comments.
35712
35713 2004-03-15 Ed Schonberg <schonberg@gnat.com>
35714
35715 * exp_ch3.adb (Freeze_Record_Type): If a primitive operation of a
35716 tagged type is inherited, and the parent operation is not frozen yet,
35717 force generation of a freeze node for the inherited operation, so the
35718 corresponding dispatch entry is properly initialized.
35719 (Make_Predefined_Primitive_Specs): Check that return type is Boolean
35720 when looking for user-defined equality operation.
35721
35722 * exp_ch4.adb (Expand_Composite_Equality): Check that return type is
35723 boolean when locating primitive equality of tagged component.
35724
35725 * exp_ch5.adb (Expand_Assign_Array): If the left-hand side is a
35726 bit-aligned field and the right-hand side a string literal, introduce
35727 a temporary before expanding assignment into a loop.
35728
35729 * exp_ch9.adb (Expand_N_Task_Type_Declaration): Copy expression for
35730 priority in full, to ensure that any expanded subepxressions of it are
35731 elaborated in the scope of the init_proc.
35732
35733 * exp_prag.adb (Expand_Pragma_Import): Search for initialization call
35734 after object declaration, skipping over code that may have been
35735 generated for validity checks.
35736
35737 * sem_ch12.adb (Validate_Private_Type_Instance): If type has unknown
35738 discriminants, ignore the known discriminants of its full view, if
35739 any, to check legality.
35740
35741 * sem_ch3.adb (Complete_Private_Subtype): Do not create constrained
35742 component if type has unknown discriminants.
35743 (Analyze_Private_Extension_Declaration): Discriminant constraint is
35744 null if type has unknown discriminants.
35745
35746 * sem_ch6.adb (Analyze_Generic_Subprogram_Body): Generate reference
35747 for end label when present.
35748
35749 * s-fileio.adb (Open): When called with a C_Stream, use given name for
35750 temporary file, rather than an empty string.
35751
35752 2004-03-15 Ed Falis <falis@gnat.com>
35753
35754 * s-thread.adb: Removed, no longer used.
35755
35756 2004-03-15 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
35757
35758 * decl.c (target.h): Now include.
35759 (gnat_to_gnu_entity, case E_Access_Type): Use mode derived from ESIZE
35760 in new build_pointer_from_mode calls for non-fat/non-thin pointer.
35761 (validate_size): For POINTER_TYPE, get smallest size permitted on
35762 machine.
35763
35764 * fe.h: Sort Einfo decls and add Set_Mechanism.
35765
35766 * Makefile.in: (LIBGNAT_SRCS): Remove types.h.
35767 (ada/decl.o): Depends on target.h.
35768
35769 * trans.c (tree_transform, N_Unchecked_Type_Conversion): Do not use
35770 FUNCTION_BOUNDARY; always use TYPE_ALIGN.
35771
35772 2004-03-15 Thomas Quinot <quinot@act-europe.fr>
35773
35774 * 5ztpopsp.adb, 56tpopsp.adb: Fix spelling of Task_ID.
35775
35776 * exp_ch4.adb (Expand_N_Indexed_Component): Do not call
35777 Insert_Dereference_Action when rewriting an implicit dereference into
35778 an explicit one, this will be taken care of during expansion of the
35779 explicit dereference.
35780 (Expand_N_Slice): Same. Always do the rewriting, even for the case
35781 of non-packed slices, since the dereference action generated by
35782 expansion of the explicit dereference is needed in any case.
35783 (Expand_N_Selected_Component): When rewriting an implicit dereference,
35784 analyze and resolve the rewritten explicit dereference so it is seen
35785 by the expander.
35786 (Insert_Dereference_Action): This procedure is now called only for the
35787 expansion of an N_Explcit_Dereference_Node. Do insert a check even for
35788 dereferences that do not come from source (including explicit
35789 dereferences resulting from rewriting implicit ones), but do not
35790 recursively insert a check for the dereference nodes contained within
35791 the check.
35792 (Insert_Dereference_Action): Clarify and correct comment.
35793
35794 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
35795
35796 PR ada/14131
35797 Move language detection to the top level.
35798 * config-lang.in: Build by default.
35799
35800 2004-03-05 Robert Dewar <dewar@gnat.com>
35801
35802 * 56taprop.adb, 5ataprop.adb: Remove unneeded unchecked conversions
35803
35804 * a-tags.adb, a-tags.ads, s-finimp.adb, s-finroo.ads,
35805 i-cpoint.ads, i-cpoint.adb, i-cstrin.adb, i-cstrin.ads,
35806 5iosinte.ads, 5sosinte.ads, 5staspri.ads, 5itaprop.adb,
35807 5staprop.adb, 5wtaprop.adb, s-tataat.ads, s-tataat.adb: Move
35808 unchecked conversion to spec to avoid warnings.
35809
35810 * s-tasini.adb, s-taskin.ads, 5atpopsp.adb: Correct spelling Task_Id
35811 to Task_ID
35812
35813 * 7stpopsp.adb: Correct casing in To_Task_ID call
35814
35815 * a-strsea.ads, a-strsea.adb: Minor reformatting
35816
35817 * einfo.ads, einfo.adb: Define new flag No_Strict_Aliasing
35818
35819 * errout.ads: Switch for VMS is now NO_STRICT_ALIASING.
35820 Adjust Max_Msg_Length to be clearly large enough.
35821
35822 * fe.h: Define In_Same_Source_Unit
35823
35824 * osint.adb: Add pragma Warnings Off to suppress warnings
35825 * g-dyntab.adb, g-table.adb, g-thread.adb: Add Warnings (Off) to kill
35826 aliasing warnings.
35827
35828 * opt.ads: Put entries in alpha order. Add entry for No_Strict_Aliasing
35829
35830 * par-prag.adb: Add dummy entry for No_Strict_Aliasing pragma
35831
35832 * sem_ch13.adb: Generate validate unchecked conversion nodes for gcc.
35833
35834 * sem_ch3.adb: Set No_Strict_Aliasing flag if config pragma set.
35835
35836 * sem_prag.adb: Implement pragma No_Strict_Aliasing.
35837
35838 * sinfo.ads: Remove obsolete comment on validate unchecked conversion
35839 node. We now do generate them for gcc back end.
35840
35841 * table.adb, sinput.adb: Add pragma Warnings Off to suppress aliasing
35842 warning.
35843
35844 * sinput-c.adb: Fix bad name in header.
35845 Add pragma Warnings Off to suppress aliasing warning.
35846
35847 * sinput-l.adb: Add pragma Warnings Off to suppress aliasing warning.
35848
35849 * snames.h, snames.ads, snames.adb: Add entry for pragma
35850 No_Strict_Aliasing.
35851
35852 2004-03-05 Vincent Celier <celier@gnat.com>
35853
35854 * prj-com.ads: Add hash table Files_Htable to check when a file name
35855 is already a source of another project.
35856
35857 * prj-nmsc.adb (Record_Source): Before recording a new source, check
35858 if its file name is not already a source of another project. Report an
35859 error if it is.
35860
35861 * gnatcmd.adb: When GNAT PRETTY is invoked with a project file and no
35862 source file name, call gnatpp with all the sources of the main project.
35863
35864 * vms_conv.adb (Initialize): GNAT PRETTY may be called with any number
35865 of file names.
35866
35867 * vms_data.ads: Correct documentation of new /OPTIMIZE keyword
35868 NO_STRICT_ALIASING. Add new qualifier for GNAT PRETTY:
35869 /RUNTIME_SYSTEM=, converted to --RTS=
35870 /NOTABS, converted to -notabs
35871
35872 2004-03-05 Pascal Obry <obry@gnat.com>
35873
35874 * make.adb: Minor reformatting.
35875
35876 2004-03-05 Ed Schonberg <schonberg@gnat.com>
35877
35878 Part of implemention of AI-262.
35879 * par-ch10.adb (P_Context_Clause): Recognize private with_clauses.
35880
35881 * sem_ch10.ads, sem_ch10.adb: (Install_Private_With_Clauses): New
35882 procedure.
35883
35884 * sem_ch3.adb (Analyze_Component_Declaration): Improve error message
35885 when component type is a partially constrained class-wide subtype.
35886 (Constrain_Discriminated_Type): If parent type has unknown
35887 discriminants, a constraint is illegal, even if full view has
35888 discriminants.
35889 (Build_Derived_Record_Type): Inherit discriminants when deriving a type
35890 with unknown discriminants whose full view is a discriminated record.
35891
35892 * sem_ch7.adb (Preserve_Full_Attributes): Preserve Has_Discriminants
35893 flag, to handle properly derivations of tagged types with unknown
35894 discriminants.
35895 (Analyze_Package_Spec, Analyze_Package_Body): Install
35896 Private_With_Clauses before analyzing private part or body.
35897
35898 * einfo.ads: Indicate that both Has_Unknown_Discriminants and
35899 Has_Discriminants can be true for a given type (documentation).
35900
35901 2004-03-05 Arnaud Charlet <charlet@act-europe.fr>
35902
35903 * s-restri.ads: Fix license (GPL->GMGPL).
35904
35905 * s-tassta.adb: Minor reformatting.
35906
35907 * s-tasren.adb: Replace manual handling of Self_Id.ATC_Nesting_Level
35908 by calls to Exit_One_ATC_Level, since additional clean up is performed
35909 by this function.
35910
35911 * s-tpobop.adb: Replace manual handling of Self_Id.ATC_Nesting_Level
35912 by calls to Exit_One_ATC_Level, since additional clean up is performed
35913 by this function.
35914
35915 2004-03-05 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
35916
35917 * trans.c: Reflect GCC changes to fix bootstrap problem.
35918 Add warning for suspicious aliasing unchecked conversion.
35919
35920 2004-03-05 GNAT Script <nobody@gnat.com>
35921
35922 * Make-lang.in: Makefile automatically updated
35923
35924 2004-03-02 Emmanuel Briot <briot@act-europe.fr>
35925
35926 * ali.adb (Read_Instantiation_Instance): Do not modify the
35927 current_file_num when reading information about instantiations, since
35928 this corrupts files in later references.
35929
35930 2004-03-02 Vincent Celier <celier@gnat.com>
35931
35932 * bcheck.adb (Check_Consistency): Get the full path of an ALI file
35933 before checking if it is read-only.
35934
35935 * bld.adb (Recursive_Process): Concatenate <PROJECT>.src_dirs in front
35936 of SRC_DIRS and eliminate duplicates.
35937
35938 * gprcmd.adb: Replace command "path" with command "path_sep" to return
35939 the path separator.
35940 (Usage): Document path_sep
35941
35942 * Makefile.generic: For Ada and GNU C++ cases, link directly with the
35943 C++ compiler. No need for a script.
35944 Replace use of C*_INCLUDE_PATH env var for GCC compilers with CPATH.
35945 Do not call gprcmd to build the C*_INCLUDE_PATHs, do it with function
35946 subst.
35947
35948 * prj-env.adb (For_All_Source_Dirs): Only add source dirs in project
35949 where there are Ada sources.
35950 (Set_Ada_Paths): Only add to the include path the source dirs of project
35951 with Ada sources.
35952 (Add_To_Path): Add the Display_Values of the directories, not their
35953 Values.
35954
35955 * prj-nmsc.adb (Find_Sources): Set flag Sources_Present in the project
35956 data.
35957
35958 * prj-nmsc.adb (Add_ALI_For): Make sure that the element Display_Value
35959 is not No_Name.
35960 (Find_Source_Dirs): Set Display_Value to a non canonicalized value, only
35961 Value is canonicalized.
35962 (Language_Independent_Check): Do not copy Value to Display_Value when
35963 canonicalizing Value.
35964
35965 * prj-part.adb (Post_Parse_Context_Clause): Compare canonical cased
35966 path to find limited with cycles.
35967 (Parse_Single_Project): Use canonical cased path to find the end of a
35968 with cycle.
35969
35970 2004-03-02 Ed Schonberg <schonberg@gnat.com>
35971
35972 * sem_ch10.adb (Optional_Subunit): Verify that unit contains a subunit
35973 and not a child unit.
35974
35975 * sinfo.ads, sinfo.adb: Rearrange flags so that Private_Present can
35976 appear in a with_clause.
35977
35978 * decl.c (gnat_to_gnu_type): If entity is a generic type, which can
35979 only happen in type_annotate mode, do not try to elaborate it.
35980
35981 * exp_util.adb (Force_Evaluation): If expression is a selected
35982 component on the left of an assignment, use a renaming rather than a
35983 temporary to remove side effects.
35984
35985 * freeze.adb (Freeze_Entity): Do not freeze a global entity within an
35986 inlined instance body, which is analyzed before the end of the
35987 enclosing scope.
35988
35989 2004-03-02 Robert Dewar <dewar@gnat.com>
35990
35991 * par-ch10.adb, par-ch3.adb, par-ch4.adb, scng.adb,
35992 sem_ch4.adb: Use new feature for substitution of keywords in VMS
35993
35994 * errout.ads, errout.adb: Implement new circuit for substitution of
35995 keywords in VMS.
35996
35997 * sem_case.adb (Analyze_Choices): Place message properly when case is
35998 a subtype reference rather than an explicit range.
35999
36000 * sem_elim.adb, s-tpobop.ads, exp_ch2.adb: Minor reformatting
36001
36002 2004-03-02 Doug Rupp <rupp@gnat.com>
36003
36004 * init.c (__gnat_initialize)[VMS]: Resignal RDB-E-STREAM_EOF.
36005
36006 2004-03-02 Thomas Quinot <quinot@act-europe.fr>
36007
36008 * s-tporft.adb: Add missing locking around call to Initialize_ATCB.
36009
36010 2004-03-02 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
36011
36012 * utils.c (finish_record_type): Do not set DECL_NONADDRESSABLE for a
36013 BLKmode bitfield.
36014
36015 2004-02-25 Robert Dewar <dewar@gnat.com>
36016
36017 * 51osinte.ads, 52osinte.ads, 53osinte.ads, 54osinte.ads,
36018 55osinte.ads, 56osinte.ads, 5aosinte.ads, 5bosinte.ads,
36019 5cosinte.ads, 5fosinte.ads, 5gosinte.ads, 5hosinte.ads,
36020 5iosinte.ads, 5losinte.ads, 5nosinte.ads, 5oosinte.ads,
36021 5posinte.ads, 5sosinte.ads, 5tosinte.ads, 5vosinte.ads,
36022 5wosinte.ads, 5zosinte.ads: Move instances of Unchecked_Conversion to
36023 the defining instance of the type to avoid aliasing problems.
36024 Fix copyright header. Fix bad comments in package header.
36025
36026 * exp_util.adb, prj-part.adb, prj-part.adb: Minor reformatting
36027
36028 2004-02-25 Ed Schonberg <schonberg@gnat.com>
36029
36030 * exp_ch2.adb (Param_Entity): Handle properly formals that have been
36031 rewritten as references when aliased through an address clause.
36032
36033 * sem_ch4.adb (Try_Indirect_Call): Normalize actuals before checking
36034 whether call can be interpreted as an indirect call to the result of a
36035 parameterless function call returning an access subprogram.
36036
36037 2004-02-25 Arnaud Charlet <charlet@act-europe.fr>
36038
36039 Code clean up:
36040 * exp_ch7.adb (Make_Clean): Remove generation of calls to
36041 Unlock[_Entries], since this is now done by Service_Entries directly.
36042
36043 * exp_ch9.adb (Build_Protected_Subprogram_Body): ditto.
36044
36045 * s-tpobop.ads, s-tpobop.adb (PO_Service_Entries): New nested procedure
36046 Requeue_Call for better code readability. Change spec and update calls:
36047 PO_Service_Entries now unlock the PO on exit.
36048 (Protected_Entry_Call, Timed_Protected_Entry_Call): Update calls to
36049 PO_Service_Entries.
36050
36051 * s-tposen.ads, s-tposen.adb (Service_Entry): Now unlock the PO on exit.
36052
36053 * s-taenca.adb, s-tasren.adb: Update calls to PO_Service_Entries.
36054
36055 2004-02-25 Sergey Rybin <rybin@act-europe.fr>
36056
36057 * exp_ch9.adb (Build_Simple_Entry_Call): Prevent expanding the
36058 protected subprogram call and analyzing the result of such expanding
36059 in case when the called protected subprogram is eliminated.
36060
36061 * sem_elim.adb (Check_Eliminated): Skip blocks when comparing scope
36062 names.
36063
36064 2004-02-25 Jerome Guitton <guitton@act-europe.fr>
36065
36066 * Makefile.in: Clean ups.
36067
36068 2004-02-23 Ed Schonberg <schonberg@gnat.com>
36069
36070 * exp_ch6.adb (Expand_N_Subprogram_Declaration): Do not create
36071 protected operations if original subprogram is flagged as eliminated.
36072 (Expand_N_Subprogram_Body): For a protected operation, create
36073 discriminals for next operation before checking whether the operation
36074 is eliminated.
36075
36076 * exp_ch9.adb (Expand_N_Protected_Body,
36077 Expand_N_Protected_Type_Declaration): Do not generate specs and bodies
36078 for internal protected operations if the original subprogram is
36079 eliminated.
36080
36081 * sem_elim.adb (Check_Eliminated): Handle properly protected operations
36082 declared in a single protected object.
36083
36084 2004-02-23 Vincent Celier <celier@gnat.com>
36085
36086 * prj-attr.adb: Make attribute Builder'Executable an associative array,
36087 case insensitive if file names are case insensitive, instead of a
36088 standard associative array.
36089
36090 * prj-attr.adb (Initialize): For 'b' associative arrays, do not set
36091 them as case insensitive on platforms where the file names are case
36092 sensitive.
36093
36094 * prj-part.adb (Parse_Single_Project): Make sure, when checking if
36095 project file has already been parsed that canonical path are compared.
36096
36097 2004-02-23 Robert Dewar <dewar@gnat.com>
36098
36099 * sinput-c.ads: Correct bad unit title in header
36100
36101 * freeze.adb: Minor reformatting
36102
36103 2004-02-23 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
36104
36105 * trans.c (tree_transform, case N_Procedure_Call_Statement): For
36106 nonaddressable COMPONENT_REF that is removing padding that we are
36107 taking the address of, take the address of the padded record instead
36108 if item is variable size.
36109
36110 2004-02-20 Robert Dewar <dewar@gnat.com>
36111
36112 * bld.adb, exp_util.adb, gprcmd.adb: Minor reformatting
36113
36114 2004-02-20 Ed Schonberg <schonberg@gnat.com>
36115
36116 * freeze.adb (Freeze_Record_Type): Generalize mechanism that generates
36117 itype references for the constrained designated type of a component
36118 whose base type is already frozen.
36119
36120 2004-02-20 Arnaud Charlet <charlet@act-europe.fr>
36121
36122 * init.c (__gnat_error_handler [tru64]): Rewrite previous change to
36123 avoid GCC warnings.
36124
36125 2004-02-20 Sergey Rybin <rybin@act-europe.fr>
36126
36127 * sem_ch12.adb (Analyze_Formal_Package): Create a new defining
36128 identifier for a phantom package that rewrites the formal package
36129 declaration with a box. The Add semantic decorations for the defining
36130 identifier from the original node (that represents the formal package).
36131
36132 2004-02-19 Matt Kraai <kraai@alumni.cmu.edu>
36133
36134 * Make-lang.in (ada/stamp-sdefault): Use the top level
36135 move-if-change.
36136
36137 2004-02-19 Richard Henderson <rth@redhat.com>
36138
36139 * misc.c (record_code_position): Add third build arg for RTL_EXPR.
36140
36141 2004-02-18 Emmanuel Briot <briot@act-europe.fr>
36142
36143 * ali.ads, ali.adb (First_Sdep_Entry): No longer a constant, so that
36144 Scan_ALI can be used for multiple ALI files without reinitializing
36145 between calls.
36146
36147 2004-02-18 Robert Dewar <dewar@gnat.com>
36148
36149 * debug.adb: Minor reformatting.
36150
36151 2004-02-18 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
36152
36153 * decl.c (gnat_to_gnu_entity, case object): Set DECL_POINTER_ALIAS_SET
36154 to zero if there is an address clause.
36155
36156 2004-02-18 Thomas Quinot <quinot@act-europe.fr>
36157
36158 * exp_util.adb (Side_Effect_Free): Any literal is side effects free.
36159
36160 2004-02-18 Gary Dismukes <dismukes@gnat.com>
36161
36162 * layout.adb (Layout_Component_List): Revise generation of call to
36163 discriminant-checking function to pass selections of all of the type's
36164 discriminants rather than just the variant-controlling discriminant.
36165
36166 2004-02-18 Olivier Hainque <hainque@act-europe.fr>
36167
36168 * 5gmastop.adb (Pop_Frame): Do not call exc_unwind, which is bound to
36169 fail in the current setup and triggers spurious system error messages.
36170 Pretend it occurred and failed instead.
36171
36172 2004-02-18 Vincent Celier <celier@gnat.com>
36173
36174 * bld.adb: Mark FLDFLAGS as saved
36175 (Process_Declarative_Items): Add Linker'Linker_Options to FLDFLAGS when
36176 it is not the root project. Put each directory to be
36177 extended between double quotes to prevent it to be expanded on Windows.
36178 (Recursive_Process): Reset CFLAGS/CXXFLAGS to nothing before processing
36179 the project file. Set them back to their initial values if they have not
36180 been set in the project file.
36181
36182 * gprcmd.adb: (Gprdebug, Debug): New global variables
36183 (Display_Command): New procedure
36184 (Usage): Document new command "linkopts"
36185 Call Display_Command when env var GPRDEBUG has the value "TRUE"
36186 Implement new command "linkopts"
36187 Remove quotes that may be around arguments for "extend"
36188 Always call Normalize_Pathname with arguments formatted for the platform
36189
36190 * Makefile.generic: Link C/C++ mains with $(FLDFLAGS)
36191 Change @echo to @$(display) in target clean to be able to clean silently
36192
36193 * Makefile.prolog: Save FLDFLAGS and give it an initial empty value
36194
36195 * prj-part.adb (Project_Path_Name_Of): Do not put final result in
36196 canonical case.
36197
36198 * prj-part.adb (Parse_Single_Project): Always call with From_Extended
36199 = Extending_All when current project is an extending all project.
36200
36201 * vms_conv.adb (Output_File_Expected): New Boolean global variable,
36202 set to True only for LINK command, after Unix switch -o.
36203 (Process_Arguments): Set Output_File_Expected to True for LINK command
36204 after Unix switch -o. When Output_File_Expected is True, never add an
36205 extension to a file name.
36206
36207 * 5vml-tgt.adb (Build_Dynamic_Library): Do not append "/OPTIONS" to the
36208 option file name, only to the --for-linker= switch.
36209 (Option_File_Name): If option file name do not end with ".opt", append
36210 "/OPTIONS".
36211
36212 2004-02-18 GNAT Script <nobody@gnat.com>
36213
36214 * Make-lang.in: Makefile automatically updated
36215
36216 2004-02-17 Matt Kraai <kraai@alumni.cmu.edu>
36217
36218 * Make-lang.in (stamp-sdefault): Do not depend on
36219 move-if-change.
36220
36221 2004-02-12 Zack Weinberg <zack@codesourcery.com>
36222
36223 * config-lang.in: Disable Ada by default until probe logic for
36224 a bootstrap Ada compiler can be moved to the top level configure
36225 script.
36226
36227 2004-02-12 Olivier Hainque <hainque@act-europe.fr>
36228
36229 * decl.c (components_to_record): Don't claim that the internal fields
36230 we make to hold the variant parts are semantically addressable, because
36231 they are not.
36232
36233 * exp_pakd.adb (Create_Packed_Array_Type): Rename Esiz into PASize and
36234 adjust the comment describing the modular type form when we can use it.
36235 (Install_PAT): Account for the Esiz renaming.
36236
36237 * init.c (__gnat_error_handler for alpha-tru64): Arrange to clear the
36238 sc_onstack context indication before raising the exception to which
36239 the signal is mapped. Allows better handling of later signals possibly
36240 triggered by the resumed user code if the exception is handled.
36241
36242 2004-02-12 Arnaud Charlet <charlet@act-europe.fr>
36243
36244 * 5zinit.adb: Removed, no longer used.
36245
36246 2004-02-12 Robert Dewar <dewar@gnat.com>
36247
36248 * ali.adb: Remove separating space between parameters on R line. Makes
36249 format consistent with format used by the binder for Set_Globals call.
36250
36251 * atree.ads, atree.adb: Minor reformatting (new function header format)
36252
36253 * bindgen.adb: Add Run-Time Globals documentation section containing
36254 detailed documentation of the globals passed from the binder file to
36255 the run time.
36256
36257 * gnatls.adb: Minor reformatting
36258
36259 * init.c (__gnat_set_globals): Add note pointing to documentation in
36260 bindgen.
36261
36262 * lib-writ.ads, lib-writ.adb: Remove separating space between
36263 parameters on R line.
36264 Makes format consistent with format used by the binder for Set_Globals
36265 call.
36266
36267 * osint.ads: Add 2004 to copyright notice
36268 Minor reformatting
36269
36270 * snames.ads: Correct capitalization of FIFO_Within_Priorities
36271 Noticed during code reading, documentation issue only
36272
36273 * usage.adb: Remove junk line for obsolete C switch
36274 Noticed during code reading
36275
36276 2004-02-12 Vincent Celier <celier@gnat.com>
36277
36278 * bld.adb (Process_Declarative_Items): For Source_Dirs call gprcmd
36279 extend for each directory, so that multiple /** directories are
36280 extended individually.
36281 (Recursive_Process): Set the default for LANGUAGES to ada
36282
36283 * gprcmd.adb: Define new command "ignore", to do nothing.
36284 Implement new comment "path".
36285
36286 * Makefile.generic: Suppress output when SILENT is set
36287 Make sure that when compiler for C/C++ is gcc, the correct -x switch is
36288 used, so that the correct compiler is invoked.
36289 When compiler is gcc/g++, put search path in env vars C_INCLUDE_PATH/
36290 CXX_INCLUDE_PATH, to avoid failure with too long command lines.
36291
36292 2004-02-12 Jerome Guitton <guitton@act-europe.fr>
36293
36294 * Makefile.in: Clean ups and remove obsolete targets.
36295
36296 2004-02-12 Ed Schonberg <schonberg@gnat.com>
36297
36298 * exp_ch5.adb: Remove Possible_Unligned_Slice, in favor of the similar
36299 predicate declared in exp_util.
36300
36301 * exp_util.adb: Add comments.
36302
36303 * sem_ch10.adb (Analyze_Subunit): Remove ultimate parent unit from
36304 visibility before compiling context of the subunit.
36305
36306 * sem_res.adb (Check_Parameterless_Call): If the context expects a
36307 value but the name is a procedure, do not attempt to analyze as a call,
36308 in order to obtain more telling diagnostics.
36309
36310 * sem_util.adb (Wrong_Type): Further enhancement to diagnose missing
36311 'Access on parameterless function calls.
36312 (Normalize_Actuals): For a parameterless function call with missing
36313 actuals, defer diagnostic until resolution of enclosing call.
36314
36315 * sem_util.adb (Wrong_Type): If the context type is an access to
36316 subprogram and the expression is a procedure name, suggest a missing
36317 'attribute.
36318
36319 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
36320 Nathanael Nerode <neroden@gcc.gnu.org>
36321
36322 PR ada/6637
36323 PR ada/5911
36324 Merge with libada-branch:
36325 * config-lang.in: Build libada only when ada is built.
36326
36327 2004-02-09 Ed Schonberg <schonberg@gnat.com>
36328
36329 * exp_ch4.adb (Expand_N_Op_Eq): When looking for the primitive equality
36330 for a tagged type, verify that both formals have the same type.
36331
36332 * exp_ch6.adb (Add_Call_By_Copy_Code): Initialize properly the
36333 temporary when the formal is an in-parameter and the actual a possibly
36334 unaligned slice.
36335
36336 * exp_ch9.adb (Expand_Entry_Barrier): Resolve barrier expression even
36337 when expansion is disabled, to ensure proper name capture with
36338 overloaded literals. Condition can be of any boolean type, resolve
36339 accordingly.
36340
36341 * sem_ch8.adb (Analyze_Subprogram_Renaming): Emit warning if the
36342 renaming is for a formal subprogram with a default operator name, and
36343 there is a usable operator that is visible at the point of
36344 instantiation.
36345
36346 2004-02-09 Robert Dewar <dewar@gnat.com>
36347
36348 * ali.adb (Scan_Ali) Add Ignore_Errors argument. This is a major
36349 rewrite to ignore errors in ali files, intended to allow tools downward
36350 compatibility with new versions of ali files.
36351
36352 * ali.ads: Add new parameter Ignore_Errors
36353
36354 * bcheck.adb (Check_Consistent_Restrictions): Fix error of sometimes
36355 duplicating the error message giving the file with restrictions.
36356
36357 * debug.adb: Add debug flag I for gnatbind
36358
36359 * errout.adb (Set_Msg_Insertion_Node): Suppress extra quotes around
36360 operators for the case where the operator is a defining operator.
36361
36362 * exp_ch3.adb: Minor reformatting (new function spec format).
36363
36364 * exp_ch4.adb: Add comment for previous change, and make minor
36365 adjustment to loop to always check for improper loop termination.
36366 Minor reformatting throughout (new function spec format).
36367
36368 * gnatbind.adb: Implement -di debug flag for gnatbind
36369
36370 * gnatlink.adb: Call Scan_ALI with Ignore_Errors set to True
36371
36372 * gnatls.adb: Call Scan_ALI with Ignore_Errors set to True
36373
36374 * lib-load.adb: Fix bad assertion.
36375 Found by testing and code reading.
36376 Minor reformatting.
36377
36378 * lib-load.ads: Minor reformatting.
36379
36380 * lib-writ.adb: There is only one R line now.
36381
36382 * lib-writ.ads: Add documentation on making downward compatible changes
36383 to ali files so old tools work with new ali files.
36384 There is only one R line now.
36385 Add documentation on format incompatibilities (with special GPS note)
36386
36387 * namet.ads, namet.adb: (Is_Operator_Name): New procedure
36388
36389 * par-load.adb: Minor reformatting
36390
36391 * sem_ch8.adb: Fix to error message from last update
36392 Minor reformatting and restructuring of code from last update
36393
36394 * par-prag.adb, snames.adb, snames.ads, snames.h,
36395 sem_prag.adb: Implement pragma Profile.
36396
36397 * stylesw.adb: Implement -gnatyN switch to turn off all style check
36398 options.
36399
36400 * usage.adb: Add line for -gnatyN switch
36401
36402 * vms_data.ads: Add entry STYLE_CHECKS=NONE for -gnatyN
36403
36404 2004-02-09 Albert Lee <lee@gnat.com>
36405
36406 * errno.c: define _SGI_MP_SOURCE for task-safe errno on IRIX
36407
36408 2004-02-09 Ed Schonberg <schonberg@gnat.com>
36409
36410 * exp_ch3.adb (Build_Slice_Assignment): Handle properly case of null
36411 slices.
36412
36413 * exp_ch6.adb (Expand_Call): Do not inline a call when the subprogram
36414 is nested in an instance that is not frozen yet, to avoid
36415 order-of-elaboration problems in gigi.
36416
36417 * sem_attr.adb (Analyze_Attribute, case 'Access): Within an inlined
36418 body the attribute is legal.
36419
36420 2004-02-09 Robert Dewar <dewar@gnat.com>
36421
36422 * s-rident.ads: Minor comment correction
36423
36424 * targparm.adb: Remove dependence on uintp completely. There was
36425 always a bug in Make in that it called Targparm before initializing
36426 the Uint package. The old code appeared to get away with this, but
36427 the new code did not! This caused an assertion error in gnatmake.
36428
36429 * targparm.ads: Fix bad comment, restriction pragmas with parameters
36430 are indeed fully supported.
36431
36432 2004-02-06 Alan Modra <amodra@bigpond.net.au>
36433
36434 * misc.c (default_pass_by_ref): Update INIT_CUMULATIVE_ARGS call.
36435
36436 2004-02-05 Kazu Hirata <kazu@cs.umass.edu>
36437
36438 * ada/utils.c (create_param_decl): Replace PROMOTE_PROTOTYPES
36439 with targetm.calls.promote_prototypes.
36440
36441 2004-02-04 Robert Dewar <dewar@gnat.com>
36442
36443 * 5gtasinf.adb, 5gtasinf.ads, 5gtaprop.adb, ali.adb,
36444 ali.ads, gprcmd.adb: Minor reformatting
36445
36446 * bindgen.adb: Output restrictions string for new style restrictions
36447 handling
36448
36449 * impunit.adb: Add s-rident.ads (System.Rident) and
36450 s-restri (System.Restrictions)
36451
36452 * lib-writ.adb: Fix bug in writing restrictions string (last few
36453 entries wrong)
36454
36455 * s-restri.ads, s-restri.adb: Change name Restrictions to
36456 Run_Time_Restrictions to avoid conflict with package name.
36457 Add circuit to read and acquire run time restrictions.
36458
36459 2004-02-04 Jose Ruiz <ruiz@act-europe.fr>
36460
36461 * restrict.ads, restrict.adb: Use the new restriction
36462 No_Task_Attributes_Package instead of the old No_Task_Attributes.
36463
36464 * sem_prag.adb: No_Task_Attributes is a synonym of
36465 No_Task_Attributes_Package.
36466
36467 * snames.ads, snames.adb: New entry for proper handling of
36468 No_Task_Attributes.
36469
36470 * s-rident.ads: Adding restriction No_Task_Attributes_Package
36471 (AI-00249) that supersedes the GNAT specific restriction
36472 No_Task_Attributes.
36473
36474 2004-02-04 Ed Schonberg <schonberg@gnat.com>
36475
36476 * sem_prag.adb:
36477 (Analyze_Pragma, case Warnings): In an inlined body, as in an instance
36478 body, an identifier may be wrapped in an unchecked conversion.
36479
36480 2004-02-04 Vincent Celier <celier@gnat.com>
36481
36482 * lib-writ.ads: Comment update for the W lines
36483
36484 * bld.adb: (Expression): An empty string list is static
36485
36486 * fname-uf.adb: Minor comment update
36487
36488 * fname-uf.ads: (Get_File_Name): Document new parameter May_Fail
36489
36490 * gnatbind.adb: Initialize Cumulative_Restrictions with the
36491 restrictions on the target.
36492
36493 2004-02-03 Kazu Hirata <kazu@cs.umass.edu>
36494
36495 * ada/trans.c (gigi): Use gen_rtx_SYMBOL_REF instead of
36496 gen_rtx.
36497
36498 2004-02-02 Arnaud Charlet <charlet@gnat.com>
36499
36500 * Makefile.in: Remove setting of THREADSLIB on mips o32, unneeded.
36501
36502 2004-02-02 Vincent Celier <celier@gnat.com>
36503
36504 * gprcmd.adb (Check_Args): If condition is false, print the invoked
36505 comment before the usage.
36506 Gprcmd: Fail when command is not recognized.
36507 (Usage): Document command "prefix"
36508
36509 * g-md5.adb (Digest): Process last block.
36510 (Update): Do not process last block. Store remaining characters and
36511 length in Context.
36512
36513 * g-md5.ads (Update): Document that several call to update are
36514 equivalent to one call with the concatenated string.
36515 (Context): Add fields to allow new Update behaviour.
36516
36517 * fname-uf.ads/adb (Get_File_Name): New Boolean parameter May_Fail,
36518 defaulted to False.
36519 When May_Fail is True and no existing file can be found, return No_File.
36520
36521 * 6vcstrea.adb: Inlined functions are now wrappers to implementation
36522 functions.
36523
36524 * lib-writ.adb (Write_With_Lines): When body file does not exist, use
36525 spec file name instead on the W line.
36526
36527 2004-02-02 Robert Dewar <dewar@gnat.com>
36528
36529 * ali.adb: Read and acquire info from new format restrictions lines
36530
36531 * bcheck.adb: Add circuits for checking restrictions with parameters
36532
36533 * bindgen.adb: Output dummy restrictions data
36534 To be changed later
36535
36536 * ali.ads, checks.adb, exp_aggr.adb, exp_attr.adb, exp_ch11.adb,
36537 exp_ch3.adb, exp_ch5.adb, exp_ch6.adb, exp_ch7.adb, exp_util.adb,
36538 freeze.adb, gnat1drv.adb, sem_attr.adb, sem_ch10.adb, sem_ch11.adb,
36539 sem_ch12.adb, targparm.adb, targparm.ads, tbuild.adb, sem_ch2.adb,
36540 sem_elab.adb, sem_res.adb: Minor changes for new restrictions handling.
36541
36542 * exp_ch9.adb (Build_Master_Entity): Cleanup the code (also suppresses
36543 the warning message on access to possibly uninitialized variable S)
36544 Minor changes for new restrictions handling.
36545
36546 * gnatbind.adb: Minor reformatting
36547 Minor changes for new restrictions handling
36548 Move circuit for -r processing here from bcheck (cleaner)
36549
36550 * gnatcmd.adb, gnatlink.adb: Minor reformatting
36551
36552 * lib-writ.adb: Output new format restrictions lines
36553
36554 * lib-writ.ads: Document new R format lines for new restrictions
36555 handling.
36556
36557 * s-restri.ads/adb: New files
36558
36559 * Makefile.rtl: Add entry for s-restri.ads/adb
36560
36561 * par-ch3.adb: Fix bad error messages starting with upper case letter
36562 Minor reformatting
36563
36564 * restrict.adb: Major rewrite throughout for new restrictions handling
36565 Major point is to handle restrictions with parameters
36566
36567 * restrict.ads: Major changes in interface to handle restrictions with
36568 parameters. Also generally simplifies setting of restrictions.
36569
36570 * snames.ads/adb: New entry for proper handling of No_Requeue
36571
36572 * sem_ch3.adb (Count_Tasks): New circuitry for implementing Max_Tasks
36573 restriction counting.
36574 Other minor changes for new restrictions handling
36575
36576 * sem_prag.adb: No_Requeue is a synonym for No_Requeue_Statements.
36577 Restriction_Warnings now allows full parameter notation
36578 Major rewrite of Restrictions for new restrictions handling
36579
36580 2004-02-02 Javier Miranda <miranda@gnat.com>
36581
36582 * par-ch3.adb (P_Identifier_Declarations): Give support to the Ada 0Y
36583 syntax rule for object renaming declarations.
36584 (P_Array_Type_Definition): Give support for the Ada 0Y syntax rule for
36585 component definitions.
36586
36587 * sem_ch3.adb (Analyze_Component_Declaration): Give support to access
36588 components.
36589 (Array_Type_Declaration): Give support to access components. In addition
36590 it was also modified to reflect the name of the object in anonymous
36591 array types. The old code did not take into account that it is possible
36592 to have an unconstrained anonymous array with an initial value.
36593 (Check_Or_Process_Discriminants): Allow access discriminant in
36594 non-limited types.
36595 (Process_Discriminants): Allow access discriminant in non-limited types
36596 Initialize the new Access_Definition field in N_Object_Renaming_Decl
36597 node. Change Ada0Y to Ada 0Y in comments
36598
36599 * sem_ch4.adb (Find_Equality_Types): Allow anonymous access types in
36600 equality operators.
36601 Change Ada0Y to Ada 0Y in comments
36602
36603 * sem_ch8.adb (Analyze_Object_Renaming): Give support to access
36604 renamings Change Ada0Y to Ada 0Y in comments
36605
36606 * sem_type.adb (Find_Unique_Type): Give support to the equality
36607 operators for universal access types
36608 Change Ada0Y to Ada 0Y in comments
36609
36610 * sinfo.adb (Access_Definition, Set_Access_Definition): New subprograms
36611
36612 * sinfo.ads (N_Component_Definition): Addition of Access_Definition
36613 field.
36614 (N_Object_Renaming_Declaration): Addition of Access_Definition field
36615 Change Ada0Y to Ada 0Y in comments
36616
36617 * sprint.adb (Sprint_Node_Actual): Give support to the new syntax for
36618 component definition and object renaming nodes
36619 Change Ada0Y to Ada 0Y in comments
36620
36621 2004-02-02 Jose Ruiz <ruiz@act-europe.fr>
36622
36623 * restrict.adb: Use the new restriction identifier
36624 No_Requeue_Statements instead of the old No_Requeue for defining the
36625 restricted profile.
36626
36627 * sem_ch9.adb (Analyze_Requeue): Check the new restriction
36628 No_Requeue_Statements.
36629
36630 * s-rident.ads: Adding restriction No_Requeue_Statements (AI-00249)
36631 that supersedes the GNAT specific restriction No_Requeue. The later is
36632 kept for backward compatibility.
36633
36634 2004-02-02 Ed Schonberg <schonberg@gnat.com>
36635
36636 * lib.ads, i-cobol.ads, * s-stoele.ads, s-thread.ads, style.ads,
36637 5staprop.adb, atree.adb, atree.ads, g-crc32.ads: Remove redundant
36638 pragma and fix incorrect ones.
36639
36640 * sem_prag.adb For pragma Inline and pragma Pure_Function, emit a
36641 warning if the pragma is redundant.
36642
36643 2004-02-02 Thomas Quinot <quinot@act-europe.fr>
36644
36645 * 5staprop.adb: Add missing 'constant' keywords.
36646
36647 * Makefile.in: use consistent value for SYMLIB on
36648 platforms where libaddr2line is supported.
36649
36650 2004-02-02 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
36651
36652 * utils.c (end_subprog_body): Do not call rest_of_compilation if just
36653 annotating types.
36654
36655 2004-02-02 Olivier Hainque <hainque@act-europe.fr>
36656
36657 * init.c (__gnat_install_handler): Setup an alternate stack for signal
36658 handlers in the environment thread. This allows proper propagation of
36659 an exception on stack overflows in this thread even when the builtin
36660 ABI stack-checking scheme is used without support for a stack reserve
36661 region.
36662
36663 * utils.c (create_field_decl): Augment the head comment about bitfield
36664 creation, and don't account for DECL_BIT_FIELD in DECL_NONADDRESSABLE_P
36665 here, because the former is not accurate enough at this point.
36666 Let finish_record_type decide instead.
36667 Don't make a bitfield if the field is to be addressable.
36668 Always set a size for the field if the record is packed, to ensure the
36669 checks for bitfield creation are triggered.
36670 (finish_record_type): During last pass over the fields, clear
36671 DECL_BIT_FIELD when possible in the !STRICT_ALIGNMENT case, as this is
36672 not covered by the calls to layout_decl. Adjust DECL_NONADDRESSABLE_P
36673 from DECL_BIT_FIELD.
36674
36675 2004-01-30 Kelley Cook <kcook@gcc.gnu.org>
36676
36677 * Make-lang.in (doc/gnat_ug_unx.dvi): Use $(abs_docdir).
36678 (doc/gnat_ug_vms.dvi, doc/gnat_ug_unx.dvi): Likewise.
36679 (doc/gnat_ug_unx.dvi, doc/gnat-style.dvi): Likewise.
36680
36681 2004-01-26 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
36682
36683 * Makefile.in (mips-sgi-irix5): Remove -lathread from THREADSLIB.
36684
36685 * 5fsystem.ads (Functions_Return_By_DSP): Set to False.
36686 (ZCX_By_Default): Likewise.
36687 (Front_End_ZCX_Support): Likewise.
36688
36689 * 5gtaprop.adb (Stack_Guard): Mark T, On unreferenced.
36690 (Initialize_Lock): Mark Level unreferenced.
36691 (Sleep): Mark Reason unreferenced.
36692 (Timed_Sleep): Likewise.
36693 (Wakeup): Likewise.
36694 (Exit_Task): Use Result.
36695 (Check_No_Locks): Mark Self_ID unreferenced.
36696
36697 * 5gtasinf.adb (New_Sproc): Make Attr constant.
36698 (Bound_Thread_Attributes): Make Sproc constant.
36699 (New_Bound_Thread_Attributes): Likewise.
36700
36701 2004-01-26 Ed Schonberg <schonberg@gnat.com>
36702
36703 * exp_ch3.adb (Build_Slice_Assignment): New TSS procedure for
36704 one-dimensional array an slice assignments, when component type is
36705 controlled.
36706
36707 * exp_ch5.adb (Expand_Assign_Array): If array is one-dimensional,
36708 component type is controlled, and control_actions are in effect, use
36709 TSS procedure rather than generating inline code.
36710
36711 * exp_tss.ads (TSS_Slice_Assign): New TSS procedure for one-dimensional
36712 arrays with controlled components.
36713
36714 2004-01-26 Vincent Celier <celier@gnat.com>
36715
36716 * gnatcmd.adb (GNATCmd): Add specification of argument file on the
36717 command line for the non VMS case.
36718
36719 * gnatlink.adb (Process_Binder_File): When building object file, if
36720 GNU linker is used, put all object paths between quotes, to prevent ld
36721 error when there are unusual characters (such as '!') in the paths.
36722
36723 * Makefile.generic: When there are sources in Ada and the main is in
36724 C/C++, invoke gnatmake with -B, instead of -z.
36725
36726 * vms_conv.adb (Preprocess_Command_Data): New procedure, extracted
36727 from VMS_Conversion.
36728 (Process_Argument): New procedure, extracted from VMS_Conversion. Add
36729 specification of argument file on the command line.
36730
36731 2004-01-26 Bernard Banner <banner@gnat.com>
36732
36733 * Makefile.in: Enable GMEM_LIB and SYMLIB for x86_64
36734
36735 2004-01-26 Ed Schonberg <schonberg@gnat.com>
36736
36737 * snames.adb: Update copyright notice.
36738 Add info on slice assignment for controlled arrays.
36739
36740 2004-01-23 Robert Dewar <dewar@gnat.com>
36741
36742 * exp_aggr.adb: Minor reformatting
36743
36744 * exp_ch9.adb: Minor code clean up
36745 Minor reformatting
36746 Fix bad character in comment
36747
36748 PR ada/13471
36749 * targparm.adb (Get_Target_Parameters): Give clean abort error on
36750 unexpected end of file, along with more detailed message.
36751
36752 2004-01-23 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
36753
36754 * exp_pakd.adb (Install_PAT): Clear Freeze_Node for PAT and Etype of
36755 PAT.
36756
36757 * decl.c (copy_alias_set): New function.
36758 (gnat_to_gnu_entity, make_aligning_type, make_packable_type): Use it.
36759
36760 2004-01-23 Doug Rupp <rupp@gnat.com>
36761
36762 * Makefile.in (install-gnatlib): Change occurrences of lib$$file to
36763 lib$${file} in case subsequent character is not a separator.
36764
36765 2004-01-23 Vincent Celier <celier@gnat.com>
36766
36767 * 5vml-tgt.adb (Build_Dynamic_Library): Invoke gcc with -shared-libgcc
36768 when the GCC version is at least 3.
36769
36770 * make.adb: (Scan_Make_Arg): Pass -B to Scan_Make_Switches
36771 Remove all "Opt.", to prepare for opt split
36772
36773 * prj-part.adb (Parse_Single_Project): New Boolean out parameter
36774 Extends_All. Set to True when the project parsed is an extending all
36775 project. Fails for importing an extending all project only when the
36776 imported project is an extending all project.
36777 (Post_Parse_Context_Clause): Set Is_Extending_All to the with clause,
36778 depending on the value of Extends_All returned.
36779
36780 * prj-proc.adb (Process): Check that no project shares its object
36781 directory with a project that extends it, directly or indirectly,
36782 including a virtual project.
36783 Check that no project extended by another project shares its object
36784 directory with another also extended project.
36785
36786 * prj-tree.adb (Is_Extending_All, Set_Is_Extending_All): Allow for
36787 Kind = N_With_Clause
36788
36789 * prj-tree.ads: Minor reformatting
36790 Indicate that Flag2 also applies to N_With_Clause (Is_Extending_All).
36791
36792 2004-01-23 Ed Schonberg <schonberg@gnat.com>
36793
36794 * sem_ch13.adb (Analyze_Attribute_Definition_Clause): If the attribute
36795 applies to a type with an incomplete view, use full view in Name of
36796 clause, for consistency with uses of Get_Attribute_Definition_Clause.
36797
36798 2004-01-23 Arnaud Charlet <charlet@act-europe.fr>
36799
36800 * 5itaprop.adb (Set_Priority): Reset the priority to 0 when using
36801 SCHED_RR, since other values are not supported by this policy.
36802 (Initialize): Move initialization of mutex attribute to package
36803 elaboration, to prevent early access to this variable.
36804
36805 * Makefile.in: Remove mention of Makefile.adalib, unused.
36806
36807 * Makefile.adalib, 1aexcept.adb, 1aexcept.ads, 1ic.ads, 1ssecsta.adb,
36808 1ssecsta.ads: Removed, unused.
36809
36810 2004-01-21 Javier Miranda <miranda@gnat.com>
36811
36812 * exp_aggr.adb (Build_Record_Aggr_Code): Do not build the master
36813 entity if already built in the current scope.
36814
36815 * exp_ch9.adb (Build_Master_Entity): Do not set the has_master_entity
36816 reminder in internal scopes. Required for nested limited aggregates.
36817
36818 2004-01-21 Doug Rupp <rupp@gnat.com>
36819
36820 * Makefile.in (hyphen): New variable, default value '-'. Set to '_' on
36821 VMS. Replace all occurences of libgnat- and libgnarl- with
36822 libgnat$(hyphen) and libgnarl$(hyphen).
36823 Fixed shared library build problem on VMS.
36824
36825 2004-01-21 Robert Dewar <dewar@gnat.com>
36826
36827 * mlib-prj.adb: Minor reformatting
36828
36829 2004-01-21 Thomas Quinot <quinot@act-europe.fr>
36830
36831 * prj-tree.adb, 7staprop.adb, vms_conv.adb, xr_tabls.adb: Add missing
36832 'constant' keywords for declaration of pointers that are not modified.
36833
36834 * exp_pakd.adb: Fix English in comment.
36835
36836 2004-01-21 Ed Schonberg <schonberg@gnat.com>
36837
36838 PR ada/10889
36839 * sem_ch3.adb (Analyze_Subtype_Declaration): For an array subtype,
36840 copy all attributes of the parent, including the foreign language
36841 convention.
36842
36843 2004-01-21 Sergey Rybin <rybin@act-europe.fr>
36844
36845 PR ada/10565
36846 * sem_ch9.adb (Analyze_Delay_Alternative): Add expression type check
36847 for 'delay until' statement.
36848
36849 2004-01-20 Kelley Cook <kcook@gcc.gnu.org>
36850
36851 * Make-lang.in: Replace $(docdir) with doc.
36852 (doc/gnat_ug_unx.info, doc/gnat_ug_vwx.info, doc/gnat_ug_vms.info
36853 doc/gnat_ug_wnt.info, doc/gnat_rm.info, doc/gnat-style.info): Update
36854 to use consistent MAKEINFO rule.
36855 (ada.man, ada.srcman): Dummy entry.
36856 (ADA_INFOFILES): Define.
36857 (ada.info, ada.srcinfo): New rules.
36858
36859 2004-01-19 Arnaud Charlet <charlet@act-europe.fr>
36860
36861 * utils.c: Update copyright notice, missed in previous change.
36862
36863 2004-01-19 Vincent Celier <celier@gnat.com>
36864
36865 * mlib-prj.adb (Build_Library.Add_ALI_For): Only add the ALI to the
36866 args if Bind is True. Set First_ALI, if not already done.
36867 (Build_Library): For Stand Alone Libraries, extract from one ALI file
36868 an eventual --RTS switch, for gnatbind, and all backend switches +
36869 --RTS, for linking.
36870
36871 2004-01-19 Robert Dewar <dewar@gnat.com>
36872
36873 * sem_attr.adb, memtrack.adb: Minor reformatting
36874
36875 2004-01-19 Ed Schonberg <schonberg@gnat.com>
36876
36877 * exp_ch6.adb (Expand_Call): Remove code to fold calls to functions
36878 that rename enumeration literals. This is properly done in sem_eval.
36879
36880 * sem_eval.ads, sem_eval.adb (Eval_Call): New procedure to fold calls
36881 to functions that rename enumeration literals.
36882
36883 * sem_res.adb (Resolve_Call): Use Eval_Call to fold static calls to
36884 functions that rename enumeration literals.
36885
36886 2004-01-16 Kazu Hirata <kazu@cs.umass.edu>
36887
36888 * Make-lang.in (utils.o): Depend on target.h.
36889 * utils.c: Include target.h.
36890 (process_attributes): Use targetm.have_named_sections instead
36891 of ASM_OUTPUT_SECTION_NAME.
36892
36893 2004-01-16 Andreas Jaeger <aj@suse.de>
36894
36895 * Makefile.in: Add $(DESTDIR).
36896
36897 2004-01-15 Olivier Hainque <hainque@act-europe.fr>
36898
36899 * decl.c (gnat_to_gnu_entity, E_Variable): Retrieve the object size
36900 also when not defining if a Size clause applies. That information is
36901 not to be ignored.
36902
36903 2004-01-15 Arnaud Charlet <charlet@act-europe.fr>
36904
36905 * Makefile.in (install-gnatlib, gnatlib-shared-default): Set up
36906 symbolic links for the shared gnat run time when needed.
36907
36908 2004-01-15 Vasiliy Fofanov <fofanov@act-europe.fr>
36909
36910 * memtrack.adb (Gmem_Initialize): check that gmem.out could be opened
36911 for writing, and terminate with an error message if not.
36912
36913 2004-01-15 Ed Schonberg <schonberg@gnat.com>
36914
36915 * sem_attr.adb (Resolve_Attribute, case 'Access): Remove spurious
36916 warning on an access to subprogram in an instance, when the target
36917 type is declared in the same generic unit.
36918 (Eval_Attribute): If 'access is known to fail accessibility check,
36919 rewrite as a raise statement.
36920
36921 2004-01-15 GNAT Script <nobody@gnat.com>
36922
36923 * Make-lang.in: Makefile automatically updated
36924
36925 2004-01-15 Kelley Cook <kcook@gcc.gnu.org>
36926
36927 * Make-lang.in (ada.srcextra): Dummy entry.
36928
36929 2004-01-14 Kelley Cook <kcook@gcc.gnu.org>
36930
36931 * Make-lang.in: Only regenerate texi files if --enable-maintainer-mode.
36932
36933 2004-01-13 Ed Schonberg <schonberg@gnat.com>
36934
36935 * exp_ch3.adb (Build_Assignment): Fix bug in handling of controlled
36936 components that are initialized with aggregates.
36937
36938 2004-01-13 Vincent Celier <celier@gnat.com>
36939
36940 * gnatlink.adb (Process_Binder_File): To find directory of shared
36941 libgcc, if "gcc-lib" is not a subdirectory, look for the last
36942 subdirectory "lib" in the path of the shared libgnat or libgnarl.
36943
36944 * make.adb (Gnatmake): If GCC version is at least 3, link with
36945 -shared-libgcc, when there is at least one shared library project.
36946
36947 * opt.ads (GCC_Version): New integer constant.
36948
36949 * adaint.c (get_gcc_version): New function.
36950
36951 2004-01-13 Robert Dewar <dewar@gnat.com>
36952
36953 * sem_dist.adb, sem_res.adb, sem_util.adb,
36954 sprint.adb, 3zsocthi.adb, einfo.adb, cstand.adb,
36955 exp_ch4.adb, exp_ch9.adb, exp_dist.adb: Minor reformatting
36956
36957 2004-01-13 Thomas Quinot <quinot@act-europe.fr>
36958
36959 * s-interr.adb, s-stache.adb, s-taenca.adb, g-regpat.adb,
36960 g-spitbo.adb, 5itaprop.adb: Add missing 'constant' keywords in object
36961 declarations.
36962
36963 2004-01-12 Arnaud Charlet <charlet@act-europe.fr>
36964
36965 * misc.c: Remove trailing spaces.
36966 Update copyright notice missed in previous change.
36967
36968 PR ada/13572
36969 * bld.adb (Recursive_Process): Reference prefix/share/gnat instead of
36970 prefix/share/make
36971
36972 * Makefile.generic: Update copyright.
36973 Add license notice.
36974
36975 * Makefile.in (ADA_SHARE_MAKE_DIR): Set to prefix/share/gnat instead
36976 of prefix/share/make.
36977
36978 * Makefile.prolog: Update copyright.
36979 Add license notice.
36980
36981 2004-01-12 Laurent Pautet <pautet@act-europe.fr>
36982
36983 * 3vsocthi.adb, 3vsocthi.ads, 3wsocthi.adb,
36984 3wsocthi.ads, 3zsocthi.adb, 3zsocthi.ads, g-socthi.adb,
36985 g-socthi.ads (Socket_Error_Message): Return C.Strings.chars_ptr
36986 instead of String.
36987
36988 * g-socket.adb (Raise_Socket_Error): Use new Socket_Error_Message
36989 signature.
36990
36991 2004-01-12 Javier Miranda <miranda@gnat.com>
36992
36993 * cstand.adb, exp_aggr.adb, exp_ch3.adb, exp_ch9.adb, exp_dist.adb,
36994 exp_imgv.adb, exp_pakd.adb, exp_util.adb, par-ch3.adb, sem.adb,
36995 sem_ch12.adb, sem_ch3.adb, sem_dist.adb, sem_prag.adb, sem_res.adb,
36996 sem_util.adb, sinfo.adb, sinfo.ads, sprint.adb: Addition of
36997 Component_Definition node.
36998
36999 2004-01-12 Ed Falis <falis@gnat.com>
37000
37001 * impunit.adb: Add GNAT.Secondary_Stack_Info as user-visible unit
37002
37003 2004-01-12 Thomas Quinot <quinot@act-europe.fr>
37004
37005 * link.c: Change default libgnat kind to STATIC for FreeBSD.
37006
37007 2004-01-12 Bernard Banner <banner@gnat.com>
37008
37009 * Makefile.in: map 86numaux to a-numaux for x86_64
37010
37011 2004-01-12 Ed Schonberg <schonberg@gnat.com>
37012
37013 * lib-xref.adb (Get_Type_Reference): If the type is the subtype entity
37014 generated to rename a generic actual, go to the actual itself, the
37015 subtype is not a user-visible entity.
37016
37017 * sem_ch7.adb (Uninstall_Declarations): If an entity in the visible
37018 part is a private subtype, reset the visibility of its full view, if
37019 any, to be consistent.
37020
37021 PR ada/13417
37022 * sem_ch12.adb (Analyze_Formal_Package): Diagnose properly an attempt
37023 to use a generic package G as a formal package for another generic
37024 declared within G.
37025
37026 2004-01-12 Robert Dewar <dewar@gnat.com>
37027
37028 * trans.c (Eliminate_Error_Msg): New procedure called to generate msg
37029
37030 * usage.adb: Remove mention of obsolete -gnatwb switch
37031 Noticed during code reading
37032
37033 2004-01-12 Jerome Guitton <guitton@act-europe.fr>
37034
37035 * 1ssecsta.adb: Minor changes for -gnatwa warnings
37036
37037 2004-01-12 GNAT Script <nobody@gnat.com>
37038
37039 * Make-lang.in: Makefile automatically updated
37040
37041 2004-01-09 Mark Mitchell <mark@codesourcery.com>
37042
37043 * misc.c (gnat_expand_expr): Add alt_rtl parameter.
37044
37045 2004-01-07 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
37046
37047 * link.c [sgi] (shared_libgnat_default): Change to STATIC.
37048
37049 2004-01-05 Kelley Cook <kcook@gcc.gnu.org>
37050
37051 * Make-lang.in: Revert stamp-xgnatug change from 2003-12-18.
37052 Update comment and copyright date.
37053 * stamp-xgnatug: Delete.
37054
37055 2004-01-05 Robert Dewar <dewar@gnat.com>
37056
37057 * 1ssecsta.ads: Default_Secondary_Stack is not a constant since it may
37058 be modified by the binder generated main program if the -D switch is
37059 used.
37060
37061 * 4onumaux.ads, 4znumaux.ads: Add Pure_Function pragmas for all
37062 imported functions (since now we expect this to be done for imported
37063 functions)
37064
37065 * 5vtaprop.adb: Add several ??? for sections requiring more comments
37066 Minor reformatting throughout
37067
37068 * 5zinit.adb: Minor reformatting
37069 Add 2004 to copyright date
37070 Minor changes to avoid -gnatwa warnings
37071 Correct some instances of using OR instead of OR ELSE (noted while
37072 doing reformatting)
37073
37074 * sprint.adb: Minor updates to avoid -gnatwa warnings
37075
37076 * s-secsta.ads, s-secsta.adb:
37077 (SS_Get_Max): New function to obtain high water mark for ss stack
37078 Default_Secondary_Stack is not a constant since it may be modified by
37079 the binder generated main program if the -D switch is used.
37080
37081 * switch-b.adb: New -Dnnn switch for binder
37082
37083 * switch-c.adb:
37084 Make -gnatg imply all warnings currently in -gnatwa
37085
37086 * vms_conv.adb: Minor reformatting
37087 Add 2004 to copyright notice
37088 Add 2004 to printed copyright notice
37089
37090 * 3vexpect.adb, 4zsytaco.adb, 3wsocthi.adb, 3zsocthi.adb,
37091 3zsocthi.adb, 56taprop.adb, 56tpopsp.adb, 5amastop.adb,
37092 5aml-tgt.adb, 5ataprop.adb, 5ataprop.adb, 5atpopsp.adb,
37093 5ftaprop.adb, 5ginterr.adb, 5gmastop.adb, 5gml-tgt.adb,
37094 5gtaprop.adb, 5hml-tgt.adb, 5hml-tgt.adb, 5hml-tgt.adb,
37095 5htaprop.adb, 5htraceb.adb, 5itaprop.adb, 5lml-tgt.adb,
37096 5sml-tgt.adb, 5staprop.adb, 5staprop.adb, 5stpopsp.adb,
37097 5vasthan.adb, 5vinmaop.adb, 5vinterr.adb, 5vtaprop.adb,
37098 5vml-tgt.adb, 5vtaprop.adb, 5wosprim.adb, 5wtaprop.adb,
37099 5zinterr.adb, 5zintman.adb, 5zml-tgt.adb, 5ztaprop.adb,
37100 6vcpp.adb, 6vcstrea.adb, 7staprop.adb, 7stpopsp.adb,
37101 vxaddr2line.adb, vxaddr2line.adb, xref_lib.adb, xr_tabls.adb,
37102 xr_tabls.ads, s-tasdeb.adb, s-tasdeb.adb, sem_res.ads,
37103 sem_util.adb, sem_util.adb, sem_util.ads, s-interr.adb,
37104 checks.adb, clean.adb, cstand.adb, einfo.ads,
37105 einfo.adb, exp_aggr.adb, exp_ch11.adb, exp_ch3.adb,
37106 exp_ch4.adb, exp_ch5.adb, exp_ch7.adb, exp_ch9.adb,
37107 prj-nmsc.adb, prj-pp.adb, prj-util.adb, sem_attr.adb,
37108 sem_ch10.adb, sem_ch12.adb, sem_ch4.adb, g-dirope.adb,
37109 g-dirope.ads, gnatlbr.adb, i-cstrea.adb, inline.adb,
37110 lib-xref.adb, sem_ch5.adb, sem_ch7.adb, sem_ch8.adb:
37111 Minor reformatting and code clean ups.
37112 Minor changes to prevent -gnatwa warnings
37113
37114 * ali.adb: Minor reformatting and cleanup of code
37115 Acquire new SS indication of secondary stack use from ali files
37116
37117 * a-numaux.ads: Add Pure_Function pragmas for all imported functions
37118 (since now we expect this to be done for imported functions)
37119
37120 * bindgen.adb: Generate call to modify default secondary stack size if
37121 -Dnnn switch given
37122
37123 * bindusg.adb: Add line for new -D switch
37124
37125 * exp_aggr.adb (Type_May_Have_Bit_Aligned_Components): More appropriate
37126 replacement name for Type_May_Have_Non_Bit_Aligned_Components!
37127 Add circuitry for both records and arrays to avoid gigi
37128 processing if the type involved has non-bit-aligned components
37129
37130 * exp_ch5.adb (Expand_Assign_Array): Avoid assumption that
37131 N_String_Literal node always references an E_String_Literal_Subtype
37132 entity. This may not be true in the future.
37133 (Possible_Bit_Aligned_Component): Move processing of
37134 Component_May_Be_Bit_Aligned from exp_ch5 to exp_util
37135
37136 * exp_ch6.adb (Expand_Thread_Body): Pick up
37137 Default_Secondary_Stack_Size as variable so that we get value modified
37138 by possible -Dnnn binder parameter.
37139
37140 * exp_util.adb (Component_May_Be_Bit_Aligned): New function.
37141 (Type_May_Have_Bit_Aligned_Components): New function.
37142
37143 * exp_util.ads (Component_May_Be_Bit_Aligned): New function.
37144 (Type_May_Have_Bit_Aligned_Components): New function.
37145
37146 * fe.h: (Set_Identifier_Casing): Fix prototype.
37147 Add declaration for Sem_Elim.Eliminate_Error_Msg.
37148 Minor reformatting.
37149
37150 * freeze.adb (Freeze_Entity): Add RM reference to error message about
37151 importing constant atomic/volatile objects.
37152 (Freeze_Subprogram): Reset Is_Pure indication for imported subprogram
37153 unless explicit Pure_Function pragma given, to avoid insidious bug of
37154 call to non-pure imported function getting eliminated.
37155
37156 * gnat1drv.adb, gnatbind.adb, gnatchop.adb, gnatfind.adb,
37157 gnatls.adb, gnatlink.adb, gnatmem.adb, gnatname.adb, gnatsym.adb,
37158 gnatxref.adb, gprcmd.adb, gprep.adb, make.adb: Minor reformatting
37159 Add 2004 to printed copyright notice
37160
37161 * lib-writ.ads, lib-writ.adb: Put new SS flag in ali file if secondary
37162 stack used.
37163
37164 * Makefile.rtl: Add entry for g-sestin.o
37165 g-sestin.ads: New file.
37166
37167 * mdll.adb: Minor changes to avoid -gnatwa warnings
37168
37169 * mlib-tgt.adb: Minor reformatting
37170
37171 * opt.ads: New parameter Default_Secondary_Stack_Size (GNATBIND)
37172 New switch Sec_Stack_Used (GNAT, GNATBIND)
37173 Make Default_Secondary_Stack_Size a variable instead of a constant,
37174 so that it can be modified by the new -Dnnn bind switch.
37175
37176 * rtsfind.adb (Load_Fail): Give full error message in configurable
37177 run-time mode if all_errors mode is set. This was not done in the case
37178 of a file not found, which was an oversight.
37179 Note if secondary stack unit is used by compiler.
37180
37181 * sem_elab.adb (Check_A_Call): Rewrite to avoid trying to put
37182 ineffective elaborate all pragmas on non-visible packages (this
37183 happened when a renamed subprogram was called). Now the elaborate all
37184 always goes on the package containing the renaming rather than the one
37185 containing the renamed subprogram.
37186
37187 * sem_elim.ads, sem_elim.adb (Eliminate_Error_Msg): New procedure
37188 (Process_Eliminate_Pragma): Add parameter to capture pragma location.
37189
37190 * sem_eval.adb (Eval_String_Literal): Do not assume that string literal
37191 has an Etype that references an E_String_Literal.
37192 (Eval_String_Literal): Avoid assumption that N_String_Literal node
37193 always references an E_String_Literal_Subtype entity. This may not
37194 be true in the future.
37195
37196 * sem_prag.adb (Process_Eliminate_Pragma): Add parameter to capture
37197 pragma location.
37198
37199 * sem_res.adb (Resolve): Specialize msg for function name used in proc
37200 call.
37201
37202 2004-01-05 Ed Falis <falis@gnat.com>
37203
37204 * g-debuti.adb: Replaced direct boolean operator with short-circuit
37205 form.
37206
37207 2004-01-05 Vincent Celier <celier@gnat.com>
37208
37209 * bld.adb: Minor comment updates
37210 (Process_Declarative_Items): Correct incorrect name (Index_Name instead
37211 of Item_Name).
37212
37213 * make.adb (Gnatmake): Special process for files to compile/check when
37214 -B is specified. Fail when there are only foreign mains in attribute
37215 Main of the project file and -B is not specified. Do not skip bind/link
37216 steps when -B is specified.
37217
37218 * makeusg.adb: Document new switch -B
37219
37220 * opt.ads (Build_Bind_And_Link_Full_Project): New Boolean flag
37221
37222 * switch-m.adb: (Scan_Make_Switches): Process -B switch
37223
37224 * vms_data.ads: Add new GNAT PRETTY qualifier
37225 /FORM_FEED_AFTER_PRAGMA_PAGE for switch -ff
37226
37227 2004-01-05 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
37228
37229 * trans.c (tree_transform, case N_Free_Statement): Handle thin pointer
37230 case.
37231
37232 * misc.c (gnat_printable_name): If VERBOSITY is 2, call
37233 Set_Identifier_Casing.
37234
37235 * decl.c (gnat_to_gnu_entity, E_Function): Give error if return type
37236 has size that overflows.
37237
37238 2004-01-05 Gary Dismukes <dismukes@gnat.com>
37239
37240 * exp_ch4.adb (Expand_Array_Comparison): Add Boolean constant to avoid
37241 -gnatwa warning on static condition.
37242
37243 2004-01-05 Doug Rupp <rupp@gnat.com>
37244
37245 * link.c: (shared_libgnat_default) [VMS]: Change to STATIC.
37246
37247 2004-01-05 Arnaud Charlet <charlet@act-europe.fr>
37248
37249 * Makefile.in: Install ali files using INSTALL_DATA_DATE to preserve
37250 all attributes, including read-only attribute.
37251
37252 2004-01-05 Pascal Obry <obry@gnat.com>
37253
37254 * bindgen.adb (Gen_Object_Files_Options): Generate the new shared
37255 library naming scheme.
37256
37257 * mlib-prj.adb (Build_Library): Generate different names for the static
37258 or dynamic version of the GNAT runtime. This is needed to support the
37259 new shared library naming scheme.
37260 (Process_Binder_File): Add detection of shared library in binder file
37261 based on the new naming scheme.
37262
37263 * gnatlink.adb (Process_Binder_File): Properly detect the new naming
37264 scheme for the shared runtime libraries.
37265
37266 * Makefile.in:
37267 (LIBRARY_VERSION) [VMS]: Convert all . to _ to conform to new naming
37268 scheme.
37269 (install-gnatlib): Do not create symlinks for shared libraries.
37270 (gnatlib-shared-default): Idem.
37271 (gnatlib-shared-dual-win32): New target. Not used for now as the
37272 auto-import feature does not support arrays/records.
37273 (gnatlib-shared-win32): Do not create copy for the shared libraries.
37274 (gnatlib-shared-vms): Fix shared runtime libraries names.
37275
37276 * osint.ads, osint.adb (Shared_Lib): New routine, returns the target
37277 dependent runtime shared library name.
37278
37279 2004-01-05 Vasiliy Fofanov <fofanov@act-europe.fr>
37280
37281 * osint.adb (Read_Library_Info): Remove bogus check if ALI is older
37282 than the object.
37283
37284 2004-01-05 Ed Schonberg <schonberg@gnat.com>
37285
37286 * sem_ch4.adb (Analyze_Allocator): Check restriction on dynamic
37287 protected objects when allocator has a subtype indication, not a
37288 qualified expression. Note that qualified expressions may have to be
37289 checked when limited aggregates are implemented.
37290
37291 * sem_prag.adb (Analyze_Pragma, case Import): If enclosing package is
37292 pure, emit warning.
37293 (Analyze_Pragma, case Pure_Function): If enclosing package is pure and
37294 subprogram is imported, remove warning.
37295
37296 2004-01-05 Geert Bosch <bosch@gnat.com>
37297
37298 * s-poosiz.adb: Update copyright notice.
37299 (Allocate): Use Task_Lock to protect against concurrent access.
37300 (Deallocate): Likewise.
37301
37302 2004-01-05 Joel Brobecker <brobecker@gnat.com>
37303
37304 * s-stalib.adb (Elab_Final_Code): Add missing year in date inside ???
37305 comment.
37306
37307 2003-12-23 Kelley Cook <kcook@gcc.gnu.org>
37308
37309 * gnat_ug.texi: Force a CVS commit by updating copyright.
37310 * gnat_ug_vxw.texi: Regenerate.
37311 * gnat_ug_wnt.texi: Regenerate.
37312 * gnat_ug_vms.texi: Regenerate.
37313 * gnat_ug_unx.texi: Regenerate.
37314
37315 2003-12-20 Kazu Hirata <kazu@cs.umass.edu>
37316
37317 * trans.c: Remove uses of "register" specifier in
37318 declarations of local variables.
37319
37320 2003-12-18 Kelley Cook <kcook@gcc.gnu.org>
37321
37322 * stamp-xgnatug: New stamp file.
37323 * Make-lang.in (stamp-xgnatug): New stamp file and comment.
37324 (ada/doctools/xgnatug): Add $(build_exeext).
37325 (ada/gnat_ug_unx.texi, ada/gnat_ug_vwx.texi, ada/gnat_ug_vms.texi
37326 ada/gnat_ug_wnt.texi): Update to depend on stamp-xgnatug.
37327
37328 2003-12-17 Ed Falis <falis@gnat.com>
37329
37330 * a-elchha.adb (Tailored_Exception_Information): made Info constant to
37331 eliminate warning.
37332
37333 * a-exextr.adb: Add context clause for
37334 Ada.Exceptions.Last_Chance_Handler.
37335
37336 2003-12-17 Sergey Rybin <rybin@act-europe.fr>
37337
37338 * cstand.adb (Create_Standard): Change the way how the declaration of
37339 the Duration type is created (making it the same way as it is for all
37340 the other standard types).
37341
37342 2003-12-17 Robert Dewar <dewar@gnat.com>
37343
37344 * s-crtl.ads: Fix header format
37345 Change Pure to Preelaborate
37346
37347 2003-12-17 Ed Schonberg <schonberg@gnat.com>
37348
37349 * checks.adb (Selected_Length_Checks): Generate an Itype reference for
37350 the expression type only if it is declared in the current unit.
37351
37352 * sem_ch3.adb (Constrain_Index): Handle properly a range whose bounds
37353 are universal and already analyzed, as can occur in constrained
37354 subcomponents that depend on discriminants, when one constraint is a
37355 subtype mark.
37356
37357 * sem_res.adb (Resolve_Type_Conversion): Any arithmetic expression of
37358 type Any_Fixed is legal as the argument of a conversion, if only one
37359 fixed-point type is in context.
37360
37361 2003-12-17 GNAT Script <nobody@gnat.com>
37362
37363 * Make-lang.in: Makefile automatically updated
37364
37365 2003-12-15 Robert Dewar <dewar@gnat.com>
37366
37367 * exp_ch6.adb (Expand_Thread_Body): Fix error in picking up default
37368 sec stack size.
37369
37370 2003-12-15 Vincent Celier <celier@gnat.com>
37371
37372 * gnatchop.adb: (Error_Msg): Do not exit on error for a warning
37373 (Gnatchop): Do not set failure status when reporting the number of
37374 warnings.
37375
37376 2003-12-15 Doug Rupp <rupp@gnat.com>
37377
37378 * s-ctrl.ads: New file.
37379
37380 * Makefile.rtl (GNAT_RTL_NONTASKING_OBJS): Add s-crtl$(objext).
37381
37382 * Make-lang.in: (GNAT_ADA_OBJS): Add ada/s-crtl.o.
37383 (GNATBIND_OBJS): Add ada/s-crtl.o.
37384
37385 * Makefile.in [VMS]: Clean up ifeq rules.
37386
37387 * gnatlink.adb, 6vcstrea.adb, a-direio.adb, a-sequio.adb,
37388 a-ststio.adb, a-textio.adb, g-os_lib.adb, a-witeio.adb,
37389 g-os_lib.ads, i-cstrea.adb, i-cstrea.ads, s-direio.adb,
37390 s-fileio.adb, s-memcop.ads, s-memory.adb, s-stache.adb,
37391 s-tasdeb.adb: Update copyright.
37392 Import System.CRTL.
37393 Make minor modifications to use System.CRTL declared functions instead
37394 of importing locally.
37395
37396 2003-12-15 GNAT Script <nobody@gnat.com>
37397
37398 * Make-lang.in: Makefile automatically updated
37399
37400 2003-12-11 Ed Falis <falis@gnat.com>
37401
37402 * 5zinit.adb: Clean up.
37403
37404 * 5zintman.adb (Notify_Exception): replaced case statement with a call
37405 to __gnat_map_signal, imported from init.c to support
37406 signal -> exception mappings that depend on the vxWorks version.
37407
37408 * init.c:
37409 Created and exported __gnat_map_signal to support signal -> exception
37410 mapping that is dependent on the VxWorks version.
37411 Change mapping of SIGBUS from Program_Error to Storage_Error on VxWorks
37412
37413 2003-12-11 Vasiliy Fofanv <fofanov@act-europe.fr>
37414
37415 * 5wosinte.ads: Link with -mthreads switch.
37416
37417 2003-12-11 Arnaud Charlet <charlet@act-europe.fr>
37418
37419 * init.c (__gnat_install_handler [NetBSD]): Set
37420 __gnat_handler_installed, as done on all other platforms.
37421 Remove duplicated code.
37422
37423 2003-12-11 Jerome Guitton <guitton@act-europe.fr>
37424
37425 * Makefile.in (rts-zfp, rts-ravenscar): Create libgnat.a.
37426
37427 2003-12-11 Thomas Quinot <quinot@act-europe.fr>
37428
37429 * sinfo.ads: Fix inconsistent example code in comment.
37430
37431 2003-12-11 Robert Dewar <dewar@gnat.com>
37432
37433 * a-tiinau.adb: Add a couple of comments
37434
37435 * sem_ch3.adb: Minor reformatting
37436
37437 * sem_prag.adb:
37438 Fix bad prototype of Same_Base_Type in body (code reading cleanup)
37439 Minor reformatting throughout
37440
37441 2003-12-11 Ed Schonberg <schonberg@gnat.com>
37442
37443 * exp_ch7.adb (Establish_Transient_Scope): If the call is within the
37444 bounds of a loop, create a separate block in order to generate proper
37445 cleanup actions to prevent memory leaks.
37446
37447 * sem_res.adb (Resolve_Call): After a call to
37448 Establish_Transient_Scope, the call may be rewritten and relocated, in
37449 which case no further processing is needed.
37450
37451 * sem_util.adb: (Wrong_Type): Refine previous fix.
37452 Fixes ACATS regressions.
37453
37454 PR ada/13353
37455 * sem_prag.adb (Back_End_Cannot_Inline): A renaming_as_body can always
37456 be inlined.
37457
37458 2003-12-08 Jerome Guitton <guitton@act-europe.fr>
37459
37460 * 5ytiitho.adb, 5zthrini.adb, 5ztiitho.adb, i-vthrea.adb,
37461 i-vthrea.ads, s-tpae65.adb, s-tpae65.ads: Cleanup: Remove a bunch of
37462 obsolete files.
37463
37464 * Makefile.in: (rts-ravenscar): Generate an empty libgnat.a.
37465 (rts-zfp): Ditto.
37466
37467 2003-12-08 Robert Dewar <dewar@gnat.com>
37468
37469 * 7sintman.adb: Minor reformatting
37470
37471 * bindgen.adb: Configurable_Run_Time mode no longer suppresses the
37472 standard linker options to get standard libraries linked. We now plan
37473 to provide dummy versions of these libraries to match the appropriate
37474 configurable run-time (e.g. if a library is not needed at all, provide
37475 a dummy empty library).
37476
37477 * targparm.ads: Configurable_Run_Time mode no longer affects linker
37478 options (-L parameters and standard libraries). What we plan to do is
37479 to provide dummy libraries where the libraries are not required.
37480
37481 * gnatbind.adb: Minor comment improvement
37482
37483 2003-12-08 Javier Miranda <miranda@gnat.com>
37484
37485 * exp_aggr.adb (Build_Record_Aggr_Code): Do not remove the expanded
37486 aggregate in the parent. Otherwise constants with limited aggregates
37487 are not supported. Add new formal to pass the component type (Ctype).
37488 It is required to call the corresponding IP subprogram in case of
37489 default initialized components.
37490 (Gen_Assign): In case of default-initialized component, generate a
37491 call to the IP subprogram associated with the component.
37492 (Build_Record_Aggr_Code): Remove the aggregate from the parent in case
37493 of aggregate with default initialized components.
37494 (Has_Default_Init_Comps): Improve implementation to recursively check
37495 all the present expressions.
37496
37497 * exp_ch3.ads, exp_ch3.adb (Build_Initialization_Call): Add new formal
37498 to indicate that the initialization call corresponds to a
37499 default-initialized component of an aggregate.
37500 In case of default initialized aggregate with tasks this parameter is
37501 used to generate a null string (this is just a workaround that must be
37502 improved later). In case of discriminants, this parameter is used to
37503 generate a selected component node that gives access to the discriminant
37504 value.
37505
37506 * exp_ch9.ads, exp_ch9.adb (Build_Task_Allocate_Block_With_Stmts): New
37507 subprogram, based on Build_Task_Allocate_Block, but adapted to expand
37508 allocated aggregates with default-initialized components.
37509
37510 * par-ch4.adb (P_Aggregate_Or_Paren_Expr): Improve error message if
37511 the box notation is used in positional aggregates.
37512
37513 2003-12-08 Samuel Tardieu <tardieu@act-europe.fr>
37514
37515 * lib.ads: Fix typo in comment
37516
37517 2003-12-08 Vincent Celier <celier@gnat.com>
37518
37519 * prj.adb (Project_Empty): New component Unkept_Comments
37520 (Scan): Remove procedure; moved to Prj.Err.
37521
37522 * prj.ads (Project_Data): New Boolean component Unkept_Comments
37523 (Scan): Remove procedure; moved to Prj.Err.
37524
37525 * prj-dect.adb: Manage comments for the different declarations.
37526
37527 * prj-part.adb (With_Record): New component Node
37528 (Parse): New Boolean parameter Store_Comments, defaulted to False.
37529 Set the scanner to return ends of line and comments as tokens, if
37530 Store_Comments is True.
37531 (Pre_Parse_Context_Clause): Create the N_With_Clause nodes so that
37532 comments are associated with these nodes. Store the node IDs in the
37533 With_Records.
37534 (Post_Parse_Context_Clause): Use the N_With_Clause nodes stored in the
37535 With_Records.
37536 (Parse_Single_Project): Call Pre_Parse_Context_Clause before creating
37537 the N_Project node. Call Tree.Save and Tree.Reset before scanning the
37538 current project. Call Tree.Restore afterwards. Set the various nodes
37539 for comment storage (Next_End, End_Of_Line, Previous_Line,
37540 Previous_End).
37541
37542 * prj-part.ads (Parse): New Boolean parameter Store_Comments,
37543 defaulted to False.
37544
37545 * prj-pp.adb (Write_String): New Boolean parameter Truncated, defaulted
37546 to False. When Truncated is True, truncate the string, never go to the
37547 next line.
37548 (Write_End_Of_Line_Comment): New procedure
37549 (Print): Process comments for nodes N_With_Clause,
37550 N_Package_Declaration, N_String_Type_Declaration,
37551 N_Attribute_Declaration, N_Typed_Variable_Declaration,
37552 N_Variable_Declaration, N_Case_Construction, N_Case_Item.
37553 Process nodes N_Comment.
37554
37555 * prj-tree.ads, prj-tree.adb (Default_Project_Node): If it is a node
37556 without comments and there are some comments, set the flag
37557 Unkept_Comments to True.
37558 (Scan): If there are comments, set the flag Unkept_Comments to True and
37559 clear the comments.
37560 (Project_Node_Kind): Add enum values N_Comment_Zones, N_Comment
37561 (Next_End_Nodes: New table
37562 (Comment_Zones_Of): New function
37563 (Scan): New procedure; moved from Prj. Accumulate comments in the
37564 Comments table and set end of line comments, comments after, after end
37565 and before end.
37566 (Add_Comments): New procedure
37567 (Save, Restore, Seset_State): New procedures
37568 (There_Are_Unkept_Comments): New function
37569 (Set_Previous_Line_Node, Set_Previous_End_Node): New procedures
37570 (Set_End_Of_Line, Set_Next_End_Node, Remove_Next_End_Node): New
37571 procedures.
37572 (First_Comment_After, First_Comment_After_End): New functions
37573 (First_Comment_Before, First_Comment_Before_End): New functions
37574 (Next_Comment): New function
37575 (End_Of_Line_Comment, Follows_Empty_Line,
37576 Is_Followed_By_Empty_Line): New functions
37577 (Set_First_Comment_After, Set_First_Comment_After_End): New procedures
37578 (Set_First_Comment_Before, Set_First_Comment_Before_End): New procedures
37579 (Set_Next_Comment): New procedure
37580 (Default_Project_Node): Associate comment before if the node can store
37581 comments.
37582
37583 * scans.ads (Token_Type): New enumeration value Tok_Comment
37584 (Comment_Id): New global variable
37585
37586 * scng.ads, scng.adb (Comment_Is_Token): New Boolean global variable,
37587 defaulted to False.
37588 (Scan): Store position of start of comment. If comments are tokens, set
37589 Comment_Id and set Token to Tok_Comment when scanning a comment.
37590 (Set_Comment_As_Token): New procedure
37591
37592 * sinput-p.adb: Update Copyright notice
37593 (Source_File_Is_Subunit): Call Prj.Err.Scanner.Scan instead of Prj.Scan
37594 that no longer exists.
37595
37596 2003-12-08 Javier Miranda <miranda@gnat.com>
37597
37598 * sem_aggr.adb: Add dependence on Exp_Tss package
37599 Correct typo in comment
37600 (Resolve_Aggregate): In case of array aggregates set the estimated
37601 type of the aggregate before calling resolve. This is needed to know
37602 the name of the corresponding IP in case of limited array aggregates.
37603 (Resolve_Array_Aggregate): Delay the resolution to the expansion phase
37604 in case of default initialized array components.
37605
37606 * sem_ch12.adb (Analyze_Formal_Object_Declaration): Allow limited
37607 types. Required to give support to limited aggregates in generic
37608 formals.
37609
37610 2003-12-08 Ed Schonberg <schonberg@gnat.com>
37611
37612 * sem_ch3.adb (Check_Initialization): For legality purposes, an
37613 inlined body functions like an instantiation.
37614 (Decimal_Fixed_Point_Declaration): Do not set kind of first subtype
37615 until bounds are analyzed, to diagnose premature use of type.
37616
37617 * sem_util.adb (Wrong_Type): Improve error message when the type of
37618 the expression is used prematurely.
37619
37620 2003-12-08 GNAT Script <nobody@gnat.com>
37621
37622 * Make-lang.in: Makefile automatically updated
37623
37624 2003-12-08 Arnaud Charlet <charlet@act-europe.fr>
37625
37626 * sinfo.h, einfo.h, nmake.ads, nmake.adb, treeprs.ads: Removed, since
37627 they are automatically generated by Make-lang.in and cause nothing but
37628 maintenance troubles.
37629
37630 2003-12-05 Thomas Quinot <quinot@act-europe.fr>
37631
37632 * 3ssoliop.ads: Fix comment (this is the Solaris, not the UnixWare,
37633 version of this unit).
37634
37635 2003-12-05 Olivier Hainque <hainque@act-europe.fr>
37636
37637 * 53osinte.ads, 54osinte.ads, 55osinte.ads, 56osinte.ads, 5bosinte.ads,
37638 5cosinte.ads, 5hosinte.ads, 5iosinte.ads, 5losinte.ads,
37639 5tosinte.ads: Define the SA_SIGINFO constant, to allow references from
37640 the body of System.Interrupt_Management common to several targets.
37641 Update copyright notice when appropriate.
37642
37643 * 52osinte.ads, 5posinte.ads: Define a dummy value for the SA_SIGINFO
37644 constant.
37645
37646 * 7sintman.adb (elaboration): Set SA_SIGINFO in the sigaction flags,
37647 to ensure that the kernel fills in the interrupted context structure
37648 before calling a signal handler, which is necessary to be able to
37649 unwind past it. Update the copyright notice.
37650
37651 2003-12-05 Jerome Guitton <guitton@act-europe.fr>
37652
37653 * a-elchha.ads: New file.
37654
37655 * a-elchha.adb: New default last chance handler. Contents taken from
37656 Ada.Exceptions.Exception_Traces.Unhandled_Exception_Terminate.
37657
37658 * a-exextr.adb (Unhandled_Exception_Terminate): Most of this routine
37659 is moved to a-elchha.adb to provide a target-independent default last
37660 chance handler.
37661
37662 * Makefile.rtl: Add a-elchha.o
37663
37664 * Make-lang.in (GNAT_ADA_OBJS, GNATBIND_OBJS): Add a-elchha.o.
37665
37666 2003-12-05 Ed Schonberg <schonberg@gnat.com>
37667
37668 * exp_ch6.adb (Expand_Call): If the subprogram is inlined and is
37669 declared in an instance, do not inline the call if the instance is not
37670 frozen yet, to prevent order of elaboration problems.
37671
37672 * sem_prag.adb: Add comments for previous fix.
37673
37674 2003-12-05 Samuel Tardieu <tardieu@act-europe.fr>
37675
37676 * g-table.adb: Use the right variable in Set_Item.
37677 Update copyright notice.
37678
37679 2003-12-05 Arnaud Charlet <charlet@act-europe.fr>
37680
37681 * Makefile.in: Remove unused rules.
37682
37683 2003-12-05 Vincent Celier <celier@gnat.com>
37684
37685 * switch-c.adb (Scan_Front_End_Switches): Remove processing of
37686 -nostdlib. Not needed here after all.
37687
37688 2003-12-03 Thomas Quinot <quinot@act-europe.fr>
37689
37690 PR ada/11724
37691 * adaint.h, adaint.c, g-os_lib.ads:
37692 Do not assume that the offset argument to lseek(2) is a 32 bit integer,
37693 on some platforms (including FreeBSD), it is a 64 bit value.
37694 Introduce a __gnat_lseek wrapper in adaint.c to allow for portability.
37695
37696 2003-12-03 Arnaud Charlet <charlet@act-europe.fr>
37697
37698 * gnatvsn.ads (Library_Version): Now contain only the relevant
37699 version info.
37700 (Verbose_Library_Version): New constant.
37701
37702 * g-spipat.adb, g-awk.adb, g-debpoo.adb,
37703 g-memdum.adb, g-thread.adb, s-geveop.adb, s-interr.adb,
37704 s-taskin.adb, s-tassta.adb: Make code compile with -gnatwa.
37705
37706 * gnatlbr.adb: Clean up: replace Library_Version by
37707 Verbose_Library_Version.
37708
37709 * make.adb, lib-writ.adb, exp_attr.adb:
37710 Clean up: replace Library_Version by Verbose_Library_Version.
37711
37712 * 5lintman.adb: Removed.
37713
37714 * Makefile.in:
37715 Update and simplify computation of LIBRARY_VERSION.
37716 Fix computation of GSMATCH_VERSION.
37717 5lintman.adb is no longer used: replaced by 7sintman.adb.
37718
37719 2003-12-03 Robert Dewar <dewar@gnat.com>
37720
37721 * exp_ch5.adb:
37722 (Possible_Bit_Aligned_Component): Maybe_Bit_Aligned_Large_Component new
37723 name. Modified to consider small non-bit-packed arrays as troublesome
37724 and in need of component-by-component assigment expansion.
37725
37726 2003-12-03 Vincent Celier <celier@gnat.com>
37727
37728 * lang-specs.h: Process nostdlib as nostdinc
37729
37730 * back_end.adb: Update Copyright notice
37731 (Scan_Compiler_Arguments): Process -nostdlib directly.
37732
37733 2003-12-03 Jose Ruiz <ruiz@act-europe.fr>
37734
37735 * Makefile.in:
37736 When defining LIBGNAT_TARGET_PAIRS for bare board targets, remove the
37737 redundant inclusion of EXTRA_HIE_NONE_TARGET_PAIRS, which is always
37738 included in HIE_NONE_TARGET_PAIRS.
37739
37740 2003-12-03 Ed Schonberg <schonberg@gnat.com>
37741
37742 * sem_attr.adb:
37743 (Legal_Formal_Attribute): Attribute is legal in an inlined body, as it
37744 is legal in an instance, because legality is cheched in the template.
37745
37746 * sem_prag.adb:
37747 (Analyze_Pragma, case Warnings): In an inlined body, the pragma may be
37748 appplied to an unchecked conversion of a formal parameter.
37749
37750 * sem_warn.adb:
37751 (Output_Unreferenced_Messages): Suppress "not read" warnings on imported
37752 variables.
37753
37754 2003-12-03 Olivier Hainque <hainque@act-europe.fr>
37755
37756 * tb-alvms.c (unwind_regular_code, unwind_kernel_handler): New
37757 routines. The second one is new functionality to deal with backtracing
37758 through signal handlers.
37759 (unwind): Split into the two separate subroutines above.
37760 Update the documentation, and deal properly with sizeof (REG) different
37761 from sizeof (void*).
37762
37763 2003-12-01 Nicolas Setton <setton@act-europe.fr>
37764
37765 * a-except.adb (Raise_Current_Excep): Add a pragma Inspection_Point,
37766 so that the debugger can reliably access the value of the parameter,
37767 and therefore is able to display the exception name when an exception
37768 breakpoint is reached.
37769
37770 2003-12-01 Thomas Quinot <quinot@act-europe.fr>
37771
37772 * fmap.adb: Fix typo in warning message.
37773
37774 * g-socket.ads, g-socket.adb: Make Free a visible instance of
37775 Ada.Unchecked_Deallocation (no need to wrap it in a subprogram).
37776
37777 2003-12-01 Vincent Celier <celier@gnat.com>
37778
37779 * mlib-prj.adb (Build_Library.Process): Do not check a withed unit if
37780 ther is no Afile.
37781 (Build_Library): Get the switches only if Default_Switches is declared
37782 in package Binder.
37783
37784 2003-12-01 Ed Schonberg <schonberg@gnat.com>
37785
37786 * exp_ch6.adb (Expand_Actuals): When applying validity checks to
37787 actuals that are indexed components, reanalyze actual to ensure that
37788 packed array references are properly expanded.
37789
37790 * sem_ch5.adb (Diagnose_Non_Variable_Lhs): Add special case for
37791 attempted assignment to a discriminant.
37792
37793 2003-12-01 Robert Dewar <dewar@gnat.com>
37794
37795 * rtsfind.adb, exp_ch4.adb, s-exnint.ads, s-exnint.adb: Minor
37796 reformatting.
37797
37798 * switch-c.adb: Minor reformatting of comments
37799
37800 2003-12-01 Arnaud Charlet <charlet@act-europe.fr>
37801
37802 * Makefile.in: Clean ups.
37803
37804 2003-12-01 GNAT Script <nobody@gnat.com>
37805
37806 * Make-lang.in: Makefile automatically updated
37807
37808 2003-12-01 Arnaud Charlet <charlet@act-europe.fr>
37809
37810 * 5wsystem.ads: Disable zero cost exception, not ready yet.
37811
37812 2003-11-29 Ulrich Weigand <uweigand@de.ibm.com>
37813
37814 * Make-lang.in (nmake.ads): Add dependency on ada/nmake.adb
37815 to force serialization.
37816
37817 2003-11-26 Thomas Quinot <quinot@act-europe.fr>
37818
37819 * g-socket.ads, g-socket.adb:
37820 Clarify documentation of function Stream. Introduce a Free procedure
37821 to release the returned Stream once it becomes unused.
37822
37823 * 5asystem.ads: For Alpha Tru64, enable ZCX by default.
37824
37825 2003-11-26 Arnaud Charlet <charlet@act-europe.fr>
37826
37827 (Cond_Timed_Wait): Introduce new constant Time_Out_Max,
37828 since NT 4 cannot handle timeout values that are too large,
37829 e.g. DWORD'Last - 1.
37830
37831 2003-11-26 Ed Schonberg <schonberg@gnat.com>
37832
37833 * exp_ch4.adb:
37834 (Expand_N_Slice): Recognize all cases of slices that appear as actuals
37835 in procedure calls and whose expansion must be deferred.
37836
37837 * exp_ch6.adb (Add_Call_By_Copy_Node): Remove previous fix. Proper fix
37838 is in exp_ch4.
37839
37840 * sem_ch3.adb:
37841 (Build_Derived_Array_Type): Create operator for unconstrained type
37842 if ancestor is unconstrained.
37843
37844 2003-11-26 Vincent Celier <celier@gnat.com>
37845
37846 * make.adb (Project_Object_Directory): New global variable
37847 (Change_To_Object_Directory): New procedure
37848 (Collect_Arguments_And_Compile): Call Change_To_Object_Directory instead
37849 of Change_Dir directly. Do not change working directory to object
37850 directory of main project after each compilation.
37851 (Gnatmake): Use Change_To_Object_Directory instead of Change_Dir
37852 directly.
37853 Change to object directory of main project before binding step.
37854 (Initialize): Initialize Project_Object_Directory to No_Project
37855
37856 * mlib-prj.adb:
37857 (Build_Library): Take into account Builder'Default_Switches ("Ada") when
37858 binding a Stand-Alone Library.
37859
37860 * output.adb: Update Copyright notice
37861 (Write_Char): Output buffer when full
37862
37863 2003-11-26 Robert Dewar <dewar@gnat.com>
37864
37865 * sem_ch13.adb: (Check_Size): Reset size if size is too small
37866
37867 * sem_ch13.ads:
37868 (Check_Size): Fix documentation to include bit-packed array case
37869
37870 * sem_res.adb: Implement restriction No_Direct_Boolean_Operators
37871
37872 * s-rident.ads: Put No_Direct_Boolean_Operators in proper order
37873
37874 * s-rident.ads: Add new restriction No_Direct_Boolean_Operators
37875
37876 2003-11-24 Arnaud Charlet <charlet@act-europe.fr>
37877
37878 PR ada/13142
37879 * utils.c (init_gigi_decls): Change name of built-in setjmp to
37880 __builtin_setjmp, since this is apparently needed by recent
37881 non Ada changes.
37882
37883 2003-11-24 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
37884
37885 * adadecode.c: Only include ctype.h if not IN_GCC.
37886 (__gnat_decode): Use ISDIGIT from safe-ctype.h.
37887
37888 2003-11-24 Jose Ruiz <ruiz@act-europe.fr>
37889
37890 * Makefile.in:
37891 Use 5zintman.ads for VxWorks targets. This file avoid confusion between
37892 signals and interrupts.
37893
37894 * 5zintman.ads: New File.
37895
37896 * 5zintman.adb: Replace Exception_Interrupts by Exception_Signals, and
37897 add exception signals to the set of unmasked signals.
37898
37899 * 5ztaprop.adb:
37900 Use Abort_Task_Signal instead of Abort_Task_Interrupt to avoid confusion
37901 between signals and interrupts.
37902 Add to Unblocked_Signal_Mask the set of signals that are in
37903 Keep_Unmasked.
37904
37905 * 7sinmaop.adb:
37906 Adding a check to see whether the Interrupt_ID we want to unmask is in
37907 the range of Keep_Unmasked (in procedure Interrupt_Self_Process). The
37908 reason is that the index type of the Keep_Unmasked array is not always
37909 Interrupt_ID; it may be a subtype of Interrupt_ID.
37910
37911 2003-11-24 Gary Dismukes <dismukes@gnat.com>
37912
37913 * exp_util.adb:
37914 (Remove_Side_Effects): Condition constantness of object created for a
37915 an unchecked type conversion on the constantness of the expression
37916 to ensure the correct value for 'Constrained when passing components
37917 of view-converted class-wide objects.
37918
37919 2003-11-24 Robert Dewar <dewar@gnat.com>
37920
37921 * par-load.adb (Load): Improve handling of misspelled and missing units
37922 Removes several cases of compilation abandoned messages
37923
37924 * lib.adb: (Remove_Unit): New procedure
37925
37926 * lib.ads: (Remove_Unit): New procedure
37927
37928 * lib-load.adb: Minor reformatting
37929
37930 2003-11-24 Vincent Celier <celier@gnat.com>
37931
37932 * make.adb:
37933 (Gnatmake, Initialize): Call Usage instead of Makeusg directly
37934 (Marking_Label): Label to mark processed source files. Incremented for
37935 each executable.
37936 (Gnatmake): Increase Marking_Labet for each executable
37937 (Is_Marked): Compare against marking label
37938 (Mark): Mark with marking label
37939
37940 2003-11-24 Jerome Guitton <guitton@act-europe.fr>
37941
37942 * s-thread.ads:
37943 Move the declaration of the TSD for System.Threads to System.Soft_Links.
37944 Add some comments.
37945
37946 * Makefile.in: Added target pair for s-thread.adb for cert runtime.
37947 (rts-cert): build a single relocatable object for the run-time lib.
37948 Fix perms.
37949
37950 2003-11-24 Vasiliy Fofanov <fofanov@act-europe.fr>
37951
37952 * Make-lang.in:
37953 Use gnatls rather than gcc to obtain the location of GNAT RTL for
37954 crosstools build.
37955
37956 2003-11-24 Sergey Rybin <rybin@act-europe.fr>
37957
37958 * opt.adb (Tree_Write): Gnat_Version_String is now a function, so we
37959 can not use it as before (that is, as a variable) when dumping it into
37960 the tree file. Add a local variable to store the result of this
37961 function and to be used as the string to be written into the tree.
37962
37963 * scn.adb (Initialize_Scanner): Add comments explaining the recent
37964 changes.
37965
37966 * sinput.adb (Source_First, Source_Last): In case of
37967 Internal_Source_File, replace returning attributes of
37968 Internal_Source_Ptr (which is wrong) with returning attributes of
37969 Internal_Source.
37970
37971 2003-11-24 Ed Schonberg <schonberg@gnat.com>
37972
37973 * sem_ch3.adb:
37974 (New_Concatenation_Op): Proper name for New_Binary_Operator, only
37975 used for implicit concatenation operators.
37976 Code cleanup.
37977
37978 * sem_elab.adb:
37979 (Check_Elab_Call): Set No_Elaboration_Check appropriately on calls in
37980 task bodies that are in the scope of a Suppress pragma.
37981 (Check_A Call): Use the flag to prevent spurious elaboration checks.
37982
37983 * sinfo.ads, sinfo.adb:
37984 New flag No_Elaboration_Check on function/procedure calls, to properly
37985 suppress checks on calls in task bodies that are within a local suppress
37986 pragma.
37987
37988 * exp_ch4.adb:
37989 (Expand_Concatenate_Other): Use the proper integer type for the
37990 expression for the upper bound, to avoid universal_integer computations
37991 when possible.
37992
37993 2003-11-21 Kelley Cook <kcook@gcc.gnu.org>
37994
37995 * .cvsignore: Delete.
37996
37997 2003-11-21 Andreas Schwab <schwab@suse.de>
37998
37999 * 55system.ads: Set ZCX_By_Default and GCC_ZCX_Support to True.
38000
38001 2003-11-21 Vasiliy Fofanov <fofanov@act-europe.fr>
38002
38003 * 5wsystem.ads: Enable zero cost exception.
38004
38005 2003-11-21 Jerome Guitton <guitton@act-europe.fr>
38006
38007 * 5ztiitho.adb: Remove an unreferenced variable.
38008
38009 2003-11-21 Thomas Quinot <quinot@act-europe.fr>
38010
38011 * adaint.c: For FreeBSD, use mkstemp.
38012
38013 2003-11-21 Arnaud Charlet <charlet@act-europe.fr>
38014
38015 * gnatlbr.adb: Now reference Gnat_Static_Version_String.
38016
38017 2003-11-21 Robert Dewar <dewar@gnat.com>
38018
38019 * bld.adb: Remove useless USE of gnatvsn
38020
38021 * gnatchop.adb: Minor reformatting
38022 Clean up version handling to be more consistent
38023
38024 * gnatxref.adb: Minor reformatting
38025
38026 * gprcmd.adb: Minor reformatting
38027 Fix output of copyright to be more consistent with other tools
38028
38029 2003-11-21 Vincent Celier <celier@gnat.com>
38030
38031 * make.adb (Scan_Make_Args): Do not transmit --RTS= to gnatlink
38032
38033 2003-11-21 Sergey Rybin <rybin@act-europe.fr>
38034
38035 * atree.adb (Initialize): Add initializations for global variables
38036 used in New_Copy_Tree.
38037
38038 * cstand.adb (Create_Standard): Add call to Initialize_Scanner (with
38039 Internal_Source_File as the actual).
38040 Put the set of statements creating Any_Character before the set of
38041 statements creating Any_Array to have Any_Character fully initialized
38042 when it is used in creating Any_Array.
38043
38044 * scn.adb (Initialize_Scanner): Do not set Comes_From_Source ON and do
38045 not call Scan in case if the actual is Internal_Source_File
38046 Add 2003 to copyright note.
38047
38048 * sinput.adb (Source_First, Source_Last, Source_Text): Add code for
38049 processing Internal_Source_File.
38050
38051 * types.ads: Add the constant Internal_Source_File representing the
38052 source buffer for artificial source-code-like strings created within
38053 the compiler (the definition of Source_File_Index is changed).
38054
38055 2003-11-20 Arnaud Charlet <charlet@act-europe.fr>
38056
38057 * 35soccon.ads, 45intnam.ads, 55osinte.adb, 55osinte.ads,
38058 56system.ads: New file, FreeBSD version.
38059
38060 2003-11-20 Joseph S. Myers <jsm@polyomino.org.uk>
38061
38062 * Make-lang.in (ada.extraclean): Delete.
38063
38064 2003-11-19 Arnaud Charlet <charlet@act-europe.fr>
38065
38066 * gnatmem.adb: Clean up verbose output.
38067
38068 * gprcmd.adb: Change copyright to FSF.
38069
38070 2003-11-19 Vincent Celier <celier@gnat.com>
38071
38072 * symbols.adb: (Initialize): New parameters Reference, Symbol_Policy
38073 and Version (ignored).
38074
38075 * symbols.ads: (Policy): New type
38076 (Initialize): New parameter Reference, Symbol_Policy and
38077 Library_Version.
38078 Remove parameter Force.
38079 Minor reformatting.
38080
38081 * snames.ads, snames.adbadb: New standard names
38082 Library_Reference_Symbol_File and Library_Symbol_Policy
38083
38084 * mlib-prj.adb:
38085 (Build_Library): Call Build_Dinamic_Library with the Symbol_Data of the
38086 project.
38087
38088 * mlib-tgt.adb:
38089 (Build_Dynamic_Library): New parameter Symbol_Data (ignored)
38090
38091 * mlib-tgt.ads: (Build_Dynamic_Library): New parameter Symbol_Data
38092
38093 * prj.adb: (Project_Empty): New component Symbol_Data
38094
38095 * prj.ads: (Policy, Symbol_Record): New types
38096 (Project_Data): New component Symbol_Data
38097
38098 * prj-attr.adb:
38099 New attributes Library_Symbol_File, Library_Symbol_Policy and
38100 Library_Reference_Symbol_File.
38101
38102 * prj-nmsc.adb:
38103 (Ada_Check): When project is a Stand-Alone library project, process
38104 attribute Library_Symbol_File, Library_Symbol_Policy and
38105 Library_Reference_Symbol_File.
38106
38107 * 5aml-tgt.adb, 5bml-tgt.adb, 5gml-tgt.adb, 5hml-tgt.adb,
38108 5wml-tgt.adb, 5zml-tgt.adb, 5lml-tgt.adb,
38109 5sml-tgt.adb (Build_Dynamic_Library): New parameter
38110 Symbol_Data (ignored).
38111
38112 * 5vml-tgt.adb (VMS_Options): Remove --for-linker=gsmatch=equal,1,0
38113 (Build_Dynamic_Library): New parameter Symbol_Data. New internal
38114 functions Option_File_Name and Version_String. Set new options of
38115 gnatsym related to symbol file, symbol policy and reference symbol
38116 file.
38117
38118 * 5vsymbol.adb:
38119 Extensive modifications to take into account the reference symbol file,
38120 the symbol policy, the library version and to put in the symbol file the
38121 minor and major IDs.
38122
38123 * bld.adb (Process_Declarative_Items): Put second argument of
38124 gprcmd to_absolute between single quotes, to avoid problems with
38125 Windows.
38126
38127 * bld-io.adb: Update Copyright notice.
38128 (Flush): Remove last character of a line, if it is a back slash, to
38129 avoid make problems.
38130
38131 * gnatsym.adb:
38132 Implement new scheme with reference symbol file and symbol policy.
38133
38134 * g-os_lib.ads: (Is_Directory): Clarify comment
38135
38136 2003-11-19 Robert Dewar <dewar@gnat.com>
38137
38138 * atree.adb: Move New_Copy_Tree global variables to head of package
38139
38140 * errout.adb: Minor reformatting
38141
38142 2003-11-19 Javier Miranda <miranda@gnat.com>
38143
38144 * sem_ch4.adb: (Diagnose_Call): Improve error message.
38145 Add reference to Ada0Y (AI-50217)
38146
38147 * sem_ch6.adb, sem_ch8.adb, sem_type.adb,
38148 sem_util.adb: Add reference to AI-50217
38149
38150 * sinfo.ads: (N_With_Clause): Document fields referred to AI-50217
38151
38152 * sprint.adb: Add reference to Ada0Y (AI-50217, AI-287)
38153
38154 * sem_aggr.adb: Complete documentation of AI-287 changes
38155
38156 * par-ch4.adb: Document previous changes.
38157
38158 * lib-load.adb, lib-writ.adb, einfo.ads, par-ch10.adb,
38159 sem_cat.adb, sem_ch3.adb, sem_ch10.adb, sem_ch12.adb: Add references to
38160 Ada0Y (AI-50217)
38161
38162 * exp_aggr.adb: Add references to AI-287 in previous changes
38163
38164 2003-11-19 Ed Schonberg <schonberg@gnat.com>
38165
38166 * exp_ch6.adb:
38167 (Add_Call_By_Copy_Node): Do not original node of rewritten expression
38168 in the rewriting is the result of an inlined call.
38169
38170 * exp_ch6.adb (Add_Call_By_Copy_Node): If actual for (in-)out
38171 parameter is a type conversion, use original node to construct the
38172 post-call assignment, because expression may have been rewritten, e.g.
38173 if it is a packed array.
38174
38175 * sem_attr.adb:
38176 (Resolve_Attribute, case 'Constrained): Attribute is legal in an inlined
38177 body, just as it is in an instance.
38178 Categorization routines
38179
38180 * sem_ch12.adb (Analyze_Association, Instantiate_Formal_Subprogram,
38181 Instantiate_Object): Set proper sloc reference for message on missing
38182 actual.
38183
38184 2003-11-19 Thomas Quinot <quinot@act-europe.fr>
38185
38186 * Makefile.in: Add FreeBSD libgnat pairs.
38187
38188 * usage.adb: Fix typo in usage message.
38189
38190 2003-11-19 Jerome Guitton <guitton@act-europe.fr>
38191
38192 * Makefile.in: On powerpc-wrs-vxworksae: Add s-thread.ad?,
38193 s-thrini.ad? and s-tiitho.adb to the full runtime, to support the
38194 pragma Thread_Body.
38195 Remove i-vthrea.ad? and s-tpae65.ad?, not needed anymore.
38196
38197 * s-thread.adb: This file is now a dummy implementation of
38198 System.Thread.
38199
38200 2003-11-19 Sergey Rybin <rybin@act-europe.fr>
38201
38202 * rtsfind.adb (Initialize): Add initialization for RTE_Is_Available
38203
38204 2003-11-19 Emmanuel Briot <briot@act-europe.fr>
38205
38206 * xref_lib.adb (Parse_Identifier_Info): Add handling of generic
38207 instanciation references in the parent type description.
38208
38209 2003-11-18 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
38210
38211 * ada-tree.def: (ALLOCATE_EXPR): Class is "2", not "s".
38212
38213 * decl.c (gnat_to_gnu_entity, case E_Floating_Point_Subtype): Set
38214 TYPE_PRECISION directly from esize.
38215
38216 2003-11-18 Thomas Quinot <quinot@act-europe.fr>
38217
38218 * cstreams.c:
38219 Use realpath(3) on FreeBSD. Fix typo in comment while we are at it.
38220
38221 * init.c: Initialization routines for FreeBSD
38222
38223 * link.c: Link info for FreeBSD
38224
38225 * sysdep.c: Add the case of FreeBSD
38226
38227 2003-11-17 Jerome Guitton <guitton@act-europe.fr>
38228
38229 * 5zthrini.adb: Remove the call to Init_RTS at elaboration, as it is
38230 already called in System.Threads.
38231
38232 * 5ztiitho.adb (Initialize_Task_Hooks): Remove the registration of the
38233 environment task, as it has been moved to System.Threads.Initialization.
38234
38235 2003-11-17 Arnaud Charlet <charlet@act-europe.fr>
38236
38237 * adaint.c (__gnatlib_install_locks): Only reference
38238 __gnat_install_locks on VMS, since other platforms can avoid using
38239 --enable-threads=gnat
38240
38241 2003-11-17 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
38242
38243 * ada-tree.h: (TYPE_IS_PACKED_ARRAY_TYPE_P): New macro.
38244
38245 * decl.c (gnat_to_gnu_entity, case E_Array_Subtype): Set
38246 TYPE_PACKED_ARRAY_TYPE_P.
38247 (validate_size): Do not verify size if TYPE_IS_PACKED_ARRAY_TYPE_P.
38248
38249 Part of PR ada/12806
38250 * utils.c (float_type_for_precision): Renamed from float_type_for_size.
38251 Use GET_MODE_PRECISION instead of GET_MODE_BITSIZE.
38252
38253 2003-11-17 Vincent Celier <celier@gnat.com>
38254
38255 * gnatchop.adb (Error_Msg): New Boolean parameter Warning, defaulted
38256 to False.
38257 Do not set exit status to Failure when Warning is True.
38258 (Gnatchop): Make errors "no compilation units found" and
38259 "no source files written" warnings only.
38260
38261 * make.adb (Gnatmake): When using a project file, set
38262 Look_In_Primary_Dir to False.
38263 (Configuration_Pragmas_Switch): Check for Global_Configuration_Pragmas
38264 and Local_Configuration_Pragmas in the project where they are declared
38265 not an extending project which might have inherited them.
38266
38267 * osint.adb (Locate_File): If Name is already an absolute path, do not
38268 look for a directory.
38269
38270 * par-ch10.adb (P_Compilation_Unit): If source contains no token, and
38271 -gnats (Check_Syntax) is used, issue only a warning, not an error.
38272
38273 * prj.adb (Register_Default_Naming_Scheme): Add new component Project
38274 in objects of type Variable_Value.
38275
38276 * prj.ads: (Variable_Value): New component Project
38277
38278 * prj-nmsc.adb (Ada_Check.Warn_If_Not_Sources): No warning if source
38279 is in a project extended by Project.
38280
38281 * prj-proc.adb (Add_Attributes): New parameter Project. Set component
38282 Project of Variable_Values to this new parameter value.
38283 (Expression): Set component Project of Variable_Values.
38284 (Process_Declarative_Items): Call Add_Attributes with parameter Project.
38285 Set the component Project in array elements.
38286
38287 2003-11-17 Sergey Rybin <rybin@act-europe.fr>
38288
38289 * errout.adb: (Initialize): Add initialization for error nodes.
38290
38291 * sem_ch12.adb (Initialize): Add missing initializations for
38292 Exchanged_Views and Hidden_Entities.
38293
38294 2003-11-17 Ed Schonberg <schonberg@gnat.com>
38295
38296 * sem_ch12.adb (Copy_Generic_Node): Preserve entity when copying an
38297 already instantiated tree for use in subsequent inlining.
38298 (Analyze_Associations, Instantiate_Formal_Subprogram,
38299 Instantiate_Object): improve error message for mismatch in
38300 instantiations.
38301
38302 * sem_ch6.adb (Build_Body_To_Inline): Major cleanup to handle
38303 instantiations of subprograms declared in instances.
38304
38305 2003-11-17 Javier Miranda <miranda@gnat.com>
38306
38307 * sem_ch4.adb (Analyze_Allocator): Previous modification must be
38308 executed only under the Extensions_Allowed flag.
38309
38310 2003-11-17 Robert Dewar <dewar@gnat.com>
38311
38312 * a-exexda.adb (Address_Image): Fix documentation to indicate leading
38313 zeroes suppressed.
38314 (Address_Image): Fix bug of returning 0x instead of 0x0
38315 Minor reformatting (function specs).
38316
38317 * einfo.ads: Minor fix for documentation of Is_Bit_Packed_Array
38318 (missed case of 33-63)
38319
38320 * freeze.adb, sem_ch13.adb: Properly check size of packed bit array
38321
38322 * s-thread.adb: Add comments for pragma Restriction
38323
38324 * exp_aggr.adb, g-debuti.adb, par-ch4.adb, sem_aggr.adb,
38325 sem_ch6.adb, sprint.adb, xref_lib.adb: Minor reformatting
38326
38327 2003-11-17 Ed Falis <falis@gnat.com>
38328
38329 * s-thread.adb: Added No_Tasking restriction for this implementation.
38330
38331 2003-11-17 Emmanuel Briot <briot@act-europe.fr>
38332
38333 * xref_lib.adb (Parse_Identifier_Info): Add handling of generic
38334 instanciation references in the parent type description.
38335
38336 2003-11-17 GNAT Script <nobody@gnat.com>
38337
38338 * Make-lang.in: Makefile automatically updated
38339
38340 2003-11-16 Jason Merrill <jason@redhat.com>
38341
38342 * Make-lang.in (ada.tags): Create TAGS.sub files in each directory
38343 and TAGS files that include them for each front end.
38344
38345 2003-11-14 Andreas Jaeger <aj@suse.de>
38346
38347 * lang.opt: Change -Wno-long-long to -Wlong-long since the latter
38348 is the canonical version.
38349 * misc.c (gnat_handle_option): Likewise.
38350
38351 * Makefile.in (LIBGNAT_TARGET_PAIRS): Add rules for x86_64-linux.
38352
38353 * 5nsystem.ads: New file for x86_64-linux-gnu.
38354
38355 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
38356
38357 * nmake.ads, nmake.adb, sinfo.h, treeprs.ads: Regenerated.
38358
38359 * comperr.adb: Fix logic in previous change.
38360
38361 2003-11-13 Vincent Celier <celier@gnat.com>
38362
38363 * 5bml-tgt.adb (Build_Dynamic_Library): Use
38364 Osint.Include_Dir_Default_Prefix instead of
38365 Sdefault.Include_Dir_Default_Name.
38366
38367 * gnatlbr.adb: Update Copyright notice
38368 (Gnatlbr): : Use Osint.Include_Dir_Default_Prefix instead of
38369 Sdefault.Include_Dir_Default_Name and Osint.Object_Dir_Default_Prefix
38370 instead of Sdefault.Object_Dir_Default_Name
38371
38372 * gnatlink.adb:
38373 (Process_Binder_File): Never suppress the option following -Xlinker
38374
38375 * mdll-utl.adb:
38376 (Gcc): Use Osint.Object_Dir_Default_Prefix instead of
38377 Sdefault.Object_Dir_Default_Name.
38378
38379 * osint.ads, osint.adb:
38380 (Include_Dir_Default_Prefix, Object_Dir_Default_Prefix): New functions
38381 Minor reformatting.
38382
38383 * vms_conv.ads: Minor reformating
38384 Remove GNAT STANDARD and GNAT PSTA
38385
38386 * vms_conv.adb:
38387 Allow GNAT MAKE to have several files on the command line.
38388 (Init_Object_Dirs): Use Osint.Object_Dir_Default_Prefix instead of
38389 Sdefault.Object_Dir_Default_Name.
38390 Minor Reformating
38391 Remove data for GNAT STANDARD
38392
38393 * vms_data.ads:
38394 Add new compiler qualifier /PRINT_STANDARD (-gnatS)
38395 Remove data for GNAT STANDARD
38396 Remove options and documentation for -gnatwb/-gnatwB: these warning
38397 options no longer exist.
38398
38399 2003-11-13 Ed Falis <falis@gnat.com>
38400
38401 * 5zthrini.adb: (Init_RTS): Made visible
38402
38403 * 5zthrini.adb:
38404 (Register): Removed unnecessary call to taskVarGet that checked whether
38405 an ATSD was already set as a task var for the argument thread.
38406
38407 * s-thread.adb:
38408 Updated comment to reflect that this is a VxWorks version
38409 Added context clause for System.Threads.Initialization
38410 Added call to System.Threads.Initialization.Init_RTS
38411
38412 2003-11-13 Jerome Guitton <guitton@act-europe.fr>
38413
38414 * 5zthrini.adb:
38415 (Init_RTS): New procedure, for the initialization of the run-time lib.
38416
38417 * s-thread.adb:
38418 Remove dependancy on System.Init, so that this file can be used in the
38419 AE653 sequential run-time lib.
38420
38421 2003-11-13 Robert Dewar <dewar@gnat.com>
38422
38423 * bindgen.adb: Minor reformatting
38424
38425 2003-11-13 Ed Schonberg <schonberg@gnat.com>
38426
38427 * checks.adb:
38428 (Apply_Discriminant_Check): Do no apply check if target type is derived
38429 from source type with no applicable constraint.
38430
38431 * lib-writ.adb:
38432 (Ensure_System_Dependency): Do not apply the style checks that may have
38433 been specified for the main unit.
38434
38435 * sem_ch8.adb:
38436 (Find_Selected_Component): Further improvement in error message, with
38437 RM reference.
38438
38439 * sem_res.adb:
38440 (Resolve): Handle properly the case of an illegal overloaded protected
38441 procedure.
38442
38443 2003-11-13 Javier Miranda <miranda@gnat.com>
38444
38445 * exp_aggr.adb:
38446 (Has_Default_Init_Comps): New function to check the presence of
38447 default initialization in an aggregate.
38448 (Build_Record_Aggr_Code): Recursively expand the ancestor in case of
38449 extension aggregate of a limited record. In addition, a new formal
38450 was added to do not initialize the record controller (if any) during
38451 this recursive expansion of ancestors.
38452 (Init_Controller): Add support for limited record components.
38453 (Expand_Record_Aggregate): In case of default initialized components
38454 convert the aggregate into a set of assignments.
38455
38456 * par-ch4.adb (P_Aggregate_Or_Paren_Expr): Update the comment
38457 describing the new syntax.
38458 Nothing else needed to be done because this subprogram delegates part of
38459 its work to P_Precord_Or_Array_Component_Association.
38460 (P_Record_Or_Array_Component_Association): Give support to the new
38461 syntax for default initialization of components.
38462
38463 * sem_aggr.adb:
38464 (Resolve_Aggregate): Relax the strictness of the frontend in case of
38465 limited aggregates.
38466 (Resolve_Record_Aggregate): Give support to default initialized
38467 components.
38468 (Get_Value): In case of default initialized components, duplicate
38469 the corresponding default expression (from the record type
38470 declaration). In case of default initialization in the *others*
38471 choice, do not check that all components have the same type.
38472 (Resolve_Extension_Aggregate): Give support to limited extension
38473 aggregates.
38474
38475 * sem_ch3.adb:
38476 (Check_Initialization): Relax the strictness of the front-end in case
38477 of aggregate and extension aggregates. This test is now done in
38478 Get_Value in a per-component manner.
38479
38480 * sem_ch4.adb (Analyze_Allocator): Don't post an error if the
38481 expression corresponds to a limited aggregate. This test is now done
38482 in Get_Value.
38483
38484 * sinfo.ads, sinfo.adb (N_Component_Association): Addition of
38485 Box_Present flag.
38486
38487 * sprint.adb (Sprint_Node_Actual): Modified to print an mbox if
38488 present in an N_Component_Association node
38489
38490 2003-11-13 Thomas Quinot <quinot@act-europe.fr>
38491
38492 * sem_ch9.adb (Analyze_Accept_Statement): A procedure hides a
38493 type-conformant entry only if they are homographs.
38494
38495 2003-11-13 GNAT Script <nobody@gnat.com>
38496
38497 * Make-lang.in: Makefile automatically updated
38498
38499 2003-11-12 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
38500
38501 * adadecode.c: Use <> form of include for ctype.h.
38502 * sysdep.c [IN_RTS]: Use <> form of include for time.h.
38503
38504 2003-11-12 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
38505
38506 * 5gsystem.ads (Functions_Return_By_DSP): Set to False.
38507 Works around PR middle-end/6552.
38508
38509 2003-11-10 Ed Falis <falis@gnat.com>
38510
38511 * 5ytiitho.adb: (procStartHookAdd): Definition and call deleted
38512
38513 * 5zinit.adb: (Install_Handler): Moved back to spec
38514 (Install_Signal_Handlers): Deleted
38515
38516 * 5zthrini.adb: Added context clause for System.Storage_Elements
38517 (Register): Only handles creation of taskVar; initialization moved to
38518 Thread_Body_Enter.
38519 (Reset_TSD): Deleted; replaced by Thread_Body_Enter
38520 Added declaration of environment task secondary stack and
38521 initialization.
38522
38523 * s-thread.adb: Implement bodies for thread body processing
38524
38525 * s-thread.ads:
38526 Added comment identifying supported targets for pragma Thread_Body.
38527
38528 2003-11-10 Pascal Obry <obry@gnat.com>
38529
38530 * adaint.c (_gnat_stat) [WIN32]: Check if name is not bigger than
38531 GNAT_MAX_PATH_LEN.
38532
38533 * s-fileio.adb:
38534 (Open): Properly check for string length before copying into the buffer.
38535 Raises Name_Error if buffer is too small. Note that this was a potential
38536 buffer overflow.
38537
38538 2003-11-10 Romain Berrendonner <berrendo@act-europe.fr>
38539
38540 * bindgen.adb, comperr.adb: Code clean ups.
38541 * gnatvsn.ads, gnatvsn.adb (Get_Gnat_Version_Type): New function.
38542
38543 2003-11-10 Sergey Rybin <rybin@act-europe.fr>
38544
38545 * gnat1drv.adb: Add call to Sem_Elim.Initialize.
38546
38547 2003-11-10 Vincent Celier <celier@gnat.com>
38548
38549 * gprcmd.adb:
38550 (Gprcmd): Add new command "prefix" to get the prefix of the GNAT
38551 installation.
38552
38553 * make.adb (Scan_Make_Arg): Transmit -nostdlib to the compiler
38554
38555 * prj.adb: (Project_Empty): Add new boolean component Virtual
38556
38557 * prj.ads: (Virtual_Prefix): New constant string
38558 (Project_Data): New boolean component Virtual
38559
38560 * prj-nmsc.adb (Language_Independent_Check): Adjust error message when
38561 a library project is extended by a virtual extending project.
38562
38563 * prj-part.adb:
38564 Modifications throughout to implement extending-all project, including:
38565 (Virtual_Hash, Processed_Hash): New hash tables
38566 (Create_Virtual_Extending_Project): New procedure
38567 (Look_For_Virtual_Projects_For): New procedure
38568
38569 * prj-proc.adb:
38570 (Process): After checking the projects, if main project is an
38571 extending-all project, set the object directory of all virtual extending
38572 project to the object directory of the main project.
38573 Adjust error message when a virtual extending project has the same
38574 object directory as an project being extended.
38575 (Recursive_Process): If name starts with the virtual prefix, set Virtual
38576 to True in the project data.
38577
38578 * prj-tree.adb:
38579 (Default_Project_Node): Add new boolean component Extending_All
38580 (Is_Extending_All): New function
38581 (Set_Is_Extending_All): New procedure
38582
38583 * prj-tree.ads: (Is_Extending_All): New function
38584 (Set_Is_Extending_All): New procedure
38585 (Project_Node_Record): New boolean component Extending_All
38586
38587 * switch-c.adb: (Scan_Front_End_Switches): Process -nostdlib
38588
38589 * vms_data.ads:
38590 Add qualifier /NOSTD_LIBRARIES (-nostdlib) for the compiler
38591
38592 * bld.adb (Recursive_Process): If MAKE_ROOT is not defined, call
38593 "gprcmd prefix" to define it.
38594
38595 2003-11-10 Thomas Quinot <quinot@act-europe.fr>
38596
38597 * einfo.ads: Fix a typo and remove an extraneous word in comments.
38598
38599 * lib-load.adb:
38600 (Create_Dummy_Package_Unit): Set the scope of the entity for the
38601 created dummy package to Standard_Standard, not to itself, to
38602 defend other parts of the front-end against encoutering a cycle in
38603 the scope chain.
38604
38605 * sem_ch10.adb:
38606 (Analyze_With_Clause): When setting the entities for the successive
38607 N_Expanded_Names that constitute the name of a child unit, do not
38608 attempt to go further than Standard_Standard in the chain of scopes.
38609 This case arises from the placeholder units created by
38610 Create_Dummy_Package_Unit in the case of a with_clause for a
38611 nonexistent child unit.
38612
38613 2003-11-10 Ed Schonberg <schonberg@gnat.com>
38614
38615 * exp_ch6.adb:
38616 (Expand_Thread_Body): Place subprogram on scope stack, so that new
38617 declarations are given the proper scope.
38618
38619 * sem_ch13.adb:
38620 (Check_Expr_Constants): Reject an expression that contains a constant
38621 created during expansion, and that appears after the object to which
38622 the address clause applies.
38623
38624 * sem_ch5.adb (Check_Controlled_Array_Attribute): Subsidiary of
38625 Analyze_Iteration_Scheme, to rewrite a loop parameter specification
38626 that uses 'Range of a function call with controlled components, so
38627 that the function result can be finalized before starting the loop.
38628
38629 * sem_ch8.adb:
38630 (Find_Selected_Component): Improve error message when prefix is
38631 an implicit dereference of an incomplete type.
38632
38633 2003-11-10 Robert Dewar <dewar@gnat.com>
38634
38635 * opt.ads: New Print_Standard flag for -gnatS switch
38636
38637 * sem_ch13.adb: Remove some additional checks for unaligned arrays
38638
38639 * cstand.adb (Create_Standard): Print out package standard if -gnatS
38640 switch set
38641
38642 * debug.adb: Update doc for -gnatds to discuss relationship with new
38643 -gnatS flag
38644
38645 * sinfo.adb: Add new field Entity_Or_Associated_Node
38646
38647 * sinfo.ads: Add new field Entity_Or_Associated_Node
38648 Update documentation for Associated_Node and Entity fields to clarify
38649 relationship and usage.
38650
38651 * sprint.adb:
38652 (Write_Id): Properly process Associated_Node field in generic template
38653
38654 * switch-c.adb:
38655 Recognize new -gnatS switch for printing package Standard
38656 This replaces gnatpsta
38657
38658 * usage.adb:
38659 Add line for new -gnatS switch for printing package Standard
38660 This replaces gnatpsta
38661
38662 2003-11-10 Andreas Jaeger <aj@suse.de>
38663
38664 * 7sosprim.adb: tv_usec of struct_timeval and time_t are long
38665 integer.
38666
38667 2003-11-10 Arnaud Charlet <charlet@act-europe.fr>
38668
38669 * misc.c, lang.opt: Add handling of -nostdlib, now recognized/needed
38670 by gnat1.
38671
38672 2003-11-10 Arnaud Charlet <charlet@act-europe.fr>
38673
38674 * Makefile.in, Make-lang.in: Remove build of gnat_wrapper and gnatpsta,
38675 no longer needed.
38676
38677 * gnatpsta.adb, gnat_wrapper.adb: Removed, no longer needed.
38678
38679 * sysdep.c: Add handling of cygwin.
38680
38681 2003-11-10 GNAT Script <nobody@gnat.com>
38682
38683 * Make-lang.in: Makefile automatically updated
38684
38685 2003-11-10 Arnaud Charlet <charlet@act-europe.fr>
38686
38687 PR 12950
38688 * osint.ads, osint.adb (Relocate_Path, Executable_Suffix): New
38689 functions. Used to handle dynamic prefix relocation, via set_std_prefix.
38690 Replace GNAT_ROOT by GCC_ROOT.
38691
38692 * Make-lang.in: Use new function Relocate_Path to generate sdefault.adb
38693
38694 2003-11-06 Zack Weinberg <zack@codesourcery.com>
38695
38696 * misc.c (fp_prec_to_size, fp_size_to_prec): Use GET_MODE_PRECISION
38697 and update for changed meaning of GET_MODE_BITSIZE.
38698
38699 2003-11-04 Doug Rupp <rupp@gnat.com>
38700
38701 * sysdep.c: Problem discovered during IA64 VMS port.
38702 [VMS] #include <unixio.h> to get proper prototypes.
38703
38704 * adaint.c:
38705 Issues discovered/problems fixed during IA64 VMS port.
38706 [VMS] #define _POSIX_EXIT for proper semantics.
38707 [VMS] #include <unixio.h> for proper prototypes.
38708 [VMS] (fork): #define IA64 version.
38709 (__gnat_os_exit): Remove unnecessary VMS specific code.
38710
38711 2003-11-04 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
38712
38713 Part of PR ada/12806
38714 * ada-tree.h (TYPE_DIGITS_VALUE, SET_TYPE_DIGITS_VALUE): Save count as
38715 tree, not integer.
38716
38717 * decl.c:
38718 (gnat_to_gnu_entity, case E_Floating_Point_Type): Save count as tree,
38719 not integer.
38720
38721 * targtyps.c, decl.c, misc.c,
38722 gigi.h (fp_prec_to_size, fp_size_to_prec): Temporary
38723 routines to work around change in FP sizing semantics in GCC.
38724
38725 * utils.c:
38726 (build_vms_descriptor): TYPE_DIGITS_VALUE is tree, not integer.
38727
38728 * gigi.h: (enumerate_modes): New function.
38729
38730 * Make-lang.in: (ada/misc.o): Add real.h.
38731
38732 * misc.c: (enumerate_modes): New function.
38733
38734 2003-11-04 Robert Dewar <dewar@gnat.com>
38735
38736 * 3vtrasym.adb: Minor reformatting
38737 Use terminology encoded/decoded name, rather than C++ specific notion
38738 of mangling (this is the terminology used throughout GNAT).
38739
38740 * einfo.h: Regenerated
38741
38742 * einfo.ads, einfo.adb: Add new flag Is_Thread_Body
38743
38744 * exp_ch6.adb:
38745 (Expand_N_Subprogram_Body): Handle expansion of thread body procedure
38746
38747 * par-prag.adb: Add dummy entry for Thread_Body pragma
38748
38749 * rtsfind.ads:
38750 Add entries for System.Threads entities for thread body processing
38751
38752 * sem_attr.adb:
38753 (Analyze_Pragma, Access attributes): Check these are not applied to a
38754 thread body, since this is not permitted
38755
38756 * sem_prag.adb: Add processing for Thread_Body pragma.
38757 Minor comment fix.
38758
38759 * sem_res.adb:
38760 (Resolve_Call): Check for incorrect attempt to call a thread body
38761 procedure with a direct call.
38762
38763 * snames.ads, snames.adb: Add entry for Thread_Body pragma
38764 Add names associated with thread body expansion
38765
38766 * snames.h: Add entry for Thread_Body pragma
38767
38768 * s-thread.adb: Add entries for thread body processing
38769 These are dummy bodies so far
38770
38771 * s-thread.ads: Add documentation on thread body handling.
38772 Add entries for thread body processing.
38773
38774 2003-11-04 Javier Miranda <miranda@gnat.com>
38775
38776 * sem_ch10.adb:
38777 (Build_Limited_Views): Return after posting an error in case of limited
38778 with_clause on subprograms, generics, instances or generic renamings
38779 (Install_Limited_Withed_Unit): Do nothing in case of limited with_clause
38780 on subprograms, generics, instances or generic renamings
38781
38782 2003-11-04 Arnaud Charlet <charlet@act-europe.fr>
38783
38784 * raise.c (setup_to_install): Correct mistake in last revision; two
38785 arguments out of order.
38786
38787 * trans.c, cuintp.c, argv.c, aux-io.c, cal.c, errno.c, exit.c,
38788 gnatbl.c, init.c, stringt.h, utils.c, utils2.c: Update copyright
38789 notice, missed in previous change.
38790 Remove trailing blanks and other style errors introduced in previous
38791 change.
38792
38793 2003-11-04 Olivier Hainque <hainque@act-europe.fr>
38794
38795 * decl.c (gnat_to_gnu_field): Adjust the conditions under which we get
38796 rid of the wrapper for a LJM type, ensuring we don't do that if the
38797 field is addressable. This avoids potential low level type view
38798 mismatches later on, for instance in a by-reference argument passing
38799 process.
38800
38801 2003-11-04 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
38802
38803 * decl.c (gnat_to_gnu_field): No longer check for BLKmode being
38804 aligned at byte boundary.
38805
38806 2003-11-04 Joel Brobecker <brobecker@gnat.com>
38807
38808 * decl.c (components_to_record): Do not delete the empty variants from
38809 the end of the union type.
38810
38811 2003-11-04 Ed Schonberg <schonberg@gnat.com>
38812
38813 * exp_ch4.adb (Expand_N_Op_Eq): Use base type when locating primitive
38814 operation for a derived type, an explicit declaration may use a local
38815 subtype of Boolean.
38816
38817 2003-11-04 Vincent Celier <celier@gnat.com>
38818
38819 * make.adb (Gnatmake): Allow main sources on the command line with a
38820 library project when it is only for compilation (no binding or
38821 linking).
38822
38823 2003-11-04 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
38824
38825 * Makefile.in: Remove many duplicate variables.
38826
38827 2003-11-03 Kelley Cook <kcook@gcc.gnu.org>
38828
38829 * Make-lang.in (dvi): Move targets to $(docobjdir).
38830 (gnat_ug_vms.dvi): Simplify rule and adjust target.
38831 (gnat_ug_wnt.dvi): Likewise.
38832 (gnat_ug_unx.dvi): Likewise.
38833 (gnat_ug_vxw.dvi): Likewise.
38834 (gnat_rm.dvi): Likewise.
38835 (gnat-style.dvi): Likewise.
38836
38837 2003-10-31 Kelley Cook <kcook@gcc.gnu.org>
38838
38839 * gigi.h: Missed commit from update for C90.
38840
38841 2003-10-31 Kelley Cook <kcook@gcc.gnu.org>
38842
38843 * Makefile.in (ada/b_gnat1.o): Compile with -Wno-error.
38844
38845 2003-10-31 Andreas Schwab <schwab@suse.de>
38846
38847 * raise.c (get_action_description_for): Fix typo in last change.
38848
38849 2003-10-31 Nathanael Nerode <neroden@gcc.gnu.org>
38850
38851 PR ada/12761
38852 * ada/Make-lang.in: Move default definitions of X_ADA_CFLAGS,
38853 T_ADA_CFLAGS, X_ADAFLAGS, T_ADAFLAGS from here to master Makefile.in.
38854
38855 2003-10-30 Kelley Cook <kcook@gcc.gnu.org>
38856
38857 * adadecode.c, adaint.c, argv.c, aux-io.c, cal.c, cio.c, cstreams.c,
38858 ctrl_c.c, cuintp.c, decl.c, errno.c, exit.c, expect.c, final.c,
38859 gigi.h, gmem.c, gnatbl.c, init.c, misc.c, mkdir.c, raise.c, socket.c,
38860 sysdep.c, sysdep.c, targtyps.c, tb-alvms.c, tb-alvxw.c, tracebak.c,
38861 trans.c, utils.c, utils2.c: Convert function prototypes to C90.
38862
38863 2003-10-30 Vasiliy Fofanov <fofanov@act-europe.fr>
38864
38865 * 3vtrasym.adb:
38866 Demangle Ada symbols returned by TBK$SYMBOLIZE. Correctly align line
38867 numbers when symbol name is too long.
38868
38869 2003-10-30 Ed Falis <falis@gnat.com>
38870
38871 * g-signal.ads, g-signal.adb: New files
38872
38873 * impunit.adb: (Non_Imp_File_Names): Added "g-signal"
38874
38875 * Makefile.rtl: Introduce GNAT.Signals
38876
38877 2003-10-30 Robert Dewar <dewar@gnat.com>
38878
38879 * freeze.adb: Minor reformatting
38880
38881 * lib-writ.adb (Write_ALI): Never write ali file if -gnats is specified
38882
38883 * par.adb, par-ch12.adb, par-ch13.adb, par-ch2.adb, par-ch3.adb,
38884 par-ch5.adb, par-ch6.adb, par-ch9.adb, par-util.adb:
38885 New handling of Id_Check parameter to improve recognition of keywords
38886 used as identifiers.
38887 Update copyright notice to include 2003
38888
38889 2003-10-29 Robert Dewar <dewar@gnat.com>
38890
38891 * 3vtrasym.adb, 5vtraent.ads, sprint.adb,
38892 sem_ch10.adb: Minor reformatting
38893
38894 * exp_ch5.adb (Expand_Assign_Array): Test for bit unaligned operands
38895 (Expand_Assign_Record): Test right hand side for bit unaligned as well
38896
38897 2003-10-29 Vasiliy Fofanov <fofanov@act-europe.fr>
38898
38899 * 3vtrasym.adb, 5vtraent.adb, 5vtraent.ads, tb-alvms.c:
38900 Support for TBK$SYMBOLIZE-based symbolic traceback.
38901
38902 2003-10-29 Jose Ruiz <ruiz@act-europe.fr>
38903
38904 * exp_disp.adb:
38905 Revert previous change, that did not work well when pragma No_Run_Time
38906 was used in conjunction with a run-time other than ZFP.
38907
38908 2003-10-29 Vincent Celier <celier@gnat.com>
38909
38910 * make.adb:
38911 (Gnatmake): When there are no Ada mains in attribute Main, disable the
38912 bind and link steps only is switch -z is not used.
38913
38914 2003-10-29 Arnaud Charlet <charlet@act-europe.fr>
38915
38916 * Makefile.generic: Remove duplicated setting of CC.
38917
38918 * Makefile.prolog: Set CC to gcc by default, to override make's
38919 default (cc).
38920
38921 * einfo.h: Regenerated.
38922
38923 2003-10-29 Ed Schonberg <schonberg@gnat.com>
38924
38925 * sem_ch10.adb (Analyze_Subunit): Restore state of suppress flags for
38926 current body, after compiling subunit.
38927
38928 * itypes.adb (Create_Itype): In ASIS_Mode, do not freeze the itype
38929 when in deleted code, because gigi needs properly ordered freeze
38930 actions to annotate types.
38931
38932 * freeze.adb (Is_Fully_Defined): Predicate must be recursive, to
38933 prevent the premature freezing of record type that contains
38934 subcomponents with a private type that does not yet have a completion.
38935
38936 2003-10-29 Javier Miranda <miranda@gnat.com>
38937
38938 * sem_ch12.adb:
38939 (Analyze_Package_Instantiation): Check that instances can not be used in
38940 limited with_clauses.
38941
38942 * sem_ch8.adb:
38943 (Analyze_Package_Renaming): Check that limited withed packages cannot
38944 be renamed. Improve text on error messages related to limited
38945 with_clauses.
38946
38947 * einfo.adb, einfo.ads: Remove Non_Limited_Views attribute.
38948
38949 * sprint.adb: (Sprint_Node_Actual): Print limited with_clauses.
38950 Update copyright notice.
38951
38952 * sem_ch10.adb: (Build_Limited_Views): Complete its documentation.
38953 (Install_Limited_Context_Clauses): New subprogram that isolates all the
38954 checks required for limited context_clauses and installs the limited
38955 view.
38956 (Install_Limited_Withed_Unit): Complete its documentation.
38957 (Analyze_Context): Check that limited with_clauses are only allowed in
38958 package specs.
38959 (Install_Context): Call Install_Limited_Context_Clauses after the
38960 parents have been installed.
38961 (Install_Limited_Withed_Unit): Add documentation. Mark the installed
38962 package as 'From_With_Type'; this mark indicates that the limited view
38963 is installed. Used to check bad usages of limited with_clauses.
38964 (Build_Limited_Views): Do not add shadow entities to the scope's list
38965 of entities. Do not add real entities to the Non_Limited_Views chain.
38966 Improve error notification.
38967 (Remove_Context_Clauses): Remove context clauses in two phases:
38968 limited views first and regular views later (to maintain the
38969 stack model).
38970 (Remove_Limited_With_Clause): If the package is analyzed then reinstall
38971 its visible entities.
38972
38973 2003-10-29 Thomas Quinot <quinot@act-europe.fr>
38974
38975 * sem_type.adb (Specific_Type): Type Universal_Fixed is compatible
38976 with any type that Is_Fixed_Point_Type.
38977
38978 * sinfo.ads: Fix documentation for Associated_Node attribute.
38979
38980 2003-10-29 Sergey Rybin <rybin@act-europe.fr>
38981
38982 * switch-c.adb (Scan_Front_End_Switches): ASIS_Mode is set now when
38983 both '-gnatc' and '-gnatt' are specified.
38984
38985 * atree.adb (Initialize): Add initialization for Node_Count (set to
38986 zero).
38987
38988 2003-10-29 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
38989
38990 * decl.c (gnat_to_gnu_entity, case E_Subprogram): If no return value,
38991 do not consider as Pure.
38992
38993 Part of implementation of function-at-a-time:
38994
38995 * trans.c (gnat_to_gnu_code): If IS_STMT, call expand_expr_stmt.
38996 (tree_transform): Add new argument to build_component_ref.
38997 (tree_transform, case N_Assignment_Statement): Make and return an
38998 EXPR_STMT.
38999 (tree_transform): If result IS_STMT, set flags and return it.
39000 (gnat_expand_stmt, set_lineno_from_sloc): New functions.
39001
39002 * utils2.c (build_simple_component_ref, build_component_ref): Add new
39003 arg, NO_FOLD_P.
39004 (build_binary_op, case EQ_EXPR): Pass additional arg to it.
39005 (build_allocator): Likewise.
39006
39007 * utils.c (convert_to_fat_pointer, convert_to_thin_pointer, convert):
39008 Add new arg to build_component_ref.
39009 (maybe_unconstrained_array, unchecked_convert): Likewise.
39010
39011 * ada-tree.def (EXPR_STMT): New code.
39012
39013 * ada-tree.h (IS_STMT, TREE_SLOC, EXPR_STMT_EXPR): New macros.
39014
39015 * decl.c (gnat_to_gnu_entity, case object): Add extra arg to
39016 build_component_ref calls.
39017
39018 * misc.c (gnat_expand_expr): If IS_STMT, call gnat_expand_stmt.
39019
39020 * gigi.h (gnat_expand_stmt, set_lineno_from_sloc): New functions.
39021 (build_component_ref): Add new argument, NO_FOLD_P.
39022
39023 2003-10-27 Arnaud Charlet <charlet@act-europe.fr>
39024
39025 * Makefile.generic: Add missing substitution on object_deps handling.
39026
39027 PR ada/5909
39028 * Make-lang.in (check-ada): Enable ACATS test suite.
39029
39030 2003-10-27 Robert Dewar <dewar@gnat.com>
39031
39032 * exp_ch3.adb:
39033 (Freeze_Array_Type): We do not need an initialization routine for types
39034 derived from String or Wide_String. They should be treated the same
39035 as String and Wide_String themselves. This caused problems with the
39036 use of Initialize_Scalars.
39037
39038 * exp_ch5.adb:
39039 (Expand_Assign_Record): Do component-wise assignment of non-byte aligned
39040 composites. This allows use of component clauses that are not byte
39041 aligned.
39042
39043 * sem_prag.adb:
39044 (Analyze_Pragma, case Pack): Generate warning and ignore pack if there
39045 is an attempt to pack an array of atomic objects.
39046
39047 * make.adb, prj-env.adb, prj-env.ads: Minor reformatting
39048
39049 2003-10-27 Pascal Obry <obry@gnat.com>
39050
39051 * g-dirope.adb:
39052 (Basename): Check for drive letters in a pathname only on DOS based OS.
39053
39054 2003-10-27 Vincent Celier <celier@gnat.com>
39055
39056 * make.adb:
39057 (Gnatmake): When unable to change dir to the object dir, display the
39058 content of the parent dir of the obj dir, to try to understand why this
39059 happens.
39060
39061 2003-10-27 GNAT Script <nobody@gnat.com>
39062
39063 * Make-lang.in: Makefile automatically updated
39064
39065 2003-10-27 Ed Schonberg <schonberg@gnat.com>
39066
39067 * sem_ch12.adb:
39068 (Inline_Instance_Body): Indicate that the save/restore of use_clauses
39069 should not be done in Save/Restore_Scope_Stack, because it is performed
39070 locally.
39071
39072 * sem_ch8.adb:
39073 (Save_Scope_Stack, Restore_Scope_Stack): Add parameter to indicate
39074 whether use clauses should be removed/restored.
39075
39076 * sem_ch8.ads:
39077 (Save_Scope_Stack, Restore_Scope_Stack): Add parameter to indicate
39078 whether use clauses should be removed/restored.
39079
39080 2003-10-26 Andreas Jaeger <aj@suse.de>
39081
39082 * Makefile.in: Remove duplicated lines.
39083
39084 2003-10-24 Arnaud Charlet <charlet@act-europe.fr>
39085
39086 * gnatvsn.ads (Gnat_Static_Version_String): New constant, used to
39087 minimize the differences with ACT tree.
39088
39089 * gnatkr.adb, gnatlink.adb, gnatls.adb, gnatmake.adb,
39090 gnatprep.adb, gnatpsta.adb, gnatvsn.ads: Take advantage of
39091 Gnatvsn.Gnat_Static_Version_String to reduce differences between
39092 ACT and FSF trees.
39093
39094 2003-10-24 Pascal Obry <obry@gnat.com>
39095
39096 PR ada/12014
39097 * adadecode.c (ostrcpy): New function.
39098 (__gnat_decode): Use ostrcpy of strcpy.
39099 (has_prefix): Set first parameter a const.
39100 (has_suffix): Set first parameter a const.
39101 Update copyright notice. Fix source name in header.
39102 Removes a trailing space.
39103
39104 2003-10-24 Jose Ruiz <ruiz@act-europe.fr>
39105
39106 * exp_disp.adb:
39107 Remove the test against being in No_Run_Time_Mode before generating a
39108 call to Register_Tag. It is redundant with the test against the
39109 availability of the function Register_Tag.
39110
39111 2003-10-24 Vincent Celier <celier@gnat.com>
39112
39113 * g-catiio.adb: (Month_Name): Correct spelling of February
39114
39115 * make.adb: (Mains): New package
39116 (Initialize): Call Mains.Delete
39117 (Gnatmake): Check that each main on the command line is a source of a
39118 project file and, if there are several mains, each of them is a source
39119 of the same project file.
39120 (Gnatmake): When a foreign language is specified in attribute Languages,
39121 no main is specified on the command line and attribute Mains is not
39122 empty, only build the Ada main. If there is no Ada main, just compile
39123 the Ada sources and their closure.
39124 (Gnatmake): If a main is specified on the command line with directory
39125 information, check that the source exists and, if it does, that the path
39126 is the actual path of a source of a project.
39127
39128 * prj-env.adb:
39129 (File_Name_Of_Library_Unit_Body): New Boolean parameter Full_Path. When
39130 Full_Path is True, return the full path instead of the simple file name.
39131 (Project_Of): New function
39132
39133 * prj-env.ads:
39134 (File_Name_Of_Library_Unit_Body): New Boolean parameter Full_Path,
39135 defaulted to False.
39136 (Project_Of): New function
39137
39138 2003-10-24 Arnaud Charlet <charlet@act-europe.fr>
39139
39140 * Makefile.generic:
39141 Ensure objects of main project are always checked and rebuilt if needed.
39142 Set CC to gcc by default.
39143 Prepare new handling of link by creating a global archive (not activated
39144 yet).
39145
39146 * adadecode.h, atree.h, elists.h, nlists.h, raise.h,
39147 stringt.h: Update copyright notice. Remove trailing blanks.
39148 Fix source name in header.
39149
39150 2003-10-24 Robert Dewar <dewar@gnat.com>
39151
39152 * sem_ch12.adb: Minor reformatting
39153
39154 * sem_ch3.adb:
39155 Minor reformatting (including new function return style throughout)
39156
39157 * sem_ch3.ads:
39158 Minor reformatting (including new function return style throughout)
39159
39160 2003-10-24 Arnaud Charlet <charlet@act-europe.fr>
39161
39162 * adadecode.h, atree.h, elists.h, nlists.h, raise.h,
39163 stringt.h: Update copyright notice. Remove trailing blanks.
39164 Fix source name in header.
39165
39166 2003-10-24 GNAT Script <nobody@gnat.com>
39167
39168 * Make-lang.in: Makefile automatically updated
39169
39170 2003-10-23 Nathanael Nerode <neroden@gcc.gnu.org>
39171
39172 * adadecode.h, atree.h, elists.h, namet.h, nlists.h, raise.h,
39173 stringt.h: Convert to ISO C90 declarations and definitions.
39174
39175 2003-10-23 Thomas Quinot <quinot@act-europe.fr>
39176
39177 PR ada/11978
39178 * exp_ch13.adb (Expand_N_Freeze_Entity): Do not consider inherited
39179 External_Tag attribute definition clauses.
39180
39181 2003-10-23 Ed Schonberg <schonberg@gnat.com>
39182
39183 PR ada/7613
39184 * exp_dbug.adb (Debug_Renaming_Declaration): For the renaming of a
39185 child unit, generate a fully qualified name to avoid spurious errors
39186 when the context contains renamings of different child units with
39187 the same simple name.
39188
39189 * exp_dbug.ads: Add documentation on name qualification for renamings
39190 of child units.
39191
39192 2003-10-23 Robert Dewar <dewar@gnat.com>
39193
39194 * g-regpat.ads, g-regpat.adb: Minor reformatting
39195
39196 2003-10-23 Jose Ruiz <ruiz@act-europe.fr>
39197
39198 * Makefile.in: Use the file 1atags.ads with the ZFP and cert run-times.
39199
39200 2003-10-23 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
39201
39202 * trans.c: (tree_transform, case N_Real_Literal): Add extra arg to
39203 Machine call.
39204
39205 * urealp.h: (Machine): Update to proper definition.
39206
39207 2003-10-23 Arnaud Charlet <charlet@act-europe.fr>
39208
39209 * init.c, adaint.c: Minor reformatting.
39210
39211 2003-10-23 Danny Smith <dannysmith@users.sourceforge.net>
39212
39213 * adaint.c (w32_epoch_offset): Define static const at file level.
39214 (win32_filetime): Replace offset with w32_epoch_offset. Use NULL
39215 rather than t_create, t_access in call to GetFileTime. Use union
39216 to convert between FILETIME and unsigned long long.
39217 (__gnat_file_time_name): Test for invalid file handle.
39218 (__gnat_set_filetime_name): Support win32 targets using
39219 w32api SetFileTime.
39220
39221 2003-10-22 Danny Smith <dannysmith@users.sourceforge.net>
39222
39223 * sysdep.c: Include conio.h if __MINGW32__ and !OLD_MINGW.
39224
39225 * ctrl_c.c (__gnat_int_handler): Remove declaration.
39226
39227 * decl.c (creat_concat_name): Const-ify prefix.
39228
39229 * adaint.c: Include ctype.h if __MINGW32__.
39230 (__gnat_readlink): Mark arguments as possibly unused.
39231 (__gnat_symlink): Likewise.
39232 (__gnat_is_symbolic_link): Likewise.
39233 (__gnat_portable_spawn): Likewise. Cast last arg of spawnvp to match
39234 declaration
39235 (__gnat_file_time_name): Don't declare struct stat statbuf when
39236 not needed.
39237 (__gnat_is_absolute_path): Add parenthesis around condition of
39238 'if' statement to avoid warning.
39239 (__gnat_plist_init): Specify void as parameter.
39240 (plist_enter): Likewise.
39241 (plist_leave): Likewise.
39242 (remove_handle): Make static. Initialize prev.
39243
39244 2003-10-22 Arnaud Charlet <charlet@act-europe.fr>
39245
39246 PR ada/10110
39247 * Makefile.in: Disable build of gnatpsta.
39248 * cstreams.c (__gnat_full_name): Minor improvements and clean up
39249 of previous change.
39250
39251 2003-10-22 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
39252
39253 * tracebak.c (MAX): Avoid redefinition warning.
39254
39255 * init.c [sgi] (__gnat_error_handler): Remove i, unused.
39256 Change msg to const char *.
39257 (__gnat_install_handler): Remove ss, unused.
39258 [sun && __SVR4 && !__vxworks] (__gnat_error_handler): Change msg
39259 to const char *.
39260 * cstreams.c (__gnat_full_name): Declare p only when used.
39261 (__gnat_full_name) [sgi] Return buffer.
39262
39263 2003-10-22 Arnaud Charlet <charlet@act-europe.fr>
39264
39265 * mingw32.h: New file.
39266 * gnat_wrapper.adb: New file.
39267
39268 2003-10-22 Jerome Roussel <roussel@act-europe.fr>
39269
39270 * g-regpat.ads, g-regpat.adb (Match): new function, to know if a
39271 string match a pre compiled regular expression (the corresponding
39272 version of the function working on a raw regular expression)
39273 Fix typos in various comments
39274 Update copyright notice in spec
39275
39276 2003-10-21 Gary Dismukes <dismukes@gnat.com>
39277
39278 * exp_ch3.adb:
39279 (Component_Needs_Simple_Initialization): Return False when the type is a
39280 packed bit array. Revise spec comments to document this case.
39281
39282 * exp_prag.adb:
39283 (Expand_Pragma_Import): Set any expression on the imported object to
39284 empty to avoid initializing imported objects (in particular this
39285 covers the case of zero-initialization of bit arrays).
39286 Update copyright notice.
39287
39288 2003-10-21 Ed Schonberg <schonberg@gnat.com>
39289
39290 * sem_ch12.adb:
39291 (Load_Parent_Of_Generic): If parent is compilation unit, stop search,
39292 a subunit is missing.
39293 (Instantiate_Subprogram_Body): If body of function is missing, set type
39294 of return expression explicitly in dummy body, to prevent cascaded
39295 errors when a subunit is missing.
39296 Fixes PR 5677.
39297
39298 * sem_ch3.adb:
39299 (Access_Subprogram_Declaration): Verify that return type is valid.
39300 Fixes PR 8693.
39301
39302 * sem_elab.adb:
39303 (Check_Elab_Calls): Do not apply elaboration checks if the main unit is
39304 generic.
39305 Fixes PR 12318.
39306
39307 * sem_util.adb:
39308 (Corresponding_Discriminant): If the scope of the discriminant is a
39309 private type without discriminant, use its full view.
39310 Fixes PR 8247.
39311
39312 2003-10-21 Arnaud Charlet <charlet@act-europe.fr>
39313
39314 * 3psoccon.ads, 3veacodu.adb, 3vexpect.adb, 3vsoccon.ads,
39315 3vsocthi.adb, 3vsocthi.ads, 3vtrasym.adb, 3zsoccon.ads,
39316 3zsocthi.adb, 3zsocthi.ads, 50system.ads, 51system.ads,
39317 55system.ads, 56osinte.adb, 56osinte.ads, 56taprop.adb,
39318 56taspri.ads, 56tpopsp.adb, 57system.ads, 58system.ads,
39319 59system.ads, 5aml-tgt.adb, 5bml-tgt.adb, 5csystem.ads,
39320 5dsystem.ads, 5fosinte.adb, 5gml-tgt.adb, 5hml-tgt.adb,
39321 5isystem.ads, 5lparame.adb, 5msystem.ads, 5psystem.ads,
39322 5sml-tgt.adb, 5sosprim.adb, 5stpopsp.adb, 5tsystem.ads,
39323 5usystem.ads, 5vml-tgt.adb, 5vsymbol.adb, 5vtraent.adb,
39324 5vtraent.ads, 5wml-tgt.adb, 5xparame.ads, 5xsystem.ads,
39325 5xvxwork.ads, 5yparame.ads, 5ytiitho.adb, 5zinit.adb,
39326 5zml-tgt.adb, 5zparame.ads, 5ztaspri.ads, 5ztfsetr.adb,
39327 5zthrini.adb, 5ztiitho.adb, 5ztpopsp.adb, 7stfsetr.adb,
39328 7straces.adb, 7strafor.adb, 7strafor.ads, 7stratas.adb,
39329 a-excach.adb, a-exexda.adb, a-exexpr.adb, a-exextr.adb,
39330 a-exstat.adb, a-strsup.adb, a-strsup.ads, a-stwisu.adb,
39331 a-stwisu.ads, bld.adb, bld.ads, bld-io.adb,
39332 bld-io.ads, clean.adb, clean.ads, ctrl_c.c,
39333 erroutc.adb, erroutc.ads, errutil.adb, errutil.ads,
39334 err_vars.ads, final.c, g-arrspl.adb, g-arrspl.ads,
39335 g-boubuf.adb, g-boubuf.ads, g-boumai.ads, g-bubsor.adb,
39336 g-bubsor.ads, g-comver.adb, g-comver.ads, g-ctrl_c.ads,
39337 g-dynhta.adb, g-dynhta.ads, g-eacodu.adb, g-excact.adb,
39338 g-excact.ads, g-heasor.adb, g-heasor.ads, g-memdum.adb,
39339 g-memdum.ads, gnatclean.adb, gnatsym.adb, g-pehage.adb,
39340 g-pehage.ads, g-perhas.ads, gpr2make.adb, gpr2make.ads,
39341 gprcmd.adb, gprep.adb, gprep.ads, g-semaph.adb,
39342 g-semaph.ads, g-string.adb, g-string.ads, g-strspl.ads,
39343 g-wistsp.ads, i-vthrea.adb, i-vthrea.ads, i-vxwoio.adb,
39344 i-vxwoio.ads, Makefile.generic, Makefile.prolog, Makefile.rtl,
39345 prep.adb, prep.ads, prepcomp.adb, prepcomp.ads,
39346 prj-err.adb, prj-err.ads, s-boarop.ads, s-carsi8.adb,
39347 s-carsi8.ads, s-carun8.adb, s-carun8.ads, s-casi16.adb,
39348 s-casi16.ads, s-casi32.adb, s-casi32.ads, s-casi64.adb,
39349 s-casi64.ads, s-casuti.adb, s-casuti.ads, s-caun16.adb,
39350 s-caun16.ads, s-caun32.adb, s-caun32.ads, s-caun64.adb,
39351 s-caun64.ads, scng.adb, scng.ads, s-exnint.adb,
39352 s-exnllf.adb, s-exnlli.adb, s-expint.adb, s-explli.adb,
39353 s-geveop.adb, s-geveop.ads, s-hibaen.ads, s-htable.adb,
39354 s-htable.ads, sinput-c.adb, sinput-c.ads, s-memcop.ads,
39355 socket.c, s-purexc.ads, s-scaval.adb, s-stopoo.adb,
39356 s-strcom.adb, s-strcom.ads, s-strxdr.adb, s-rident.ads,
39357 s-thread.adb, s-thread.ads, s-tpae65.adb, s-tpae65.ads,
39358 s-tporft.adb, s-traent.adb, s-traent.ads, styleg.adb,
39359 styleg.ads, styleg-c.adb, styleg-c.ads, s-veboop.adb,
39360 s-veboop.ads, s-vector.ads, symbols.adb, symbols.ads,
39361 tb-alvms.c, tb-alvxw.c, tempdir.adb, tempdir.ads,
39362 vms_conv.ads, vms_conv.adb, vms_data.ads,
39363 vxaddr2line.adb: Files added. Merge with ACT tree.
39364
39365 * 4dintnam.ads, 4mintnam.ads, 4uintnam.ads, 52system.ads,
39366 5dosinte.ads, 5etpopse.adb, 5mosinte.ads, 5qosinte.adb,
39367 5qosinte.ads, 5qstache.adb, 5qtaprop.adb, 5qtaspri.ads,
39368 5stpopse.adb, 5uintman.adb, 5uosinte.ads, adafinal.c,
39369 g-enblsp.adb, io-aux.c, scn-nlit.adb, scn-slit.adb,
39370 s-exnflt.ads, s-exngen.adb, s-exngen.ads, s-exnlfl.ads,
39371 s-exnlin.ads, s-exnsfl.ads, s-exnsin.ads, s-exnssi.ads,
39372 s-expflt.ads, s-expgen.adb, s-expgen.ads, s-explfl.ads,
39373 s-explin.ads, s-expllf.ads, s-expsfl.ads, s-expsin.ads,
39374 s-expssi.ads, style.adb: Files removed. Merge with ACT tree.
39375
39376 * 1ic.ads, 31soccon.ads, 31soliop.ads, 3asoccon.ads,
39377 3bsoccon.ads, 3gsoccon.ads, 3hsoccon.ads, 3ssoccon.ads,
39378 3ssoliop.ads, 3wsoccon.ads, 3wsocthi.adb, 3wsocthi.ads,
39379 3wsoliop.ads, 41intnam.ads, 42intnam.ads, 4aintnam.ads,
39380 4cintnam.ads, 4gintnam.ads, 4hexcpol.adb, 4hintnam.ads,
39381 4lintnam.ads, 4nintnam.ads, 4ointnam.ads, 4onumaux.ads,
39382 4pintnam.ads, 4sintnam.ads, 4vcaldel.adb, 4vcalend.adb,
39383 4vintnam.ads, 4wexcpol.adb, 4wintnam.ads, 4zintnam.ads,
39384 51osinte.adb, 51osinte.ads, 52osinte.adb, 52osinte.ads,
39385 53osinte.ads, 54osinte.ads, 5aosinte.adb, 5aosinte.ads,
39386 5asystem.ads, 5ataprop.adb, 5atasinf.ads, 5ataspri.ads,
39387 5atpopsp.adb, 5avxwork.ads, 5bosinte.adb, 5bosinte.ads,
39388 5bsystem.ads, 5cosinte.ads, 5esystem.ads, 5fintman.adb,
39389 5fosinte.ads, 5fsystem.ads, 5ftaprop.adb, 5ftasinf.ads,
39390 5ginterr.adb, 5gintman.adb, 5gmastop.adb, 5gosinte.ads,
39391 5gproinf.ads, 5gsystem.ads, 5gtaprop.adb, 5gtasinf.ads,
39392 5gtpgetc.adb, 5hosinte.adb, 5hosinte.ads, 5hsystem.ads,
39393 5htaprop.adb, 5htaspri.ads, 5htraceb.adb, 5iosinte.adb,
39394 5itaprop.adb, 5itaspri.ads, 5ksystem.ads, 5kvxwork.ads,
39395 5lintman.adb, 5lml-tgt.adb, 5losinte.ads, 5lsystem.ads,
39396 5mvxwork.ads, 5ninmaop.adb, 5nintman.adb, 5nosinte.ads,
39397 5ntaprop.adb, 5ntaspri.ads, 5ointerr.adb, 5omastop.adb,
39398 5oosinte.adb, 5oosinte.ads, 5oosprim.adb, 5oparame.adb,
39399 5osystem.ads, 5otaprop.adb, 5otaspri.ads, 5posinte.ads,
39400 5posprim.adb, 5pvxwork.ads, 5sintman.adb, 5sosinte.adb,
39401 5sosinte.ads, 5ssystem.ads, 5staprop.adb, 5stasinf.ads,
39402 5staspri.ads, 5svxwork.ads, 5tosinte.ads, 5vasthan.adb,
39403 5vinmaop.adb, 5vinterr.adb, 5vintman.adb, 5vintman.ads,
39404 5vmastop.adb, 5vosinte.adb, 5vosinte.ads, 5vosprim.adb,
39405 5vsystem.ads, 5vtaprop.adb, 5vtaspri.ads, 5vtpopde.adb,
39406 5vtpopde.ads, 5wgloloc.adb, 5wintman.adb, 5wmemory.adb,
39407 5wosprim.adb, 5wsystem.ads, 5wtaprop.adb, 5wtaspri.ads,
39408 5ysystem.ads, 5zinterr.adb, 5zintman.adb, 5zosinte.adb,
39409 5zosinte.ads, 5zosprim.adb, 5zsystem.ads, 5ztaprop.adb,
39410 6vcpp.adb, 6vcstrea.adb, 6vinterf.ads, 7sinmaop.adb,
39411 7sintman.adb, 7sosinte.adb, 7sosprim.adb, 7staprop.adb,
39412 7staspri.ads, 7stpopsp.adb, 7straceb.adb, 9drpc.adb,
39413 a-caldel.adb, a-caldel.ads, a-charac.ads, a-colien.ads,
39414 a-comlin.adb, adaint.c, adaint.h, ada-tree.def,
39415 a-diocst.adb, a-diocst.ads, a-direio.adb, a-except.adb,
39416 a-except.ads, a-excpol.adb, a-exctra.adb, a-exctra.ads,
39417 a-filico.adb, a-interr.adb, a-intsig.adb, a-intsig.ads,
39418 ali.adb, ali.ads, ali-util.adb, ali-util.ads,
39419 a-ngcefu.adb, a-ngcoty.adb, a-ngelfu.adb, a-nudira.adb,
39420 a-nudira.ads, a-nuflra.adb, a-nuflra.ads, a-reatim.adb,
39421 a-reatim.ads, a-retide.ads, a-sequio.adb, a-siocst.adb,
39422 a-siocst.ads, a-ssicst.adb, a-ssicst.ads, a-strbou.adb,
39423 a-strbou.ads, a-strfix.adb, a-strmap.adb, a-strsea.ads,
39424 a-strunb.adb, a-strunb.ads, a-ststio.adb, a-stunau.adb,
39425 a-stunau.ads, a-stwibo.adb, a-stwibo.ads, a-stwifi.adb,
39426 a-stwima.adb, a-stwiun.adb, a-stwiun.ads, a-tags.adb,
39427 a-tags.ads, a-tasatt.adb, a-taside.adb, a-teioed.adb,
39428 a-textio.adb, a-textio.ads, a-tienau.adb, a-tifiio.adb,
39429 a-tiflau.adb, a-tiflio.adb, a-tigeau.adb, a-tigeau.ads,
39430 a-tiinau.adb, a-timoau.adb, a-tiocst.adb, a-tiocst.ads,
39431 atree.adb, atree.ads, a-witeio.adb, a-witeio.ads,
39432 a-wtcstr.adb, a-wtcstr.ads, a-wtdeio.adb, a-wtedit.adb,
39433 a-wtenau.adb, a-wtflau.adb, a-wtinau.adb, a-wtmoau.adb,
39434 bcheck.adb, binde.adb, bindgen.adb, bindusg.adb,
39435 checks.adb, checks.ads, cio.c, comperr.adb,
39436 comperr.ads, csets.adb, cstand.adb, cstreams.c,
39437 debug_a.adb, debug_a.ads, debug.adb, decl.c,
39438 einfo.adb, einfo.ads, errout.adb, errout.ads,
39439 eval_fat.adb, eval_fat.ads, exp_aggr.adb, expander.adb,
39440 expander.ads, exp_attr.adb, exp_ch11.adb, exp_ch13.adb,
39441 exp_ch2.adb, exp_ch3.adb, exp_ch3.ads, exp_ch4.adb,
39442 exp_ch5.adb, exp_ch6.adb, exp_ch7.adb, exp_ch7.ads,
39443 exp_ch8.adb, exp_ch9.adb, exp_code.adb, exp_dbug.adb,
39444 exp_dbug.ads, exp_disp.adb, exp_dist.adb, expect.c,
39445 exp_fixd.adb, exp_imgv.adb, exp_intr.adb, exp_pakd.adb,
39446 exp_prag.adb, exp_strm.adb, exp_strm.ads, exp_tss.adb,
39447 exp_tss.ads, exp_util.adb, exp_util.ads, exp_vfpt.adb,
39448 fe.h, fmap.adb, fmap.ads, fname.adb,
39449 fname.ads, fname-uf.adb, fname-uf.ads, freeze.adb,
39450 freeze.ads, frontend.adb, g-awk.adb, g-awk.ads,
39451 g-busora.adb, g-busora.ads, g-busorg.adb, g-busorg.ads,
39452 g-casuti.adb, g-casuti.ads, g-catiio.adb, g-catiio.ads,
39453 g-cgi.adb, g-cgi.ads, g-cgicoo.adb, g-cgicoo.ads,
39454 g-cgideb.adb, g-cgideb.ads, g-comlin.adb, g-comlin.ads,
39455 g-crc32.adb, g-crc32.ads, g-debpoo.adb, g-debpoo.ads,
39456 g-debuti.adb, g-debuti.ads, g-diopit.adb, g-diopit.ads,
39457 g-dirope.adb, g-dirope.ads, g-dyntab.adb, g-dyntab.ads,
39458 g-except.ads, g-exctra.adb, g-exctra.ads, g-expect.adb,
39459 g-expect.ads, g-hesora.adb, g-hesora.ads, g-hesorg.adb,
39460 g-hesorg.ads, g-htable.adb, g-htable.ads, gigi.h,
39461 g-io.adb, g-io.ads, g-io_aux.adb, g-io_aux.ads,
39462 g-locfil.adb, g-locfil.ads, g-md5.adb, g-md5.ads,
39463 gmem.c, gnat1drv.adb, gnatbind.adb, gnatchop.adb,
39464 gnatcmd.adb, gnatfind.adb, gnatkr.adb, gnatlbr.adb,
39465 gnatlink.adb, gnatls.adb, gnatmake.adb, gnatmem.adb,
39466 gnatname.adb, gnatprep.adb, gnatprep.ads, gnatpsta.adb,
39467 gnatxref.adb, g-os_lib.adb, g-os_lib.ads, g-regexp.adb,
39468 g-regexp.ads, g-regist.adb, g-regist.ads, g-regpat.adb,
39469 g-regpat.ads, g-soccon.ads, g-socket.adb, g-socket.ads,
39470 g-socthi.adb, g-socthi.ads, g-soliop.ads, g-souinf.ads,
39471 g-speche.adb, g-speche.ads, g-spipat.adb, g-spipat.ads,
39472 g-spitbo.adb, g-spitbo.ads, g-sptabo.ads, g-sptain.ads,
39473 g-sptavs.ads, g-table.adb, g-table.ads, g-tasloc.adb,
39474 g-tasloc.ads, g-thread.adb, g-thread.ads, g-traceb.adb,
39475 g-traceb.ads, g-trasym.adb, g-trasym.ads, hostparm.ads,
39476 i-c.ads, i-cobol.adb, i-cpp.adb, i-cstrea.ads,
39477 i-cstrin.adb, i-cstrin.ads, impunit.adb, init.c,
39478 inline.adb, interfac.ads, i-pacdec.ads, itypes.adb,
39479 itypes.ads, i-vxwork.ads, lang.opt, lang-specs.h,
39480 layout.adb, lib.adb, lib.ads, lib-list.adb,
39481 lib-load.adb, lib-load.ads, lib-sort.adb, lib-util.adb,
39482 lib-writ.adb, lib-writ.ads, lib-xref.adb, lib-xref.ads,
39483 link.c, live.adb, make.adb, make.ads,
39484 Makefile.adalib, Makefile.in, Make-lang.in, makeusg.adb,
39485 mdll.adb, mdll-fil.adb, mdll-fil.ads, mdll-utl.adb,
39486 mdll-utl.ads, memroot.adb, memroot.ads, memtrack.adb,
39487 misc.c, mkdir.c, mlib.adb, mlib.ads,
39488 mlib-fil.adb, mlib-fil.ads, mlib-prj.adb, mlib-prj.ads,
39489 mlib-tgt.adb, mlib-tgt.ads, mlib-utl.adb, mlib-utl.ads,
39490 namet.adb, namet.ads, namet.h, nlists.ads,
39491 nlists.h, nmake.adt, opt.adb, opt.ads,
39492 osint.adb, osint.ads, osint-b.adb, osint-c.adb,
39493 par.adb, par-ch10.adb, par-ch11.adb, par-ch2.adb,
39494 par-ch3.adb, par-ch4.adb, par-ch5.adb, par-ch6.adb,
39495 par-ch9.adb, par-endh.adb, par-labl.adb, par-load.adb,
39496 par-prag.adb, par-sync.adb, par-tchk.adb, par-util.adb,
39497 prj.adb, prj.ads, prj-attr.adb, prj-attr.ads,
39498 prj-com.adb, prj-com.ads, prj-dect.adb, prj-dect.ads,
39499 prj-env.adb, prj-env.ads, prj-ext.adb, prj-ext.ads,
39500 prj-makr.adb, prj-makr.ads, prj-nmsc.adb, prj-nmsc.ads,
39501 prj-pars.adb, prj-pars.ads, prj-part.adb, prj-part.ads,
39502 prj-pp.adb, prj-pp.ads, prj-proc.adb, prj-proc.ads,
39503 prj-strt.adb, prj-strt.ads, prj-tree.adb, prj-tree.ads,
39504 prj-util.adb, prj-util.ads, raise.c, raise.h,
39505 repinfo.adb, repinfo.h, restrict.adb, restrict.ads,
39506 rident.ads, rtsfind.adb, rtsfind.ads, s-addima.ads,
39507 s-arit64.adb, s-assert.adb, s-assert.ads, s-atacco.adb,
39508 s-atacco.ads, s-auxdec.adb, s-auxdec.ads, s-bitops.adb,
39509 scans.ads, scn.adb, scn.ads, s-crc32.adb,
39510 s-crc32.ads, s-direio.adb, sem.adb, sem.ads,
39511 sem_aggr.adb, sem_attr.adb, sem_attr.ads, sem_case.adb,
39512 sem_case.ads, sem_cat.adb, sem_cat.ads, sem_ch10.adb,
39513 sem_ch11.adb, sem_ch12.adb, sem_ch12.ads, sem_ch13.adb,
39514 sem_ch13.ads, sem_ch3.adb, sem_ch3.ads, sem_ch4.adb,
39515 sem_ch5.adb, sem_ch5.ads, sem_ch6.adb, sem_ch6.ads,
39516 sem_ch7.adb, sem_ch7.ads, sem_ch8.adb, sem_ch8.ads,
39517 sem_ch9.adb, sem_disp.adb, sem_disp.ads, sem_dist.adb,
39518 sem_elab.adb, sem_eval.adb, sem_eval.ads, sem_intr.adb,
39519 sem_maps.adb, sem_mech.adb, sem_prag.adb, sem_prag.ads,
39520 sem_res.adb, sem_res.ads, sem_type.adb, sem_type.ads,
39521 sem_util.adb, sem_util.ads, sem_warn.adb, s-errrep.adb,
39522 s-errrep.ads, s-exctab.adb, s-exctab.ads, s-exnint.ads,
39523 s-exnllf.ads, s-exnlli.ads, s-expint.ads, s-explli.ads,
39524 s-expuns.ads, s-fatflt.ads, s-fatgen.adb, s-fatgen.ads,
39525 s-fatlfl.ads, s-fatllf.ads, s-fatsfl.ads, s-fileio.adb,
39526 s-fileio.ads, s-finimp.adb, s-finimp.ads, s-finroo.adb,
39527 s-finroo.ads, sfn_scan.adb, s-gloloc.adb, s-gloloc.ads,
39528 s-imgdec.adb, s-imgenu.adb, s-imgrea.adb, s-imgwch.adb,
39529 sinfo.adb, sinfo.ads, s-inmaop.ads, sinput.adb,
39530 sinput.ads, sinput-d.adb, sinput-l.adb, sinput-l.ads,
39531 sinput-p.adb, sinput-p.ads, s-interr.adb, s-interr.ads,
39532 s-intman.ads, s-maccod.ads, s-mastop.adb, s-mastop.ads,
39533 s-memory.adb, s-memory.ads, snames.adb, snames.ads,
39534 snames.h, s-osprim.ads, s-parame.ads, s-parint.ads,
39535 s-pooloc.adb, s-pooloc.ads, s-poosiz.adb, sprint.adb,
39536 s-proinf.ads, s-scaval.ads, s-secsta.adb, s-secsta.ads,
39537 s-sequio.adb, s-shasto.adb, s-shasto.ads, s-soflin.ads,
39538 s-stache.adb, s-stache.ads, s-stalib.adb, s-stalib.ads,
39539 s-stoele.ads, s-stopoo.ads, s-stratt.adb, s-stratt.ads,
39540 s-strops.adb, s-strops.ads, s-taasde.adb, s-taasde.ads,
39541 s-tadeca.adb, s-tadeca.ads, s-tadert.adb, s-tadert.ads,
39542 s-taenca.adb, s-taenca.ads, s-taprob.adb, s-taprob.ads,
39543 s-taprop.ads, s-tarest.adb, s-tarest.ads, s-tasdeb.adb,
39544 s-tasdeb.ads, s-tasinf.adb, s-tasinf.ads, s-tasini.adb,
39545 s-tasini.ads, s-taskin.adb, s-taskin.ads, s-tasque.adb,
39546 s-tasque.ads, s-tasren.adb, s-tasren.ads, s-tasres.ads,
39547 s-tassta.adb, s-tassta.ads, s-tasuti.adb, s-tasuti.ads,
39548 s-tataat.adb, s-tataat.ads, s-tpinop.adb, s-tpinop.ads,
39549 s-tpoben.adb, s-tpoben.ads, s-tpobop.adb, s-tpobop.ads,
39550 s-tposen.adb, s-tposen.ads, s-traceb.adb, s-traceb.ads,
39551 stringt.adb, stringt.ads, stringt.h, style.ads,
39552 stylesw.adb, stylesw.ads, s-unstyp.ads, s-vaflop.ads,
39553 s-valrea.adb, s-valuti.adb, s-vercon.adb, s-vmexta.adb,
39554 s-wchcnv.ads, s-wchcon.ads, s-widcha.adb, switch.adb,
39555 switch.ads, switch-b.adb, switch-c.adb, switch-m.adb,
39556 s-wwdcha.adb, s-wwdwch.adb, sysdep.c, system.ads,
39557 table.adb, table.ads, targparm.adb, targparm.ads,
39558 targtyps.c, tbuild.adb, tbuild.ads, tracebak.c,
39559 trans.c, tree_io.adb, treepr.adb, treeprs.adt,
39560 ttypes.ads, types.ads, types.h, uintp.adb,
39561 uintp.ads, uintp.h, uname.adb, urealp.adb,
39562 urealp.ads, urealp.h, usage.adb, utils2.c,
39563 utils.c, validsw.adb, validsw.ads, widechar.adb,
39564 xeinfo.adb, xnmake.adb, xref_lib.adb, xref_lib.ads,
39565 xr_tabls.adb, xr_tabls.ads, xtreeprs.adb, xsnames.adb,
39566 einfo.h, sinfo.h, treeprs.ads, nmake.ads, nmake.adb,
39567 gnatvsn.ads: Merge with ACT tree.
39568
39569 * gnatvsn.adb: Rewritten in a simpler and more efficient way.
39570
39571 2003-10-20 Mark Mitchell <mark@codesourcery.com>
39572
39573 * Make-lang.in (gnat_ug_unx.info): Add dependency on stmp-docobjdir.
39574 (gnat_ug_vmx.info): Likewise.
39575 (gnat_ug_vxw.info): Likewise.
39576 (gnat_ug_wnt.info): Likewise.
39577 (gnat_rm.info): Likewise.
39578 (gnat-style.info): Likewise.
39579
39580 * Make-lang.in (ada.install-info): Remove target.
39581 (info): New target.
39582 (install-info): Likewise.
39583 (gnat_ug_unx.info): Simplify rule.
39584 (gnat_ug_vmx.info): Likewise.
39585 (gnat_ug_vxw.info): Likewise.
39586 (gnat_ug_wnt.info): Likewise.
39587 (gnat_rm.info): Likewise.
39588 (gnat-style.info): Likewise.
39589
39590 2003-10-14 Nathanael Nerode <neroden@gcc.gnu.org>
39591
39592 * Make-lang.in: Replace uses of $(target_alias) with
39593 $(target_noncanonical).
39594 * ada/Makefile.in: Remove unused mention of $(target_alias).
39595
39596 2003-10-06 Mark Mitchell <mark@codesourcery.com>
39597
39598 * Make-lang.in (ada.info): Replace with ...
39599 (info): ... this.
39600 (ada.dvi): Replace with ...
39601 (dvi): ... this.
39602
39603 2003-09-29 Zack Weinberg <zack@codesourcery.com>
39604
39605 * trans.c (gigi): Use REAL_ARITHMETIC, not REAL_VALUE_ATOF, to
39606 initialize dconstp5 and dconstmp5.
39607
39608 2003-09-28 Richard Henderson <rth@redhat.com>
39609
39610 * trans.c (tree_transform): Update call to expand_asm_operands.
39611
39612 2003-09-21 Richard Henderson <rth@redhat.com>
39613
39614 * trans.c, utils.c: Revert.
39615
39616 2003-09-21 Richard Henderson <rth@redhat.com>
39617
39618 * trans.c, utils.c: Update for DECL_SOURCE_LOCATION rename and
39619 change to const.
39620
39621 2003-09-04 Michael Matz <matz@suse.de>
39622
39623 * misc.c: Include "target.h".
39624 * Make-lang.in (misc.o): Add dependency on target.h.
39625
39626 2003-09-03 DJ Delorie <dj@redhat.com>
39627
39628 * misc.c (default_pass_by_ref): Convert to calls.return_in_memory
39629 hook.
39630
39631 2003-08-30 Zack Weinberg <zack@codesourcery.com>
39632
39633 * Makefile.in: Update substitutions to match changes to
39634 configure. Use include directives instead of @-insertions
39635 to read in host and target fragments. Add a rule to
39636 regenerate ada/Makefile.
39637
39638 2003-07-18 Neil Booth <neil@daikokuya.co.uk>
39639
39640 * lang-options.h: Remove.
39641 * lang.opt: Add help text.
39642
39643 2003-07-07 Nathan Sidwell <nathan@codesourcery.com>
39644
39645 * trans.c (build_unit_elab, set_lineno): Adjust emit_line_note
39646 calls.
39647
39648 2003-07-06 Neil Booth <neil@daikokuya.co.uk>
39649
39650 * misc.c (gnat_handle_option): Don't handle filenames.
39651
39652 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
39653
39654 * Make-lang.in: Replace PWD with PWD_COMMAND.
39655 * Makefile.adalib: Likewise.
39656 * Makefile.in: Likewise.
39657
39658 2003-07-04 Matt Kraai <kraai@alumni.cmu.edu>
39659
39660 * misc.c (gnat_argv): Revert last change.
39661 (gnat_handle_option, gnat_init_options): Copy arguments.
39662
39663 2003-07-03 Neil Booth <neil@daikokuya.co.uk>
39664
39665 * misc.c (gnat_argv): Make const.
39666
39667 2003-07-02 Neil Booth <neil@daikokuya.co.uk>
39668
39669 * misc.c (save_argc, save_argv): Keep non-static!
39670
39671 2003-07-02 Neil Booth <neil@daikokuya.co.uk>
39672
39673 * misc.c (save_argc, save_argv): Make static.
39674 (gnat_init_options): New prototype.
39675 (gnat_init_options): Update.
39676
39677 2003-07-01 Matt Kraai <kraai@alumni.cmu.edu>
39678
39679 * gnat_ug.texi: Remove unlikely characters from @vars.
39680 * gnat_ug_vms.texi: Regenerate.
39681
39682 2003-06-27 Nathan Sidwell <nathan@codesourcery.com>
39683
39684 * misc.c (record_code_position): Adjust emit_note call.
39685
39686 2003-06-26 Neil Booth <neil@daikokuya.co.uk>
39687
39688 * misc.c (gnat_handle_option): Don't check for missing arguments.
39689
39690 2003-06-20 Nathan Sidwell <nathan@codesourcery.com>
39691
39692 * utils.c (end_subprog_body): Adjust expand_function_end call.
39693
39694 2003-06-16 Matt Kraai <kraai@alumni.cmu.edu>
39695
39696 * bindgen.adb (Gen_Main_Ada, Gen_Main_C): Do not test
39697 Bind_Main_Program.
39698
39699 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
39700
39701 * lang.opt: Declare Ada.
39702 * misc.c (gnat_init_options): Update.
39703
39704 2003-06-14 Nathan Sidwell <nathan@codesourcery.com>
39705
39706 * utils.c (begin_subprog_body): Adjust init_function_start call.
39707
39708 2003-06-14 Neil Booth <neil@daikokuya.co.uk>
39709
39710 * Make-lang.in: Update to use options.c and options.h.
39711 * misc.c: Include options.h not aoptions.h.
39712 (gnat_handle_option): Abort on unrecognized switch.
39713 (gnat_init_options): Request Ada switches.
39714
39715 2003-06-14 Neil Booth <neil@daikokuya.co.uk>
39716
39717 * lang.opt: Add -Wall.
39718 * misc.c (gnat_handle_option): Handle it.
39719
39720 2003-06-12 Neil Booth <neil@daikokuya.co.uk>
39721
39722 * misc.c (gnat_handle_option): Fix warnings.
39723
39724 2003-06-11 Matt Kraai <kraai@alumni.cmu.edu>
39725
39726 * Make-lang.in (gnatbind): Remove $(LIBIBERTY).
39727
39728 2003-06-11 Neil Booth <neil@daikokuya.co.uk>
39729
39730 * Make-lang.in: Update to handle command-line options.
39731 * lang.opt: New file.
39732 * misc.c: Include aoptions.h.
39733 (cl_options_count, cl_options): Remove.
39734 (gnat_handle_option): New.
39735 (gnat_decode_option): Remove.
39736 (LANG_HOOKS_DECODE_OPTION): Remove.
39737 (LANG_HOOKS_HANDLE_OPTION): Override.
39738
39739 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
39740
39741 * init.c, misc.c, trans.c, utils.c: Remove dead code.
39742
39743 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
39744
39745 * Makefile.in: Replace "host_canonical" with "host" for autoconf
39746 substitution.
39747
39748 2003-06-08 Neil Booth <neil@daikokuya.co.uk>
39749
39750 * Make-lang.in: Update.
39751 * misc.c: Include opts.h. Define cl_options_count and cl_options.
39752
39753 2003-06-07 Neil Booth <neil@daikokuya.co.uk>
39754
39755 * misc.c (gnat_init_options): Update.
39756
39757 2003-06-05 Matt Kraai <kraai@alumni.cmu.edu>
39758
39759 * Make-lang.in (ada/b_gnatb.o-warn): Remove.
39760 * bindgen.adb (Gen_Main_C): Mark ensure_reference with
39761 __attribute__ ((__unused__)).
39762
39763 2003-06-05 Jan Hubicka <jh@suse.cz>
39764
39765 * Make-lang.in: Add support for stageprofile and stagefeedback
39766
39767 2003-06-05 Matt Kraai <kraai@alumni.cmu.edu>
39768
39769 * bindgen.adb (Gen_Adafinal_C, Gen_Adainit_C, Gen_Elab_Defs_C)
39770 (Gen_Main_C, Gen_Output_File_C): Generate ISO C.
39771
39772 2003-06-04 Matt Kraai <kraai@alumni.cmu.edu>
39773
39774 * gnat_ug.texi (The GNAT Run-Time Library Builder gnatlbr):
39775 Remove non-VMS directive.
39776 (Switches for gnatlbr, Optimization Levels): Remove non-VMS
39777 alternatives.
39778 (Examples of gnatls Usage): Remove VMS alternative.
39779
39780 2003-06-04 Olivier Hainque <hainque@act-europe.fr>
39781
39782 PR ada/9953
39783 * 5hsystem.ads: Remove pragma Linker_Option for pthreads library,
39784 and turn ZCX_By_Default back to False since the underlying support
39785 is not quite there yet.
39786
39787 2003-06-01 Andreas Jaeger <aj@suse.de>
39788
39789 * utils.c (finish_record_type): Remove usages of ROUND_TYPE_SIZE
39790 and ROUND_TYPE_SIZE_UNIT.
39791
39792 2003-05-22 Geert Bosch <bosch@gnat.com>
39793
39794 * gnat_rm.texi : Remove reference to Ada Core Technologies.
39795
39796 2003-05-03 Nathan Sidwell <nathan@codesourcery.com>
39797
39798 * trans.c (tree_transform): Use location_t and input_location
39799 directly.
39800 (build_unit_elab): Likewise.
39801 * utils.c (create_label_decl): Likewise.
39802
39803 2003-05-01 Nathan Sidwell <nathan@codesourcery.com>
39804
39805 * trans.c (tree_transform, build_unit_elab,
39806 set_lineno): Rename lineno to input_line.
39807 * utils.c (pushdecl, create_label_decl, begin_subprog_body,
39808 end_subprog_body): Likewise.
39809 * utils2.c (build_call_raise): Likewise.
39810
39811 2003-05-01 Laurent Guerby <guerby@acm.org>
39812
39813 PR ada/10546
39814 * 5iosinte.ads: Increase pthread_cond_t size to match recent
39815 LinuxThread and NPTL version, merge from ACT.
39816
39817 2003-04-28 Zack Weinberg <zack@codesourcery.com>
39818
39819 * utils.c (convert): No need to clear TREE_CST_RTL.
39820
39821 2003-04-23 Geert Bosch <bosch@gnat.com>
39822
39823 * 1aexcept.adb, 1aexcept.ads, 1ic.ads, 1ssecsta.adb,
39824 1ssecsta.ads, 31soccon.ads, 31soliop.ads, 3asoccon.ads,
39825 3bsoccon.ads, 3gsoccon.ads, 3hsoccon.ads, 3ssoccon.ads,
39826 3ssoliop.ads, 3wsoccon.ads, 3wsocthi.adb, 3wsocthi.ads,
39827 3wsoliop.ads, 41intnam.ads, 42intnam.ads, 4aintnam.ads,
39828 4cintnam.ads, 4dintnam.ads, 4gintnam.ads, 4hexcpol.adb,
39829 4hintnam.ads, 4lintnam.ads, 4mintnam.ads, 4nintnam.ads,
39830 4ointnam.ads, 4onumaux.ads, 4pintnam.ads, 4rintnam.ads,
39831 4sintnam.ads, 4uintnam.ads, 4vcaldel.adb, 4vcalend.adb,
39832 4vcalend.ads, 4vintnam.ads, 4wcalend.adb, 4wexcpol.adb,
39833 4wintnam.ads, 4zintnam.ads, 4znumaux.ads, 4zsytaco.adb,
39834 4zsytaco.ads, 51osinte.adb, 51osinte.ads, 52osinte.adb,
39835 52osinte.ads, 52system.ads, 53osinte.ads, 54osinte.ads,
39836 5amastop.adb, 5aosinte.adb, 5aosinte.ads, 5asystem.ads,
39837 5ataprop.adb, 5atasinf.ads, 5ataspri.ads, 5atpopsp.adb,
39838 5avxwork.ads, 5bosinte.adb, 5bosinte.ads, 5bsystem.ads,
39839 5cosinte.ads, 5dosinte.ads, 5esystem.ads, 5etpopse.adb,
39840 5fintman.adb, 5fosinte.ads, 5fsystem.ads, 5ftaprop.adb,
39841 5ftasinf.ads, 5ginterr.adb, 5gintman.adb, 5gmastop.adb,
39842 5gosinte.ads, 5gproinf.adb, 5gproinf.ads, 5gsystem.ads,
39843 5gtaprop.adb, 5gtasinf.adb, 5gtasinf.ads, 5gtpgetc.adb,
39844 5hosinte.adb, 5hosinte.ads, 5hparame.ads, 5hsystem.ads,
39845 5htaprop.adb, 5htaspri.ads, 5htraceb.adb, 5iosinte.adb,
39846 5iosinte.ads, 5itaprop.adb, 5itaspri.ads, 5ksystem.ads,
39847 5kvxwork.ads, 5lintman.adb, 5lml-tgt.adb, 5losinte.ads,
39848 5lsystem.ads, 5mosinte.ads, 5mvxwork.ads, 5ninmaop.adb,
39849 5nintman.adb, 5nosinte.ads, 5ntaprop.adb, 5ntaspri.ads,
39850 5ointerr.adb, 5omastop.adb, 5oosinte.adb, 5oosinte.ads,
39851 5oosprim.adb, 5oparame.adb, 5osystem.ads, 5otaprop.adb,
39852 5otaspri.ads, 5posinte.ads, 5posprim.adb, 5pvxwork.ads,
39853 5qosinte.adb, 5qosinte.ads, 5qstache.adb, 5qtaprop.adb,
39854 5qtaspri.ads, 5rosinte.adb, 5rosinte.ads, 5rparame.adb,
39855 5sintman.adb, 5sosinte.adb, 5sosinte.ads, 5sparame.adb,
39856 5ssystem.ads, 5staprop.adb, 5stasinf.adb, 5stasinf.ads,
39857 5staspri.ads, 5stpopse.adb, 5svxwork.ads, 5tosinte.ads,
39858 5uintman.adb, 5uosinte.ads, 5vasthan.adb, 5vinmaop.adb,
39859 5vinterr.adb, 5vintman.adb, 5vintman.ads, 5vmastop.adb,
39860 5vosinte.adb, 5vosinte.ads, 5vosprim.adb, 5vosprim.ads,
39861 5vparame.ads, 5vsystem.ads, 5vtaprop.adb, 5vtaspri.ads,
39862 5vtpopde.adb, 5vtpopde.ads, 5vvaflop.adb, 5wgloloc.adb,
39863 5wintman.adb, 5wmemory.adb, 5wosinte.ads, 5wosprim.adb,
39864 5wsystem.ads, 5wtaprop.adb, 5wtaspri.ads, 5ysystem.ads,
39865 5zinterr.adb, 5zintman.adb, 5zosinte.adb, 5zosinte.ads,
39866 5zosprim.adb, 5zsystem.ads, 5ztaprop.adb, 6vcpp.adb,
39867 6vcstrea.adb, 6vinterf.ads, 7sinmaop.adb, 7sintman.adb,
39868 7sosinte.adb, 7sosprim.adb, 7staprop.adb, 7staspri.ads,
39869 7stpopsp.adb, 7straceb.adb, 86numaux.adb, 86numaux.ads,
39870 9drpc.adb, a-astaco.adb, a-astaco.ads, a-caldel.adb,
39871 a-caldel.ads, a-calend.adb, a-calend.ads, a-chahan.adb,
39872 a-chahan.ads, a-charac.ads, a-chlat1.ads, a-chlat9.ads,
39873 a-colien.adb, a-colien.ads, a-colire.adb, a-colire.ads,
39874 a-comlin.adb, a-comlin.ads, a-cwila1.ads, a-cwila9.ads,
39875 a-decima.adb, a-decima.ads, a-diocst.adb, a-diocst.ads,
39876 a-direio.adb, a-direio.ads, a-dynpri.adb, a-dynpri.ads,
39877 a-einuoc.adb, a-einuoc.ads, a-except.adb, a-except.ads,
39878 a-excpol.adb, a-exctra.adb, a-exctra.ads, a-filico.adb,
39879 a-filico.ads, a-finali.adb, a-finali.ads, a-flteio.ads,
39880 a-fwteio.ads, a-inteio.ads, a-interr.adb, a-interr.ads,
39881 a-intnam.ads, a-intsig.adb, a-intsig.ads, a-ioexce.ads,
39882 a-iwteio.ads, a-lfteio.ads, a-lfwtio.ads, a-liteio.ads,
39883 a-liwtio.ads, a-llftio.ads, a-llfwti.ads, a-llitio.ads,
39884 a-lliwti.ads, a-ncelfu.ads, a-ngcefu.adb, a-ngcefu.ads,
39885 a-ngcoty.adb, a-ngcoty.ads, a-ngelfu.adb, a-ngelfu.ads,
39886 a-nlcefu.ads, a-nlcoty.ads, a-nlelfu.ads, a-nllcef.ads,
39887 a-nllcty.ads, a-nllefu.ads, a-nscefu.ads, a-nscoty.ads,
39888 a-nselfu.ads, a-nucoty.ads, a-nudira.adb, a-nudira.ads,
39889 a-nuelfu.ads, a-nuflra.adb, a-nuflra.ads, a-numaux.ads,
39890 a-numeri.ads, a-reatim.adb, a-reatim.ads, a-retide.adb,
39891 a-retide.ads, a-sequio.adb, a-sequio.ads, a-sfteio.ads,
39892 a-sfwtio.ads, a-siocst.adb, a-siocst.ads, a-siteio.ads,
39893 a-siwtio.ads, a-ssicst.adb, a-ssicst.ads, a-ssitio.ads,
39894 a-ssiwti.ads, a-stmaco.ads, a-storio.adb, a-storio.ads,
39895 a-strbou.adb, a-strbou.ads, a-stream.ads, a-strfix.adb,
39896 a-strfix.ads, a-string.ads, a-strmap.adb, a-strmap.ads,
39897 a-strsea.adb, a-strsea.ads, a-strunb.adb, a-strunb.ads,
39898 a-ststio.adb, a-ststio.ads, a-stunau.adb, a-stunau.ads,
39899 a-stwibo.adb, a-stwibo.ads, a-stwifi.adb, a-stwifi.ads,
39900 a-stwima.adb, a-stwima.ads, a-stwise.adb, a-stwise.ads,
39901 a-stwiun.adb, a-stwiun.ads, a-suteio.adb, a-suteio.ads,
39902 a-swmwco.ads, a-swuwti.adb, a-swuwti.ads, a-sytaco.adb,
39903 a-sytaco.ads, a-tags.adb, a-tags.ads, a-tasatt.adb,
39904 a-tasatt.ads, a-taside.adb, a-taside.ads, a-teioed.adb,
39905 a-teioed.ads, a-textio.adb, a-textio.ads, a-ticoau.adb,
39906 a-ticoau.ads, a-ticoio.adb, a-ticoio.ads, a-tideau.adb,
39907 a-tideau.ads, a-tideio.adb, a-tideio.ads, a-tienau.adb,
39908 a-tienau.ads, a-tienio.adb, a-tienio.ads, a-tifiio.adb,
39909 a-tifiio.ads, a-tiflau.adb, a-tiflau.ads, a-tiflio.adb,
39910 a-tiflio.ads, a-tigeau.adb, a-tigeau.ads, a-tiinau.adb,
39911 a-tiinau.ads, a-tiinio.adb, a-tiinio.ads, a-timoau.adb,
39912 a-timoau.ads, a-timoio.adb, a-timoio.ads, a-tiocst.adb,
39913 a-tiocst.ads, a-titest.adb, a-titest.ads, a-unccon.ads,
39914 a-uncdea.ads, a-witeio.adb, a-witeio.ads, a-wtcoau.adb,
39915 a-wtcoau.ads, a-wtcoio.adb, a-wtcoio.ads, a-wtcstr.adb,
39916 a-wtcstr.ads, a-wtdeau.adb, a-wtdeau.ads, a-wtdeio.adb,
39917 a-wtdeio.ads, a-wtedit.adb, a-wtedit.ads, a-wtenau.adb,
39918 a-wtenau.ads, a-wtenio.adb, a-wtenio.ads, a-wtfiio.adb,
39919 a-wtfiio.ads, a-wtflau.adb, a-wtflau.ads, a-wtflio.adb,
39920 a-wtflio.ads, a-wtgeau.adb, a-wtgeau.ads, a-wtinau.adb,
39921 a-wtinau.ads, a-wtinio.adb, a-wtinio.ads, a-wtmoau.adb,
39922 a-wtmoau.ads, a-wtmoio.adb, a-wtmoio.ads, a-wttest.adb,
39923 a-wttest.ads, ada-tree.h, ada.ads, ada.h,
39924 adadecode.c, adadecode.h, ali-util.adb, ali-util.ads,
39925 ali.adb, ali.ads, alloc.ads, argv.c,
39926 atree.adb, atree.ads, atree.h, aux-io.c,
39927 back_end.adb, back_end.ads, bcheck.adb, bcheck.ads,
39928 binde.adb, binde.ads, binderr.adb, binderr.ads,
39929 bindgen.adb, bindgen.ads, bindusg.adb, bindusg.ads,
39930 butil.adb, butil.ads, cal.c, calendar.ads,
39931 casing.adb, casing.ads, ceinfo.adb, checks.adb,
39932 checks.ads, cio.c, comperr.adb, comperr.ads,
39933 config-lang.in, csets.adb, csets.ads, csinfo.adb,
39934 cstand.adb, cstand.ads, cuintp.c, debug.adb,
39935 debug.ads, debug_a.adb, debug_a.ads, dec-io.adb,
39936 dec-io.ads, dec.ads, deftarg.c, directio.ads,
39937 einfo.adb, einfo.ads, elists.adb, elists.ads,
39938 elists.h, errno.c, errout.adb, errout.ads,
39939 eval_fat.adb, eval_fat.ads, exit.c, exp_aggr.adb,
39940 exp_aggr.ads, exp_attr.adb, exp_attr.ads, exp_ch10.ads,
39941 exp_ch11.adb, exp_ch11.ads, exp_ch12.adb, exp_ch12.ads,
39942 exp_ch13.adb, exp_ch13.ads, exp_ch2.adb, exp_ch2.ads,
39943 exp_ch3.adb, exp_ch3.ads, exp_ch4.adb, exp_ch4.ads,
39944 exp_ch5.adb, exp_ch5.ads, exp_ch6.adb, exp_ch6.ads,
39945 exp_ch7.adb, exp_ch7.ads, exp_ch8.adb, exp_ch8.ads,
39946 exp_ch9.adb, exp_ch9.ads, exp_code.adb, exp_code.ads,
39947 exp_dbug.adb, exp_dbug.ads, exp_disp.adb, exp_disp.ads,
39948 exp_dist.adb, exp_dist.ads, exp_fixd.adb, exp_fixd.ads,
39949 exp_imgv.adb, exp_imgv.ads, exp_intr.adb, exp_intr.ads,
39950 exp_pakd.adb, exp_pakd.ads, exp_prag.adb, exp_prag.ads,
39951 exp_smem.adb, exp_smem.ads, exp_strm.adb, exp_strm.ads,
39952 exp_tss.adb, exp_tss.ads, exp_util.adb, exp_util.ads,
39953 exp_vfpt.adb, exp_vfpt.ads, expander.adb, expander.ads,
39954 fmap.adb, fmap.ads, fname-sf.adb, fname-sf.ads,
39955 fname-uf.adb, fname-uf.ads, fname.adb, fname.ads,
39956 freeze.adb, freeze.ads, frontend.adb, frontend.ads,
39957 g-awk.adb, g-awk.ads, g-busora.adb, g-busora.ads,
39958 g-busorg.adb, g-busorg.ads, g-calend.adb, g-calend.ads,
39959 g-casuti.adb, g-casuti.ads, g-catiio.adb, g-catiio.ads,
39960 g-cgi.adb, g-cgi.ads, g-cgicoo.adb, g-cgicoo.ads,
39961 g-cgideb.adb, g-cgideb.ads, g-comlin.adb, g-comlin.ads,
39962 g-crc32.adb, g-crc32.ads, g-curexc.ads, g-debpoo.adb,
39963 g-debpoo.ads, g-debuti.adb, g-debuti.ads, g-diopit.adb,
39964 g-diopit.ads, g-dirope.adb, g-dirope.ads, g-dyntab.adb,
39965 g-dyntab.ads, g-enblsp.adb, g-except.ads, g-exctra.adb,
39966 g-exctra.ads, g-expect.adb, g-expect.ads, g-flocon.ads,
39967 g-hesora.adb, g-hesora.ads, g-hesorg.adb, g-hesorg.ads,
39968 g-htable.adb, g-htable.ads, g-io.adb, g-io.ads,
39969 g-io_aux.adb, g-io_aux.ads, g-locfil.ads, g-md5.adb,
39970 g-md5.ads, g-moreex.adb, g-moreex.ads, g-os_lib.adb,
39971 g-os_lib.ads, g-regexp.adb, g-regexp.ads, g-regist.ads,
39972 g-regpat.adb, g-regpat.ads, g-soccon.ads, g-socket.adb,
39973 g-socket.ads, g-socthi.adb, g-socthi.ads, g-soliop.ads,
39974 g-souinf.ads, g-speche.adb, g-speche.ads, g-spipat.adb,
39975 g-spipat.ads, g-spitbo.adb, g-spitbo.ads, g-sptabo.ads,
39976 g-sptain.ads, g-sptavs.ads, g-table.adb, g-table.ads,
39977 g-tasloc.adb, g-tasloc.ads, g-thread.adb, g-thread.ads,
39978 g-traceb.adb, g-traceb.ads, g-trasym.adb, g-trasym.ads,
39979 get_targ.adb, get_targ.ads, gnat-style.texi, gnat.ads,
39980 gnat1drv.adb, gnat1drv.ads, gnatbind.adb, gnatbind.ads,
39981 gnatbl.c, gnatchop.adb, gnatcmd.adb, gnatcmd.ads,
39982 gnatdll.adb, gnatfind.adb, gnatkr.adb, gnatkr.ads,
39983 gnatlbr.adb, gnatlink.adb, gnatlink.ads, gnatls.adb,
39984 gnatls.ads, gnatmake.adb, gnatmake.ads, gnatmem.adb,
39985 gnatname.adb, gnatname.ads, gnatprep.adb, gnatprep.ads,
39986 gnatpsta.adb, gnatvsn.adb, gnatvsn.ads, gnatxref.adb,
39987 hlo.adb, hlo.ads, hostparm.ads, i-c.adb,
39988 i-c.ads, i-cexten.ads, i-cobol.adb, i-cobol.ads,
39989 i-cpoint.adb, i-cpoint.ads, i-cpp.adb, i-cpp.ads,
39990 i-cstrea.adb, i-cstrea.ads, i-cstrin.adb, i-cstrin.ads,
39991 i-fortra.adb, i-fortra.ads, i-os2err.ads, i-os2lib.adb,
39992 i-os2lib.ads, i-os2syn.ads, i-os2thr.ads, i-pacdec.adb,
39993 i-pacdec.ads, i-vxwork.ads, impunit.adb, impunit.ads,
39994 inline.adb, inline.ads, interfac.ads, ioexcept.ads,
39995 itypes.adb, itypes.ads, krunch.adb, krunch.ads,
39996 layout.adb, layout.ads, lib-list.adb, lib-load.adb,
39997 lib-load.ads, lib-sort.adb, lib-util.adb, lib-util.ads,
39998 lib-writ.adb, lib-writ.ads, lib-xref.adb, lib-xref.ads,
39999 lib.adb, lib.ads, live.adb, live.ads,
40000 machcode.ads, make.adb, make.ads, makeusg.adb,
40001 makeusg.ads, math_lib.adb, mdll-fil.adb, mdll-fil.ads,
40002 mdll-utl.adb, mdll-utl.ads, mdll.adb, mdll.ads,
40003 memroot.adb, memroot.ads, memtrack.adb, mlib-fil.adb,
40004 mlib-fil.ads, mlib-prj.adb, mlib-prj.ads, mlib-tgt.adb,
40005 mlib-tgt.ads, mlib-utl.adb, mlib-utl.ads, mlib.adb,
40006 mlib.ads, namet.adb, namet.ads, nlists.adb,
40007 nlists.ads, opt.adb, opt.ads, osint-b.adb,
40008 osint-b.ads, osint-c.adb, osint-c.ads, osint-l.adb,
40009 osint-l.ads, osint-m.adb, osint-m.ads, osint.adb,
40010 osint.ads, output.adb, output.ads, par-ch10.adb,
40011 par-ch11.adb, par-ch12.adb, par-ch13.adb, par-ch2.adb,
40012 par-ch3.adb, par-ch4.adb, par-ch5.adb, par-ch6.adb,
40013 par-ch7.adb, par-ch8.adb, par-ch9.adb, par-endh.adb,
40014 par-labl.adb, par-load.adb, par-prag.adb, par-sync.adb,
40015 par-tchk.adb, par-util.adb, par.adb, par.ads,
40016 prj-attr.adb, prj-attr.ads, prj-com.adb, prj-com.ads,
40017 prj-dect.adb, prj-dect.ads, prj-env.adb, prj-env.ads,
40018 prj-ext.adb, prj-ext.ads, prj-makr.adb, prj-makr.ads,
40019 prj-nmsc.adb, prj-nmsc.ads, prj-pars.adb, prj-pars.ads,
40020 prj-part.adb, prj-part.ads, prj-pp.adb, prj-pp.ads,
40021 prj-proc.adb, prj-proc.ads, prj-strt.adb, prj-strt.ads,
40022 prj-tree.adb, prj-tree.ads, prj-util.adb, prj-util.ads,
40023 prj.adb, prj.ads, repinfo.adb, repinfo.ads,
40024 restrict.adb, restrict.ads, rident.ads, rtsfind.adb,
40025 rtsfind.ads, s-addima.adb, s-addima.ads, s-arit64.adb,
40026 s-arit64.ads, s-assert.adb, s-assert.ads, s-asthan.adb,
40027 s-asthan.ads, s-atacco.adb, s-atacco.ads, s-auxdec.adb,
40028 s-auxdec.ads, s-bitops.adb, s-bitops.ads, s-chepoo.ads,
40029 s-crc32.adb, s-crc32.ads, s-direio.adb, s-direio.ads,
40030 s-errrep.adb, s-errrep.ads, s-except.ads, s-exctab.adb,
40031 s-exctab.ads, s-exnflt.ads, s-exngen.adb, s-exngen.ads,
40032 s-exnint.ads, s-exnlfl.ads, s-exnlin.ads, s-exnllf.ads,
40033 s-exnlli.ads, s-exnsfl.ads, s-exnsin.ads, s-exnssi.ads,
40034 s-expflt.ads, s-expgen.adb, s-expgen.ads, s-expint.ads,
40035 s-explfl.ads, s-explin.ads, s-expllf.ads, s-explli.ads,
40036 s-expllu.adb, s-expllu.ads, s-expmod.adb, s-expmod.ads,
40037 s-expsfl.ads, s-expsin.ads, s-expssi.ads, s-expuns.adb,
40038 s-expuns.ads, s-fatflt.ads, s-fatgen.adb, s-fatgen.ads,
40039 s-fatlfl.ads, s-fatllf.ads, s-fatsfl.ads, s-ficobl.ads,
40040 s-fileio.adb, s-fileio.ads, s-finimp.adb, s-finimp.ads,
40041 s-finroo.adb, s-finroo.ads, s-fore.adb, s-fore.ads,
40042 s-gloloc.adb, s-gloloc.ads, s-imgbiu.adb, s-imgbiu.ads,
40043 s-imgboo.adb, s-imgboo.ads, s-imgcha.adb, s-imgcha.ads,
40044 s-imgdec.adb, s-imgdec.ads, s-imgenu.adb, s-imgenu.ads,
40045 s-imgint.adb, s-imgint.ads, s-imgllb.adb, s-imgllb.ads,
40046 s-imglld.adb, s-imglld.ads, s-imglli.adb, s-imglli.ads,
40047 s-imgllu.adb, s-imgllu.ads, s-imgllw.adb, s-imgllw.ads,
40048 s-imgrea.adb, s-imgrea.ads, s-imguns.adb, s-imguns.ads,
40049 s-imgwch.adb, s-imgwch.ads, s-imgwiu.adb, s-imgwiu.ads,
40050 s-inmaop.ads, s-interr.adb, s-interr.ads, s-intman.ads,
40051 s-io.adb, s-io.ads, s-maccod.ads, s-mantis.adb,
40052 s-mantis.ads, s-mastop.adb, s-mastop.ads, s-memory.adb,
40053 s-memory.ads, s-osprim.ads, s-pack03.adb, s-pack03.ads,
40054 s-pack05.adb, s-pack05.ads, s-pack06.adb, s-pack06.ads,
40055 s-pack07.adb, s-pack07.ads, s-pack09.adb, s-pack09.ads,
40056 s-pack10.adb, s-pack10.ads, s-pack11.adb, s-pack11.ads,
40057 s-pack12.adb, s-pack12.ads, s-pack13.adb, s-pack13.ads,
40058 s-pack14.adb, s-pack14.ads, s-pack15.adb, s-pack15.ads,
40059 s-pack17.adb, s-pack17.ads, s-pack18.adb, s-pack18.ads,
40060 s-pack19.adb, s-pack19.ads, s-pack20.adb, s-pack20.ads,
40061 s-pack21.adb, s-pack21.ads, s-pack22.adb, s-pack22.ads,
40062 s-pack23.adb, s-pack23.ads, s-pack24.adb, s-pack24.ads,
40063 s-pack25.adb, s-pack25.ads, s-pack26.adb, s-pack26.ads,
40064 s-pack27.adb, s-pack27.ads, s-pack28.adb, s-pack28.ads,
40065 s-pack29.adb, s-pack29.ads, s-pack30.adb, s-pack30.ads,
40066 s-pack31.adb, s-pack31.ads, s-pack33.adb, s-pack33.ads,
40067 s-pack34.adb, s-pack34.ads, s-pack35.adb, s-pack35.ads,
40068 s-pack36.adb, s-pack36.ads, s-pack37.adb, s-pack37.ads,
40069 s-pack38.adb, s-pack38.ads, s-pack39.adb, s-pack39.ads,
40070 s-pack40.adb, s-pack40.ads, s-pack41.adb, s-pack41.ads,
40071 s-pack42.adb, s-pack42.ads, s-pack43.adb, s-pack43.ads,
40072 s-pack44.adb, s-pack44.ads, s-pack45.adb, s-pack45.ads,
40073 s-pack46.adb, s-pack46.ads, s-pack47.adb, s-pack47.ads,
40074 s-pack48.adb, s-pack48.ads, s-pack49.adb, s-pack49.ads,
40075 s-pack50.adb, s-pack50.ads, s-pack51.adb, s-pack51.ads,
40076 s-pack52.adb, s-pack52.ads, s-pack53.adb, s-pack53.ads,
40077 s-pack54.adb, s-pack54.ads, s-pack55.adb, s-pack55.ads,
40078 s-pack56.adb, s-pack56.ads, s-pack57.adb, s-pack57.ads,
40079 s-pack58.adb, s-pack58.ads, s-pack59.adb, s-pack59.ads,
40080 s-pack60.adb, s-pack60.ads, s-pack61.adb, s-pack61.ads,
40081 s-pack62.adb, s-pack62.ads, s-pack63.adb, s-pack63.ads,
40082 s-parame.adb, s-parame.ads, s-parint.adb, s-parint.ads,
40083 s-pooglo.adb, s-pooglo.ads, s-pooloc.adb, s-pooloc.ads,
40084 s-poosiz.adb, s-poosiz.ads, s-powtab.ads, s-proinf.adb,
40085 s-proinf.ads, s-rpc.adb, s-rpc.ads, s-scaval.ads,
40086 s-secsta.adb, s-secsta.ads, s-sequio.adb, s-sequio.ads,
40087 s-shasto.adb, s-shasto.ads, s-soflin.adb, s-soflin.ads,
40088 s-sopco3.adb, s-sopco3.ads, s-sopco4.adb, s-sopco4.ads,
40089 s-sopco5.adb, s-sopco5.ads, s-stache.adb, s-stache.ads,
40090 s-stalib.adb, s-stalib.ads, s-stoele.adb, s-stoele.ads,
40091 s-stopoo.ads, s-stratt.adb, s-stratt.ads, s-strops.adb,
40092 s-strops.ads, s-taasde.adb, s-taasde.ads, s-tadeca.adb,
40093 s-tadeca.ads, s-tadert.adb, s-tadert.ads, s-taenca.adb,
40094 s-taenca.ads, s-taprob.adb, s-taprob.ads, s-taprop.ads,
40095 s-tarest.adb, s-tarest.ads, s-tasdeb.adb, s-tasdeb.ads,
40096 s-tasinf.adb, s-tasinf.ads, s-tasini.adb, s-tasini.ads,
40097 s-taskin.adb, s-taskin.ads, s-tasque.adb, s-tasque.ads,
40098 s-tasren.adb, s-tasren.ads, s-tasres.ads, s-tassta.adb,
40099 s-tassta.ads, s-tasuti.adb, s-tasuti.ads, s-tataat.adb,
40100 s-tataat.ads, s-tpinop.adb, s-tpinop.ads, s-tpoben.adb,
40101 s-tpoben.ads, s-tpobop.adb, s-tpobop.ads, s-tposen.adb,
40102 s-tposen.ads, s-traceb.adb, s-traceb.ads, s-traces.adb,
40103 s-traces.ads, s-tratas.adb, s-tratas.ads, s-unstyp.ads,
40104 s-vaflop.adb, s-vaflop.ads, s-valboo.adb, s-valboo.ads,
40105 s-valcha.adb, s-valcha.ads, s-valdec.adb, s-valdec.ads,
40106 s-valenu.adb, s-valenu.ads, s-valint.adb, s-valint.ads,
40107 s-vallld.adb, s-vallld.ads, s-vallli.adb, s-vallli.ads,
40108 s-valllu.adb, s-valllu.ads, s-valrea.adb, s-valrea.ads,
40109 s-valuns.adb, s-valuns.ads, s-valuti.adb, s-valuti.ads,
40110 s-valwch.adb, s-valwch.ads, s-vercon.adb, s-vercon.ads,
40111 s-vmexta.adb, s-vmexta.ads, s-wchcnv.adb, s-wchcnv.ads,
40112 s-wchcon.ads, s-wchjis.adb, s-wchjis.ads, s-wchstw.adb,
40113 s-wchstw.ads, s-wchwts.adb, s-wchwts.ads, s-widboo.adb,
40114 s-widboo.ads, s-widcha.adb, s-widcha.ads, s-widenu.adb,
40115 s-widenu.ads, s-widlli.adb, s-widlli.ads, s-widllu.adb,
40116 s-widllu.ads, s-widwch.adb, s-widwch.ads, s-wwdcha.adb,
40117 s-wwdcha.ads, s-wwdenu.adb, s-wwdenu.ads, s-wwdwch.adb,
40118 s-wwdwch.ads, scans.adb, scans.ads, scn-nlit.adb,
40119 scn-slit.adb, scn.adb, scn.ads, sdefault.ads,
40120 sem.adb, sem.ads, sem_aggr.adb, sem_aggr.ads,
40121 sem_attr.adb, sem_attr.ads, sem_case.adb, sem_case.ads,
40122 sem_cat.adb, sem_cat.ads, sem_ch10.adb, sem_ch10.ads,
40123 sem_ch11.adb, sem_ch11.ads, sem_ch12.adb, sem_ch12.ads,
40124 sem_ch13.adb, sem_ch13.ads, sem_ch2.adb, sem_ch2.ads,
40125 sem_ch3.adb, sem_ch3.ads, sem_ch4.adb, sem_ch4.ads,
40126 sem_ch5.adb, sem_ch5.ads, sem_ch6.adb, sem_ch6.ads,
40127 sem_ch7.adb, sem_ch7.ads, sem_ch8.adb, sem_ch8.ads,
40128 sem_ch9.adb, sem_ch9.ads, sem_disp.adb, sem_disp.ads,
40129 sem_dist.adb, sem_dist.ads, sem_elab.adb, sem_elab.ads,
40130 sem_elim.adb, sem_elim.ads, sem_eval.adb, sem_eval.ads,
40131 sem_intr.adb, sem_intr.ads, sem_maps.adb, sem_maps.ads,
40132 sem_mech.adb, sem_mech.ads, sem_prag.adb, sem_prag.ads,
40133 sem_res.adb, sem_res.ads, sem_smem.adb, sem_smem.ads,
40134 sem_type.adb, sem_type.ads, sem_util.adb, sem_util.ads,
40135 sem_vfpt.adb, sem_vfpt.ads, sem_warn.adb, sem_warn.ads,
40136 sequenio.ads, sfn_scan.adb, sfn_scan.ads, sinfo-cn.adb,
40137 sinfo-cn.ads, sinfo.adb, sinfo.ads, sinput-d.adb,
40138 sinput-d.ads, sinput-l.adb, sinput-l.ads, sinput-p.adb,
40139 sinput-p.ads, sinput.adb, sinput.ads, snames.adb,
40140 snames.ads, sprint.adb, sprint.ads, stand.adb,
40141 stand.ads, stringt.adb, stringt.ads, style.adb,
40142 style.ads, stylesw.adb, stylesw.ads, switch-b.adb,
40143 switch-b.ads, switch-c.adb, switch-c.ads, switch-m.adb,
40144 switch-m.ads, switch.adb, switch.ads, system.ads,
40145 table.adb, table.ads, targparm.adb, targparm.ads,
40146 tbuild.adb, tbuild.ads, text_io.ads, trans.c,
40147 tree_gen.adb, tree_gen.ads, tree_in.adb, tree_in.ads,
40148 tree_io.adb, tree_io.ads, treepr.adb, treepr.ads,
40149 ttypef.ads, ttypes.ads, types.adb, types.ads,
40150 uintp.adb, uintp.ads, uname.adb, uname.ads,
40151 unchconv.ads, unchdeal.ads, urealp.adb, urealp.ads,
40152 usage.adb, usage.ads, validsw.adb, validsw.ads,
40153 widechar.adb, widechar.ads, xeinfo.adb, xnmake.adb,
40154 xr_tabls.adb, xr_tabls.ads, xref_lib.adb, xref_lib.ads,
40155 xsinfo.adb, xsnames.adb, xtreeprs.adb : Merge header,
40156 formatting and other trivial changes from ACT.
40157
40158 2003-04-12 Zack Weinberg <zack@codesourcery.com>
40159
40160 * gigi.h, utils2.c (build_constructor):
40161 Rename gnat_build_constructor. Use build_constructor.
40162 * decl.c (gnat_to_gnu_entity)
40163 * trans.c (tree_transform, pos_to_constructor, extract_values)
40164 * ada/utils.c (build_template, convert_to_fat_pointer, convert)
40165 (unchecked_convert)
40166 * ada/utils2.c (build_binary_op, build_call_raise, build_allocator)
40167 (fill_vms_descriptor):
40168 Update to match.
40169
40170 2003-04-06 Zack Weinberg <zack@codesourcery.com>
40171
40172 * ada-tree.def: Make fourth element for GNAT_LOOP_ID zero.
40173 * misc.c (gnat_tree_size): New function.
40174 (LANG_HOOKS_TREE_SIZE): Override.
40175
40176 2003-04-03 Jason Merrill <jason@redhat.com>
40177
40178 * misc.c (gnat_adjust_rli): #if 0.
40179
40180 2003-03-31 Geert Bosch <bosch@gnat.com>
40181
40182 PR ada/10020
40183 * link.c : Fix misspelled "const" keyword
40184
40185 2003-03-23 Mark Mitchell <mark@codesourcery.com>
40186
40187 PR c++/7086
40188 * utils2.c: Adjust calls to put_var_into_stack.
40189
40190 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
40191
40192 * Make-lang.in, Makefile.in, config-lang.in: GCC, not GNU CC.
40193
40194 2003-03-08 Neil Booth <neil@daikokuya.co.uk>
40195
40196 * misc.c (gnat_init): Update for new prototype.
40197
40198 2003-03-05 Olivier Hainque <hainque@gnat.com>
40199
40200 ada/9961
40201 * raise.c (__gnat_Unwind_RaiseException): Add prototype to avoid
40202 warning, and fix return type for the IN_RTS && !SJLJ case.
40203
40204 2003-03-04 Tom Tromey <tromey@redhat.com>
40205
40206 * Make-lang.in (ada.tags): New target.
40207
40208 2003-03-04 Olivier Hainque <hainque@act-europe.fr>
40209
40210 ada/9911
40211 * a-except.adb (Unwind_RaiseException): Import a GNAT specific
40212 wrapper, which name remains constant whatever underlying GCC
40213 scheme.
40214
40215 * raise.c (__gnat_Unwind_RaiseException): New wrappers, providing
40216 the stable interface needed for a-except.
40217
40218 2003-03-02 Andreas Jaeger <aj@suse.de>
40219
40220 * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
40221 gnat_ug_wnt.texi: Regenerate.
40222
40223 2003-03-02 Laurent Guerby <guerby@acm.org>
40224
40225 * Makefile.in (install-gnatlib): Match previous change there
40226 so it works.
40227
40228 2003-02-28 Andreas Schwab <schwab@suse.de>
40229
40230 * Make-lang.in (install-gnatlib): Change to ada directory before
40231 running make instead of using ada/Makefile directly.
40232
40233 2003-02-18 Ben Elliston <bje@redhat.com>
40234
40235 Part of PR ada/9406
40236 * gnat_ug.texi (Binder output file): Grammar fix.
40237
40238 2003-02-18 Ben Elliston <bje@redhat.com>
40239
40240 PR other/7350
40241 * 5qtaprop.adb (Sleep): Fix typo in comment.
40242
40243 2003-02-04 Joseph S. Myers <jsm@polyomino.org.uk>
40244
40245 * gnat_rm.texi, gnat_ug.texi: Update to GFDL 1.2.
40246 * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
40247 gnat_ug_wnt.texi: Regenerate.
40248
40249 2003-02-03 Christian Cornelssen <ccorn@cs.tu-berlin.de>
40250
40251 * Make-lang.in (ada.install-info): Let $(DESTDIR)$(infodir)
40252 be created if necessary.
40253 (ada.install-common): Let $(DESTDIR)$(bindir) be created
40254 if necessary. Remove erroneous and redundant gnatchop
40255 installation commands. Test for gnatdll before attempting
40256 to install it.
40257 (ada.uninstall): Also uninstall gnatfind, gnatxref, gnatlbr,
40258 and gnatdll from all plausible locations.
40259
40260 2003-02-01 Richard Sandiford <rsandifo@redhat.com>
40261
40262 * utils2.c (build_unary_op): Don't check flag_volatile.
40263 * gnat_ug.texi: Remove -fvolatile from example.
40264 * gnat_ug_vxw.texi: Likewise.
40265
40266 2003-01-29 Laurent Guerby <guerby@acm.org>
40267
40268 PR ada/8344
40269 * final.c: rename to adafinal.c to avoid file name conflicts with gcc file.
40270 * Makefile.in: match previous change.
40271 * Make-lang.in: match previous change.
40272
40273 2003-01-29 Joel Sherrill <joel@OARcorp.com>
40274
40275 * 5rosinte.ads: Add SIGXCPU.
40276 * 5rtpopsp.adb: New file.
40277 * Make-lang.in: Do not build gnatpsta and gnatpsys when cross.
40278 * Makefile.in: Recognize more RTEMS targets and add the RTEMS
40279 specific file 5rtpopsp.adb.
40280 * adaint.h: Add include of <stdio.h> when target is RTEMS. This
40281 is likely needed for all newlib targets.
40282 * init.c: Add RTEMS specific version of __gnat_initialize().
40283
40284 2003-01-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
40285
40286 * adaint.c, adaint.h, gmem.c, init.c: Update copyright year.
40287
40288 2003-01-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
40289
40290 * init.c (__gnat_error_handler): Make msg const.
40291
40292 * gmem.c (convert_addresses): Move declaration ...
40293 * adaint.h: ... here.
40294 * adaint.c (convert_addresses): Adapt addrs type to match
40295 prototype.
40296
40297 * adaint.c (__gnat_try_lock): Cast pid_t to long, adapt format.
40298
40299 2003-01-24 Andreas Schwab <schwab@suse.de>
40300
40301 * ada-tree.h (SET_TYPE_DIGITS_VALUE): Add intermediate cast to
40302 size_t to avoid warning.
40303
40304 2003-01-21 Zack Weinberg <zack@codesourcery.com>
40305
40306 * Make-lang.in: Disable -Werror for tracebak.c and b_gnatb.c.
40307
40308 2003-01-09 Geoffrey Keating <geoffk@apple.com>
40309
40310 * gnat_rm.texi: Remove RCS version number.
40311
40312 * ada-tree.h (union lang_tree_node): Add chain_next option.
40313
40314 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
40315
40316 * Make-lang.in (ada.install-info, ada.install-common,
40317 ada.uninstall): Prepend $(DESTDIR) to the destination
40318 directory in all (un)installation commands.
40319 * Makefile.in (install-gnatlib, install-rts): Ditto.
40320
40321 2002-12-28 Joseph S. Myers <jsm@polyomino.org.uk>
40322
40323 * gnat_rm.texi, gnat_ug.texi: Use @copying.
40324 * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
40325 gnat_ug_wnt.texi: Regenerate.
40326
40327 2002-12-23 Joseph S. Myers <jsm@polyomino.org.uk>
40328
40329 * gnat_rm.texi: Include gcc-common.texi. Use GCC version number
40330 only.
40331 * Make-lang.in ($(srcdir)/ada/gnat_ug_unx.info,
40332 $(srcdir)/ada/gnat_ug_vms.info, $(srcdir)/ada/gnat_ug_vxw.info,
40333 $(srcdir)/ada/gnat_ug_wnt.info, $(srcdir)/ada/gnat_rm.info,
40334 ada/gnat_ug_unx.dvi, ada/gnat_ug_vms.dvi, ada/gnat_ug_vxw.dvi,
40335 ada/gnat_ug_wnt.dvi, ada/gnat_rm.dvi): Depend on
40336 $(srcdir)/doc/include/gcc-common.texi.
40337
40338 2002-12-15 Geert Bosch <bosch@gnat.com>
40339
40340 * sem_ch6.adb (Analyze_Subprogram_Body): Fix typo and formatting
40341
40342 2002-12-14 Geert Bosch <bosch@gnat.com>
40343
40344 PR ada/5690
40345 * sem_ch6.adb (Analyze_Subprogram_Body): Recognize additional
40346 case of a body created for a Renaming_As_Body, on which
40347 conformance checks are not performed.
40348
40349 2002-11-30 Zack Weinberg <zack@codesourcery.com>
40350
40351 * cuintp.c, decl.c, deftarg.c, misc.c, targtyps.c, trans.c,
40352 utils.c, utils2.c: Include coretypes.h and tm.h, and system.h when
40353 not already included.
40354 * Make-lang.in: Update dependencies.
40355
40356 2002-11-18 Nathanael Nerode <neroden@gcc.gnu.org>
40357 * adaint.c (__gnat_tmp_name): Better, but good enough for now,
40358 solution to buffer overflow bug on GNU/Linux.
40359
40360 2002-11-14 Nathanael Nerode <neroden@gcc.gnu.org>
40361
40362 PR ada/5856
40363 PR ada/6919
40364 * bindgen.adb: Remove all references to Public_Version.
40365 * comperr.adb: Remove all references to Public_Version and
40366 GNATPRO_Version; correct bug reporting instructions.
40367 * comperr.ads: Change to match bug box.
40368 * gnatvsn.ads: Remove all references to Public version and
40369 GNATPRO version.
40370
40371 2002-11-13 Nathanael Nerode <neroden@gcc.gnu.org>
40372
40373 PR ada/6919
40374 * adaint.c (__gnat_tmp_name): Remove buffer overflow bug on
40375 GNU/Linux.
40376
40377 PR ada/6558
40378 * config-lang.in: Remove diff_excludes.
40379
40380 2002-11-05 Graham Stott <graham.stott@btinternet.com>
40381
40382 PR ada/8358
40383 * trans.c (gnu_pending_elaboration_lists): New GC root.
40384 (build_unit_elab): Use..
40385
40386 2002-10-30 Geert Bosch <bosch@gnat.com>
40387
40388 PR ada/6558
40389 * misc.c : Include optabs.h
40390
40391 * Make-lang.in (misc.o): Add dependency on optabs.h
40392
40393 2002-10-29 Geert Bosch <bosch@gnat.com>
40394
40395 PR ada/6558
40396 * Make-lang.in (gnatbind): Depend on CONFIG_H
40397
40398 2002-10-29 Geert bosch <bosch@gnat.com>
40399
40400 PR ada/6558
40401 * misc.c: Unrevert misc.c (1.13)
40402
40403 2002-10-28 Nathanael Nerode <neroden@gcc.gnu.org>
40404
40405 * a-chlat9.ads a-cwila9.ads a-dynpri.adb a-retide.adb: Update
40406 maintainership comments.
40407
40408 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
40409
40410 PR ada/5904
40411 * 5ataprop.adb 5atpopsp.adb 5bosinte.adb 5ftaprop.adb
40412 5gtaprop.adb 5htaprop.adb 5rosinte.ads 5staprop.adb
40413 5stpopse.adb 5vtaspri.ads 5zintman.adb 5ztaprop.adb
40414 7staprop.adb: Correct statements in comments about
40415 maintainership of GNAT.
40416
40417 PR ada/5904
40418 * 1ssecsta.adb 1ssecsta.ads adadecode.c adadecode.h aux-io.c
40419 gnatname.adb gnatname.ads mkdir.c osint-b.adb osint-b.ads
40420 osint-c.adb osint-c.ads osint-l.adb osint-l.ads osint-m.adb
40421 osint-m.ads prj-makr.adb prj-makr.ads prj-pp.adb prj-pp.ads
40422 s-atacco.ads s-traceb.adb s-traceb.ads s-traces.adb
40423 s-traces.ads s-tratas.adb s-tratas.ads sinput-d.adb
40424 sinput-d.ads switch-b.adb switch-b.ads switch-c.adb
40425 switch-c.ads switch-m.adb switch-m.ads: Correct statements in
40426 comments about maintainership of GNAT.
40427
40428 PR ada/6919 (forward port of patch for PR ada/5904)
40429 * 1aexcept.adb 1aexcept.ads 41intnam.ads 42intnam.ads
40430 4aintnam.ads 4cintnam.ads 4dintnam.ads 4hexcpol.adb
40431 4lintnam.ads 4mintnam.ads 4nintnam.ads 4onumaux.ads
40432 4pintnam.ads 4rintnam.ads 4sintnam.ads 4uintnam.ads
40433 4vcalend.adb 4vintnam.ads 4wcalend.adb 4wexcpol.adb
40434 4wintnam.ads 4zintnam.ads 4znumaux.ads 4zsytaco.adb
40435 4zsytaco.ads 51osinte.adb 51osinte.ads 52osinte.adb
40436 52osinte.ads 52system.ads 53osinte.ads 5aosinte.ads
40437 5asystem.ads 5atasinf.ads 5ataspri.ads 5avxwork.ads
40438 5bosinte.ads 5bsystem.ads 5cosinte.ads 5dosinte.ads
40439 5esystem.ads 5fosinte.ads 5fsystem.ads 5ftasinf.ads
40440 5ginterr.adb 5gmastop.adb 5gosinte.ads 5gproinf.adb
40441 5gproinf.ads 5gsystem.ads 5gtasinf.adb 5gtasinf.ads
40442 5gtpgetc.adb 5hparame.ads 5hsystem.ads 5htaspri.ads
40443 5iosinte.ads 5itaspri.ads 5ksystem.ads 5kvxwork.ads
40444 5losinte.ads 5lsystem.ads 5mosinte.ads 5mvxwork.ads
40445 5ninmaop.adb 5nintman.adb 5nosinte.ads 5ntaspri.ads
40446 5oosprim.adb 5oparame.adb 5osystem.ads 5posinte.ads
40447 5posprim.adb 5pvxwork.ads 5rosinte.ads 5rparame.adb
40448 5sintman.adb 5sosinte.ads 5sparame.adb 5ssystem.ads
40449 5stasinf.adb 5stasinf.ads 5staspri.ads 5svxwork.ads
40450 5tosinte.ads 5uosinte.ads 5vasthan.adb 5vinterr.adb
40451 5vintman.ads 5vosinte.ads 5vosprim.adb 5vosprim.ads
40452 5vparame.ads 5vsystem.ads 5vtaspri.ads 5vtpopde.adb
40453 5vtpopde.ads 5vvaflop.adb 5wintman.adb 5wmemory.adb
40454 5wosinte.ads 5wosprim.adb 5wsystem.ads 5wtaprop.adb
40455 5wtaspri.ads 5ysystem.ads 5zinterr.adb 5zosinte.adb
40456 5zosinte.ads 5zosprim.adb 5zsystem.ads 6vcpp.adb 6vcstrea.adb
40457 7sosprim.adb 86numaux.adb 86numaux.ads 9drpc.adb a-astaco.adb
40458 a-caldel.ads a-calend.adb a-calend.ads a-chahan.adb
40459 a-chahan.ads a-colien.adb a-colien.ads a-colire.adb
40460 a-colire.ads a-comlin.adb a-comlin.ads a-cwila1.ads
40461 a-decima.adb a-decima.ads a-diocst.adb a-diocst.ads
40462 a-direio.adb a-direio.ads a-einuoc.adb a-einuoc.ads
40463 a-except.adb a-except.ads a-excpol.adb a-exctra.adb
40464 a-exctra.ads a-filico.adb a-filico.ads a-finali.adb
40465 a-finali.ads a-interr.ads a-intsig.adb a-intsig.ads
40466 a-ngcefu.adb a-ngcoty.adb a-ngcoty.ads a-ngelfu.adb
40467 a-nudira.adb a-nudira.ads a-nuflra.adb a-nuflra.ads
40468 a-numaux.ads a-reatim.ads a-retide.ads a-sequio.adb
40469 a-sequio.ads a-siocst.adb a-siocst.ads a-ssicst.adb
40470 a-ssicst.ads a-stmaco.ads a-storio.adb a-strbou.adb
40471 a-strbou.ads a-stream.ads a-strfix.adb a-strfix.ads
40472 a-strmap.adb a-strmap.ads a-strsea.adb a-strsea.ads
40473 a-strunb.adb a-strunb.ads a-ststio.adb a-ststio.ads
40474 a-stunau.adb a-stunau.ads a-stwibo.adb a-stwibo.ads
40475 a-stwifi.adb a-stwima.adb a-stwima.ads a-stwise.adb
40476 a-stwise.ads a-stwiun.adb a-stwiun.ads a-suteio.adb
40477 a-suteio.ads a-swmwco.ads a-swuwti.adb a-swuwti.ads
40478 a-sytaco.adb a-sytaco.ads a-tags.adb a-tags.ads a-tasatt.ads
40479 a-taside.adb a-taside.ads a-teioed.adb a-teioed.ads
40480 a-textio.adb a-textio.ads a-ticoau.adb a-ticoau.ads
40481 a-ticoio.adb a-ticoio.ads a-tideau.adb a-tideau.ads
40482 a-tideio.adb a-tideio.ads a-tienau.adb a-tienau.ads
40483 a-tienio.adb a-tienio.ads a-tifiio.adb a-tifiio.ads
40484 a-tiflau.adb a-tiflau.ads a-tiflio.adb a-tiflio.ads
40485 a-tigeau.adb a-tigeau.ads a-tiinau.adb a-tiinau.ads
40486 a-tiinio.adb a-tiinio.ads a-timoau.adb a-timoau.ads
40487 a-timoio.adb a-timoio.ads a-tiocst.adb a-tiocst.ads
40488 a-titest.adb a-witeio.adb a-witeio.ads a-wtcoau.adb
40489 a-wtcoau.ads a-wtcoio.adb a-wtcstr.adb a-wtcstr.ads
40490 a-wtdeau.adb a-wtdeau.ads a-wtdeio.adb a-wtdeio.ads
40491 a-wtedit.adb a-wtedit.ads a-wtenau.adb a-wtenau.ads
40492 a-wtenio.adb a-wtenio.ads a-wtfiio.adb a-wtfiio.ads
40493 a-wtflau.adb a-wtflau.ads a-wtflio.adb a-wtflio.ads
40494 a-wtgeau.adb a-wtgeau.ads a-wtinau.adb a-wtinau.ads
40495 a-wtinio.adb a-wtmoau.adb a-wtmoau.ads a-wtmoio.adb
40496 a-wtmoio.ads a-wttest.adb ada-tree.def ada-tree.h ada.h
40497 adaint.c adaint.h ali-util.adb ali-util.ads ali.adb ali.ads
40498 alloc.ads argv.c atree.adb atree.ads atree.h back_end.adb
40499 back_end.ads bcheck.adb bcheck.ads binde.adb binde.ads
40500 binderr.adb binderr.ads bindgen.adb bindgen.ads bindusg.adb
40501 bindusg.ads butil.adb butil.ads cal.c casing.adb casing.ads
40502 ceinfo.adb checks.adb checks.ads cio.c comperr.adb comperr.ads
40503 csets.adb csets.ads csinfo.adb cstand.adb cstand.ads
40504 cstreams.c cuintp.c debug.adb debug.ads debug_a.adb
40505 debug_a.ads dec-io.adb dec-io.ads dec.ads decl.c deftarg.c
40506 einfo.adb einfo.ads einfo.h elists.adb elists.ads elists.h
40507 errno.c errout.adb errout.ads eval_fat.adb eval_fat.ads exit.c
40508 exp_aggr.adb exp_aggr.ads exp_attr.adb exp_attr.ads
40509 exp_ch10.ads exp_ch11.adb exp_ch11.ads exp_ch12.adb
40510 exp_ch12.ads exp_ch13.adb exp_ch13.ads exp_ch2.adb exp_ch2.ads
40511 exp_ch3.adb exp_ch3.ads exp_ch4.adb exp_ch4.ads exp_ch5.adb
40512 exp_ch5.ads exp_ch6.adb exp_ch6.ads exp_ch7.adb exp_ch7.ads
40513 exp_ch8.adb exp_ch8.ads exp_ch9.adb exp_ch9.ads exp_code.adb
40514 exp_code.ads exp_dbug.adb exp_dbug.ads exp_disp.adb
40515 exp_disp.ads exp_dist.adb exp_dist.ads exp_fixd.adb
40516 exp_fixd.ads exp_imgv.adb exp_imgv.ads exp_intr.adb
40517 exp_intr.ads exp_pakd.adb exp_pakd.ads exp_prag.adb
40518 exp_prag.ads exp_smem.adb exp_smem.ads exp_strm.adb
40519 exp_strm.ads exp_tss.adb exp_tss.ads exp_util.adb exp_util.ads
40520 exp_vfpt.adb exp_vfpt.ads expander.adb expander.ads fe.h
40521 final.c fmap.adb fmap.ads fname-sf.adb fname-sf.ads
40522 fname-uf.adb fname-uf.ads fname.adb fname.ads freeze.adb
40523 freeze.ads frontend.adb frontend.ads g-calend.ads g-comlin.adb
40524 g-debpoo.adb g-debpoo.ads g-locfil.adb g-os_lib.ads
40525 g-regist.adb g-regist.ads get_targ.adb get_targ.ads gigi.h
40526 gmem.c gnat1drv.adb gnat1drv.ads gnat_ug.texi gnatbind.adb
40527 gnatbind.ads gnatbl.c gnatcmd.adb gnatcmd.ads gnatdll.adb
40528 gnatfind.adb gnatkr.adb gnatkr.ads gnatlbr.adb gnatlink.adb
40529 gnatlink.ads gnatls.adb gnatls.ads gnatmake.adb gnatmake.ads
40530 gnatmem.adb gnatprep.adb gnatprep.ads gnatpsta.adb gnatvsn.ads
40531 gnatxref.adb hlo.adb hlo.ads hostparm.ads i-c.adb i-cexten.ads
40532 i-cobol.adb i-cobol.ads i-cpoint.adb i-cpoint.ads i-cpp.adb
40533 i-cpp.ads i-cstrea.adb i-cstrea.ads i-cstrin.adb i-cstrin.ads
40534 i-fortra.adb i-os2err.ads i-os2lib.adb i-os2lib.ads
40535 i-os2syn.ads i-os2thr.ads i-pacdec.adb i-pacdec.ads
40536 impunit.adb impunit.ads init.c inline.adb inline.ads io-aux.c
40537 itypes.adb itypes.ads krunch.adb krunch.ads lang-options.h
40538 lang-specs.h layout.adb layout.ads lib-list.adb lib-load.adb
40539 lib-load.ads lib-sort.adb lib-util.adb lib-util.ads
40540 lib-writ.adb lib-writ.ads lib-xref.adb lib-xref.ads lib.adb
40541 lib.ads link.c live.adb live.ads make.adb make.ads makeusg.adb
40542 makeusg.ads math_lib.adb mdll.adb mdll.ads memtrack.adb misc.c
40543 namet.adb namet.ads namet.h nlists.adb nlists.ads nlists.h
40544 nmake.adb nmake.ads nmake.adt opt.adb opt.ads osint.adb
40545 osint.ads output.adb output.ads par-ch10.adb par-ch11.adb
40546 par-ch12.adb par-ch13.adb par-ch2.adb par-ch3.adb par-ch4.adb
40547 par-ch5.adb par-ch6.adb par-ch7.adb par-ch8.adb par-ch9.adb
40548 par-endh.adb par-labl.adb par-load.adb par-prag.adb
40549 par-sync.adb par-tchk.adb par-util.adb par.adb par.ads
40550 prj-attr.adb prj-attr.ads prj-com.adb prj-com.ads prj-dect.adb
40551 prj-dect.ads prj-env.adb prj-env.ads prj-ext.adb prj-ext.ads
40552 prj-nmsc.adb prj-nmsc.ads prj-pars.adb prj-pars.ads
40553 prj-part.adb prj-part.ads prj-proc.adb prj-proc.ads
40554 prj-strt.adb prj-strt.ads prj-tree.adb prj-tree.ads
40555 prj-util.adb prj-util.ads prj.adb prj.ads raise.c raise.h
40556 repinfo.adb repinfo.ads repinfo.h restrict.adb restrict.ads
40557 rident.ads rtsfind.adb rtsfind.ads s-addima.adb s-addima.ads
40558 s-arit64.adb s-arit64.ads s-assert.adb s-assert.ads
40559 s-asthan.adb s-asthan.ads s-atacco.adb s-auxdec.adb
40560 s-auxdec.ads s-bitops.adb s-bitops.ads s-chepoo.ads
40561 s-direio.adb s-direio.ads s-except.ads s-exctab.adb
40562 s-exctab.ads s-exnflt.ads s-exngen.adb s-exngen.ads
40563 s-exnint.ads s-exnlfl.ads s-exnlin.ads s-exnllf.ads
40564 s-exnlli.ads s-exnsfl.ads s-exnsin.ads s-exnssi.ads
40565 s-expflt.ads s-expgen.adb s-expgen.ads s-expint.ads
40566 s-explfl.ads s-explin.ads s-expllf.ads s-explli.ads
40567 s-expllu.adb s-expllu.ads s-expmod.adb s-expmod.ads
40568 s-expsfl.ads s-expsin.ads s-expssi.ads s-expuns.adb
40569 s-expuns.ads s-fatflt.ads s-fatgen.adb s-fatgen.ads
40570 s-fatlfl.ads s-fatllf.ads s-fatsfl.ads s-ficobl.ads
40571 s-fileio.adb s-fileio.ads s-finimp.adb s-finimp.ads
40572 s-finroo.adb s-finroo.ads s-fore.adb s-fore.ads s-imgbiu.adb
40573 s-imgbiu.ads s-imgboo.adb s-imgboo.ads s-imgcha.adb
40574 s-imgcha.ads s-imgdec.adb s-imgdec.ads s-imgenu.adb
40575 s-imgenu.ads s-imgint.adb s-imgint.ads s-imgllb.adb
40576 s-imgllb.ads s-imglld.adb s-imglld.ads s-imglli.adb
40577 s-imglli.ads s-imgllu.adb s-imgllu.ads s-imgllw.adb
40578 s-imgllw.ads s-imgrea.adb s-imgrea.ads s-imguns.adb
40579 s-imguns.ads s-imgwch.adb s-imgwch.ads s-imgwiu.adb
40580 s-imgwiu.ads s-inmaop.ads s-interr.adb s-interr.ads
40581 s-intman.ads s-io.adb s-io.ads s-maccod.ads s-mantis.adb
40582 s-mantis.ads s-memory.adb s-memory.ads s-osprim.ads
40583 s-pack03.adb s-pack03.ads s-pack05.adb s-pack05.ads
40584 s-pack06.adb s-pack06.ads s-pack07.adb s-pack07.ads
40585 s-pack09.adb s-pack09.ads s-pack10.adb s-pack10.ads
40586 s-pack11.adb s-pack11.ads s-pack12.adb s-pack12.ads
40587 s-pack13.adb s-pack13.ads s-pack14.adb s-pack14.ads
40588 s-pack15.adb s-pack15.ads s-pack17.adb s-pack17.ads
40589 s-pack18.adb s-pack18.ads s-pack19.adb s-pack19.ads
40590 s-pack20.adb s-pack20.ads s-pack21.adb s-pack21.ads
40591 s-pack22.adb s-pack22.ads s-pack23.adb s-pack23.ads
40592 s-pack24.adb s-pack24.ads s-pack25.adb s-pack25.ads
40593 s-pack26.adb s-pack26.ads s-pack27.adb s-pack27.ads
40594 s-pack28.adb s-pack28.ads s-pack29.adb s-pack29.ads
40595 s-pack30.adb s-pack30.ads s-pack31.adb s-pack31.ads
40596 s-pack33.adb s-pack33.ads s-pack34.adb s-pack34.ads
40597 s-pack35.adb s-pack35.ads s-pack36.adb s-pack36.ads
40598 s-pack37.adb s-pack37.ads s-pack38.adb s-pack38.ads
40599 s-pack39.adb s-pack39.ads s-pack40.adb s-pack40.ads
40600 s-pack41.adb s-pack41.ads s-pack42.adb s-pack42.ads
40601 s-pack43.adb s-pack43.ads s-pack44.adb s-pack44.ads
40602 s-pack45.adb s-pack45.ads s-pack46.adb s-pack46.ads
40603 s-pack47.adb s-pack47.ads s-pack48.adb s-pack48.ads
40604 s-pack49.adb s-pack49.ads s-pack50.adb s-pack50.ads
40605 s-pack51.adb s-pack51.ads s-pack52.adb s-pack52.ads
40606 s-pack53.adb s-pack53.ads s-pack54.adb s-pack54.ads
40607 s-pack55.adb s-pack55.ads s-pack56.adb s-pack56.ads
40608 s-pack57.adb s-pack57.ads s-pack58.adb s-pack58.ads
40609 s-pack59.adb s-pack59.ads s-pack60.adb s-pack60.ads
40610 s-pack61.adb s-pack61.ads s-pack62.adb s-pack62.ads
40611 s-pack63.adb s-pack63.ads s-parame.adb s-parame.ads
40612 s-parint.adb s-parint.ads s-pooglo.adb s-pooglo.ads
40613 s-pooloc.adb s-pooloc.ads s-poosiz.adb s-poosiz.ads
40614 s-powtab.ads s-proinf.adb s-proinf.ads s-rpc.adb s-rpc.ads
40615 s-scaval.ads s-secsta.adb s-secsta.ads s-sequio.adb
40616 s-sequio.ads s-shasto.adb s-shasto.ads s-soflin.adb
40617 s-soflin.ads s-sopco3.adb s-sopco3.ads s-sopco4.adb
40618 s-sopco4.ads s-sopco5.adb s-sopco5.ads s-stache.adb
40619 s-stache.ads s-stalib.adb s-stalib.ads s-stoele.adb
40620 s-stopoo.ads s-stratt.adb s-stratt.ads s-strops.adb
40621 s-strops.ads s-taprob.ads s-taprop.ads s-tarest.ads
40622 s-tasdeb.adb s-tasdeb.ads s-tasinf.adb s-tasinf.ads
40623 s-tasini.ads s-taskin.ads s-tasren.ads s-tasres.ads
40624 s-tassta.ads s-tpinop.adb s-tpinop.ads s-tpoben.ads
40625 s-tpobop.ads s-unstyp.ads s-vaflop.adb s-vaflop.ads
40626 s-valboo.adb s-valboo.ads s-valcha.adb s-valcha.ads
40627 s-valdec.adb s-valdec.ads s-valenu.adb s-valenu.ads
40628 s-valint.adb s-valint.ads s-vallld.adb s-vallld.ads
40629 s-vallli.adb s-vallli.ads s-valllu.adb s-valllu.ads
40630 s-valrea.adb s-valrea.ads s-valuns.adb s-valuns.ads
40631 s-valuti.adb s-valuti.ads s-valwch.adb s-valwch.ads
40632 s-vercon.adb s-vercon.ads s-vmexta.adb s-vmexta.ads
40633 s-wchcnv.adb s-wchcnv.ads s-wchcon.ads s-wchjis.adb
40634 s-wchjis.ads s-wchstw.adb s-wchstw.ads s-wchwts.adb
40635 s-wchwts.ads s-widboo.adb s-widboo.ads s-widcha.adb
40636 s-widcha.ads s-widenu.adb s-widenu.ads s-widlli.adb
40637 s-widlli.ads s-widllu.adb s-widllu.ads s-widwch.adb
40638 s-widwch.ads s-wwdcha.adb s-wwdcha.ads s-wwdenu.adb
40639 s-wwdenu.ads s-wwdwch.adb s-wwdwch.ads scans.adb scans.ads
40640 scn-nlit.adb scn-slit.adb scn.adb scn.ads sdefault.ads sem.adb
40641 sem.ads sem_aggr.adb sem_aggr.ads sem_attr.adb sem_attr.ads
40642 sem_case.adb sem_case.ads sem_cat.adb sem_cat.ads sem_ch10.adb
40643 sem_ch10.ads sem_ch11.adb sem_ch11.ads sem_ch12.adb
40644 sem_ch12.ads sem_ch13.adb sem_ch13.ads sem_ch2.adb sem_ch2.ads
40645 sem_ch3.adb sem_ch3.ads sem_ch4.adb sem_ch4.ads sem_ch5.adb
40646 sem_ch5.ads sem_ch6.adb sem_ch6.ads sem_ch7.adb sem_ch7.ads
40647 sem_ch8.adb sem_ch8.ads sem_ch9.adb sem_ch9.ads sem_disp.adb
40648 sem_disp.ads sem_dist.adb sem_dist.ads sem_elab.adb
40649 sem_elab.ads sem_elim.adb sem_elim.ads sem_eval.adb
40650 sem_eval.ads sem_intr.adb sem_intr.ads sem_maps.adb
40651 sem_maps.ads sem_mech.adb sem_mech.ads sem_prag.adb
40652 sem_prag.ads sem_res.adb sem_res.ads sem_smem.adb sem_smem.ads
40653 sem_type.adb sem_type.ads sem_util.adb sem_util.ads
40654 sem_vfpt.adb sem_vfpt.ads sem_warn.adb sem_warn.ads
40655 sfn_scan.adb sfn_scan.ads sinfo-cn.adb sinfo-cn.ads sinfo.adb
40656 sinfo.ads sinfo.h sinput-l.adb sinput-l.ads sinput-p.adb
40657 sinput-p.ads sinput.adb sinput.ads snames.adb snames.ads
40658 snames.h sprint.adb sprint.ads stand.adb stand.ads stringt.adb
40659 stringt.ads stringt.h style.adb style.ads stylesw.adb
40660 stylesw.ads switch.adb switch.ads sysdep.c system.ads
40661 table.adb table.ads targparm.adb targparm.ads targtyps.c
40662 tbuild.adb tbuild.ads trans.c tree_gen.adb tree_gen.ads
40663 tree_in.adb tree_in.ads tree_io.adb tree_io.ads treepr.adb
40664 treepr.ads treeprs.ads treeprs.adt ttypef.ads ttypes.ads
40665 types.adb types.ads types.h uintp.adb uintp.ads uintp.h
40666 uname.adb uname.ads urealp.adb urealp.ads urealp.h usage.adb
40667 usage.ads utils.c utils2.c validsw.adb validsw.ads
40668 widechar.adb widechar.ads xeinfo.adb xnmake.adb xr_tabls.adb
40669 xr_tabls.ads xref_lib.adb xref_lib.ads xsinfo.adb xsnames.adb
40670 xtreeprs.adb: Correct statements in comments about maintainership
40671 of GNAT.
40672
40673 2002-09-23 Zack Weinberg <zack@codesourcery.com>
40674
40675 * Make-lang.in (EXTRA_GNATBIND_OBJS): Add version.o.
40676 * Makefile.in (TOOLS_LIBS): Add ../../version.o.
40677 * gnatvsn.ads: Gnat_Version_String is now a function.
40678 * gnatvsn.adb: New file. When asked for Gnat_Version_String,
40679 copy the C version_string into a String and return it.
40680 * gnatcmd.adb, gnatkr.adb, gnatlbr.adb, gnatlink.adb,
40681 gnatls.adb,gnatmake.adb, gnatprep.adb, gnatpsta.adb:
40682 Remove pragma Ident (Gnat_Version_String). If this was the
40683 sole use of package Gnatvsn, remove the with statement too.
40684 * gnat1drv.adb: Tweak -gnatv output.
40685
40686 2002-09-17 Richard Henderson <rth@redhat.com>
40687
40688 * trans.c (tree_transform): Use real_ldexp not REAL_VALUE_LDEXP.
40689 * config/dsp16xx/dsp16xx.md (fixuns_trunchfhi2): Use real_2expN.
40690 * config/mips/mips.md (fixuns_truncdfsi2): Likewise.
40691 (fixuns_truncdfdi2, fixuns_truncsfsi2, fixuns_truncsfdi2): Likewise.
40692 * config/m68k/m68k.c (floating_exact_log2): Use real_exponent
40693 and real_2expN instead of a loop.
40694 * doc/tm.texi (REAL_VALUE_LDEXP): Remove.
40695 (REAL_VALUE_RNDZINT, REAL_VALUE_UNSIGNED_RNDZINT): Remove.
40696
40697 2002-08-25 Andre Leis <a.leis@gmx.net>
40698 David Billinghurst <David.Billinghurst@riotinto.com>
40699
40700 * sysdep.c (__gnat_ttyname): include <termios.h> on cygwin
40701
40702 2002-08-13 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
40703
40704 * Make-lang.in (gnatbind$(exeext)): Link with $(SYSLIBS).
40705 Remove $(CONFIG_H) dependency.
40706
40707 2002-08-08 Nathan Sidwell <nathan@codesourcery.com>
40708
40709 * ada/Make-lang.in (ada.mostlyclean): Remove coverage files.
40710
40711 2002-07-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
40712
40713 * adadecode.c (ada_demangle): Use xstrdup in lieu of
40714 xmalloc/strcpy.
40715 * misc.c (gnat_decode_option): Likewise.
40716
40717 2002-07-15 Florian Weimer <fw@deneb.enyo.de>
40718
40719 * make.adb (Add_Switch): Make Generic_Position a procedure. The
40720 function approach did not work well because of a side effect (the
40721 function call could reallocate the table which was being indexed
40722 using its result). Fixes ada/4851. [RESURRECTED]
40723
40724 2002-07-01 Roger Sayle <roger@eyesopen.com>
40725
40726 * ada/utils.c (builtin_function): Accept an additional parameter.
40727
40728 2002-06-28 Andreas Jaeger <aj@suse.de>
40729
40730 PR ada/7144
40731 * Makefile.in: Fix typo in comment, patch by Adrian Knoth
40732 <adi@thur.de>.
40733
40734 2002-06-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
40735
40736 * Makefile.in (SHELL): Set to @SHELL@.
40737
40738 2002-06-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
40739
40740 * utils.c (init_gigi_decls): Use ARRAY_SIZE in lieu of explicit
40741 array size calculation.
40742
40743 2002-06-04 Andreas Jaeger <aj@suse.de>
40744
40745 * Make-lang.in (gnatbind): Readd rule that has been lost in last
40746 patch.
40747
40748 2002-06-03 Geoffrey Keating <geoffk@redhat.com>
40749
40750 Merge from pch-branch:
40751
40752 * config-lang.in (gtfiles): Add ada-tree.h.
40753 * ada-tree.h (SET_TYPE_CI_CO_LIST): New.
40754 (SET_TYPE_MODULUS): New.
40755 (SET_TYPE_INDEX): New.
40756 (SET_TYPE_DIGITS_VALUE): New.
40757 (SET_TYPE_RM_SIZE): New.
40758 (SET_TYPE_UNCONSTRAINED_ARRAY): New.
40759 (SET_TYPE_ADA_SIZE): New.
40760 (SET_TYPE_ACTUAL_BOUNDS): New.
40761 (SET_DECL_CONST_CORRESPONDING_VAR): New.
40762 (SET_DECL_ORIGINAL_FIELD): New.
40763 (TREE_LOOP_ID): Correct typo.
40764 * decl.c: Use new macros.
40765 * utils.c: Include debug.h, use new macros.
40766 * utils2.c: Use new macros.
40767
40768 * ada-tree.h: Update all macros for new tree description.
40769 (struct tree_loop_id): New.
40770 (union lang_tree_node): New.
40771 (struct lang_decl): New.
40772 (struct lang_type): New.
40773 * misc.c (gnat_mark_tree): Delete.
40774 (LANG_HOOKS_MARK_TREE): Delete.
40775 * trans.c (tree_transform): No longer any need to cast
40776 for TREE_LOOP_ID.
40777
40778 * utils.c (struct language_function): New dummy structure.
40779
40780 * Makefile.in (decl.o): gt-ada-<filename.h> is in objdir, not srcdir.
40781 (misc.o): Likewise.
40782 (utils.o): Likewise; also gtype-ada.h.
40783 * Make-lang.in (gnat1): Add dependency on s-gtype.
40784 (gnatbind): Add dependency on $(CONFIG_H).
40785 * utils.c: Correct last #include.
40786 (stuct e_stack): Remove unnecessary 'static'.
40787 (mark_e_stack): Remove unused prototype.
40788
40789 * scn-nlit.adb: Remove whitespace after version number to
40790 keep lines under 80 chars.
40791 * snames.adb: Likewise.
40792 * treepr.ads: Likewise.
40793
40794 * Makefile.in (decl.o): Include gt-ada-<filename>.h.
40795 (misc.o): Likewise.
40796 (utils.o): Include gt-ada-<filename>.h and gtype-ada.h.
40797 * config-lang.in (gtfiles): New.
40798 * decl.c: Use gengtype for roots.
40799 * gigi.h: Use gengtype for roots.
40800 * trans.c: Use gengtype for roots.
40801 * utils.c: Use gengtype for roots, marking. Include gtype-ada.h.
40802
40803 2002-06-02 Gabriel Dos Reis <gdr@codesourcery.com>
40804
40805 * misc.c (gnat_init): Adjust setting of internal_error_function.
40806
40807 2002-06-01 Joseph S. Myers <jsm28@cam.ac.uk>
40808
40809 * gnat_ug.texi: Use @ifnottex instead of @ifinfo.
40810 * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
40811 gnat_ug_wnt.texi: Regenerate.
40812
40813 2002-05-31 Florian Weimer <fw@deneb.enyo.de>
40814
40815 * 5ntaprop.adb (with System.OS_Primitives): Remove.
40816
40817 * cstreams.c (max_path_len): Move from here ...
40818 * adaint.c (__gnat_max_path_len): ... to here.
40819 * adaint.c (__gnat_max_path_len): Declare.
40820 * g-dirope.adb (Max_Path): Adjust.
40821 * g-os_lib.adb (Normalize_Pathname.Max_Path): Adjust.
40822 * i-cstrea.ads (max_path_len): Adjust.
40823 * osint.adb (Get_RTS_Search_Dir.Max_Path): Adjust.
40824 * xr_tabls.adb (Dir_Name.Max_Path: Adjust.
40825
40826 * Makefile.in, Make-lang.in: Documentation is now built in
40827 Make-lang.in. Store Info and generated Texinfo files in the
40828 source directory.
40829 * gnat_ug.texi: Remove CVS keywords, correct version number.
40830 Set file name correctly.
40831
40832 * gnat_ug_*.texi: Add.
40833 * .cvsignore: Ignore generated Texinfo files.
40834
40835 2002-05-30 Zack Weinberg <zack@codesourcery.com>
40836
40837 * ada.h: Add MI guard macro.
40838 (SUBTYPE): Define constants with an anonymous enum, not static
40839 const variables.
40840 (IN): Cast constants to appropriate type before use.
40841
40842 2002-05-26 Joseph S. Myers <jsm28@cam.ac.uk>
40843
40844 * gnatvsn.ads (Gnat_Version_String): Change to "3.2 20020526
40845 (experimental)".
40846
40847 2002-05-23 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
40848
40849 * Make-lang.in (CP, ECHO): Copy from Makefile.in.
40850 (X_ADA_CFLAGS, T_ADA_CFLAGS, X_ADAFLAGS, T_ADAFLAGS): Likewise.
40851 (ALL_ADAFLAGS, FORCE_DEBUG_ADAFLAGS, ADA_CFLAGS): Likewise.
40852 (ALL_ADA_CFLAGS): Likewise.
40853 (ADA_INCLUDES): Likewise.
40854 Adapt for new working dir.
40855 (GNATBIND): Use Makefile.in version.
40856 (.SUFFIXES): Copy from Makefile.in.
40857 (ada-warn): Define.
40858 (.adb.o, .ads.o): Copy from Makefile.in.
40859 Added $(OUTPUT_OPTION).
40860 (GNAT1_C_OBJS): Moved from Makefile.in.
40861 Prefix with ada subdir.
40862 (GNAT_ADA_OBJS, GNAT1_ADA_OBJS, GNAT1_OBJS, GNATBIND_OBJS): Likewise.
40863 (EXTRA_GNAT1_OBJS): Moved from Makefile.in.
40864 Adapt for new working dir.
40865 (EXTRA_GNATBIND_OBJS): Likewise.
40866 (ADA_BACKEND): Moved from Makefile.in.
40867 Renamed to avoid conflict with global BACKEND.
40868 Use that one.
40869 (TARGET_ADA_SRCS): Moved from Makefile.in.
40870 (gnat1$(exeext)): Replaced recursive rule with Makefile.in version.
40871 Use ADA_BACKEND.
40872 (gnatbind$(exeext)): Replaced recursive rule with Makefile.in version.
40873 (ada_extra_files): Moved from Makefile.in.
40874 Prefix with ada subdir.
40875 (ada/b_gnat1.c, ada/b_gnat1.o, ada/b_gnatb.c, ada/b_gnatb.o): Likewise.
40876 (ada/treeprs.ads, ada/einfo.h, ada/sinfo.h, ada/nmake.adb): Likewise.
40877 (ada/nmake.ads): Likewise.
40878 (update-sources): Moved from Makefile.in.
40879 Prefix with ada subdir.
40880 (ada/sdefault.adb, ada/stamp-sdefault, ada/sdefault.o): Likewise.
40881 (ADA_TREE_H): Likewise.
40882 (ada/a-except.o, ada/s-assert.o, ada/s-memory.o): Likewise.
40883 (ada/memtrack.o): Likewise.
40884 (ada/adadecode.o): Likewise.
40885 Update dependencies.
40886 (ada/adaint.o): New.
40887 (ada/argv.o): Moved from Makefile.in.
40888 Prefix with ada subdir.
40889 Update dependencies.
40890 (ada/cstreams.o, ada/exit.o, ada/final.o, ada/link.o): Likewise.
40891 (ada/cio.o, ada/init.o, ada/raise.o, ada/tracebak.o): Likewise.
40892 (ada/cuintp.o, ada/decl.o, ada/misc.o): Moved from Makefile.in.
40893 Prefix with ada subdir.
40894 (ada/targtyps.o, ada/trans.o, ada/utils.o, ada/utils2.o): Likewise.
40895 (GNAT DEPENDENCIES): Regenerate.
40896 * Makefile.in (MACHMODE_H, RTL_H, TREE_H): Removed, provided by
40897 toplevel Makefile.in.
40898 (EXTRA_GNAT1_OBJS, EXTRA_GNATBIND_OBJS): Removed.
40899 (TARGET_ADA_SRCS): Removed.
40900 (GNAT1_C_OBJS, GNAT_ADA_OBJS, GNAT1_ADA_OBJS, GNAT1_OBJS): Likewise.
40901 (GNATBIND_OBJS): Likewise.
40902 (ADA_INCLUDE_DIR, ADA_RTL_OBJ_DIR): Moved here.
40903 (BACKEND): Removed.
40904 (../gnat1$(exeext), ../gnatbind$(exeext)): Likewise.
40905 (TREE_H): Likewise.
40906 (ada_extra_files): Likewise.
40907 (b_gnat1.c, b_gnat1.o, b_gnatb.c, b_gnatb.o): Likewise.
40908 (treeprs.ads, einfo.h, sinfo.h, nmake.adb, nmake.ads): Likewise.
40909 (update-sources): Likewise.
40910 (sdefault.adb, stamp-sdefault, sdefault.o): Likewise
40911 (ADA_TREE_H): Likewise.
40912 (adadecoce.o): Likewise.
40913 (cuintp.o, decl.o, misc.o, trans.o, utils.o, utils2.o): Likewise.
40914 (GNAT DEPENDENCIES): Likewise.
40915
40916 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
40917
40918 * Makefile.adalib: Allow for PWDCMD to override hardcoded pwd.
40919 * Makefile.in: Likewise.
40920
40921 2002-05-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
40922
40923 * Make-lang.in (gnat1$(exeext), gnatbind$(exeext), gnattools):
40924 Restore $(CONFIG_H) and prefix.o dependencies.
40925 (ada.stage[1-4]): Depend on stage?-start.
40926
40927 * Makefile.in (b_gnatb.c): Depend on interfac.o.
40928
40929 2002-05-02 Jim Wilson <wilson@redhat.com>
40930
40931 * utils.c (finish_record_type): Change record_size to record_type.
40932
40933 2001-05-02 John David Anglin <dave@hiauly1.hia.nrc.ca>
40934
40935 * ada/Makefile.in (X_ADA_CFLAGS, T_ADA_CFLAGS): New fragment overrides.
40936 (ALL_ADA_CFLAGS): Define. Replace ADA_CFLAGS with ALL_ADA_CFLAGS in
40937 ALL_ADAFLAGS, MOST_ADAFLAGS, and all compilations using CC.
40938
40939 2002-04-25 Neil Booth <neil@daikokuya.demon.co.uk>
40940
40941 * misc.c (gnat_parse_file): Update.
40942
40943 2002-04-24 Neil Booth <neil@daikokuya.demon.co.uk>
40944
40945 * misc.c (gnat_init): Don't set lang_attribute_common.
40946
40947 2002-04-21 Joseph S. Myers <jsm28@cam.ac.uk>
40948
40949 * gnat_rm.texi: Use @ifnottex instead of @ifinfo.
40950
40951 2002-04-21 Florian Weimer <fw@deneb.enyo.de>
40952
40953 * gnat_ug.texi: New file.
40954
40955 * gnat_rm.texi: Do not include texiplus.texi. Include fdl.texi
40956 instead of gfdl.texi
40957
40958 * xgnatug.adb, ug_words: New files.
40959
40960 * Makefile.in (doc, dvi): New targets. Build gnat_ug_*,
40961 gnat_rm and gnat-style manuals.
40962
40963 2002-04-18 Neil Booth <neil@daikokuya.demon.co.uk>
40964
40965 * gigi.h (incomplete_type_error): Remove.
40966 * utils.c (incomplete_type_error): Remove.
40967
40968 2002-04-16 Mark Mitchell <mark@codesourcery.com>
40969
40970 * trans.c (tree_transform): Add has_scope argument to
40971 expand_start_stmt_expr.
40972
40973 2002-04-04 Neil Booth <neil@daikokuya.demon.co.uk>
40974
40975 * gigi.h (truthvalue_conversion): Rename.
40976 * misc.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Redefine.
40977 * trans.c (tree_transform): Update.
40978 * utils2.c (truthvalue_conversion): Rename, update.
40979 (build_binary_op, build_unary_op): Update.
40980
40981 2002-04-04 Laurent Guerby <guerby@acm.org>
40982
40983 * make.adb: Implement -margs, remove restriction about file name placement.
40984 * makeusg.adb: Documentation update.
40985 * Makefile.in (TOOLS_FLAGS_TO_PASS): Add VPATH=$(fsrcdir).
40986 * Makefile.in (gnattools3): Comment out, gnatmem does not build without libaddr2line.
40987
40988 2002-04-04 Neil Booth <neil@daikokuya.demon.co.uk>
40989
40990 * utils.c (create_subprog_decl): Use SET_DECL_ASSEMBLER_NAME.
40991 (builtin_function): Similarly.
40992
40993 2002-04-01 Neil Booth <neil@daikokuya.demon.co.uk>
40994
40995 * decl.c (gnat_to_gnu_entity): Update.
40996 * gigi.h (mark_addressable): Rename.
40997 * misc.c (LANG_HOOKS_MARK_ADDRESSABLE): Redefine.
40998 * trans.c (tree_transform): Update.
40999 * utils.c (create_var_decl): Update.
41000 * util2.c (build_binary_op, build_unary_op,
41001 fill_vms_descriptor): Update.
41002 (mark_addressable): Rename, update.
41003
41004 2002-04-01 Neil Booth <neil@daikokuya.demon.co.uk>
41005
41006 * gigi.h (unsigned_type, signed_type, signed_or_unsigned_type):
41007 Rename.
41008 * misc.c (LANG_HOOKS_SIGNED_TYPE, LANG_HOOKS_UNSIGNED_TYPE,
41009 LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): New.
41010 * trans.c (tree_transform, convert_with_check): Update.
41011 * utils.c (unsigned_type, signed_type, signed_or_unsigned_type):
41012 Rename.
41013
41014 2002-03-31 Neil Booth <neil@daikokuya.demon.co.uk>
41015
41016 * gigi.h (finish_incomplete_decl): Rename.
41017 * misc.c (LANG_HOOKS_FINISH_INCOMPLETE_DECL): Redefine.
41018 * utils.c (gnat_init_decl_processing): Don't set hook.
41019 (finish_incomplete_decl): Rename.
41020
41021 2002-03-29 Andreas Schwab <schwab@suse.de>
41022
41023 * Makefile.in: Pass VPATH=$(fsrcdir) when calling make in rts
41024 directory.
41025
41026 2001-03-28 Robert Dewar <dewar@gnat.com>
41027
41028 * checks.ads:
41029 (Remove_Checks): New procedure
41030
41031 * checks.adb:
41032 (Remove_Checks): New procedure
41033
41034 * exp_util.adb:
41035 Use new Duplicate_Subexpr functions
41036 (Duplicate_Subexpr_No_Checks): New procedure
41037 (Duplicate_Subexpr_No_Checks_Orig): New procedure
41038 (Duplicate_Subexpr): Restore original form (checks duplicated)
41039 (Duplicate_Subexpr): Call Remove_Checks
41040
41041 * exp_util.ads:
41042 (Duplicate_Subexpr_No_Checks): New procedure
41043 (Duplicate_Subexpr_No_Checks_Orig): New procedure
41044 Add 2002 to copyright notice
41045
41046 * sem_util.adb: Use new Duplicate_Subexpr functions
41047
41048 * sem_eval.adb:
41049 (Eval_Indexed_Component): This is the place to call
41050 Constant_Array_Ref and to replace the value. We simply merge
41051 the code of this function in here, since it is now no longer
41052 used elsewhere. This fixes the problem of the back end not
41053 realizing we were clever enough to see that this was
41054 constant.
41055 (Expr_Val): Remove call to Constant_Array_Ref
41056 (Expr_Rep_Val): Remove call to Constant_Array_Ref
41057 Minor reformatting
41058 (Constant_Array_Ref): Deal with string literals (patch
41059 suggested by Zack Weinberg on the gcc list)
41060
41061 2001-03-28 Ed Schonberg <schonber@gnat.com>
41062
41063 * exp_util.adb: Duplicate_Subexpr_No_Checks_Orig =>
41064 Duplicate_Subexpr_Move_Checks.
41065
41066 * exp_util.ads: Duplicate_Subexpr_No_Checks_Orig =>
41067 Duplicate_Subexpr_Move_Checks.
41068
41069 * sem_eval.adb: (Constant_Array_Ref): Verify that constant
41070 value of array exists before retrieving it (it may a private
41071 protected component in a function).
41072
41073 2002-03-28 Geert Bosch <bosch@gnat.com>
41074
41075 * prj-pp.adb : New file.
41076
41077 * prj-pp.ads : New file.
41078
41079 2002-03-28 Andreas Jaeger <aj@suse.de>
41080
41081 * Makefile.in (stamp-sdefault): Fix path for Makefile.
41082
41083 2002-03-28 Neil Booth <neil@daikokuya.demon.co.uk>
41084
41085 * misc.c (gnat_expand_expr): Move prototype.
41086
41087 2002-03-27 Neil Booth <neil@daikokuya.demon.co.uk>
41088
41089 * misc.c (insert_default_attributes): Remove.
41090
41091 2002-03-27 Neil Booth <neil@daikokuya.demon.co.uk>
41092
41093 * misc.c (LANG_HOOKS_EXPAND_EXPR): Redefine.
41094 (gnat_init): Don't set hook.
41095 (gnat_expand_expr): Fix prototype.
41096
41097 2002-03-27 Neil Booth <neil@daikokuya.demon.co.uk>
41098
41099 * misc.c (ggc_p): Remove.
41100
41101 2002-03-27 Geert Bosch <bosch@gnat.com>
41102
41103 * prj-makr.ads, prj-makr.adb : New files.
41104
41105 2002-03-26 Neil Booth <neil@daikokuya.demon.co.uk>
41106
41107 * misc.c (LANG_HOOKS_MARK_TREE): Redefine.
41108 (lang_mark_tree): Make static, rename.
41109
41110 2002-03-25 Neil Booth <neil@daikokuya.demon.co.uk>
41111
41112 * misc.c (maybe_build_cleanup): Remove.
41113
41114 2002-03-24 Neil Booth <neil@daikokuya.demon.co.uk>
41115
41116 * gigi.h (yyparse): Remove.
41117
41118 2002-03-23 Florian Weimer <fw@deneb.enyo.de>
41119
41120 From Ben Brosgol <brosgol@gnat.com>
41121 * gnat_rm.texi: Sync with ACT version.
41122
41123 2002-03-20 Neil Booth <neil@daikokuya.demon.co.uk>
41124
41125 * misc.c (LANG_HOOKS_DECL_PRINTABLE_NAME): Redefine.
41126 (gnat_init): Remove old hook.
41127
41128 2002-03-17 Neil Booth <neil@daikokuya.demon.co.uk>
41129
41130 * misc.c (LANG_HOOKS_PARSE_FILE): Redefine.
41131 (yyparse): Rename gnat_parse_file.
41132
41133 2002-03-14 Geoffrey Keating <geoffk@redhat.com>
41134
41135 Delete all lines containing "$Revision:".
41136 * xeinfo.adb: Don't look for revision numbers.
41137 * xnmake.adb: Likewise.
41138 * xsinfo.adb: Likewise.
41139 * xsnames.adb: Likewise.
41140 * xtreeprs.adb: Likewise.
41141
41142 2002-03-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
41143
41144 * misc.c (gnat_tree_code_type, gnat_tree_code_length,
41145 gnat_tree_code_name): Delete.
41146 (tree_code_type, tree_code_length, tree_code_name): Define.
41147 (gnat_init): Don't try to copy into the various tree_code
41148 arrays.
41149
41150 2002-03-11 Richard Henderson <rth@redhat.com>
41151
41152 * Makefile.in (.NOTPARALLEL): Add fake tag.
41153
41154 2002-03-07 Geert Bosch <bosch@gnat.com>
41155
41156 * adadecode.c, adadecode.h, aux-io.c, s-traces.adb, s-traces.ads,
41157 s-tratas.adb, s-tratas.ads, sinput-d.adb, sinput-d.ads,
41158 switch-b.adb, switch-b.ads, switch-c.adb, switch-c.ads,
41159 switch-m.adb, switch-m.ads : New files.
41160
41161 2002-03-07 Geert Bosch <bosch@gnat.com>
41162
41163 * 41intnam.ads, 42intnam.ads, 4aintnam.ads, 4cintnam.ads,
41164 4dintnam.ads, 4gintnam.ads, 4hintnam.ads, 4lintnam.ads,
41165 4mintnam.ads, 4pintnam.ads, 4rintnam.ads, 4sintnam.ads,
41166 4uintnam.ads, 4vcalend.adb, 4zintnam.ads, 52system.ads,
41167 5amastop.adb, 5asystem.ads, 5ataprop.adb, 5atpopsp.adb,
41168 5avxwork.ads, 5bosinte.adb, 5bsystem.ads, 5esystem.ads,
41169 5fsystem.ads, 5ftaprop.adb, 5ginterr.adb, 5gmastop.adb,
41170 5gsystem.ads, 5gtaprop.adb, 5gtasinf.adb, 5gtasinf.ads,
41171 5hparame.ads, 5hsystem.ads, 5htaprop.adb, 5htraceb.adb,
41172 5itaprop.adb, 5ksystem.ads, 5kvxwork.ads, 5lintman.adb,
41173 5lsystem.ads, 5mvxwork.ads, 5ninmaop.adb, 5nosinte.ads,
41174 5ntaprop.adb, 5ointerr.adb, 5omastop.adb, 5oosinte.adb,
41175 5osystem.ads, 5otaprop.adb, 5otaspri.ads, 5pvxwork.ads,
41176 5qtaprop.adb, 5sintman.adb, 5ssystem.ads, 5staprop.adb,
41177 5stpopse.adb, 5svxwork.ads, 5tosinte.ads, 5uintman.adb,
41178 5vasthan.adb, 5vinmaop.adb, 5vinterr.adb, 5vintman.adb,
41179 5vmastop.adb, 5vparame.ads, 5vsystem.ads, 5vtaprop.adb,
41180 5vtpopde.adb, 5wmemory.adb, 5wsystem.ads, 5wtaprop.adb,
41181 5ysystem.ads, 5zinterr.adb, 5zintman.adb, 5zosinte.adb,
41182 5zosinte.ads, 5zsystem.ads, 5ztaprop.adb, 6vcpp.adb, 6vcstrea.adb,
41183 7sintman.adb, 7staprop.adb, 7stpopsp.adb, 9drpc.adb,
41184 Make-lang.in, Makefile.in, a-caldel.adb, a-comlin.ads,
41185 a-dynpri.adb, a-except.adb, a-except.ads, a-finali.adb,
41186 a-ncelfu.ads, a-reatim.adb, a-retide.adb, a-stream.ads,
41187 a-ststio.adb, a-ststio.ads, a-stwifi.adb, a-tags.adb, a-tasatt.adb,
41188 a-textio.adb, a-tideau.adb, a-tiflau.adb, a-tigeau.adb,
41189 a-tigeau.ads, a-tiinau.adb, a-timoau.adb, a-witeio.adb,
41190 a-wtdeau.adb, a-wtenau.adb, a-wtflau.adb, a-wtgeau.adb,
41191 a-wtgeau.ads, a-wtinau.adb, a-wtmoau.adb, ada-tree.def, ada-tree.h,
41192 adaint.c, adaint.h, ali-util.adb, ali.adb, ali.ads, atree.adb,
41193 atree.ads, atree.h, back_end.adb, bcheck.adb, bindgen.adb,
41194 bindusg.adb, checks.adb, comperr.adb, config-lang.in, csets.adb,
41195 csets.ads, cstand.adb, cstreams.c, debug.adb, debug.ads, decl.c,
41196 einfo.adb, einfo.ads, einfo.h, elists.h, errout.adb, errout.ads,
41197 eval_fat.adb, exp_aggr.adb, exp_attr.adb, exp_ch11.adb,
41198 exp_ch12.adb, exp_ch13.adb, exp_ch2.adb, exp_ch3.adb, exp_ch3.ads,
41199 exp_ch4.adb, exp_ch5.adb, exp_ch6.adb, exp_ch7.adb, exp_ch7.ads,
41200 exp_ch9.adb, exp_ch9.ads, exp_dbug.adb, exp_dbug.ads, exp_disp.ads,
41201 exp_dist.adb, exp_fixd.adb, exp_intr.adb, exp_pakd.adb,
41202 exp_prag.adb, exp_strm.adb, exp_util.adb, exp_util.ads,
41203 expander.adb, expect.c, fe.h, fmap.adb, fmap.ads, fname-uf.adb,
41204 freeze.adb, frontend.adb, g-awk.adb, g-cgideb.adb, g-comlin.adb,
41205 g-comlin.ads, g-debpoo.adb, g-dirope.adb, g-dirope.ads,
41206 g-dyntab.adb, g-expect.adb, g-expect.ads, g-io.ads, g-io_aux.adb,
41207 g-io_aux.ads, g-locfil.adb, g-locfil.ads, g-os_lib.adb,
41208 g-os_lib.ads, g-regexp.adb, g-regpat.adb, g-socket.adb,
41209 g-socket.ads, g-spipat.adb, g-table.adb, g-trasym.adb,
41210 g-trasym.ads, gigi.h, gmem.c, gnat1drv.adb, gnatbind.adb, gnatbl.c,
41211 gnatchop.adb, gnatcmd.adb, gnatdll.adb, gnatfind.adb, gnatlbr.adb,
41212 gnatlink.adb, gnatls.adb, gnatmem.adb, gnatprep.adb, gnatvsn.ads,
41213 gnatxref.adb, hlo.adb, hostparm.ads, i-cobol.adb, i-cpp.adb,
41214 i-cstrea.ads, i-cstrin.adb, i-pacdec.adb, i-vxwork.ads,
41215 impunit.adb, init.c, inline.adb, io-aux.c, layout.adb, lib-load.adb,
41216 lib-util.adb, lib-writ.adb, lib-writ.ads, lib-xref.adb,
41217 lib-xref.ads, lib.adb, lib.ads, make.adb, makeusg.adb, mdll.adb,
41218 memroot.adb, misc.c, mlib-tgt.adb, mlib-utl.adb, mlib-utl.ads,
41219 mlib.adb, namet.adb, namet.ads, namet.h, nlists.h, nmake.adb,
41220 nmake.ads, nmake.adt, opt.adb, opt.ads, osint.adb, osint.ads,
41221 output.adb, output.ads, par-ch2.adb, par-ch3.adb, par-ch5.adb,
41222 par-prag.adb, par-tchk.adb, par-util.adb, par.adb, prj-attr.adb,
41223 prj-dect.adb, prj-env.adb, prj-env.ads, prj-nmsc.adb, prj-part.adb,
41224 prj-proc.adb, prj-strt.adb, prj-tree.adb, prj-tree.ads, prj.adb,
41225 prj.ads, raise.c, raise.h, repinfo.adb, restrict.adb, restrict.ads,
41226 rident.ads, rtsfind.adb, rtsfind.ads, s-arit64.adb, s-asthan.adb,
41227 s-atacco.adb, s-atacco.ads, s-auxdec.adb, s-crc32.adb, s-crc32.ads,
41228 s-direio.adb, s-fatgen.adb, s-fileio.adb, s-finimp.adb,
41229 s-gloloc.adb, s-gloloc.ads, s-interr.adb, s-mastop.adb,
41230 s-mastop.ads, s-memory.adb, s-parame.ads, s-parint.adb,
41231 s-pooglo.adb, s-pooloc.adb, s-rpc.adb, s-secsta.adb, s-sequio.adb,
41232 s-shasto.adb, s-soflin.adb, s-soflin.ads, s-stache.adb,
41233 s-taasde.adb, s-taasde.ads, s-tadeca.adb, s-tadeca.ads,
41234 s-tadert.adb, s-tadert.ads, s-taenca.adb, s-taenca.ads,
41235 s-taprob.adb, s-taprop.ads, s-tarest.adb, s-tasdeb.adb,
41236 s-tasini.adb, s-tasini.ads, s-taskin.adb, s-taskin.ads,
41237 s-tasque.adb, s-tasque.ads, s-tasren.adb, s-tasren.ads,
41238 s-tassta.adb, s-tasuti.adb, s-tasuti.ads, s-tataat.adb,
41239 s-tataat.ads, s-tpoben.adb, s-tpoben.ads, s-tpobop.adb,
41240 s-tposen.adb, s-tposen.ads, s-traceb.adb, s-traceb.ads,
41241 s-unstyp.ads, s-widenu.adb, scn-nlit.adb, scn.adb, sem.adb,
41242 sem_aggr.adb, sem_attr.adb, sem_attr.ads, sem_case.adb,
41243 sem_ch10.adb, sem_ch11.adb, sem_ch11.ads, sem_ch12.adb,
41244 sem_ch13.adb, sem_ch13.ads, sem_ch2.adb, sem_ch3.adb, sem_ch3.ads,
41245 sem_ch4.adb, sem_ch5.adb, sem_ch6.adb, sem_ch6.ads, sem_ch7.adb,
41246 sem_ch8.adb, sem_ch8.ads, sem_ch9.adb, sem_disp.adb, sem_dist.adb,
41247 sem_elab.adb, sem_elim.adb, sem_elim.ads, sem_eval.adb,
41248 sem_intr.adb, sem_mech.adb, sem_prag.adb, sem_res.adb,
41249 sem_type.adb, sem_util.adb, sem_util.ads, sem_vfpt.adb,
41250 sem_warn.adb, sinfo.adb, sinfo.ads, sinfo.h, sinput-l.adb,
41251 sinput-l.ads, sinput.adb, sinput.ads, snames.adb, snames.ads,
41252 snames.h, sprint.adb, sprint.ads, stringt.adb, stringt.ads,
41253 stringt.h, style.adb, switch.adb, switch.ads, sysdep.c, system.ads,
41254 table.adb, targparm.adb, targparm.ads, targtyps.c, tbuild.adb,
41255 tbuild.ads, tracebak.c, trans.c, tree_gen.adb, tree_io.adb,
41256 treepr.adb, treepr.ads, treeprs.ads, treeprs.adt, ttypes.ads,
41257 types.adb, types.ads, types.h, uintp.ads, urealp.ads, usage.adb,
41258 utils.c, utils2.c, validsw.adb, xnmake.adb, xr_tabls.adb,
41259 xr_tabls.ads, xref_lib.adb, xref_lib.ads : Merge in ACT changes.
41260
41261 * 1ssecsta.adb, 1ssecsta.ads, a-chlat9.ads, a-cwila9.ads,
41262 g-enblsp.adb, g-md5.adb, g-md5.ads, gnatname.adb, gnatname.ads,
41263 mkdir.c, osint-b.adb, osint-b.ads, osint-c.adb, osint-c.ads,
41264 osint-l.adb, osint-l.ads, osint-m.adb, osint-m.ads : New files
41265
41266 * 3lsoccon.ads, 5qparame.ads, 5qvxwork.ads, 5smastop.adb,
41267 5zparame.ads, gnatmain.adb, gnatmain.ads, gnatpsys.adb : Removed
41268
41269 * mdllfile.adb, mdllfile.ads, mdlltool.adb, mdlltool.ads : Renamed
41270 to mdll-fil.ad[bs] and mdll-util.ad[bs]
41271
41272 * mdll-fil.adb, mdll-fil.ads, mdll-utl.adb, mdll-utl.ads : Renamed
41273 from mdllfile.ad[bs] and mdlltool.ad[bs]
41274
41275 2002-03-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
41276
41277 * utils.c (init_gnat_to_gnu, init_gigi_decls): Use ARRAY_SIZE in
41278 lieu of explicit sizeof/sizeof.
41279
41280 2002-02-28 Neil Booth <neil@daikokuya.demon.co.uk>
41281
41282 * misc.c (copy_lang_decl): Remove.
41283
41284 2002-02-27 Zack Weinberg <zack@codesourcery.com>
41285
41286 * misc.c: Delete traditional-mode-related code copied from the
41287 C front end but not used, or used only to permit the compiler
41288 to link.
41289
41290 2002-02-07 Richard Henderson <rth@redhat.com>
41291
41292 * adaint.c (__gnat_to_gm_time): First arg is int, not time_t.
41293 * adaint.h (__gnat_to_gm_time): Update prototype.
41294
41295 2002-01-30 Richard Henderson <rth@redhat.com>
41296
41297 * trans.c (tree_transform) [N_Loop_Statement]: Use
41298 expand_exit_loop_top_cond.
41299
41300 2001-12-23 Richard Henderson <rth@redhat.com>
41301
41302 * utils.c (end_subprog_body): Push GC context around
41303 rest_of_compilation for nested functions.
41304
41305 2001-12-23 Richard Henderson <rth@redhat.com>
41306
41307 * 5nosinte.ads: Get definition of "int" from Interfaces.C.
41308
41309 2001-12-23 Florian Weimer <fw@deneb.enyo.de>
41310
41311 * gnat-style.texi (Declarations and Types): Remove ancient style
41312 rule which was mandated by code generation issues.
41313
41314 * gnat-style.texi (header): Add @dircategory, @direntry.
41315 (title page): Remove date.
41316 (general) Add @./@: where approriate, and two spaces after the
41317 full stop at the end of a sentence. Use @samp markup when
41318 referring concrete lexical entities (keywords, attribute names
41319 etc.), and @syntax for ARM grammar elements. Use @r for English
41320 text in comments. Use @emph for emphasis. Change "if-statements"
41321 etc. to "if statements" (without @samp). Break long lines. Make
41322 casing of section names consistent.
41323 (Identifiers): Use @samp markup for variable names.
41324 (Comments): Use @samp markup for comment characters. Line-end
41325 comments may follow any Ada code, not just statements. Fix
41326 misspelling of "Integer" as "integer".
41327 (Loop statements): Do not use variable name "I", use "J".
41328 (Subprogram Declarations): Document alignment.
41329 (Subprogram Bodies, Block statements): Document empty line before
41330 "begin".
41331
41332 2001-12-22 Florian Weimer <fw@deneb.enyo.de>
41333
41334 * make.adb (Add_Switch): Make Generic_Position a procedure. The
41335 function approach did not work well because of a side effect (the
41336 function call could reallocate the table which was being indexed
41337 using its result). Fixes ada/4851.
41338
41339 2001-12-19 Robert Dewar <dewar@gnat.com>
41340
41341 * bindgen.adb: Minor reformatting
41342
41343 * cstand.adb: Minor reformatting
41344
41345 * fmap.adb: Minor reformatting
41346 Change name from Add for Add_To_File_Map (Add is much too generic)
41347 Change Path_Name_Of to Mapped_Path_Name
41348 Change File_Name_Of to Mapped_File_Name
41349 Fix copyright dates in header
41350
41351 * fmap.ads:
41352 Change name from Add for Add_To_File_Map (Add is much too generic)
41353 Change Path_Name_Of to Mapped_Path_Name
41354 Change File_Name_Of to Mapped_File_Name
41355 Fix copyright dates in header
41356
41357 * fname-uf.adb: Minor reformatting. New names of stuff in Fmap.
41358 Add use clause for Fmap.
41359
41360 * make.adb: Minor reformatting
41361
41362 * osint.adb: Minor reformatting. Change of names in Fmap.
41363 Add use clause for Fmap.
41364
41365 * prj-env.adb: Minor reformatting
41366
41367 * prj-env.ads: Minor reformatting
41368
41369 * switch.adb: Minor reformatting. Do proper raise of Bad_Switch if
41370 error found (there were odd exceptions to this general rule in
41371 -gnatec/-gnatem processing)
41372
41373 2001-12-19 Olivier Hainque <hainque@gnat.com>
41374
41375 * raise.c (__gnat_eh_personality): Exception handling personality
41376 routine for Ada. Still in rough state, inspired from the C++ version
41377 and still containing a bunch of debugging artifacts.
41378 (parse_lsda_header, get_ttype_entry): Local (static) helpers, also
41379 inspired from the C++ library.
41380
41381 * raise.c (eh_personality): Add comments. Part of work for the GCC 3
41382 exception handling integration.
41383
41384 2001-12-19 Arnaud Charlet <charlet@gnat.com>
41385
41386 * Makefile.in: Remove use of 5smastop.adb which is obsolete.
41387 (HIE_SOURCES): Add s-secsta.ad{s,b}.
41388 (HIE_OBJS): Add s-fat*.o
41389 (RAVEN_SOURCES): Remove files that are no longer required. Add
41390 interrupt handling files.
41391 (RAVEN_MOD): Removed, no longer needed.
41392
41393 2001-12-19 Robert Dewar <dewar@gnat.com>
41394
41395 * a-ngelfu.adb: Remove ??? comment for inappropriate Inline_Always
41396 Add 2001 to copyright date
41397
41398 * g-regpat.adb: Change pragma Inline_Always to Inline. There is no
41399 need to force universal inlining for these cases.
41400
41401 2001-12-19 Arnaud Charlet <charlet@gnat.com>
41402
41403 * s-taprob.adb: Minor clean ups so that this unit can be used in
41404 Ravenscar HI.
41405
41406 * exp_ch7.adb: Allow use of secondary stack in HI mode.
41407 Disallow it when pragma Restrictions (No_Secondary_Stack) is specified.
41408
41409 2001-12-19 Vincent Celier <celier@gnat.com>
41410
41411 * prj-tree.ads (Project_Node_Record): Add comments for components
41412 Pkg_Id and Case_Insensitive.
41413
41414 2001-12-19 Pascal Obry <obry@gnat.com>
41415
41416 * g-socket.adb: Minor reformatting. Found while reading code.
41417
41418 2001-12-19 Robert Dewar <dewar@gnat.com>
41419
41420 * prj-tree.ads: Minor reformatting
41421
41422 2001-12-20 Joseph S. Myers <jsm28@cam.ac.uk>
41423
41424 * config-lang.in (diff_excludes): Remove.
41425
41426 2001-12-17 Ed Schonberg <schonber@gnat.com>
41427
41428 * sem_res.adb (Resolve_Selected_Component): do not generate a
41429 discriminant check if the selected component is a component of
41430 the argument of an initialization procedure.
41431
41432 * trans.c (tree_transform, case of arithmetic operators): If result
41433 type is private, the gnu_type is the base type of the full view,
41434 given that the full view itself may be a subtype.
41435
41436 2001-12-17 Robert Dewar <dewar@gnat.com>
41437
41438 * sem_res.adb: Minor reformatting
41439
41440 * trans.c (tree_transform, case N_Real_Literal): Add missing third
41441 parameter in call to Machine (unknown horrible effects from this
41442 omission).
41443
41444 * urealp.h: Add definition of Round_Even for call to Machine
41445 Add third parameter for Machine
41446
41447 2001-12-17 Ed Schonberg <schonber@gnat.com>
41448
41449 * sem_warn.adb (Check_One_Unit): Suppress warnings completely on
41450 predefined units in No_Run_Time mode.
41451
41452 2001-12-17 Richard Kenner <kenner@gnat.com>
41453
41454 * misc.c (insn-codes.h): Now include.
41455
41456 2001-12-17 Olivier Hainque <hainque@gnat.com>
41457
41458 * a-except.adb: Preparation work for future integration of the GCC 3
41459 exception handling mechanism
41460 (Notify_Handled_Exception, Notify_Unhandled_Exception): New routines
41461 to factorize previous code sequences and make them externally callable,
41462 e.g. for the Ada personality routine when the GCC 3 mechanism is used.
41463 (Propagate_Exception, Raise_Current_Excep, Raise_From_Signal_Handler):
41464 Use the new notification routines.
41465
41466 2001-12-17 Emmanuel Briot <briot@gnat.com>
41467
41468 * prj-tree.ads (First_Choice_Of): Document the when others case
41469
41470 2001-12-17 Arnaud Charlet <charlet@gnat.com>
41471
41472 * bindgen.adb (Gen_Ada_Init_*): Set priority of environment task in
41473 HI-E mode, in order to support Ravenscar profile properly.
41474
41475 * cstand.adb (Create_Standard): Duration is a 32 bit type in HI-E
41476 mode on 32 bits targets.
41477
41478 2001-12-17 Vincent Celier <celier@gnat.com>
41479
41480 * fmap.adb: Initial version.
41481
41482 * fmap.ads: Initial version.
41483
41484 * fname-uf.adb (Get_File_Name): Use mapping if unit name mapped.
41485 If search is successfully done, add to mapping.
41486
41487 * frontend.adb: Initialize the mapping if a -gnatem switch was used.
41488
41489 * make.adb:
41490 (Gnatmake): Add new local variable Mapping_File_Name.
41491 Create mapping file when using project file(s).
41492 Delete mapping file before exiting.
41493
41494 * opt.ads (Mapping_File_Name): New variable
41495
41496 * osint.adb (Find_File): Use path name found in mapping, if any.
41497
41498 * prj-env.adb (Create_Mapping_File): New procedure
41499
41500 * prj-env.ads (Create_Mapping_File): New procedure.
41501
41502 * switch.adb (Scan_Front_End_Switches): Add processing for -gnatem
41503 (Mapping_File)
41504
41505 * usage.adb: Add entry for new switch -gnatem.
41506
41507 * Makefile.in: Add dependencies for fmap.o.
41508
41509 2001-12-17 Ed Schonberg <schonber@gnat.com>
41510
41511 * sem_ch10.adb (Analyze_With_Clause): Retrieve proper entity when unit
41512 is a package instantiation rewritten as a package body.
41513 (Install_Withed_Unit): Undo previous change, now redundant.
41514
41515 2001-12-17 Gary Dismuke <dismukes@gnat.com>
41516
41517 * layout.adb:
41518 (Compute_Length): Move conversion to Unsigned to callers.
41519 (Get_Max_Size): Convert Len expression to Unsigned after calls to
41520 Compute_Length and Determine_Range.
41521 (Layout_Array_Type): Convert Len expression to Unsigned after calls to
41522 Compute_Length and Determine_Range.
41523 Above changes fix problem with length computation for supernull arrays
41524 where Max (Len, 0) wasn't getting applied due to the Unsigned
41525 conversion used by Compute_Length.
41526
41527 2001-12-17 Arnaud Charlet <charlet@gnat.com>
41528
41529 * rtsfind.ads:
41530 (OK_To_Use_In_No_Run_Time_Mode): Allow Ada.Exceptions and
41531 System.Secondary_Stack.
41532 (OK_To_Use_In_Ravenscar_Mode): New table needed to implement Ravenscar
41533 in HI-E mode.
41534 Remove unused entity RE_Exception_Data.
41535
41536 * rtsfind.adb (RTE): Allow Ravenscar Profile in HI mode.
41537
41538 * rident.ads (No_Secondary_Stack): New restriction.
41539
41540 2001-12-17 Joel Brobecker <brobecke@gnat.com>
41541
41542 * gnat_rm.texi: Fix minor typos. Found while reading the section
41543 regarding "Bit_Order Clauses" that was sent to a customer.
41544 Very interesting documentation!
41545
41546 2001-12-17 Robert Dewar <dewar@gnat.com>
41547
41548 * sem_case.adb (Choice_Image): Avoid creating improper character
41549 literal names by using the routine Set_Character_Literal_Name. This
41550 fixes bombs in certain error message cases.
41551
41552 2001-12-17 Arnaud Charlet <charlet@gnat.com>
41553
41554 * a-reatim.adb: Minor reformatting.
41555
41556 2001-12-17 Ed Schonberg <schonber@gnat.com>
41557
41558 * sem_ch12.adb (Validate_Derived_Type_Instance): Handle properly the
41559 case where the formal is an extension of another formal in the current
41560 unit or in a parent generic unit.
41561
41562 2001-12-17 Arnaud Charlet <charlet@gnat.com>
41563
41564 * s-tposen.adb: Update comments. Minor reformatting.
41565 Minor code clean up.
41566
41567 * s-tarest.adb: Update comments. Minor code reorganization.
41568
41569 2001-12-17 Gary Dismukes <dismukes@gnat.com>
41570
41571 * exp_attr.adb (Attribute_Tag): Suppress expansion of <type_name>'Tag
41572 when Java_VM.
41573
41574 2001-12-17 Robert Dewa <dewar@gnat.com>
41575
41576 * exp_attr.adb: Minor reformatting
41577
41578 2001-12-17 Ed Schonberg <schonber@gnat.com>
41579
41580 * sem_ch3.adb (Build_Derived_Private_Type): Refine check to handle
41581 derivations nested within a child unit: verify that the parent
41582 type is declared in an outer scope.
41583
41584 2001-12-17 Robert Dewar <dewar@gnat.com>
41585
41586 * sem_ch12.adb: Minor reformatting
41587
41588 2001-12-17 Ed Schonberg <schonber@gnat.com>
41589
41590 * sem_warn.adb (Check_One_Unit): In No_Run_Time mode, do not post
41591 warning if current unit is a predefined one, from which bodies may
41592 have been deleted.
41593
41594 2001-12-17 Robert Dewar <dewar@gnat.com>
41595
41596 * eval_fat.ads: Add comment that Round_Even is referenced in Ada code
41597 Fix header format. Add 2001 to copyright date.
41598
41599 * exp_dbug.adb (Get_Encoded_Name): Fix out of bounds reference,
41600 which caused CE during compilation if checks were enabled.
41601
41602 2001-12-17 Vincent Celier <celier@gnat.com>
41603
41604 * make.adb:
41605 (Switches_Of): New function
41606 (Test_If_Relative_Path): New procedure
41607 (Add_Switches): Use new function Switches_Of
41608 (Collect_Arguments_And_Compile): Use new function Switches_Of.
41609 When using a project file, test if there are any relative
41610 search path. Fail if there are any.
41611 (Gnatmake): Only add switches for the primary directory when not using
41612 a project file. When using a project file, change directory to the
41613 object directory of the main project file. When using a project file,
41614 test if there are any relative search path. Fail if there are any.
41615 When using a project file, fail if specified executable is relative
41616 path with directory information, and prepend executable, if not
41617 specified as an absolute path, with the exec directory. Make sure
41618 that only one -o switch is transmitted to the linker.
41619
41620 * prj-attr.adb (Initialization_Data): Add project attribute Exec_Dir
41621
41622 * prj-nmsc.adb:
41623 (Ada_Check): Get Spec_Suffix_Loc and Impl_Suffix_Loc,
41624 when using a non standard naming scheme.
41625 (Check_Ada_Naming_Scheme): Make sure that error messages
41626 do not raise exceptions.
41627 (Is_Illegal_Append): Return True if there is no dot in the suffix.
41628 (Language_Independent_Check): Check the exec directory.
41629
41630 * prj.adb (Project_Empty): Add new component Exec_Directory
41631
41632 * prj.ads:
41633 (Default_Ada_Spec_Suffix, Default_Ada_Impl_Suffix): Add defaults.
41634 (Project_Data): Add component Exec_Directory
41635
41636 * snames.adb: Updated to match snames.ads revision 1.215
41637
41638 * snames.ads: Added Exec_Dir
41639
41640 2001-12-17 Robert Dewar <dewar@gnat.com>
41641
41642 * make.adb: Minor reformatting
41643
41644 * prj-nmsc.adb: Minor reformatting
41645
41646 * snames.adb: Updated to match snames.ads
41647
41648 * snames.ads: Alphebetize entries for project file
41649
41650 2001-12-17 Ed Schonberg <schonber@gnat.com>
41651
41652 * trans.c (process_freeze_entity): Do nothing if the entity is a
41653 subprogram that was already elaborated.
41654
41655 2001-12-17 Richard Kenner <kenner@gnat.com>
41656
41657 * decl.c (gnat_to_gnu_entity, object): Do not back-annotate Alignment
41658 and Esize if object is referenced via pointer.
41659
41660 2001-12-17 Ed Schonberg <schonber@gnat.com>
41661
41662 * sem_ch3.adb (Analyze_Variant_Part): check that type of discriminant
41663 is discrete before analyzing choices.
41664
41665 2001-12-17 Joel Brobecker <brobecke@gnat.com>
41666
41667 * bindgen.adb (Gen_Output_File_Ada): Generate a new C-like string
41668 containing the name of the Ada Main Program. This string is mainly
41669 intended for the debugger.
41670 (Gen_Output_File_C): Do the equivalent change when generating a C file.
41671
41672 2001-12-17 Robert Dewar <dewar@gnat.com>
41673
41674 * ali.adb: Set new Dummy_Entry field in dependency entry
41675
41676 * ali.ads: Add Dummy_Entry field to source dependency table
41677
41678 * bcheck.adb (Check_Consistency): Ignore dummy D lines
41679
41680 * lib-writ.adb (Writ_ALI): Write dummy D lines for missing source files
41681
41682 * lib-writ.ads: Document dummy D lines for missing files.
41683
41684 * types.ads: (Dummy_Time_Stamp): New value for non-existant files
41685
41686 2001-12-17 Robert Dewar <dewar@gnat.com>
41687
41688 * ali.adb: Type reference does not reset current file.
41689
41690 * ali.adb: Recognize and scan renaming reference
41691
41692 * ali.ads: Add spec for storing renaming references.
41693
41694 * lib-xref.ads: Add documentation for handling of renaming references
41695
41696 * lib-xref.adb: Implement output of renaming reference.
41697
41698 * checks.adb:
41699 (Determine_Range): Document local variables
41700 (Determine_Range): Make sure Hbound is initialized. It looks as though
41701 there could be a real problem here with an uninitialized reference
41702 to Hbound, but no actual example of failure has been found.
41703
41704 2001-12-17 Laurent Pautet <pautet@gnat.com>
41705
41706 * g-socket.ads:
41707 Fix comment of Shutdown_Socket and Close_Socket. These functions
41708 should not fail silently because if they are called twice, this
41709 probably means that there is a race condition in the user program.
41710 Anyway, this behaviour is consistent with the rest of this unit.
41711 When an error occurs, an exception is raised with the error message
41712 as exception message.
41713
41714 2001-12-17 Robert Dewar <dewar@gnat.com>
41715
41716 * frontend.adb: Move call to Check_Unused_Withs from Frontend, so
41717 that it happens before modification of Sloc values for -gnatD.
41718
41719 * gnat1drv.adb: Move call to Check_Unused_Withs to Frontend,
41720 so that it happens before modification of Sloc values for -gnatD.
41721
41722 * switch.adb: Minor reformatting
41723
41724 2001-12-15 Richard Henderson <rth@redhat.com>
41725
41726 * sem_ch7.adb: Wrap comment.
41727
41728 2001-12-16 Joseph S. Myers <jsm28@cam.ac.uk>
41729
41730 * 5ataprop.adb, 5atpopsp.adb, 5ftaprop.adb, 5gmastop.adb,
41731 5gtaprop.adb, 5htaprop.adb, 5itaprop.adb, 5lintman.adb,
41732 5omastop.adb, 5oosinte.adb, 5otaprop.adb, 5staprop.adb,
41733 5vinterr.adb, 5vtaprop.adb, 5vtpopde.adb, 5wintman.adb,
41734 5wtaprop.adb, 5zinterr.adb, 5ztaprop.adb, 6vcstrea.adb,
41735 7sintman.adb, 7staprop.adb, 9drpc.adb, ChangeLog, Makefile.in,
41736 a-except.adb, a-tags.ads, a-tasatt.adb, a-teioed.adb,
41737 a-textio.ads, a-witeio.ads, a-wtedit.adb, ali.ads, comperr.adb,
41738 cstand.adb, einfo.ads, errout.adb, exp_ch11.adb, exp_ch2.adb,
41739 exp_ch3.adb, exp_ch4.adb, exp_ch5.adb, exp_ch6.adb, exp_ch9.adb,
41740 exp_util.adb, exp_util.ads, fname-uf.adb, g-cgi.ads, g-exctra.ads,
41741 g-expect.ads, g-regist.adb, g-spipat.adb, gnatchop.adb,
41742 gnatlink.adb, gnatls.adb, gnatmain.adb, gnatmem.adb, init.c,
41743 make.adb, make.ads, mdlltool.adb, nlists.ads, osint.ads,
41744 par-ch3.adb, par-ch4.adb, par-ch5.adb, par-ch6.adb, par.adb,
41745 repinfo.adb, s-fatflt.ads, s-fatlfl.ads, s-fatllf.ads,
41746 s-fatsfl.ads, s-finimp.adb, s-finimp.ads, s-interr.adb,
41747 s-secsta.ads, s-shasto.ads, s-stalib.adb, s-stalib.ads,
41748 s-tarest.ads, s-tasdeb.adb, s-tassta.adb, s-tassta.ads,
41749 s-vaflop.ads, scans.ads, scn.adb, sem.ads, sem_aggr.adb,
41750 sem_attr.adb, sem_case.ads, sem_ch10.adb, sem_ch12.adb,
41751 sem_ch13.adb, sem_ch3.adb, sem_ch3.ads, sem_ch5.adb, sem_ch7.adb,
41752 sem_ch8.adb, sem_ch8.ads, sem_type.adb, sem_util.ads, sinfo.ads,
41753 sprint.adb, tbuild.ads, types.ads, utils.c, xeinfo.adb: Fix
41754 spelling errors.
41755
41756 2001-12-14 Vincent Celier <celier@gnat.com>
41757
41758 * osint.adb(Create_Debug_File): When an object file is specified,
41759 put the .dg file in the same directory as the object file.
41760
41761 2001-12-14 Robert Dewar <dewar@gnat.com>
41762
41763 * osint.adb: Minor reformatting
41764
41765 * lib-xref.adb (Output_Instantiation): New procedure to generate
41766 instantiation references.
41767
41768 * lib-xref.ads: Add documentation of handling of generic references.
41769
41770 * ali.adb (Read_Instantiation_Ref): New procedure to read
41771 instantiation references
41772
41773 * ali.ads: Add spec for storing instantiation references
41774
41775 * bindusg.adb: Minor reformatting
41776
41777 * switch.adb: Add entry for Latin-5 (Cyrillic ISO-8859-5)
41778
41779 * usage.adb: Add entry for Latin-5 (Cyrillic ISO-8859-5)
41780
41781 * gnatcmd.adb: Add entry for Latin-5 (Cyrillic ISO-8859-5)
41782
41783 * csets.adb: Add entry for Latin-5 (Cyrillic ISO-8859-5)
41784
41785 * csets.ads:
41786 Fix header format
41787 Add 2001 to copyright date
41788 Add entry for Latin-5 (Cyrillic ISO-8859-5)
41789
41790 2001-12-14 Matt Gingell <gingell@gnat.com>
41791
41792 * adaint.c: mktemp is a macro on Lynx and can not be used as an
41793 expression.
41794
41795 2001-12-14 Richard Kenner <kenner@gnat.com>
41796
41797 * misc.c (gnat_expand_constant): Do not strip UNCHECKED_CONVERT_EXPR
41798 if operand is CONSTRUCTOR.
41799
41800 2001-12-14 Ed Schonberg <schonber@gnat.com>
41801
41802 * trans.c (tree_transform, case N_Assignment_Statement): Set lineno
41803 before emiting check on right-hand side, so that exception information
41804 is correct.
41805
41806 2001-12-14 Richard Kenner <kenner@gnat.com>
41807
41808 * utils.c (create_var_decl): Throw away initializing expression
41809 if just annotating types and non-constant.
41810
41811 2001-12-14 Vincent Celier <celier@gnat.com>
41812
41813 * prj-nmsc.adb: (Ada_Check): Migrate drom Ada_Default_... to
41814 Default_Ada_...
41815
41816 * prj.adb: (Ada_Default_Spec_Suffix, Ada_Default_Impl_Suffix):
41817 Remove functions.
41818 (Default_Ada_Spec_Suffix, Default_Ada_Impl_Suffix): Move to spec.
41819
41820 * prj.ads: (Ada_Default_Spec_Suffix, Ada_Default_Impl_Suffix):
41821 Remove functions.
41822 (Default_Ada_Spec_Suffix, Default_Ada_Impl_Suffix): Move from body.
41823
41824 2001-12-16 Joseph S. Myers <jsm28@cam.ac.uk>
41825
41826 * ChangeLog: Remove piece of diff output.
41827
41828 2001-12-14 Geert Bosch <bosch@gnat.com>
41829
41830 * config-lang.in: Update copyright notice
41831
41832 * layout.adb: Remove commented out code.
41833
41834 * mdllfile.ads: Update copyright notice. Fix header format.
41835
41836 * sem_case.ads: Likewise.
41837
41838 * sem_ch3.adb: Minor reformatting.
41839
41840 2001-12-12 Geert Bosch <bosch@gnat.com>
41841
41842 * freeze.ads: Update copyright date.
41843
41844 * g-comlin.ads: Minor reformatting.
41845
41846 * gnat-style.texi: Fix typo.
41847
41848 2001-12-12 Geert Bosch <bosch@gnat.com>
41849
41850 * einfo.h: Regenerate.
41851
41852 2001-12-12 Ed Schonberg <schonber@gnat.com>
41853
41854 * sem_ch12.adb (Save_Entity_Descendant): Use syntactic field names
41855 on known node types, rather than untyped fields. Further cleanups.
41856
41857 2001-12-12 Robert Dewar <dewar@gnat.com>
41858
41859 * sem_ch12.adb:
41860 (Save_Entity_Descendant): Minor comment update.
41861 (Copy_Generic_Node): Deal with incorrect reference to Associated_Node
41862 of an N_Attribute_Reference node. As per note below, this does not
41863 eliminate need for Associated_Node in attribute ref nodes.
41864 (Associated_Node): Documentation explicitly mentions attribute
41865 reference nodes, since this field is used in such nodes.
41866
41867 * sem_ch12.adb (Associated_Node): Minor documentation cleanup.
41868
41869 2001-12-12 Robert Dewar <dewar@gnat.com>
41870
41871 * s-stalib.adb: Add more comments on with statements being needed
41872
41873 * par-ch12.adb: Minor reformatting
41874
41875 * prj-dect.ads: Fix copyright header
41876
41877 * s-arit64.adb (Multiply_With_Ovflo_Check): Fix case where both
41878 inputs fit in 32 bits, but the result still overflows.
41879
41880 * s-fatgen.ads: Minor comment improvement
41881
41882 2001-12-12 Ed Schonberg <schonber@gnat.com>
41883
41884 * sem_ch4.adb (Analyze_Selected_Component): If the prefix is of a
41885 formal derived type, look for an inherited component from the full
41886 view of the parent, if any.
41887
41888 2001-12-12 Robert Dewar <dewar@gnat.com>
41889
41890 * checks.ads (Apply_Alignment_Check): New procedure.
41891
41892 * exp_ch13.adb (Expand_N_Freeze_Entity): Generate dynamic check to
41893 ensure that the alignment of objects with address clauses is
41894 appropriate, and raise PE if not.
41895
41896 * exp_util.ads (Must_Be_Aligned): Removed, replaced by
41897 Exp_Pakd.Known_Aligned_Enough
41898
41899 * mdllfile.ads: Minor reformatting
41900
41901 * mlib-fil.ads: Minor reformatting
41902
41903 2001-12-12 Ed Schonberg <schonber@gnat.com>
41904
41905 * exp_ch8.adb (Expand_N_Object_Renaming_Declaration): Extend previous
41906 fix to any component reference if enclosing record has non-standard
41907 representation.
41908
41909 2001-12-12 Vincent Celier <celier@gnat.com>
41910
41911 * g-dirope.ads (Find, Wildcard_Iterator): Moved to child package
41912 Iteration
41913
41914 2001-12-12 Ed Schonberg <schonber@gnat.com>
41915
41916 * freeze.ads: Make Freeze_Fixed_Point_Type visible, for use in
41917 sem_attr.
41918
41919 2001-12-12 Robert Dewar <dewar@gnat.com>
41920
41921 * impunit.adb: Add entry for GNAT.Directory_Operations.Iteration
41922
41923 2001-12-12 Emmanuel Briot <briot@gnat.com>
41924
41925 * g-regexp.adb: Remove all debug code, since it isn't required anymore,
41926 and it adds dependencies to system.io.
41927
41928 2001-12-12 Pascal Obry <obry@gnat.com>
41929
41930 * g-dirope.adb (Expand_Path.Var): Correctly detect end of
41931 variable name.
41932
41933 2001-12-11 Ed Schonberg <schonber@gnat.com>
41934
41935 * sem_ch10.adb (Install_Withed_Unit): If the unit is a generic instance
41936 that is the parent of other generics, the instance body replaces the
41937 instance node. Retrieve the instance of the spec, which is the one
41938 that is visible in clients and within the body.
41939
41940 2001-12-11 Vincent Celier <celier@gnat.com>
41941
41942 * gnatmain.adb: Initial version.
41943
41944 * gnatmain.ads: Initial version.
41945
41946 * prj-attr.adb (Initialisation_Data): Add package Gnatstub.
41947
41948 * snames.adb: Updated to match snames.ads.
41949
41950 * snames.ads: Added Gnatstub.
41951
41952 2001-12-11 Vincent Celier <celier@gnat.com>
41953
41954 * prj-attr.adb (Initialization_Data): Change name from
41955 Initialisation_Data.
41956
41957 2001-12-11 Emmanuel Briot <briot@gnat.com>
41958
41959 * g-regpat.adb (Parse_Literal): Properly handle simple operators ?,
41960 + and * applied to backslashed expressions like \r.
41961
41962 2001-12-11 Vasiliy Fofanov <fofanov@gnat.com>
41963
41964 * g-os_lib.ads: String_List type added, Argument_List type is now
41965 subtype of String_List.
41966
41967 2001-12-11 Robert Dewar <dewar@gnat.com>
41968
41969 * g-os_lib.ads: Change copyright to FSF
41970 Add comments for String_List type
41971
41972 2001-12-11 Vincent Celier <celier@gnat.com>
41973
41974 * g-dirope.adb (Expand_Path): Fix bug. (wrong length when adding a
41975 string to the buffer).
41976
41977 2001-12-11 Ed Schonberg <schonber@gnat.com>
41978
41979 * freeze.adb: Make Freeze_Fixed_Point_Type visible, for use in
41980 sem_attr.
41981
41982 * sem_attr.adb: Simplify previous fix for Address.
41983 (Set_Bounds): If prefix is a non-frozen fixed-point type, freeze now,
41984 to avoid anomalies where the bound of the type appears to raise
41985 constraint error.
41986
41987 2001-12-11 Robert Dewar <dewar@gnat.com>
41988
41989 * lib-xref.adb (Output_Refs): Make sure pointers are always properly
41990 handled.
41991
41992 2001-12-11 Ed Schonber <schonber@gnat.com>
41993
41994 * sem_ch12.adb (Analyze_Subprogram_Instantiation): Check for a
41995 renamed unit before checking for recursive instantiations.
41996
41997 2001-12-11 Emmanuel Briot <briot@gnat.com>
41998
41999 * prj.ads: Add comments for some of the fields.
42000
42001 2001-12-11 Robert Dewar <dewar@gnat.com>
42002
42003 * lib-xref.adb (Output_Refs): Don't output type references outside
42004 the main unit if they are not otherwise referenced.
42005
42006 2001-12-11 Ed Schonberg <schonber@gnat.com>
42007
42008 * sem_attr.adb (Analyze_attribute, case Address and Size): Simplify
42009 code and diagnose additional illegal uses
42010
42011 * sem_util.adb (Is_Object_Reference): An indexed component is an
42012 object only if the prefix is.
42013
42014 2001-12-11 Vincent Celier <celier@gnat.com>
42015
42016 * g-diopit.adb: Initial version.
42017
42018 * g-diopit.ads: Initial version.
42019
42020 * g-dirope.adb:
42021 (Expand_Path): Avoid use of Unbounded_String
42022 (Find, Wildcard_Iterator): Moved to child package Iteration
42023
42024 * Makefile.in: Added g-diopit.o to GNATRTL_NONTASKING_OBJS
42025
42026 2001-12-11 Robert Dewar <dewar@gnat.com>
42027
42028 * sem_attr.adb: Minor reformatting
42029
42030 2001-12-11 Ed Schonberg <schonber@gnat.com>
42031
42032 * sem_ch3.adb: Clarify some ???.
42033
42034 2001-12-11 Robert Dewar <dewar@gnat.com>
42035
42036 * exp_util.adb (Must_Be_Aligned): Removed, replaced by
42037 Exp_Pakd.Known_Aligned_Enough
42038
42039 * sem_ch13.adb (Check_Address_Alignment): Removed, extended
42040 version is moved to Exp_Ch13.
42041
42042 2001-12-11 Robert Dewar <dewar@gnat.com>
42043
42044 * einfo.ads: Minor reformatting
42045
42046 * exp_ch5.adb: Add comment for previous.change
42047
42048 * ali.adb: New interface for extended typeref stuff.
42049
42050 * ali.ads: New interface for typeref stuff.
42051
42052 * checks.adb (Apply_Alignment_Check): New procedure.
42053
42054 * debug.adb: Add -gnatdM for modified ALI output
42055
42056 * exp_pakd.adb (Known_Aligned_Enough): Replaces Known_Aligned_Enough.
42057
42058 * lib-xref.adb: Extend generation of <..> notation to cover
42059 subtype/object types. Note that this is a complete rewrite,
42060 getting rid of the very nasty quadratic algorithm previously
42061 used for derived type output.
42062
42063 * lib-xref.ads: Extend description of <..> notation to cover
42064 subtype/object types. Uses {..} for these other cases.
42065 Also use (..) for pointer types.
42066
42067 * sem_util.adb (Check_Potentially_Blocking_Operation): Slight cleanup.
42068
42069 * exp_pakd.adb: Minor reformatting. Note that prevous RH should say:
42070 (Known_Aligned_Enough): Replaces Must_Be_Aligned.
42071
42072 2001-12-11 Vincent Celier <celier@gnat.com>
42073
42074 * gnatcmd.adb:
42075 Changed /COMPILE_ONLY to /ACTIONS=COMPILE
42076 Changed /BIND_ONLY to /ACTIONS=BIND
42077 Changed /LINK_ONLY to /ACTIONS=LINK
42078
42079 2001-12-11 Ed Schonberg <schonber@gnat.com>
42080
42081 * sem_ch8.adb (Find_Selected_Component): improved search for a
42082 candidate package in case of error.
42083
42084 * sem_ch12.adb (Inline_Instance_Body): place head of use_clause
42085 chain back on scope stack before reinstalling use clauses.
42086
42087 * exp_ch5.adb (Expand_N_If_Statement): if Constant_Condition_Warnings
42088 is enabled, do not kill the code for the condition, to preserve
42089 warning.
42090
42091 2001-12-11 Robert Dewar <dewar@gnat.com>
42092
42093 * checks.adb (Insert_Valid_Check): Apply validity check to expression
42094 of conversion, not to result of conversion.
42095
42096 2001-12-11 Ed Schonberg <schonber@gnat.com>
42097
42098 * sem_ch3.adb (Build_Derived_Record_Type): set Controlled flag
42099 before freezing parent. If the declarations are mutually recursive,
42100 an access to the current record type may be frozen before the
42101 derivation is complete.
42102
42103 2001-12-05 Vincent Celier <celier@gnat.com>
42104
42105 * gnatcmd.adb: (MAKE): Add new translations: -b /BIND_ONLY,
42106 -c /COMPILE_ONLY, -l /LINK_ONLY
42107
42108 * opt.ads:
42109 (Bind_Only): New Flag
42110 (Link_Only): New flag
42111
42112 * switch.adb (Scan_Make_Switches): Add processing for -b (Bind_Only)
42113 and -l (Link_Only)
42114
42115 * makeusg.adb: Add new switches -b and -l. Update Copyright notice.
42116
42117 * make.adb:
42118 (Do_Compile_Step, Do_Bind_Step, Do_Link_Step): New flags.
42119 (Gnatmake): Set the step flags. Only perform a step if the
42120 corresponding step flag is True.
42121 (Scan_Make_Arg): Reset the bind and link step flags when -u
42122 or -gnatc has been specified.
42123
42124 2001-12-05 Ed Schonberg <schonber@gnat.com>
42125
42126 * sem_eval.adb (Eval_Concatenation): If left operand is a null string,
42127 get bounds from right operand.
42128
42129 * sem_eval.adb: Minor reformatting
42130
42131 * exp_util.adb (Make_Literal_Range): use bound of literal rather
42132 than Index'First, its lower bound may be different from 1.
42133
42134 * exp_util.adb: Undo earlier change, fixes ACVC regressions C48009B
42135 and C48009J
42136
42137 2001-12-05 Vincent Celier <celier@gnat.com>
42138
42139 * prj-nmsc.adb Minor reformatting
42140
42141 * prj-nmsc.adb (Language_Independent_Check): Reset Library flag if
42142 set and libraries are not supported.
42143
42144 2001-12-05 Ed Schonberg <schonber@gnat.com>
42145
42146 * sem_ch3.adb (Build_Derived_Private_Type): set Public status of
42147 private view explicitly, so the back-end can treat as a global
42148 when appropriate.
42149
42150 2001-12-05 Ed Schonberg <schonber@gnat.com>
42151
42152 * sem_ch12.adb (Instantiate_Package_Body): if instance is a compilation
42153 unit, always replace instance node with new body, for ASIS use.
42154
42155 2001-12-05 Vincent Celier <celier@gnat.com>
42156
42157 * prj-nmsc.adb (Language_Independent_Check): Issue a warning if
42158 libraries are not supported and both attributes Library_Name and
42159 Library_Dir are specified.
42160
42161 * prj-proc.adb (Expression): Set location of Result to location of
42162 first term.
42163
42164 * Makefile.in: Add mlib.o, mlib-fil.o, mlib-tgt and mlib-utl to GNATLS.
42165 (prj-nmsc is now importing MLib.Tgt)
42166
42167 * prj-proc.adb: Put the change indicated above that was forgotten.
42168
42169 2001-12-05 Robert Dewar <dewar@gnat.com>
42170
42171 * Makefile.in: Add dependencies for System.IO for GNAT.Regexp
42172
42173 2001-12-05 Ed Schonberg <schonber@gnat.com>
42174
42175 * sem_ch3.adb (Build_Derived_Concurrent_Type): If derivation imposes a
42176 constraint, introduce explicit subtype declaration and derive from it.
42177
42178 * sem_ch3.adb: Minor reformatting
42179
42180 2001-12-05 Robert Dewar <dewar@gnat.com>
42181
42182 * checks.adb (Determine_Range): Increase cache size for checks.
42183 Minor reformatting
42184
42185 * exp_ch6.adb: Minor reformatting
42186 (Expand_N_Subprogram_Body): Reset Is_Pure for any subprogram that has
42187 a parameter whose root type is System.Address, since treating such
42188 subprograms as pure in the code generator is almost surely a mistake
42189 that will lead to unexpected results.
42190
42191 * exp_util.adb (Remove_Side_Effects): Clean up old ??? comment and
42192 change handling of conversions.
42193
42194 * g-regexp.adb: Use System.IO instead of Ada.Text_IO.
42195
42196 2001-12-05 Ed Schonberg <schonber@gnat.com>
42197
42198 * sem_ch3.adb (Analyze_Object_Declaration): If expression is an
42199 aggregate with static wrong size, attach generated Raise node to
42200 declaration.
42201
42202 2001-12-05 Robert Dewar <dewar@gnat.com>
42203
42204 * sem_attr.adb (Analyze_Attribute): Defend against bad Val attribute.
42205 Fixes compilation abandoned bomb in B24009B.
42206
42207 2001-12-05 Ed Schonberg <schonber@gnat.com>
42208
42209 * sem_ch12.adb:
42210 Document use of Associated_Node on Selected_Components.
42211 (Save_Global_Operand_Descendants): Change to Save_Entity_Descendants,
42212 to clarify use of untyped descendant fields.
42213
42214 2001-12-05 Robert Dewar <dewar@gnat.com>
42215
42216 * prj-dect.ads: Add ??? comment
42217 Add 2001 to copyright notice (was not done in after all)
42218
42219 * prj-part.adb: Minor reformatting. Reword one awkward error message.
42220
42221 * prj.ads: Minor reformatting throughout, and add some ??? comments
42222
42223 * snames.ads: Minor reformatting
42224
42225 2001-12-05 Geert Bosch <bosch@gnat.com>
42226
42227 * snames.adb: Autoupdate
42228
42229 2001-12-05 Vincent Celier <celier@gnat.com>
42230
42231 * prj-dect.adb (Parse): Rename parameter Modifying to Extends.
42232
42233 * prj-dect.ads (Parse): Rename parameter Modifying to Extends.
42234
42235 * prj-env.adb: Minor comment changes (modifying -> extends).
42236
42237 * prj-nmsc.adb: Minor comment changes (modifying -> extends).
42238
42239 * prj-part.adb (Parse_Single_Project): Change Tok_Modifying to
42240 Tok_Extends.
42241
42242 * prj.adb (Initialize): Change Modifying to Extends.
42243
42244 * scans.ads (Token_Type): Change Tok_Modifying to Tok_Extends.
42245
42246 * prj.ads: Minor comment change (Modifying -> extending).
42247
42248 * snames.ads: Change modifying to extends.
42249
42250 2001-12-05 Robert Dewar <dewar@gnat.com>
42251
42252 * sem_warn.adb: Remove stuff for conditionals, we are not going to
42253 do this after all.
42254
42255 * sem_warn.ads: Remove stuff for conditionals, we are not going to
42256 do this after all. Add 2001 to copyright notice
42257
42258 2001-12-04 Geert Bosch <bosch@gnat.com>
42259
42260 * einfo.h, sinfo.h, treeprs.ads: Regenerate.
42261
42262 2001-12-04 Robert Dewar <dewar@gnat.com>
42263
42264 * errout.adb (Error_Msg): Ignore attempt to put error msg at junk
42265 location if we already have errors. Stops some cases of cascaded
42266 errors.
42267
42268 * errout.adb: Improve comment.
42269
42270 2001-12-04 Robert Dewar <dewar@gnat.com>
42271
42272 * sem_ch12.adb:
42273 (Analyze_Formal_Type_Definition): Defend against Error.
42274 (Analyze_Formal_Subprogram): Defend against Error.
42275
42276 * par-ch12.adb (F_Formal_Type_Declaration): In case of error,
42277 remove following semicolon if present. Removes cascaded error.
42278
42279 2001-12-04 Douglas B. Rupp <rupp@gnat.com>
42280
42281 * bindgen.adb:
42282 (Gen_Exception_Table_Ada): Write "begin" and then return if Num
42283 exceptions equals 0.
42284 (Gen_Exception_Table_C): Return if Num exceptions equals 0.
42285 Fixes PIWG E tests (which have to be run with -gnatL).
42286
42287 2001-12-04 Robert Dewar <dewar@gnat.com>
42288
42289 * einfo.ads: Minor reformatting
42290
42291 2001-12-04 Ed Schonberg <schonber@gnat.com>
42292
42293 * einfo.ads: Block_Node points to the identifier of the block, not to
42294 the block node itself, to preserve the link when the block is
42295 rewritten, e.g. within an if-statement with a static condition.
42296
42297 * inline.adb (Cleanup_Scopes): recover block statement from block
42298 entity using new meaning of Block_Node.
42299
42300 * sem_ch5.adb (Analyze_Block_Statement): set Block_Node to point to
42301 identifier of block node, rather than to node itself.
42302
42303 2001-12-04 Gary Dismukes <dismukes@gnat.com>
42304
42305 * layout.adb:
42306 (Get_Max_Size): Fix "start of processing" comment to say Get_Max_Size.
42307 (Discrimify): Go back to setting the Etypes of the selected component
42308 because the Vname component does not exist at this point and will
42309 fail name resolution. Also set Analyzed.
42310 Remove with and use of Sem_Res.
42311
42312 2001-12-04 Arnaud Charlet <charlet@gnat.com>
42313
42314 * Makefile.in: (HIE_SOURCES): add s-fat*.
42315
42316 2001-12-04 Robert Dewar <dewar@gnat.com>
42317
42318 * sem_attr.adb:
42319 (Compile_Time_Known_Attribute): New procedure.
42320 (Eval_Attribute, case Size): Use Compile_Time_Known_Attribute to ensure
42321 proper range check.
42322
42323 2001-12-04 Ed Schonberg <schonber@gnat.com>
42324
42325 * sem_ch7.adb (New_Private_Type): Set Is_Tagged_Type flag before
42326 processing discriminants to diagnose illegal default values.
42327
42328 2001-12-04 Ed Schonberg <schonber@gnat.com>
42329
42330 * sem_attr.adb (Resolve_Attribute): Handle properly an non-classwide
42331 access discriminant within a type extension that constrains its
42332 parent discriminants.
42333
42334 2001-12-04 Ed Schonberg <schonber@gnat.com>
42335
42336 * sem_ch3.adb (Find_Type_Of_Subtype_Indic): If subtype indication
42337 is malformed, use instance of Any_Id to allow analysis to proceed.
42338
42339 * par-ch12.adb (P_Formal_Type_Declaration): Propagate Error if
42340 type definition is illegal.
42341 (P_Formal_Derived_Type_Definition): Better recovery when TAGGED is
42342 misplaced.
42343
42344 2001-12-04 Ed Schonberg <schonber@gnat.com>
42345
42346 * sem_warn.adb (Output_Unreferenced_Messages): Extend previous fix to
42347 constants.
42348
42349 2001-12-04 Robert Dewar <dewar@gnat.com>
42350
42351 * errout.adb: Minor reformatting
42352
42353 2001-12-04 Robert Dewar <dewar@gnat.com>
42354
42355 * exp_util.adb: Minor reformatting from last change
42356
42357 * errout.adb (Check_For_Warning): For a Raised_Constraint_Error node
42358 which is a rewriting of an expression, traverse the original
42359 expression to remove warnings that may have been posted on it.
42360
42361 2001-12-04 Ed Schonberg <schonber@gnat.com>
42362
42363 * exp_util.adb (Must_Be_Aligned): Return false for a component of a
42364 record that has other packed components.
42365
42366 2001-12-04 Douglass B. Rupp <rupp@gnat.com>
42367
42368 * adaint.c: Minor cleanups.
42369
42370 2001-12-04 Douglass B. Rupp <rupp@gnat.com>
42371
42372 * adaint.c: Do not use utime.h on vxworks.
42373
42374 2001-12-04 Arnaud Charlet <charlet@gnat.com>
42375
42376 * Makefile.adalib: Clarify step 3 (use of gnat.adc) as it causes
42377 more confusion than it solves.
42378
42379 2001-12-04 Geert bosch <bosch@gnat.com>
42380
42381 * einfo.h, nmake.adb, nmake.ads, sinfo.h treeprs.ads: Regenerate.
42382
42383 2001-12-04 Geert Bosch <bosch@gnat.com>
42384
42385 * Makefile.in (update-sources): New target.
42386 For use by gcc_release script.
42387
42388 2001-12-04 Ed Schonberg <schonber@gnat.com>
42389
42390 * sem_prag.adb (Analyze_Pragma, case Validity_Checks): do not treat as
42391 a configuration pragma, it is now legal wherever a pragma can appear.
42392
42393 2001-12-04 Zack Weinberg <zack@codesourcery.com>
42394
42395 * Makefile.in: Don't set ALL. Delete @cross_defines@,
42396 @cross_overrides@, @build_overrides@ stanzas. INTERNAL_CFLAGS
42397 is now @CROSS@ -DIN_GCC; update comment.
42398
42399 2001-12-04 Robert Dewar <dewar@gnat.com>
42400
42401 * einfo.adb (Has_Pragma_Pure_Function): New flag.
42402 Fix problem that stopped ceinfo from working
42403
42404 * einfo.ads (Has_Pragma_Pure_Function): New flag.
42405
42406 * sem_prag.adb (Pure_Function): Set new flag Has_Pragma_Pure_Function.
42407
42408 2001-12-04 Douglas B. Rupp <rupp@gnat.com>
42409
42410 * gnatchop.adb:
42411 (File_Time_Stamp): New procedure.
42412 (Preserve_Mode): New boolean.
42413 (Write_Unit): Pass time stamp.
42414 Implement -p switch (preserve time stamps).
42415
42416 * gnatcmd.adb (CHOP): Add translation for -p (/PRESERVE).
42417
42418 * gnatchop.adb: Do usage info for -p switch
42419
42420 * adaint.h (__gnat_set_file_time_name): New function
42421
42422 * adaint.c (__gnat_set_file_time_name): Implement
42423
42424 * adaint.h: Fix typo
42425
42426 2001-12-03 Robert Dewar <dewar@gnat.com>
42427
42428 * sinfo.ads: Minor reformatting. N_Freeze_Entity node does not
42429 have Associated_Node.
42430
42431 2001-12-03 Robert Dewar <dewar@gnat.com>
42432
42433 * prj-proc.adb: Minor reformatting
42434
42435 * make.adb: Minor reformatting
42436
42437 2001-12-03 Geert Bosch <bosch@gnat.com>
42438
42439 * make.adb: Minor reformatting.
42440
42441 2001-12-03 Robert Dewar <dewar@gnat.com>
42442
42443 * sem_ch12.adb: Minor reformatting
42444
42445 2001-12-03 Ed Schonberg <schonber@gnat.com>
42446
42447 * sem_ch12.adb (Inline_Instance_Body): Use Save_Scope_Stack and
42448 push Standard on the stack before analyzing the instance body,
42449 in order to have a clean visibility environment.
42450
42451 * sem_ch12.adb (Inline_Instance_Body): Remove redundant code.
42452
42453 2001-12-03 Ed Schonberg <schonber@gnat.com>
42454
42455 * sem_ch12.adb (Instantiate_Package_Body): Protect against double
42456 instantiation of a body that contains an inlined body.
42457
42458 2001-12-03 Ed Schonberg <schonber@gnat.com>
42459
42460 * sem_ch12.adb:
42461 (Analyze_generic_subprogram_Declaration): Set outer_generic_scope,
42462 to prevent freezing within formal packages.
42463 (Freeze_Subprogram_Body): If body comes from another instance that
42464 appeared before its own body, place freeze node at end of current
42465 declarative part, to prevent a back-end crash.
42466 (Inline_Instance_Body): Handle properly a package instance within
42467 a subprogram instance that is a child unit.
42468
42469 2001-12-01 Graham Stott <grahams@redhat.com>
42470
42471 * Makefile.in (misc.o): Add missing $(srcdir) prefix
42472 and add optabs.h dependency.
42473
42474 * misc.c: Include optabs.h
42475 (gnat_tree_code_type): Make static and const.
42476 (gnat_tree_code_length): Likewise.
42477 (gnat_tree_code_name): Likewise.
42478 (update_setjmp_buf): Obtain operands mode from insn_data.
42479
42480 2001-11-29 Richard Henderson <rth@redhat.com>
42481
42482 * init.c: Remove obsolete dwarf2 frame.h section.
42483
42484 2001-11-29 Joseph S. Myers <jsm28@cam.ac.uk>
42485
42486 * Make-lang.in (ada.generated-manpages): New dummy target.
42487
42488 2001-11-29 Ed Schonberg <schonber@gnat.com>
42489
42490 * g-os_lib.adb (Add_To_Command): use explicit loop to move string
42491 into Command, an array conversion is illegal here. Uncovered by
42492 ACATS B460005.
42493
42494 2001-11-28 Geert Bosch <bosch@gnat.com>
42495
42496 * init.c: Minor whitespace changes.
42497
42498 2001-11-28 Doug Rupp <rupp@gnat.com>
42499
42500 * init.c: (__gnat_install_handler,VMS): Increase size of alternate
42501 signal stack.
42502
42503 2001-11-28 Zack Weinberg <zack@codesourcery.com>
42504
42505 * misc.c (gnat_expand_constant): Move declaration above
42506 definition of lang_hooks.
42507 (LANG_HOOKS_EXPAND_CONSTANT): Set to gnat_expand_constant.
42508 (gnat_init): lang_expand_constant no longer exists.
42509
42510 (internal_error_function): Remove #ifdef HAVE_VPRINTF. We
42511 always have vprintf.
42512 (gnat_init): Always call set_internal_error_function.
42513
42514 2001-11-27 Andreas Jaeger <aj@suse.de>
42515
42516 * Makefile.in (stamp-tool_src_dir): Use symbolic link.
42517
42518 2001-11-27 Laurent Guerby <guerby@acm.org>
42519
42520 * Makefile.in: Regenerate Ada dependencies.
42521
42522 2001-11-26 Richard Henderson <rth@redhat.com>
42523
42524 * Make-lang.in (gnatbind, gnatmake, gnatbl, gnatchop, gnatcmd,
42525 gnatlink, gnatkr, gnatls, gnatmem, gnatprep, gnatpsta, gnatpsys,
42526 gnatxref, gnatfind, gnatlbr): Depend on CONFIG_H and prefix.o.
42527
42528 2001-11-25 Laurent Guerby <guerby@acm.org>
42529
42530 * sysdep.c (rts_get_*): Fix style.
42531
42532 2001-11-19 Laurent Guerby <guerby@acm.org>
42533
42534 * Makefile.in (INCLUDES_FOR_SUBDIR): Remove redundant system include
42535 since it is of no apparent use and cause warnings.
42536
42537 2001-11-18 Neil Booth <neil@daikokuya.demon.co.uk>
42538
42539 * misc.c (gnat_decode_option, gnat_init_options): Make definitions
42540 static too.
42541 (gnat_init): Don't return NULL.
42542 (finish_parse): Remove.
42543
42544 2001-11-17 Laurent Guerby <guerby@acm.org>
42545
42546 * Make-lang.in (GNATLIBFLAGS): Add -W -Wall.
42547 * gigi.h (init_decl_processing): Rename to gnat_init_decl_processing.
42548 * io-aux.c: Provide K&R prototypes to all functions, reformat code.
42549 * lang-spec.h: Add missing struct field to silence warnings.
42550 * sysdep.c (rts_get_*): Provide K&R prototype.
42551 * sysdep.c (Unlock_Task, Lock_Task): Move to K&R prototype.
42552 * traceback.c (Unlock_Task, Lock_Task): Likewise.
42553 * tracebak.c (__gnat_backtrace): Remove unused variable.
42554 * utils.c (end_subprog_body): Move to K&R style.
42555
42556 Thu Nov 15 18:16:17 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
42557
42558 * trans.c, utils2.c: Remove PALIGN parameter to get_inner_reference.
42559
42560 2001-11-15 Neil Booth <neil@daikokuya.demon.co.uk>
42561
42562 * misc.c (gnat_init): Change prototype. Include the
42563 functionality of the old init_parse and init_decl_processing.
42564 (gnat_init_decl_processing): New prototype.
42565 (init_parse): Remove.
42566 * utils.c (init_decl_processing): Rename gnat_init_decl_processing.
42567
42568 2001-11-09 Neil Booth <neil@daikokuya.demon.co.uk>
42569
42570 * misc.c (gnat_print_decl, gnat_print_type): Renamed.
42571 (LANG_HOOKS_PRINT_DECL, LANG_HOOKS_PRINT_TYPE): Override.
42572 (print_lang_statistics, lang_print_xnode, print_lang_identifier,
42573 set_yydebug): Remove.
42574
42575 2001-11-09 Neil Booth <neil@daikokuya.demon.co.uk>
42576
42577 * misc.c (LANG_HOOKS_NAME, LANG_HOOKS_IDENTIFIER_SIZE): Override.
42578 (struct lang_hooks): Constify.
42579 (language_string, lang_identify): Remove.
42580 * utils.c (init_decl_processing): Update.
42581
42582 2001-11-06 Neil Booth <neil@cat.daikokuya.demon.co.uk>
42583
42584 * misc.c: Include langhooks-def.h.
42585 * Makefile.in: Update.
42586
42587 2001-10-30 Robert Dewar <dewar@gnat.com>
42588
42589 * style.adb:
42590 (Check_Identifier): Rewrite circuit to be compatible with use of letters
42591 in the upper half of ASCII.
42592 (Check_Identifier): Minor reformatting
42593
42594 2001-10-30 Geert Bosch <bosch@gnat.com>
42595
42596 * (Associated_Node, Set_Associated_Node): Do not check for
42597 Freeze_Entity.
42598
42599 2001-10-30 Robert Dewar <dewar@gnat.com>
42600
42601 * a-reatim.ads: Minor reformatting
42602
42603 2001-10-30 Robert Dewar <dewar@gnat.com>
42604
42605 * gnatdll.adb: Minor reformatting throughout. Many ??? added for
42606 undocumented declarations.
42607
42608 2001-10-30 Pascal Obry <obry@gnat.com>
42609
42610 * gnatdll.adb (Parse_Command_Line): handle -g option to be passed
42611 to the binder and linker.
42612 Minor style fix.
42613
42614 * mdll.ads: Fix layout. Update copyright notice.
42615
42616 * mdll.adb: Fix layout. Update copyright notice.
42617
42618 2001-10-30 Robert Dewar <dewar@gnat.com>
42619
42620 * usage.adb: Minor fix to output for -gnaty.
42621
42622 2001-10-30 Ed Schonberg <schonber@gnat.com>
42623
42624 * a-reatim.ads: Makes Seconds_Count into a 64-bit integer,
42625 to accommodate all its possible values.
42626
42627 * a-reatim.adb (Split): Special-case handling of Time_Span_First
42628 and of small absolute values of T.
42629
42630 2001-10-30 Richard Kenner <kenner@gnat.com>
42631
42632 * misc.c (gnat_expand_expr, case NULL_EXPR): Remove call to
42633 set_mem_attributes since not needed and wrong if RESULT if a REG;
42634 fixes ACATS failures.
42635
42636 2001-10-30 Geert Bosch <bosch@gnat.com>
42637
42638 * 86numaux.adb, a-tigeau.ads, a-wtgeau.ads, fname-sf.ads, g-traceb.ads,
42639 s-tasdeb.ads, sem_maps.ads: Add 2001 to copyright notice.
42640
42641 2001-10-30 Robert Dewar <dewar@gnat.com>
42642
42643 * bindusg.adb: Undocument -f switch.
42644
42645 * gnatcmd.adb: Remove /FULL_ELABORATION.
42646
42647 * opt.ads (Force_RM_Elaboration_Order): Document that this is
42648 obsolescent.
42649
42650 * gnatbind.adb: Output new warning for use of obsolescent -f switch.
42651
42652 * gnatbind.adb: Minor update of warning msg.
42653
42654 2001-10-30 Vincent Celier <celier@gnat.com>
42655
42656 * gnatcmd.adb (MAKE, BIND, LINK, LIST, FIND, XREF): Add translations
42657 for project file switches (-P (/PROJECT_FILE=),
42658 -X (/EXTERNAL_REFERENCE=) and -vPx (/PROJECT_FILE_VERBOSITY=DEFAULT
42659 or MEDIUM or HIGH)
42660
42661 2001-10-30 Geert Bosch <bosch@gnat.com>
42662
42663 * decl.c: Minor whitespace fixes.
42664
42665 2001-10-30 Richard Kenner <kenner@gnat.com>
42666
42667 * utils2.c (build_allocator): Test for SIZE overflow in array case too
42668
42669 2001-10-30 Geert Bosch <bosch@gnat.com>
42670
42671 * ali-util.adb (Initialize_Checksum): Use out-mode instead of in out.
42672 Found due to GCC 3.0 warning of using uninitialized value.
42673
42674 * layout.adb:
42675 (Get_Max_Size): Use variant record for tracking value/expression.
42676 Makes logic clearer and prevents warnings for uninitialized variables.
42677 (Layout_Array_Type): Use variant record for tracking value/expression.
42678 Makes logic clearer and prevents warnings for uninitialized variables.
42679
42680 2001-10-30 Robert Dewar <dewar@gnat.com>
42681
42682 * lib.adb: Minor reformatting
42683
42684 * s-taprop.ads: Minor reformatting
42685
42686 2001-10-29 Laurent Guerby <guerby@acm.org>
42687
42688 * init.c:
42689 (Raise_From_Signal_Handler, Propagate_Signal_Exception): Make arg
42690 const.
42691 (_gnat_error_handler): Make MSG const.
42692
42693 2001-10-29 Richard Kenner <kenner@gnat.com>
42694
42695 * sysdep.c: Fix localtime_r problem on LynxOS.
42696 Also remove #elif to avoid warnings.
42697
42698 * misc.c (yyparse): Don't set up and register jmpbuf; remove decls
42699 used by this.
42700
42701 * decl.c (annotate_value): Make SIZE unsigned to avoid warning.
42702
42703 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
42704
42705 * 86numaux.adb, a-tigeau.ads, a-wtgeau.ads, decl.c, exp_ch6.adb,
42706 exp_ch9.adb, exp_util.adb, fname-sf.ads, freeze.ads, g-awk.adb,
42707 g-comlin.ads, g-dirope.adb, g-dyntab.ads, g-socket.ads,
42708 g-table.ads, g-traceb.ads, gnat-style.texi, gnatchop.adb, init.c,
42709 layout.adb, layout.ads, mdllfile.ads, mlib-fil.ads, osint.ads,
42710 s-fatgen.adb, s-imgrea.adb, s-taprop.ads, s-tasdeb.ads,
42711 sem_aggr.adb, sem_attr.adb, sem_case.ads, sem_ch13.adb,
42712 sem_ch3.adb, sem_elab.adb, sem_maps.ads, sem_res.adb,
42713 sem_util.ads, sinfo.ads, sinput.ads, table.adb, table.ads,
42714 types.ads, urealp.adb: Fix spelling errors.
42715
42716 2001-10-27 Laurent Guerby <guerby@acm.org>
42717
42718 * trans.c (gigi): Fix non determinism leading to bootstrap
42719 comparison failures for debugging information.
42720
42721 2001-10-26 Florian Weimer <fw@deneb.enyo.de>
42722
42723 * gnat_rm.texi: Use @./@: where appropriate.
42724
42725 2001-10-26 Robert Dewar <dewar@gnat.com>
42726
42727 * sinfo.adb: Define Associated_Node to overlap Entity field. Cleanup.
42728
42729 2001-10-26 Richard Kenner <kenner@gnat.com>
42730
42731 * gmem.c (__gnat_gmem_read_next): Properly check for EOF
42732
42733 2001-10-26 Richard Kenner <kenner@gnat.com>
42734
42735 * decl.c (validate_size): Modify message for bad size to avoid
42736 implication that compiler is modifying the size.
42737
42738 2001-10-26 Robert Dewar <dewar@gnat.com>
42739
42740 * prj-util.adb: Minor reformatting. Fix bad header format.
42741
42742 2001-10-26 Robert Dewar <dewar@gnat.com>
42743
42744 * sinfo.ads: Define Associated_Node to overlap Entity field. Cleanup.
42745
42746 * sinfo.ads: Clarify use of Associated_Node (documentation only).
42747
42748 * sem_ch12.adb: Change Node4 to Associated_Node. Change
42749 Associated_Node to Get_Associated_Node. Put use of Unchecked_Access
42750 much more narrowly in places where needed. These are cleanups.
42751
42752 2001-10-26 Joel Brobecker <brobecke@gnat.com>
42753
42754 * 5zosinte.ads (null_pthread): new constant.
42755
42756 * 5ztaprop.adb:
42757 (Initialize_TCB): Initialize thread ID to null, to be able to verify
42758 later that this field has been set.
42759 (Finalize_TCB): ditto.
42760 (Suspend_Task): Verify that the thread ID is not null before using it.
42761 (Resume_Task): ditto.
42762
42763 * s-tasdeb.adb:
42764 (Resume_All_Tasks): Lock the tasks list before using it.
42765 (Suspend_All_Tasks): ditto.
42766
42767 2001-10-26 Richard Kenner <kenner@gnat.com>
42768
42769 * decl.c (gnat_to_gnu_entity, case E_General_Access_Type):
42770 Make constant variant of designated type for Is_Access_Constant.
42771 Call update_pointer_to with main variant.
42772
42773 * trans.c (process_freeze_entity, process_type):
42774 Call update_pointer_to on main variant.
42775
42776 * utils.c (update_pointer_to): Make corresponding variant for NEW_TYPE.
42777 If main variant, update all other variants.
42778
42779 * utils2.c (build_unary_op, case INDIRECT_REF): No longer set
42780 TREE_STATIC.
42781
42782 2001-10-26 Robert Dewar <dewar@gnat.com>
42783
42784 * prj-util.adb: Minor reformatting
42785
42786 2001-10-26 Robert Dewar <dewar@gnat.com>
42787
42788 * prj-util.adb: Minor reformatting
42789
42790 2001-10-26 Robert Dewar <dewar@gnat.com>
42791
42792 * prj-attr.adb: Minor reformatting throughout
42793
42794 2001-10-26 Robert Dewar <dewar@gnat.com>
42795
42796 * prj-attr.ads: Minor reformatting
42797 Add ??? comment (this whole spec has almost no comments)
42798
42799 2001-10-26 Vincent Celier <celier@gnat.com>
42800
42801 * g-os_lib.adb (Normalize_Pathname): Preserve the double slash
42802 ("//") that precede the drive letter on Interix.
42803
42804 2001-10-26 Geert Bosch <bosch@gnat.com>
42805
42806 * gnat_rm.texi: Add GNAT Reference Manual.
42807
42808 2001-10-25 Robert Dewar <dewar@gnat.com>
42809
42810 * sem_ch8.adb (Analyze_Package_Renaming): Skip analysis if Name
42811 is Error. Similar change for other renaming cases.
42812
42813 2001-10-25 Robert Dewar <dewar@gnat.com>
42814
42815 * s-atacco.ads: Add pragma Inline_Always for functions.
42816 Fix header format. Add copyright 2001
42817
42818 2001-10-25 Ed Schonberg <schonber@gnat.com>
42819
42820 * par-ch3.adb (P_Subtype_Mark_Resync): for an anonymous array
42821 return Error rather than Empty so that analysis can proceed.
42822
42823 2001-10-25 Ed Schonberg <schonber@gnat.com>
42824
42825 * sem_util.adb (Enter_Name): better handling of cascaded error
42826 messages when a unit appears in its own context.
42827
42828 2001-10-25 Ed Schonberg <schonber@gnat.com>
42829
42830 * sem_util.adb (Defining_Entity): in case of error, attach created
42831 entity to specification, so that semantic analysis can proceed.
42832
42833 2001-10-25 Robert Dewar <dewar@gnat.com>
42834
42835 * sem_util.adb
42836 (Defining_Entity): Deal with Error.
42837 (Process_End_Label): Deal with bad end label for.
42838
42839 2001-10-25 Ed Schonberg <schonber@gnat.com>
42840
42841 * sem_elab.adb (Check_A_Call): refine message when call is in an
42842 instance but callee is not declared in the generic unit.
42843
42844 2001-10-25 Ed Schonberg <schonber@gnat.com>
42845
42846 * sem_elab.adb (Check_A_Call): check for renaming before finding the
42847 enclosing unit, which may already be different from the calling unit.
42848
42849 2001-10-25 Geert Bosch <bosch@gnat.com>
42850
42851 * 4gintnam.ads: fix header format.
42852
42853 2001-10-25 Ed Schonberg <schonber@gnat.com>
42854
42855 * sem_res.adb (Resolve_Call): if the call is actually an indexing
42856 operation on the result of a parameterless call, perform elaboration
42857 check after the node has been properly rewritten.
42858
42859 * sem_ch12.adb (Copy_Generic_Node): after the proper body has been
42860 inlined within the generic tree, the defining identifier is not a
42861 compilation_unit.
42862
42863 2001-10-25 Ed Schonberg <schonber@gnat.com>
42864
42865 * sem_res.adb (Resolve): special-case resolution of Null in an
42866 instance or an inlined body to avoid view conflicts.
42867
42868 * sem_ch12.adb (Copy_Generic_Node): for allocators, check for view
42869 compatibility by retrieving the access type of the generic copy.
42870
42871 2001-10-25 Robert Dewar <dewar@gnat.com>
42872
42873 * sem_ch3.adb:
42874 (Analyze_Number_Declaration): Handle error expression.
42875 (Signed_Integer_Type_Declaration): Handle error bound.
42876 (Analyze_Subtype_Indication): Handle error range.
42877
42878 * sem_util.adb (Get_Index_Bounds): Check for Error.
42879
42880 2001-10-25 Robert Dewar <dewar@gnat.com>
42881
42882 * restrict.adb (Set_No_Run_Time_Mode): Set Discard_Names as default
42883 in no run time mode.
42884
42885 2001-10-25 Pascal Obry <obry@gnat.com>
42886
42887 * gnatmem.adb (Read_Next): fix Curs2 value to properly handle quiet
42888 mode case for ALLOC case.
42889
42890 * gnatmem.adb (Read_Next): correctly fix parsing in Quiet mode on
42891 all platforms. Improvement of last change.
42892
42893 2001-10-25 Robert Dewar <dewar@gnat.com>
42894
42895 * exp_ch4.adb (Expand_N_Allocator): Minor reformatting.
42896
42897 2001-10-25 Geert Bosch <bosch@gnat.com>
42898
42899 * osint.adb (Is_Relative): Remove duplicate.
42900
42901 2001-10-25 Pascal Obry <obry@gnat.com>
42902
42903 * osint.adb (Read_Default_Search_Dirs): correctly detect relative
42904 pathnames in UNIX and DOS style with drive letter.
42905 (Is_Relative): new routine.
42906
42907 * osint.adb: Minor reformatting
42908
42909 * osint.adb (Is_Relative): implementation using
42910 GNAT.OS_Lib.Is_Absolute_Path. Better fix.
42911
42912 2001-10-25 Pascal Obry <obry@gnat.com>
42913
42914 * g-dirope.adb (Basename): correctly compute offset between the
42915 original Path and the translated one.
42916
42917 * g-dirope.adb: (Base_Name): add some comments.
42918
42919 2001-10-25 Robert Dewar <dewar@gnat.com>
42920
42921 * exp_imgv.adb (Expand_Image_Attribute): Defend against bad use
42922 in HIE mode, avoids compilation abandoned message
42923
42924 * exp_imgv.adb: Correct typo in previous change
42925
42926 * exp_imgv.adb: Correct typo in previous change (not my day!)
42927
42928 2001-10-25 Robert Dewar <dewar@gnat.com>
42929
42930 * s-tpinop.ads: Add 2001 to copyright notice. Fix header format.
42931
42932 2001-10-25 Pascal Obry <obry@gnat.com>
42933
42934 * g-awk.ads: Move all pragma inlines next to the routine
42935 declarations. This is more uniform with other GNAT spec.
42936
42937 2001-10-22 Geert Bosch <bosch@gnat.com>
42938
42939 * Make-lang.in (gnattools, cross-gnattools): Remove gnatmem.
42940
42941 2001-10-19 Geert Bosch <bosch@gnat.com>
42942
42943 * Makefile.in (tools, gnattools): Remove gnatmem.
42944
42945 2001-10-17 Richard Henderson <rth@redhat.com>
42946
42947 * Makefile.in (misc.o): Depend on langhooks.h.
42948 * misc.c: Include it.
42949 (LANG_HOOKS_INIT, LANG_HOOKS_INIT_OPTIONS): New.
42950 (LANG_HOOKS_DECODE_OPTION): New.
42951 (lang_hooks): Use LANG_HOOKS_INITIALIZER.
42952
42953 2001-10-16 Florian Weimer <fw@deneb.enyo.de>
42954
42955 * trans.c (tree_transform): Adjust to recent change in
42956 expand_asm_operands to implement named asm operands.
42957
42958 2001-10-11 Ed Schonberg <schonber@gnat.com>
42959
42960 * exp_ch8.adb (Expand_N_Object_Renaming_Declaration): Bugfix in
42961 renaming of discriminant for mutable record type.
42962
42963 2001-10-11 Robert Dewar <dewar@gnat.com>
42964
42965 * validsw.adb: Properly save -gnatVn status.
42966
42967 2001-10-11 Robert Dewar <dewar@gnat.com>
42968
42969 * usage.adb: Add lines for V switch.
42970
42971 * gnatcmd.adb (COMPILE): Revise translations for -gnatV
42972 (/VALIDITY_CHECKING).
42973
42974 2001-10-11 Ed Schonberg <schonber@gnat.com>
42975
42976 * sem_type.adb (Add_One_Interp): an operator for a type declared in
42977 an extension of System is known to be visible.
42978
42979 2001-10-11 Ed Schonberg <schonber@gnat.com>
42980
42981 * sem_eval.adb (Compare_Fixup): get the bounds of a String_Literal
42982 properly. Fixes regression on ACATS C34005G.
42983
42984 2001-10-11 Robert Dewar <dewar@gnat.com>
42985
42986 * sem_ch5.adb (Analyze_Iteration_Scheme): Suppress warning on null
42987 loop in generic instance, since this is likely not very useful.
42988
42989 2001-10-11 Robert Dewar <dewar@gnat.com>
42990
42991 * restrict.adb (Disallow in No_Run_Time_Mode): Properly specialize
42992 the error message for high integrity mode.
42993
42994 * rtsfind.adb (RTE): Give message if we try to find an entity that
42995 is not available in high integrity mode.
42996
42997 * rtsfind.ads:
42998 (OK_To_Use_In_HIE_Mode): New array.
42999 (RTE): May return Empty in high integrity mode.
43000
43001 * rtsfind.ads (OK_To_Use_In_No_Run_Time_Mode): New name for
43002 OK_To_Use_In_HIE_Mode, now includes System_FAT_xxx.
43003
43004 * sem_ch6.adb (Analyze_Subprogram_Body): Kill body in predefined
43005 unit if not inlined always and in no runtime mode. Fixes problem
43006 caused by new Rtsfind changes.
43007
43008 * sem_ch6.adb (Analyze_Subrogram_Body): Do not Check_References if
43009 body is deleted.
43010
43011 * rtsfind.adb (RTE): Make sure we do not try to load unit after
43012 giving message for entity not available in high integrity mode.
43013
43014 2001-10-11 Pascal Obry <obry@gnat.com>
43015
43016 * impunit.adb: Add GNAT.CRC32.
43017
43018 2001-10-11 Ed Schonberg <schonber@gnat.com>
43019
43020 * exp_fixd.adb (Expand_Multiply_Fixed_By_Fixed_Giving_Fixed): handle
43021 properly the case where one universal operand in a non-static
43022 exponentiation of a real literal.
43023
43024 2001-10-11 Ed Schonberg <schonber@gnat.com>
43025
43026 * exp_ch7.adb (Find_Final_List): for a type appearing in a with_type
43027 clause, return the gobal finalization list, for lack of anthing else.
43028
43029 2001-10-11 Ed Schonberg <schonber@gnat.com>
43030
43031 * exp_ch7.adb (Make_Transient_Block): if statement is within
43032 exception handler, always use new transient scope to place Clean
43033 procedure.
43034
43035 2001-10-11 Pascal Obry <obry@gnat.com>
43036
43037 * Makefile.in:
43038 (GNAT_ADA_OBJS): add g-crc32.o, a-tags.o, a-stream.o
43039 (GNATBIND_OBJS): add g-crc32.o, a-tags.o, a-stream.o
43040 (GNATLS_RTL_OBJS): add g-crc32.o
43041 (GNATMAKE_RTL_OBJS): add g-crc32.o
43042
43043 * ali-util.adb:
43044 (CRC_Match): new function.
43045 (Get_File_Checksum): renamed Get_File_CRC. Use the GNAT.CRC32 unit
43046 instead of the previous simple checksum algorithm.
43047 (Time_Stamp_Mismatch): use CRC_Match for comparison.
43048 (Set_Source_Table): idem.
43049
43050 * ali-util.ads:
43051 (Get_File_Checksum): renamed Get_File_CRC as now we compute CRC
43052 instead of simple checksum.
43053 (CRC_Match): new function.
43054 (CRC_Error): new constant.
43055
43056 * ali.adb (Scan_ALI): rename variable Chk to CRC as we are handling
43057 a CRC now and not a simple checksum. A CRC uses lower-case hex
43058 letters, fixes ambiguity in parsing.
43059
43060 * ali.ads (Sdep_Record.Checksum): renamed Sdep_Record.CRC as this
43061 is what this variable will store.
43062
43063 * bcheck.adb: Change reference to chechsum in comments by CRC.
43064 (Check_Consistency): Rename Get_File_Checksum to Get_File_CRC.
43065 rename All_Checksum_Match to All_CRC_Match. Change due to API
43066 renaming since now GNAT does not use a simple checksum but a
43067 CRC using GNAT.CRC32.
43068
43069 * gnatls.adb: Rename Checksum to CRC in many places, we use a CRC
43070 now and not anymore a simple checksum.
43071
43072 * lib-load.adb: Use Source_CRC instead of Source_Checksum in many
43073 places.
43074
43075 * lib-writ.adb (Write_ALI): Use Source_CRC instead of Source_Checksum.
43076
43077 * scans.adb:
43078 (Restore_Scan_State): rename Checksum to CRC.
43079 (Save_Scan_State): idem.
43080
43081 * scans.ads:
43082 With GNAT.CRC32.
43083 (Checksum): rename to CRC.
43084 (Saved_Scan_State): Save_Checksum field renamed to Save_CRC
43085
43086 * scn-nlit.adb: Rename many Accumulate_Checksum to Update (from
43087 GNAT.CRC32). Update copyright notice.
43088
43089 * scn-slit.adb: Rename many Accumulate_Checksum to Update (from
43090 GNAT.CRC32). Update copyright notice.
43091
43092 * scn.adb:
43093 (Accumulate_Checksum): removed.
43094 (Update): new procedure. Add a wide-character into the CRC.
43095
43096 * sinput-l.adb:
43097 (Complete_Source_File_Entry): use CRC32 instead of simple checksum.
43098 (Load_File): fix initialization of S (change Source_Checksum to
43099 Source_CRC)
43100
43101 * sinput-p.adb (Load_Project_File): rename Source_Checksum to
43102 Source_CRC in S initialization.
43103
43104 * sinput.adb (Source_Checksum): renamed to Source_CRC.
43105
43106 * sinput.ads (Source_Checksum): renamed to Source_CRC.
43107 Update comments for the CRC.
43108
43109 * types.adb (Hex): Use lowercase for the letter part.
43110
43111 * types.ads (Get_Hex_String): Returns the hexadecimal representation
43112 for a word. This is currently used only for CRC. In previous version,
43113 the checksum was using a representation with all letter being
43114 upper-case. With the new implementation (using CRC) we do not remove
43115 the 32th bit of the CRC, so we can have an upper-case starting letter
43116 in the CRC. This is not possible to parse in Scan_ALI (ali.adb).
43117 It is ambigous since the CRC was optional and could be followed by
43118 options like EB, EE. So now this routines uses lower-case letter for
43119 the hexadecimal representation. Strange enough only lower case letters
43120 where checked in Scan_ALI (even if this was not a possible case).
43121
43122 * gnatvsn.ads (Library_Version): changed to 3.15a.
43123
43124 * s-crc32.ads: Initial version from GNAT.CRC32. This is the version
43125 for the compiler.
43126
43127 * s-crc32.adb: Initial version from GNAT.CRC32. This is the version
43128 for the compiler.
43129
43130 * ali-util.adb: Redo previous change to avoid using word CRC everywhere
43131 Add 2001 to copyright notice
43132 (Accumulate_Checksum): Modify to use System.CRC32.
43133
43134 * ali-util.ads: Redo changes of previous revision to continue to use
43135 the word Checksum. Add 2001 to copyright notice.
43136
43137 * ali.adb: Undo some of previous changes, not needed.
43138 Keep the change for lower case letters in the checksum.
43139
43140 * ali.ads: Undo previous change not needed.
43141
43142 * bcheck.adb: Undo most of previous change, not needed.
43143 But do use Checksums_Match for checksum comparison.
43144
43145 * gnatls.adb: Undo most of previous change, not needed.
43146 But do use Checksums_Match for comparing checksums.
43147
43148 * lib-load.adb: Undo previous change, not needed.
43149
43150 * lib-writ.adb: Undo previous change, not needed.
43151
43152 * lib-writ.ads: Document that checksums use lower case,
43153 not upper case letters.
43154
43155 * scans.adb: Undo previous change, not needed
43156
43157 * scans.ads: Undo previous change, not needed.
43158
43159 * scn-nlit.adb: Undo previous changes, not needed.
43160
43161 * scn-slit.adb: Undo previous change, not needed. Fix header format.
43162
43163 * scn.adb:
43164 (Accumulate_Checksum): Use System.CRC32.
43165 (Initialize_Checksum): New procedure.
43166 Remove other changes of previous revision.
43167
43168 * sinput-p.adb: Undo previous change, not needed.
43169
43170 * sinput.adb: Undo previous change, not needed.
43171
43172 * sinput-l.adb: Undo previous change, not needed.
43173
43174 * sinput.ads: Undo previous change, not needed. Keep only comment
43175 on new checksum algorithm
43176
43177 * Makefile.in: Add s-crc32 as needed, remove g-crc32.
43178 Also remove a-tags and a-stream from GNAT sources.
43179
43180 * ali.adb (Scan_ALI): fix typo introduce in latest check-in.
43181
43182 * Makefile.in (GNATRTL_NONTASKING_OBJS): Add g-crc32.o.
43183
43184 2001-10-11 Geert Bosch <bosch@gnat.com>
43185
43186 * einfo.h: Regenerate.
43187
43188 * nmake.ads: Regenerate.
43189
43190 * nmake.adb: Regenerate.
43191
43192 * sinfo.h: Regenerate.
43193
43194 * treeprs.adb: Regenerate.
43195
43196 2001-10-10 Geert Bosch <bosch@gnat.com>
43197
43198 * gnat-style.texi: New file describing coding guidelines for Ada.
43199
43200 2001-10-10 Ed Schonberg <schonber@gnat.com>
43201
43202 * einfo.adb (Write_Entity_Flags): Elaboration_Entity_Required
43203 is Flag174.
43204
43205 2001-10-10 Geert Bosch <bosch@gnat.com>
43206
43207 * snames.ads: Add new names for project facility.
43208
43209 * snames.adb: Update to reflect snames.ads changes.
43210
43211 * snames.h: Update to reflect snames.ads changes.
43212
43213 2001-10-10 Vincent Celier <celier@gnat.com>
43214
43215 * make.adb:
43216 (Add_Switches): reflect the changes for the switches attributes
43217 Default_Switches indexed by the programming language,
43218 Switches indexed by the file name.
43219 (Collect_Arguments_And_Compile): Idem.
43220 Reflect the attribute name changes.
43221
43222 * prj-attr.adb:
43223 (Initialisation_Data): Change the names of some packages and
43224 attributes.
43225 (Initialize): process case insensitive associative arrays.
43226
43227 * prj-attr.ads:
43228 (Attribute_Kind): Remove Both, add Case_Insensitive_Associative_Array.
43229
43230 * prj-dect.adb:
43231 (Parse_Attribute_Declaration): For case insensitive associative
43232 arrays, set the index string to lower case.
43233
43234 * prj-env.adb:
43235 Reflect the changes of the project attributes.
43236
43237 * prj-nmsc.adb:
43238 Replace Check_Naming_Scheme by Ada_Check and
43239 Language_Independent_Check.
43240
43241 * prj-nmsc.ads:
43242 Replaced Check_Naming_Scheme by 2 procedures:
43243 Ada_Check and Language_Independent_Check.
43244
43245 * prj-proc.adb:
43246 (Process_Declarative_Items): For case-insensitive associative
43247 arrays, set the index string to lower case.
43248 (Recursive_Check): Call Prj.Nmsc.Ada_Check, instead of
43249 Prj.Nmsc.Check_Naming_Scheme.
43250
43251 * prj-tree.adb:
43252 (Case_Insensitive): New function
43253 (Set_Case_Insensitive): New procedure
43254
43255 * prj-tree.ads:
43256 (Case_Insensitive): New function
43257 (Set_Case_Insensitive): New procedure
43258 (Project_Node_Record): New flag Case_Insensitive.
43259
43260 * prj-util.adb:
43261 (Value_Of): new function to get the string value of a single
43262 string variable or attribute.
43263
43264 * prj-util.ads:
43265 (Value_Of): new function to get the string value of a single
43266 string variable or attribute.
43267
43268 * prj.adb:
43269 (Ada_Default_Spec_Suffix): New function
43270 (Ada_Default_Impl_Suffix): New function
43271 Change definitions of several constants to reflect
43272 new components of record types.
43273
43274 * prj.ads:
43275 (Naming_Data): Change several components to reflect new
43276 elements of naming schemes.
43277 (Project_Data): New flags Sources_Present and
43278 Language_Independent_Checked.
43279 (Ada_Default_Spec_Suffix): New function.
43280 (Ada_Default_Impl_Suffix): New function.
43281
43282 * snames.ads:
43283 Modification of predefined names for project manager: added
43284 Implementation, Specification_Exceptions, Implementation_Exceptions,
43285 Specification_Suffix, Implementation_Suffix, Separate_Suffix,
43286 Default_Switches, _Languages, Builder, Cross_Reference,
43287 Finder. Removed Body_Part, Specification_Append, Body_Append,
43288 Separate_Append, Gnatmake, Gnatxref, Gnatfind, Gnatbind,
43289 Gnatlink.
43290
43291 * prj.ads: (Ada_Default_Spec_Suffix, Ada_Default_Impl_Suffix):
43292 Add comments.
43293
43294 * prj-nmsc.adb (Ada_Check): Test that Separate_Suffix is defaulted,
43295 not that it is Nil_Variable_Value.
43296
43297 * prj.ads: Add ??? for uncommented declarations
43298
43299 2001-10-10 Ed Schonberg <schonber@gnat.com>
43300
43301 * sem_prag.adb: (Analyze_Pragma, case External): If entity is a
43302 constant, do not indicate possible modification, so that gigi can
43303 treat it as a bona fide constant.
43304
43305 2001-10-10 Robert Dewar <dewar@gnat.com>
43306
43307 * sem_prag.adb: Add processing for pragma External.
43308
43309 * snames.ads: Add entry for pragma External.
43310
43311 * par-prag.adb: Add pragma External.
43312
43313 * snames.adb: Updated to match snames.ads.
43314
43315 2001-10-10 Ed Schonberg <schonber@gnat.com>
43316
43317 * exp_ch4.adb (Expand_N_Allocator): Generate meaningful names for
43318 a dynamic task if the allocator appears in an indexed assignment
43319 or selected component assignment.
43320
43321 * exp_util.adb (Build_Task_Array_Image, Build_Task_Record_Image):
43322 For a dynamic task in an assignment statement, use target of
43323 assignment to generate meaningful name.
43324
43325 2001-10-10 Ed Schonberg <schonber@gnat.com>
43326
43327 * einfo.adb (Write_Field19_Name): Body_Entity is also defined for
43328 a generic package.
43329
43330 * einfo.ads: Body_Entity is also defined for generic package.
43331 Documentation change only
43332
43333 * exp_aggr.adb (Build_Array_Aggr_Code): When expanding an
43334 others_choice for a discriminated component initialization,
43335 convert discriminant references into the corresponding discriminals.
43336
43337 * exp_ch3.adb (Get_Simple_Init_Val): Add qualification to aggregate
43338 only if original type is private and expression has to be wrapped
43339 in a conversion.
43340
43341 * checks.adb:
43342 (Apply_Constraint_Check): Do not perform length check
43343 if expression is an aggregate with only an others_choice.
43344 (Length_N_Cond): two references to the same in_parameter
43345 (typically the discriminal in an init_proc) denote the same value.
43346 Two useful optimization uncovered by bugfixes above.
43347
43348 2001-10-10 Robert Dewar <dewar@gnat.com>
43349
43350 * xeinfo.adb: Change int to char in translation of enumeration types.
43351 This fixes a problem in the C representation of component alignment.
43352 Add 2001 to copyright notice
43353
43354 2001-10-10 Richard Kenner <kenner@gnat.com>
43355
43356 * decl.c: (validate_size): Do check size of object of integral type
43357 if it is a packed array type.
43358
43359 2001-10-10 Richard Kenner <kenner@gnat.com>
43360
43361 * decl.c: (gnat_to_gnu_entity, case object): Also materialize
43362 VAR_DECL for constant if not Is_Public but -O0.
43363
43364 2001-10-10 Richard Kenner <kenner@gnat.com>
43365
43366 * misc.c (struct lang_hooks): Add new initializer to match GCC change.
43367
43368 2001-10-10 Geert Bosch <bosch@gnat.com>
43369
43370 * xnmake.adb (XNmake): Fix handling of -s/-b options. No longer
43371 use '/' as switch character, allowing for absolute file names.
43372
43373 2001-10-09 Joseph S. Myers <jsm28@cam.ac.uk>
43374
43375 * 4gintnam.ads, Make-lang.in, Makefile.in, config-lang.in: Update
43376 FSF address.
43377
43378 2001-10-08 Geert Bosch <bosch@gnat.com>
43379
43380 * Makefile.in (treeprs.ads, einfo.h, sinfo.h, nmake.adb, nmake.ads):
43381 Automatically build utilities when files need to be regenerated.
43382
43383 2001-10-08 Geert Bosch <bosch@gnat.com>
43384
43385 * xsnames.adb: New utility for updating snames.ads and snames.adb
43386
43387 2001-10-08 Zack Weinberg <zack@codesourcery.com>
43388
43389 * Make-lang.in (ADAFLAGS): Add -W -Wall.
43390 (ADA_FLAGS_TO_PASS): Set ADA_CFLAGS=$(CFLAGS) also.
43391 (gnat1): Also depend on attribs.o.
43392 (gnatlib, gnatlib-shared): Set CC and ADAC in recursive make.
43393 * Makefile.in (X_ADAFLAGS, T_ADAFLAGS): New.
43394 (ADAC): Set to @ADAC@ in stage1, $(CC) later.
43395 (ADAFLAGS): Add -W -Wall.
43396 (ALL_ADAFLAGS, MOST_ADAFLAGS): Add X_ADAFLAGS and T_ADAFLAGS;
43397 take out CFLAGS.
43398
43399 (.adb.o, .ads.o, a-numaux.o, a-teioed.o, s-interr.o,
43400 s-taskin.o, sdefault.o, s-tasdeb.o, s-vaflop.o, a-except.o,
43401 s-assert.o, s-stalib.o, s-memory.o, memtrack.o, mlib-tgt.o):
43402 Use $(ADAC), not $(CC), as compilation command.
43403
43404 (gnattools): Depend directly on tools to build, don't use
43405 recursive make.
43406 (gnatlib): Set ADA_CFLAGS=$(GNATLIBCFLAGS) in recursive make.
43407
43408 * einfo.h, sinfo.h: New files (autogenerated).
43409
43410 2001-10-08 Richard Henderson <rth@redhat.com>
43411
43412 * comperr.adb (Abort_In_Progress): New.
43413 (Compiler_Abort): Use it to prevent recursion.
43414
43415 2001-10-08 Robert Dewar <dewar@gnat.com>
43416
43417 * atree.adb: Set Error_Posted in Error node, helps error recovery.
43418
43419 * par-endh.adb (Output_End_Expected): We should also not test
43420 Error_Posted on the Error node, since now it is always set.
43421
43422 * cstand.adb (Create_Standard): Set Etype of Error to Any_Type
43423 to help error recovery. Part of general work on 9407-004.
43424
43425 * par.adb: Add ??? for misuse of error
43426
43427 * sem_res.adb:
43428 (Resolve): Defend against Error, fixes 9407-003.
43429 (Resolve_Discrete_Subtype_Indication): Defend against Error.
43430
43431 * sinfo.ads (N_Error): Now has Etype field (which will be set
43432 to Any_Type to help error recovery).
43433
43434 2001-10-08 Richard Kenner <kenner@gnat.com>
43435
43436 * misc.c (gnat_expand_expr, case UNCHECKED_CONVERT_EXPR):
43437 Consistently set MEM attributes from expression; fixes
43438 bootstrap failure on x86.
43439
43440 2001-10-08 Geert Bosch <bosch@gnat.com>
43441
43442 * 5oosinte.adb: Add 2001 to copyright notice.
43443
43444 2001-10-08 Geert Bosch <bosch@gnat.com>
43445
43446 * ceinfo.adb: Add utility for consistency checking of einfo.ad[bs].
43447
43448 * csinfo.adb: Add utility for consistency checking of sinfo.ad[bs].
43449
43450 2001-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
43451
43452 * 5oosinte.adb: Fix spelling error of "separate" as "seperate".
43453
43454 2001-10-05 Geert Bosch <bosch@gnat.com>
43455
43456 * adaint.h: Small formatting fix.
43457
43458 2001-10-04 Geert Bosch <bosch@gnat.com>
43459
43460 * sysdep.c (__gnat_set_binary_mode, __gnat_set_text_mode):
43461 Arg is int, not FILE *, in dummy version of functions.
43462
43463 * adaint.h (__gnat_set_binary_mode, __gnat_set_text_mode):
43464 Arg is int, not FILE *.
43465
43466 2001-10-04 Geert Bosch <bosch@gnat.com>
43467
43468 * 3lsoccon.ads: Added file, missed with initial check ins.
43469
43470 * 4lintnam.ads: Fix header format.
43471 Change Linux to GNU/Linux.
43472
43473 * 5iosinte.adb: Change Linux to GNU/Linux.
43474
43475 * 5iosinte.ads: Change Linux to GNU/Linux.
43476
43477 * 5itaprop.adb: Change Linux to GNU/Linux.
43478
43479 * 5itaspri.ads: Change Linux to GNU/Linux.
43480 Update copyright notice.
43481
43482 * 5lintman.adb: Change Linux to GNU/Linux.
43483
43484 * 5lml-tgt.adb: Change Linux to GNU/Linux.
43485
43486 * 5losinte.ads: Change Linux to GNU/Linux.
43487
43488 * 5lsystem.ads: Change Linux to GNU/Linux.
43489
43490 * 5qosinte.adb: Change Linux to GNU/Linux.
43491
43492 * 5qosinte.ads: Change Linux to GNU/Linux.
43493
43494 * 5qparame.ads: Change Linux to GNU/Linux.
43495
43496 * 5qtaprop.adb: Change Linux to GNU/Linux.
43497
43498 * 5qtaspri.ads: Change Linux to GNU/Linux.
43499 Add 2001 to copyright notice.
43500
43501 * 5vintman.ads: Change Linux to GNU/Linux.
43502 Fix header format. Add 2001 to copyright notice.
43503
43504 * g-soccon.ads: Change Linux to GNU/Linux.
43505
43506 * g-trasym.ads: Change Linux to GNU/Linux.
43507 Add 2001 to copyright notice.
43508
43509 * memtrack.adb: Change Linux to GNU/Linux.
43510
43511 * s-intman.ads: Change Linux to GNU/Linux.
43512 Add 2001 to copyright notice. Fix header format.
43513
43514 * s-stache.adb: Change Linux to GNU/Linux.
43515
43516 * adaint.c: Change Linux to GNU/Linux.
43517
43518 * cio.c: Change Linux to GNU/Linux.
43519
43520 * cstreams.c: Change Linux to GNU/Linux.
43521
43522 * init.c: Change Linux to GNU/Linux.
43523
43524 * gmem.c: Change Linux to GNU/Linux.
43525
43526 * tracebak.c: Change Linux to GNU/Linux.
43527
43528
43529 2001-10-02 Geert Bosch <bosch@gnat.com>
43530
43531 * misc.c (insert_default_attributes): Add dummy version.